POST api/v1/cuhk/MergePatient
Request Information
URI Parameters
None.
Body Parameters
MergePatientInfoName | Description | Type | Additional information |
---|---|---|---|
MergeToPatId | string |
None. |
|
PatId | string |
None. |
|
Encounter | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "mergeToPatId": "sample string 1", "patId": "sample string 2", "encounter": "sample string 3" }
text/html
Sample:
{"$id":"1","mergeToPatId":"sample string 1","patId":"sample string 2","encounter":"sample string 3"}
application/xml, text/xml
Sample:
<Data xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <MergeToPatId>sample string 1</MergeToPatId> <PatId>sample string 2</PatId> <Encounter>sample string 3</Encounter> </Data>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.