GET VidmedPharmacy/GetPatientsPharmacyList?FromDate={FromDate}&ToDate={ToDate}&PatientName={PatientName}&CenterId={CenterId}&OrgId={OrgId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| PatientName | string |
None. |
|
| CenterId | integer |
None. |
|
| OrgId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of USP_GET_PHARMACYLIST_RAJ_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| PHARMACY_ID | integer |
None. |
|
| PATIENT_NAME | string |
None. |
|
| patient_mobile_number | string |
None. |
|
| patient_age | integer |
None. |
|
| CONSULTATION_DATE | date |
None. |
|
| CONSULTATION_STATUS | integer |
None. |
|
| DOCTORNAME | string |
None. |
|
| CASE_NUMBER | integer |
None. |
|
| patient_gender | string |
None. |
|
| PHARMACY_NO | string |
None. |
|
| pdf_url | string |
None. |
|
| IS_DELIVERED | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PHARMACY_ID": 1,
"PATIENT_NAME": "sample string 2",
"patient_mobile_number": "sample string 3",
"patient_age": 1,
"CONSULTATION_DATE": "2025-12-17T17:22:36.5372578+05:30",
"CONSULTATION_STATUS": 1,
"DOCTORNAME": "sample string 4",
"CASE_NUMBER": 5,
"patient_gender": "sample string 6",
"PHARMACY_NO": "sample string 7",
"pdf_url": "sample string 8",
"IS_DELIVERED": true
},
{
"PHARMACY_ID": 1,
"PATIENT_NAME": "sample string 2",
"patient_mobile_number": "sample string 3",
"patient_age": 1,
"CONSULTATION_DATE": "2025-12-17T17:22:36.5372578+05:30",
"CONSULTATION_STATUS": 1,
"DOCTORNAME": "sample string 4",
"CASE_NUMBER": 5,
"patient_gender": "sample string 6",
"PHARMACY_NO": "sample string 7",
"pdf_url": "sample string 8",
"IS_DELIVERED": true
}
]
text/html
Sample:
[{"PHARMACY_ID":1,"PATIENT_NAME":"sample string 2","patient_mobile_number":"sample string 3","patient_age":1,"CONSULTATION_DATE":"2025-12-17T17:22:36.5372578+05:30","CONSULTATION_STATUS":1,"DOCTORNAME":"sample string 4","CASE_NUMBER":5,"patient_gender":"sample string 6","PHARMACY_NO":"sample string 7","pdf_url":"sample string 8","IS_DELIVERED":true},{"PHARMACY_ID":1,"PATIENT_NAME":"sample string 2","patient_mobile_number":"sample string 3","patient_age":1,"CONSULTATION_DATE":"2025-12-17T17:22:36.5372578+05:30","CONSULTATION_STATUS":1,"DOCTORNAME":"sample string 4","CASE_NUMBER":5,"patient_gender":"sample string 6","PHARMACY_NO":"sample string 7","pdf_url":"sample string 8","IS_DELIVERED":true}]
application/xml, text/xml
Sample:
<ArrayOfUSP_GET_PHARMACYLIST_RAJ_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tm.WebAPI.Models">
<USP_GET_PHARMACYLIST_RAJ_Result>
<CASE_NUMBER>5</CASE_NUMBER>
<CONSULTATION_DATE>2025-12-17T17:22:36.5372578+05:30</CONSULTATION_DATE>
<CONSULTATION_STATUS>1</CONSULTATION_STATUS>
<DOCTORNAME>sample string 4</DOCTORNAME>
<IS_DELIVERED>true</IS_DELIVERED>
<PATIENT_NAME>sample string 2</PATIENT_NAME>
<PHARMACY_ID>1</PHARMACY_ID>
<PHARMACY_NO>sample string 7</PHARMACY_NO>
<patient_age>1</patient_age>
<patient_gender>sample string 6</patient_gender>
<patient_mobile_number>sample string 3</patient_mobile_number>
<pdf_url>sample string 8</pdf_url>
</USP_GET_PHARMACYLIST_RAJ_Result>
<USP_GET_PHARMACYLIST_RAJ_Result>
<CASE_NUMBER>5</CASE_NUMBER>
<CONSULTATION_DATE>2025-12-17T17:22:36.5372578+05:30</CONSULTATION_DATE>
<CONSULTATION_STATUS>1</CONSULTATION_STATUS>
<DOCTORNAME>sample string 4</DOCTORNAME>
<IS_DELIVERED>true</IS_DELIVERED>
<PATIENT_NAME>sample string 2</PATIENT_NAME>
<PHARMACY_ID>1</PHARMACY_ID>
<PHARMACY_NO>sample string 7</PHARMACY_NO>
<patient_age>1</patient_age>
<patient_gender>sample string 6</patient_gender>
<patient_mobile_number>sample string 3</patient_mobile_number>
<pdf_url>sample string 8</pdf_url>
</USP_GET_PHARMACYLIST_RAJ_Result>
</ArrayOfUSP_GET_PHARMACYLIST_RAJ_Result>