POST api/EMRAPI/GetLabTestResultForNote

Request Information

URI Parameters

None.

Body Parameters

GetLabTestResultForNote
NameDescriptionTypeAdditional information
HospitalLocationId

integer

None.

FacilityId

integer

None.

LabNo

integer

None.

EncounterId

integer

None.

RegistrationId

integer

None.

UserId

integer

None.

IsShowAllParameters

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "HospitalLocationId": 1,
  "FacilityId": 2,
  "LabNo": 3,
  "EncounterId": 4,
  "RegistrationId": 5,
  "UserId": 6,
  "IsShowAllParameters": true
}

application/xml, text/xml

Sample:
<GetLabTestResultForNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <EncounterId>4</EncounterId>
  <FacilityId>2</FacilityId>
  <HospitalLocationId>1</HospitalLocationId>
  <IsShowAllParameters>true</IsShowAllParameters>
  <LabNo>3</LabNo>
  <RegistrationId>5</RegistrationId>
  <UserId>6</UserId>
</GetLabTestResultForNote>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.