POST api/EMRAPI/GetEMRTemplateReportSetup1
Request Information
URI Parameters
None.
Body Parameters
GetEMRTemplateReportSetup1| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportId | integer |
None. |
|
| TemplateId | integer |
None. |
|
| DoctorId | integer |
None. |
|
| chvFlag | string |
None. |
|
| bitActive | boolean |
None. |
|
| HospitalLocationId | integer |
None. |
|
| ReportType | string |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportId": 1,
"TemplateId": 2,
"DoctorId": 3,
"chvFlag": "sample string 4",
"bitActive": true,
"HospitalLocationId": 6,
"ReportType": "sample string 7",
"UserId": 8
}
application/xml, text/xml
Sample:
<GetEMRTemplateReportSetup1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models"> <DoctorId>3</DoctorId> <HospitalLocationId>6</HospitalLocationId> <ReportId>1</ReportId> <ReportType>sample string 7</ReportType> <TemplateId>2</TemplateId> <UserId>8</UserId> <bitActive>true</bitActive> <chvFlag>sample string 4</chvFlag> </GetEMRTemplateReportSetup1>
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.