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