POST api/EMRAPI/getPAstHistory
Request Information
URI Parameters
None.
Body Parameters
getPAstHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| regID | integer |
None. |
|
| encounterID | integer |
None. |
|
| doctorID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"regID": 1,
"encounterID": 2,
"doctorID": 3
}
application/xml, text/xml
Sample:
<getPAstHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models"> <doctorID>3</doctorID> <encounterID>2</encounterID> <regID>1</regID> </getPAstHistory>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.