GET VidmedPharmacy/VidmedPharmacyDespenses/{casenumber}/{orgId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
casenumber

string

Required

orgId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of USP_GET_PHARMACYLIST_VIDMED_Result
NameDescriptionTypeAdditional information
Amount

decimal number

None.

Prmy_Issued_qty

integer

None.

UserId

integer

None.

OrgId

integer

None.

CENTER_ID

integer

None.

DRUGSID

integer

None.

case_number

integer

None.

patient_firstname

string

None.

patient_lastname

string

None.

patient_gender

string

None.

patient_age

integer

None.

patient_mobile_number

string

None.

Diagnosis

string

None.

pdf_url

string

None.

doctor_name

string

None.

drug_name

string

None.

BATCH_NO

string

None.

EXP_DATE

date

None.

MATERIAL_STOCK_ID

integer

None.

QOH

integer

None.

doctor_suggested_qty

integer

None.

ISSUED_QUANTITY

integer

None.

SALE_PRICE

decimal number

None.

MATERIAL_ID

integer

None.

rn

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Amount": 1.0,
    "Prmy_Issued_qty": 1,
    "UserId": 1,
    "OrgId": 2,
    "CENTER_ID": 1,
    "DRUGSID": 3,
    "case_number": 4,
    "patient_firstname": "sample string 5",
    "patient_lastname": "sample string 6",
    "patient_gender": "sample string 7",
    "patient_age": 1,
    "patient_mobile_number": "sample string 8",
    "Diagnosis": "sample string 9",
    "pdf_url": "sample string 10",
    "doctor_name": "sample string 11",
    "drug_name": "sample string 12",
    "BATCH_NO": "sample string 13",
    "EXP_DATE": "2025-12-17T17:22:37.1402617+05:30",
    "MATERIAL_STOCK_ID": 14,
    "QOH": 15,
    "doctor_suggested_qty": 1,
    "ISSUED_QUANTITY": 1,
    "SALE_PRICE": 16.0,
    "MATERIAL_ID": 17,
    "rn": 1
  },
  {
    "Amount": 1.0,
    "Prmy_Issued_qty": 1,
    "UserId": 1,
    "OrgId": 2,
    "CENTER_ID": 1,
    "DRUGSID": 3,
    "case_number": 4,
    "patient_firstname": "sample string 5",
    "patient_lastname": "sample string 6",
    "patient_gender": "sample string 7",
    "patient_age": 1,
    "patient_mobile_number": "sample string 8",
    "Diagnosis": "sample string 9",
    "pdf_url": "sample string 10",
    "doctor_name": "sample string 11",
    "drug_name": "sample string 12",
    "BATCH_NO": "sample string 13",
    "EXP_DATE": "2025-12-17T17:22:37.1402617+05:30",
    "MATERIAL_STOCK_ID": 14,
    "QOH": 15,
    "doctor_suggested_qty": 1,
    "ISSUED_QUANTITY": 1,
    "SALE_PRICE": 16.0,
    "MATERIAL_ID": 17,
    "rn": 1
  }
]

text/html

Sample:
[{"Amount":1.0,"Prmy_Issued_qty":1,"UserId":1,"OrgId":2,"CENTER_ID":1,"DRUGSID":3,"case_number":4,"patient_firstname":"sample string 5","patient_lastname":"sample string 6","patient_gender":"sample string 7","patient_age":1,"patient_mobile_number":"sample string 8","Diagnosis":"sample string 9","pdf_url":"sample string 10","doctor_name":"sample string 11","drug_name":"sample string 12","BATCH_NO":"sample string 13","EXP_DATE":"2025-12-17T17:22:37.1402617+05:30","MATERIAL_STOCK_ID":14,"QOH":15,"doctor_suggested_qty":1,"ISSUED_QUANTITY":1,"SALE_PRICE":16.0,"MATERIAL_ID":17,"rn":1},{"Amount":1.0,"Prmy_Issued_qty":1,"UserId":1,"OrgId":2,"CENTER_ID":1,"DRUGSID":3,"case_number":4,"patient_firstname":"sample string 5","patient_lastname":"sample string 6","patient_gender":"sample string 7","patient_age":1,"patient_mobile_number":"sample string 8","Diagnosis":"sample string 9","pdf_url":"sample string 10","doctor_name":"sample string 11","drug_name":"sample string 12","BATCH_NO":"sample string 13","EXP_DATE":"2025-12-17T17:22:37.1402617+05:30","MATERIAL_STOCK_ID":14,"QOH":15,"doctor_suggested_qty":1,"ISSUED_QUANTITY":1,"SALE_PRICE":16.0,"MATERIAL_ID":17,"rn":1}]

