POST api/EMRVitals/GetPatientPreviousVitalHistory

Request Information

URI Parameters

None.

Body Parameters

PatientPreviousVitalsHistory
NameDescriptionTypeAdditional information
HospId

integer

None.

FacId

integer

None.

RegId

integer

None.

EncId

integer

None.

ViewType

integer

None.

DRange

string

None.

FDate

string

None.

TDate

string

None.

VitalSignId

integer

None.

Abnormal

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "HospId": 1,
  "FacId": 2,
  "RegId": 3,
  "EncId": 4,
  "ViewType": 5,
  "DRange": "sample string 6",
  "FDate": "sample string 7",
  "TDate": "sample string 8",
  "VitalSignId": 9,
  "Abnormal": true
}

application/xml, text/xml

Sample:
<PatientPreviousVitalsHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <Abnormal>true</Abnormal>
  <DRange>sample string 6</DRange>
  <EncId>4</EncId>
  <FDate>sample string 7</FDate>
  <FacId>2</FacId>
  <HospId>1</HospId>
  <RegId>3</RegId>
  <TDate>sample string 8</TDate>
  <ViewType>5</ViewType>
  <VitalSignId>9</VitalSignId>
</PatientPreviousVitalsHistory>

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 'PatientPreviousVitalsHistory'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.