POST api/EMRAPI/GetEMRPatientForms
Request Information
URI Parameters
None.
Body Parameters
GetEMRPatientForms| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.