GET api/SuperAdmin/GetLabTestOrdersReport?StartDate={StartDate}&EndDate={EndDate}&LabID={LabID}&LabTestID={LabTestID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StartDate

date

Required

EndDate

date

Required

LabID

string

Required

LabTestID

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GET_PATIENT_LAB_TEST_REPORT_Result
NameDescriptionTypeAdditional information
PatientLabTestID

integer

None.

LabID

integer

None.

LabTestID

integer

None.

UserID

integer

None.

AppointmentID

integer

None.

DiscountPercentage

decimal number

None.

LabTestPrice

decimal number

None.

FinalAmount

decimal number

None.

PaymentImage

string

None.

LabResultFileAttachment

string

None.

BillingAddress

string

None.

DiscountVoucherID

integer

None.

VoucherTitle

string

None.

DiscountVoucherPercentage

decimal number

None.

DiscountVoucherAmount

decimal number

None.

AddedDateTime

date

None.

Status

boolean

None.

LabTitle

string

None.

LabLogo

string

None.

LabTestTitle

string

None.

PatientName

string

None.

PatientImage

string

None.

PatientMobileNumber

string

None.

ResidentialAddress

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PatientLabTestID": 1,
    "LabID": 2,
    "LabTestID": 3,
    "UserID": 4,
    "AppointmentID": 1,
    "DiscountPercentage": 5.1,
    "LabTestPrice": 6.0,
    "FinalAmount": 7.0,
    "PaymentImage": "sample string 8",
    "LabResultFileAttachment": "sample string 9",
    "BillingAddress": "sample string 10",
    "DiscountVoucherID": 1,
    "VoucherTitle": "sample string 11",
    "DiscountVoucherPercentage": 1.1,
    "DiscountVoucherAmount": 1.0,
    "AddedDateTime": "2024-09-19T07:36:49.8933509-05:00",
    "Status": true,
    "LabTitle": "sample string 14",
    "LabLogo": "sample string 15",
    "LabTestTitle": "sample string 16",
    "PatientName": "sample string 17",
    "PatientImage": "sample string 18",
    "PatientMobileNumber": "sample string 19",
    "ResidentialAddress": "sample string 20"
  },
  {
    "PatientLabTestID": 1,
    "LabID": 2,
    "LabTestID": 3,
    "UserID": 4,
    "AppointmentID": 1,
    "DiscountPercentage": 5.1,
    "LabTestPrice": 6.0,
    "FinalAmount": 7.0,
    "PaymentImage": "sample string 8",
    "LabResultFileAttachment": "sample string 9",
    "BillingAddress": "sample string 10",
    "DiscountVoucherID": 1,
    "VoucherTitle": "sample string 11",
    "DiscountVoucherPercentage": 1.1,
    "DiscountVoucherAmount": 1.0,
    "AddedDateTime": "2024-09-19T07:36:49.8933509-05:00",
    "Status": true,
    "LabTitle": "sample string 14",
    "LabLogo": "sample string 15",
    "LabTestTitle": "sample string 16",
    "PatientName": "sample string 17",
    "PatientImage": "sample string 18",
    "PatientMobileNumber": "sample string 19",
    "ResidentialAddress": "sample string 20"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGET_PATIENT_LAB_TEST_REPORT_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SapiensIn.Models">
  <GET_PATIENT_LAB_TEST_REPORT_Result>
    <AddedDateTime>2024-09-19T07:36:49.8933509-05:00</AddedDateTime>
    <AppointmentID>1</AppointmentID>
    <BillingAddress>sample string 10</BillingAddress>
    <DiscountPercentage>5.1</DiscountPercentage>
    <DiscountVoucherAmount>1</DiscountVoucherAmount>
    <DiscountVoucherID>1</DiscountVoucherID>
    <DiscountVoucherPercentage>1.1</DiscountVoucherPercentage>
    <FinalAmount>7</FinalAmount>
    <LabID>2</LabID>
    <LabLogo>sample string 15</LabLogo>
    <LabResultFileAttachment>sample string 9</LabResultFileAttachment>
    <LabTestID>3</LabTestID>
    <LabTestPrice>6</LabTestPrice>
    <LabTestTitle>sample string 16</LabTestTitle>
    <LabTitle>sample string 14</LabTitle>
    <PatientImage>sample string 18</PatientImage>
    <PatientLabTestID>1</PatientLabTestID>
    <PatientMobileNumber>sample string 19</PatientMobileNumber>
    <PatientName>sample string 17</PatientName>
    <PaymentImage>sample string 8</PaymentImage>
    <ResidentialAddress>sample string 20</ResidentialAddress>
    <Status>true</Status>
    <UserID>4</UserID>
    <VoucherTitle>sample string 11</VoucherTitle>
  </GET_PATIENT_LAB_TEST_REPORT_Result>
  <GET_PATIENT_LAB_TEST_REPORT_Result>
    <AddedDateTime>2024-09-19T07:36:49.8933509-05:00</AddedDateTime>
    <AppointmentID>1</AppointmentID>
    <BillingAddress>sample string 10</BillingAddress>
    <DiscountPercentage>5.1</DiscountPercentage>
    <DiscountVoucherAmount>1</DiscountVoucherAmount>
    <DiscountVoucherID>1</DiscountVoucherID>
    <DiscountVoucherPercentage>1.1</DiscountVoucherPercentage>
    <FinalAmount>7</FinalAmount>
    <LabID>2</LabID>
    <LabLogo>sample string 15</LabLogo>
    <LabResultFileAttachment>sample string 9</LabResultFileAttachment>
    <LabTestID>3</LabTestID>
    <LabTestPrice>6</LabTestPrice>
    <LabTestTitle>sample string 16</LabTestTitle>
    <LabTitle>sample string 14</LabTitle>
    <PatientImage>sample string 18</PatientImage>
    <PatientLabTestID>1</PatientLabTestID>
    <PatientMobileNumber>sample string 19</PatientMobileNumber>
    <PatientName>sample string 17</PatientName>
    <PaymentImage>sample string 8</PaymentImage>
    <ResidentialAddress>sample string 20</ResidentialAddress>
    <Status>true</Status>
    <UserID>4</UserID>
    <VoucherTitle>sample string 11</VoucherTitle>
  </GET_PATIENT_LAB_TEST_REPORT_Result>
</ArrayOfGET_PATIENT_LAB_TEST_REPORT_Result>