POST Patient/SaveInterpAndConfirm
Request Information
URI Parameters
None.
Body Parameters
ConfirmStudyRequestName | 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. |
|
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, "patientName": "sample string 8", "patientMRN": "sample string 9" }
application/xml, text/xml
Sample:
<ConfirmStudyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DynamicsIntegrationToolkit.DTO"> <enrollmentId>5</enrollmentId> <interpretation>sample string 6</interpretation> <orgReportId>7</orgReportId> <patientId>4</patientId> <patientMRN>sample string 9</patientMRN> <patientName>sample string 8</patientName> <siteId>2</siteId> <summaryId>3</summaryId> <userId>1</userId> </ConfirmStudyRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |