POST api/EMRAPI/GetPrescriptionRemarks
Request Information
URI Parameters
None.
Body Parameters
GetPrescriptionRemarks| Name | Description | Type | Additional information |
|---|---|---|---|
| RemarkId | integer |
None. |
|
| HospitalLocationId | integer |
None. |
|
| FacilityId | integer |
None. |
|
| Active | integer |
None. |
|
| DoctorId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RemarkId": 1,
"HospitalLocationId": 2,
"FacilityId": 3,
"Active": 4,
"DoctorId": 5
}
application/xml, text/xml
Sample:
<GetPrescriptionRemarks xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models"> <Active>4</Active> <DoctorId>5</DoctorId> <FacilityId>3</FacilityId> <HospitalLocationId>2</HospitalLocationId> <RemarkId>1</RemarkId> </GetPrescriptionRemarks>
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.