POST api/Queue/GetLabReportSearchList

Request Information

URI Parameters

None.

Body Parameters

DTOPatientLabQueueRequestBody
NameDescriptionTypeAdditional information
Start

integer

None.

Length

integer

None.

search

string

None.

UserId

globally unique identifier

None.

LabNo

string

None.

MRNo

string

None.

StartDate

date

None.

EndDate

date

None.

DeliveryStartDate

date

None.

DeliveryEndDate

date

None.

DeliveryDateRangeCheckbox

boolean

None.

PatientTypeEntitle

boolean

None.

PatientTypeCNE

boolean

None.

PatientTypePanel

boolean

None.

PatientSearchByType

integer

None.

PatientSearchByTypeValue

string

None.

PatientIdentityType

integer

None.

PatientIdentityTypeValue

string

None.

PatientName

string

None.

PatientLowerAgeFilter

integer

None.

PatientUpperAgeFilter

integer

None.

DepartmentIds

Collection of globally unique identifier

None.

ServiceCategoryIds

Collection of globally unique identifier

None.

SubServiceIds

Collection of globally unique identifier

None.

PackageGroupIds

Collection of globally unique identifier

None.

DateRangeTypeValue

integer

None.

BranchLocationId

Collection of globally unique identifier

None.

ReceivedFromOrganizationId

Collection of globally unique identifier

None.

BranchId

globally unique identifier

None.

UserType

integer

None.

IsPrintPluginCall

boolean

None.

DispatchStatus

integer

None.

FilterBy

integer

None.

HidePatientNameAdditionalDetail

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Start": 1,
  "Length": 2,
  "search": "sample string 3",
  "UserId": "1f195006-1abe-45fc-b32d-ad603e551bec",
  "LabNo": "sample string 4",
  "MRNo": "sample string 5",
  "StartDate": "2025-06-14T12:00:19.8516581+05:00",
  "EndDate": "2025-06-14T12:00:19.8516581+05:00",
  "DeliveryStartDate": "2025-06-14T12:00:19.8516581+05:00",
  "DeliveryEndDate": "2025-06-14T12:00:19.8516581+05:00",
  "DeliveryDateRangeCheckbox": true,
  "PatientTypeEntitle": true,
  "PatientTypeCNE": true,
  "PatientTypePanel": true,
  "PatientSearchByType": 1,
  "PatientSearchByTypeValue": "sample string 6",
  "PatientIdentityType": 1,
  "PatientIdentityTypeValue": "sample string 7",
  "PatientName": "sample string 8",
  "PatientLowerAgeFilter": 1,
  "PatientUpperAgeFilter": 1,
  "DepartmentIds": [
    "82e95d20-c366-41ab-99c8-a31466105680",
    "f8463140-988a-4825-923b-f540bf1bfea9"
  ],
  "ServiceCategoryIds": [
    "c4713b31-1e5c-451e-a2f7-b71630c10267",
    "5b1d33e9-01df-4221-b7ca-b2d69123d383"
  ],
  "SubServiceIds": [
    "7672f274-e5b5-4277-bd91-181537bee3ed",
    "f8eb388e-ded8-4ef7-9f81-06697baa5909"
  ],
  "PackageGroupIds": [
    "9ab49d00-7345-4491-bd86-401cb13aa046",
    "19a6e75a-b245-4716-9d84-d4840819bc1d"
  ],
  "DateRangeTypeValue": 1,
  "BranchLocationId": [
    "f6e497dc-a142-45b5-8168-0d039a541251",
    "614129d0-07ac-47cc-a6df-134c74e7dca2"
  ],
  "ReceivedFromOrganizationId": [
    "f0b00b44-2413-4c37-bf8d-61b5e4e9d1bf",
    "500cd392-757a-4479-b922-4db1b101c207"
  ],
  "BranchId": "27ab6620-ac0e-4e75-a16b-624163f50ed0",
  "UserType": 1,
  "IsPrintPluginCall": true,
  "DispatchStatus": 10,
  "FilterBy": 11,
  "HidePatientNameAdditionalDetail": true
}

application/xml, text/xml

Sample:
<DTOPatientLabQueueRequestBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels">
  <BranchId>27ab6620-ac0e-4e75-a16b-624163f50ed0</BranchId>
  <BranchLocationId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>f6e497dc-a142-45b5-8168-0d039a541251</d2p1:guid>
    <d2p1:guid>614129d0-07ac-47cc-a6df-134c74e7dca2</d2p1:guid>
  </BranchLocationId>
  <DateRangeTypeValue>1</DateRangeTypeValue>
  <DeliveryDateRangeCheckbox>true</DeliveryDateRangeCheckbox>
  <DeliveryEndDate>2025-06-14T12:00:19.8516581+05:00</DeliveryEndDate>
  <DeliveryStartDate>2025-06-14T12:00:19.8516581+05:00</DeliveryStartDate>
  <DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>82e95d20-c366-41ab-99c8-a31466105680</d2p1:guid>
    <d2p1:guid>f8463140-988a-4825-923b-f540bf1bfea9</d2p1:guid>
  </DepartmentIds>
  <DispatchStatus>10</DispatchStatus>
  <EndDate>2025-06-14T12:00:19.8516581+05:00</EndDate>
  <FilterBy>11</FilterBy>
  <HidePatientNameAdditionalDetail>true</HidePatientNameAdditionalDetail>
  <IsPrintPluginCall>true</IsPrintPluginCall>
  <LabNo>sample string 4</LabNo>
  <Length>2</Length>
  <MRNo>sample string 5</MRNo>
  <PackageGroupIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>9ab49d00-7345-4491-bd86-401cb13aa046</d2p1:guid>
    <d2p1:guid>19a6e75a-b245-4716-9d84-d4840819bc1d</d2p1:guid>
  </PackageGroupIds>
  <PatientIdentityType>1</PatientIdentityType>
  <PatientIdentityTypeValue>sample string 7</PatientIdentityTypeValue>
  <PatientLowerAgeFilter>1</PatientLowerAgeFilter>
  <PatientName>sample string 8</PatientName>
  <PatientSearchByType>1</PatientSearchByType>
  <PatientSearchByTypeValue>sample string 6</PatientSearchByTypeValue>
  <PatientTypeCNE>true</PatientTypeCNE>
  <PatientTypeEntitle>true</PatientTypeEntitle>
  <PatientTypePanel>true</PatientTypePanel>
  <PatientUpperAgeFilter>1</PatientUpperAgeFilter>
  <ReceivedFromOrganizationId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>f0b00b44-2413-4c37-bf8d-61b5e4e9d1bf</d2p1:guid>
    <d2p1:guid>500cd392-757a-4479-b922-4db1b101c207</d2p1:guid>
  </ReceivedFromOrganizationId>
  <ServiceCategoryIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>c4713b31-1e5c-451e-a2f7-b71630c10267</d2p1:guid>
    <d2p1:guid>5b1d33e9-01df-4221-b7ca-b2d69123d383</d2p1:guid>
  </ServiceCategoryIds>
  <Start>1</Start>
  <StartDate>2025-06-14T12:00:19.8516581+05:00</StartDate>
  <SubServiceIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>7672f274-e5b5-4277-bd91-181537bee3ed</d2p1:guid>
    <d2p1:guid>f8eb388e-ded8-4ef7-9f81-06697baa5909</d2p1:guid>
  </SubServiceIds>
  <UserId>1f195006-1abe-45fc-b32d-ad603e551bec</UserId>
  <UserType>1</UserType>
  <search>sample string 3</search>
</DTOPatientLabQueueRequestBody>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DTOPatientLabQueueRequestBody'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.