POST Patient/MarkStudyPrintUnprint
Request Information
URI Parameters
None.
Body Parameters
StudyReadUnreadPrintRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| summaryId | integer |
None. |
|
| userId | integer |
None. |
|
| isRead | boolean |
None. |
|
| isPrint | boolean |
None. |
|
| reportId | integer |
None. |
|
| patientId | integer |
None. |
|
| comingFrom | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"summaryId": 1,
"userId": 2,
"isRead": true,
"isPrint": true,
"reportId": 1,
"patientId": 5,
"comingFrom": "sample string 6"
}
application/xml, text/xml
Sample:
<StudyReadUnreadPrintRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DynamicsIntegrationToolkit.DTO"> <comingFrom>sample string 6</comingFrom> <isPrint>true</isPrint> <isRead>true</isRead> <patientId>5</patientId> <reportId>1</reportId> <summaryId>1</summaryId> <userId>2</userId> </StudyReadUnreadPrintRequest>
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. |