POST api/EMRAPI/getPAstHistory

Request Information

URI Parameters

None.

Body Parameters

getPAstHistory
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'getPAstHistory'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.