application/xml, text/xml

Sample:
<ArrayOfUSP_GET_PHARMACYLIST_VIDMED_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tm.WebAPI.Models">
  <USP_GET_PHARMACYLIST_VIDMED_Result>
    <Amount>1</Amount>
    <BATCH_NO>sample string 13</BATCH_NO>
    <CENTER_ID>1</CENTER_ID>
    <DRUGSID>3</DRUGSID>
    <Diagnosis>sample string 9</Diagnosis>
    <EXP_DATE>2025-12-17T17:22:37.1402617+05:30</EXP_DATE>
    <ISSUED_QUANTITY>1</ISSUED_QUANTITY>
    <MATERIAL_ID>17</MATERIAL_ID>
    <MATERIAL_STOCK_ID>14</MATERIAL_STOCK_ID>
    <OrgId>2</OrgId>
    <Prmy_Issued_qty>1</Prmy_Issued_qty>
    <QOH>15</QOH>
    <SALE_PRICE>16</SALE_PRICE>
    <UserId>1</UserId>
    <case_number>4</case_number>
    <doctor_name>sample string 11</doctor_name>
    <doctor_suggested_qty>1</doctor_suggested_qty>
    <drug_name>sample string 12</drug_name>
    <patient_age>1</patient_age>
    <patient_firstname>sample string 5</patient_firstname>
    <patient_gender>sample string 7</patient_gender>
    <patient_lastname>sample string 6</patient_lastname>
    <patient_mobile_number>sample string 8</patient_mobile_number>
    <pdf_url>sample string 10</pdf_url>
    <rn>1</rn>
  </USP_GET_PHARMACYLIST_VIDMED_Result>
  <USP_GET_PHARMACYLIST_VIDMED_Result>
    <Amount>1</Amount>
    <BATCH_NO>sample string 13</BATCH_NO>
    <CENTER_ID>1</CENTER_ID>
    <DRUGSID>3</DRUGSID>
    <Diagnosis>sample string 9</Diagnosis>
    <EXP_DATE>2025-12-17T17:22:37.1402617+05:30</EXP_DATE>
    <ISSUED_QUANTITY>1</ISSUED_QUANTITY>
    <MATERIAL_ID>17</MATERIAL_ID>
    <MATERIAL_STOCK_ID>14</MATERIAL_STOCK_ID>
    <OrgId>2</OrgId>
    <Prmy_Issued_qty>1</Prmy_Issued_qty>
    <QOH>15</QOH>
    <SALE_PRICE>16</SALE_PRICE>
    <UserId>1</UserId>
    <case_number>4</case_number>
    <doctor_name>sample string 11</doctor_name>
    <doctor_suggested_qty>1</doctor_suggested_qty>
    <drug_name>sample string 12</drug_name>
    <patient_age>1</patient_age>
    <patient_firstname>sample string 5</patient_firstname>
    <patient_gender>sample string 7</patient_gender>
    <patient_lastname>sample string 6</patient_lastname>
    <patient_mobile_number>sample string 8</patient_mobile_number>
    <pdf_url>sample string 10</pdf_url>
    <rn>1</rn>
  </USP_GET_PHARMACYLIST_VIDMED_Result>
</ArrayOfUSP_GET_PHARMACYLIST_VIDMED_Result>