POST api/EMRAPI/GetEMRPatientForms

Request Information

URI Parameters

None.

Body Parameters

GetEMRPatientForms
NameDescriptionTypeAdditional information
FormId

integer

None.

EncounterId

integer

None.

ModuleId

integer

None.

GroupId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FormId": 1,
  "EncounterId": 2,
  "ModuleId": 3,
  "GroupId": 4
}

application/xml, text/xml

Sample:
<GetEMRPatientForms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <EncounterId>2</EncounterId>
  <FormId>1</FormId>
  <GroupId>4</GroupId>
  <ModuleId>3</ModuleId>
</GetEMRPatientForms>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.