POST api/Patient/DownloadCDAPatient
Request Information
URI Parameters
None.
Body Parameters
DownloadCDAPatientIdentifierEntityName | Description | Type | Additional information |
---|---|---|---|
ExternalPatientId | string |
Required Max length: 48 |
|
ServerName | string |
None. |
|
ClinicCode | string |
Required |
|
UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ExternalPatientId": "sample string 1", "ServerName": "sample string 2", "ClinicCode": "sample string 3", "UserName": "sample string 4" }
application/xml, text/xml
Sample:
<DownloadCDAPatientIdentifierEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEnitity"> <ClinicCode>sample string 3</ClinicCode> <ExternalPatientId>sample string 1</ExternalPatientId> <ServerName>sample string 2</ServerName> <UserName>sample string 4</UserName> </DownloadCDAPatientIdentifierEntity>
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. |