GET api/DoctorPatient/GetPatientMedicineOrders?UserID={UserID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
UserID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GET_PATIENT_MEDICINE_ORDERS_Result
NameDescriptionTypeAdditional information
PatientMedicineOrderID

integer

None.

OrderNumber

string

None.

FinalAmount

decimal number

None.

AddedDateTime

date

None.

TotalItems

integer

None.

PatientName

string

None.

PatientImage

string

None.

PatientMobileNumber

string

None.

PaymentImage

string

None.

OrderDate

date

None.

IsDelivered

boolean

None.

IsDeliveredDateTime

date

None.

PrescriptionImage

string

None.

ResidentialAddress

string

None.

BillingAddress

string

None.

DiscountVoucherID

integer

None.

VoucherTitle

string

None.

DiscountVoucherAmount

decimal number

None.

DiscountVoucherPercentage

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PatientMedicineOrderID": 1,
    "OrderNumber": "sample string 2",
    "FinalAmount": 1.0,
    "AddedDateTime": "2024-09-19T07:39:40.7410449-05:00",
    "TotalItems": 1,
    "PatientName": "sample string 3",
    "PatientImage": "sample string 4",
    "PatientMobileNumber": "sample string 5",
    "PaymentImage": "sample string 6",
    "OrderDate": "2024-09-19T07:39:40.7410449-05:00",
    "IsDelivered": true,
    "IsDeliveredDateTime": "2024-09-19T07:39:40.7410449-05:00",
    "PrescriptionImage": "sample string 7",
    "ResidentialAddress": "sample string 8",
    "BillingAddress": "sample string 9",
    "DiscountVoucherID": 1,
    "VoucherTitle": "sample string 10",
    "DiscountVoucherAmount": 1.0,
    "DiscountVoucherPercentage": 1.1
  },
  {
    "PatientMedicineOrderID": 1,
    "OrderNumber": "sample string 2",
    "FinalAmount": 1.0,
    "AddedDateTime": "2024-09-19T07:39:40.7410449-05:00",
    "TotalItems": 1,
    "PatientName": "sample string 3",
    "PatientImage": "sample string 4",
    "PatientMobileNumber": "sample string 5",
    "PaymentImage": "sample string 6",
    "OrderDate": "2024-09-19T07:39:40.7410449-05:00",
    "IsDelivered": true,
    "IsDeliveredDateTime": "2024-09-19T07:39:40.7410449-05:00",
    "PrescriptionImage": "sample string 7",
    "ResidentialAddress": "sample string 8",
    "BillingAddress": "sample string 9",
    "DiscountVoucherID": 1,
    "VoucherTitle": "sample string 10",
    "DiscountVoucherAmount": 1.0,
    "DiscountVoucherPercentage": 1.1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGET_PATIENT_MEDICINE_ORDERS_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SapiensIn.Models">
  <GET_PATIENT_MEDICINE_ORDERS_Result>
    <AddedDateTime>2024-09-19T07:39:40.7410449-05:00</AddedDateTime>
    <BillingAddress>sample string 9</BillingAddress>
    <DiscountVoucherAmount>1</DiscountVoucherAmount>
    <DiscountVoucherID>1</DiscountVoucherID>
    <DiscountVoucherPercentage>1.1</DiscountVoucherPercentage>
    <FinalAmount>1</FinalAmount>
    <IsDelivered>true</IsDelivered>
    <IsDeliveredDateTime>2024-09-19T07:39:40.7410449-05:00</IsDeliveredDateTime>
    <OrderDate>2024-09-19T07:39:40.7410449-05:00</OrderDate>
    <OrderNumber>sample string 2</OrderNumber>
    <PatientImage>sample string 4</PatientImage>
    <PatientMedicineOrderID>1</PatientMedicineOrderID>
    <PatientMobileNumber>sample string 5</PatientMobileNumber>
    <PatientName>sample string 3</PatientName>
    <PaymentImage>sample string 6</PaymentImage>
    <PrescriptionImage>sample string 7</PrescriptionImage>
    <ResidentialAddress>sample string 8</ResidentialAddress>
    <TotalItems>1</TotalItems>
    <VoucherTitle>sample string 10</VoucherTitle>
  </GET_PATIENT_MEDICINE_ORDERS_Result>
  <GET_PATIENT_MEDICINE_ORDERS_Result>
    <AddedDateTime>2024-09-19T07:39:40.7410449-05:00</AddedDateTime>
    <BillingAddress>sample string 9</BillingAddress>
    <DiscountVoucherAmount>1</DiscountVoucherAmount>
    <DiscountVoucherID>1</DiscountVoucherID>
    <DiscountVoucherPercentage>1.1</DiscountVoucherPercentage>
    <FinalAmount>1</FinalAmount>
    <IsDelivered>true</IsDelivered>
    <IsDeliveredDateTime>2024-09-19T07:39:40.7410449-05:00</IsDeliveredDateTime>
    <OrderDate>2024-09-19T07:39:40.7410449-05:00</OrderDate>
    <OrderNumber>sample string 2</OrderNumber>
    <PatientImage>sample string 4</PatientImage>
    <PatientMedicineOrderID>1</PatientMedicineOrderID>
    <PatientMobileNumber>sample string 5</PatientMobileNumber>
    <PatientName>sample string 3</PatientName>
    <PaymentImage>sample string 6</PaymentImage>
    <PrescriptionImage>sample string 7</PrescriptionImage>
    <ResidentialAddress>sample string 8</ResidentialAddress>
    <TotalItems>1</TotalItems>
    <VoucherTitle>sample string 10</VoucherTitle>
  </GET_PATIENT_MEDICINE_ORDERS_Result>
</ArrayOfGET_PATIENT_MEDICINE_ORDERS_Result>