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