POST Patient/SaveCommentAndMarkRead
Request Information
URI Parameters
None.
Body Parameters
SaveCommentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| userID | integer |
None. |
|
| reportId | integer |
None. |
|
| comments | string |
None. |
|
| reportDt | date |
None. |
|
| patientName | string |
None. |
|
| patientMRN | string |
None. |
|
| patientId | integer |
None. |
|
| comingFrom | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userID": 1,
"reportId": 2,
"comments": "sample string 3",
"reportDt": "2025-12-22T09:30:16.1287936-06:00",
"patientName": "sample string 5",
"patientMRN": "sample string 6",
"patientId": 7,
"comingFrom": "sample string 8"
}
application/xml, text/xml
Sample:
<SaveCommentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DynamicsIntegrationToolkit.DTO"> <comingFrom>sample string 8</comingFrom> <comments>sample string 3</comments> <patientId>7</patientId> <patientMRN>sample string 6</patientMRN> <patientName>sample string 5</patientName> <reportDt>2025-12-22T09:30:16.1287936-06:00</reportDt> <reportId>2</reportId> <userID>1</userID> </SaveCommentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |