POST api/EMRAPI/getCustomizedPatientReportHeader

Request Information

URI Parameters

None.

Body Parameters

getCustomizedPatientReportHeader
NameDescriptionTypeAdditional information
HeaderId

integer

None.

PatientType

string

None.

EncounterId

integer

None.

DoctorId

integer

None.

RegistrationId

integer

None.

FacilityId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HeaderId": 1,
  "PatientType": "sample string 2",
  "EncounterId": 3,
  "DoctorId": 4,
  "RegistrationId": 5,
  "FacilityId": 6
}

application/xml, text/xml

Sample:
<getCustomizedPatientReportHeader xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <DoctorId>4</DoctorId>
  <EncounterId>3</EncounterId>
  <FacilityId>6</FacilityId>
  <HeaderId>1</HeaderId>
  <PatientType>sample string 2</PatientType>
  <RegistrationId>5</RegistrationId>
</getCustomizedPatientReportHeader>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.