POST api/EMRAPI/GetReferralDetailForSerach
Request Information
URI Parameters
None.
Body Parameters
GetReferralDetailForSerach| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| EncId | integer |
None. |
|
| EncounterType | string |
None. |
|
| FacilityId | integer |
None. |
|
| RegistrationNo | string |
None. |
|
| ConcludeReferral | integer |
None. |
|
| ReferralId | integer |
None. |
|
| PatientName | string |
None. |
|
| ReferralType | integer |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"EncId": 2,
"EncounterType": "sample string 3",
"FacilityId": 4,
"RegistrationNo": "sample string 5",
"ConcludeReferral": 6,
"ReferralId": 7,
"PatientName": "sample string 8",
"ReferralType": 9,
"FromDate": "sample string 10",
"ToDate": "sample string 11"
}
application/xml, text/xml
Sample:
<GetReferralDetailForSerach xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models"> <ConcludeReferral>6</ConcludeReferral> <EncId>2</EncId> <EncounterType>sample string 3</EncounterType> <FacilityId>4</FacilityId> <FromDate>sample string 10</FromDate> <PatientName>sample string 8</PatientName> <ReferralId>7</ReferralId> <ReferralType>9</ReferralType> <RegistrationNo>sample string 5</RegistrationNo> <ToDate>sample string 11</ToDate> <UserId>1</UserId> </GetReferralDetailForSerach>
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.