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