GET api/OPDPrescription/Get/Details/{UHIDNo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UHIDNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Curr_Patient_Eprescription| Name | Description | Type | Additional information |
|---|---|---|---|
| PresId | integer |
None. |
|
| UHIDNO | string |
String length: inclusive between 0 and 50 |
|
| PresNo | string |
String length: inclusive between 0 and 50 |
|
| RegNo | string |
String length: inclusive between 0 and 50 |
|
| PatientType | string |
String length: inclusive between 0 and 3 |
|
| PresDate | string |
String length: inclusive between 0 and 4000 |
|
| ForDays | string |
String length: inclusive between 0 and 50 |
|
| NextDate | string |
String length: inclusive between 0 and 4000 |
|
| DrId | string |
String length: inclusive between 0 and 50 |
|
| TemplateId | string |
String length: inclusive between 0 and 100 |
|
| TemplateName | string |
String length: inclusive between 0 and 500 |
|
| AdviceId | string |
String length: inclusive between 0 and 100 |
|
| Advice | string |
String length: inclusive between 0 and 200 |
Response Formats
application/json, text/json
Sample:
[
{
"PresId": 1,
"UHIDNO": "sample string 2",
"PresNo": "sample string 3",
"RegNo": "sample string 4",
"PatientType": "sample string 5",
"PresDate": "sample string 6",
"ForDays": "sample string 7",
"NextDate": "sample string 8",
"DrId": "sample string 9",
"TemplateId": "sample string 10",
"TemplateName": "sample string 11",
"AdviceId": "sample string 12",
"Advice": "sample string 13"
},
{
"PresId": 1,
"UHIDNO": "sample string 2",
"PresNo": "sample string 3",
"RegNo": "sample string 4",
"PatientType": "sample string 5",
"PresDate": "sample string 6",
"ForDays": "sample string 7",
"NextDate": "sample string 8",
"DrId": "sample string 9",
"TemplateId": "sample string 10",
"TemplateName": "sample string 11",
"AdviceId": "sample string 12",
"Advice": "sample string 13"
}
]
application/xml, text/xml
Sample:
<ArrayOfCurr_Patient_Eprescription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PolyClinicClass">
<Curr_Patient_Eprescription>
<Advice>sample string 13</Advice>
<AdviceId>sample string 12</AdviceId>
<DrId>sample string 9</DrId>
<ForDays>sample string 7</ForDays>
<NextDate>sample string 8</NextDate>
<PatientType>sample string 5</PatientType>
<PresDate>sample string 6</PresDate>
<PresId>1</PresId>
<PresNo>sample string 3</PresNo>
<RegNo>sample string 4</RegNo>
<TemplateId>sample string 10</TemplateId>
<TemplateName>sample string 11</TemplateName>
<UHIDNO>sample string 2</UHIDNO>
</Curr_Patient_Eprescription>
<Curr_Patient_Eprescription>
<Advice>sample string 13</Advice>
<AdviceId>sample string 12</AdviceId>
<DrId>sample string 9</DrId>
<ForDays>sample string 7</ForDays>
<NextDate>sample string 8</NextDate>
<PatientType>sample string 5</PatientType>
<PresDate>sample string 6</PresDate>
<PresId>1</PresId>
<PresNo>sample string 3</PresNo>
<RegNo>sample string 4</RegNo>
<TemplateId>sample string 10</TemplateId>
<TemplateName>sample string 11</TemplateName>
<UHIDNO>sample string 2</UHIDNO>
</Curr_Patient_Eprescription>
</ArrayOfCurr_Patient_Eprescription>