POST api/Queue/GetLabReportSearchList
Request Information
URI Parameters
None.
Body Parameters
DTOPatientLabQueueRequestBody| Name | Description | Type | Additional 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": "0347fbfe-fc6c-42cf-bce4-a91b721ee8a8",
"LabNo": "sample string 4",
"MRNo": "sample string 5",
"StartDate": "2025-12-12T17:32:16.440916+05:00",
"EndDate": "2025-12-12T17:32:16.4414026+05:00",
"DeliveryStartDate": "2025-12-12T17:32:16.4414026+05:00",
"DeliveryEndDate": "2025-12-12T17:32:16.4414026+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": [
"8924cb8f-6ee6-43f1-8e76-c87dcd678927",
"e26f1735-35dc-45ea-a0ec-0dd99edd82d1"
],
"ServiceCategoryIds": [
"78f65f3f-647a-4fa9-b238-aeb09e939b45",
"00883fc6-5937-4355-bf38-4a18a182fd7c"
],
"SubServiceIds": [
"3690a5c4-3fa8-42ae-8657-d24d4e762de4",
"f0145fc5-f8b5-424d-acf7-7417c97ee5e7"
],
"PackageGroupIds": [
"2350eea3-4395-4659-8a02-c3be326c2e6b",
"8ea671cc-73f9-4835-a01c-8c5e54190fd4"
],
"DateRangeTypeValue": 1,
"BranchLocationId": [
"0fd8d601-8221-4eb2-9503-8f0185acc509",
"b1ceba48-0e0c-40a1-bd2d-defa4b1f7d45"
],
"ReceivedFromOrganizationId": [
"af809ba4-b78b-4d05-b8ca-69b561d20b04",
"252e2d50-c40f-47d3-afed-79c27a007487"
],
"BranchId": "c23d19a0-428d-43b9-8851-d7fac69c476d",
"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>c23d19a0-428d-43b9-8851-d7fac69c476d</BranchId>
<BranchLocationId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0fd8d601-8221-4eb2-9503-8f0185acc509</d2p1:guid>
<d2p1:guid>b1ceba48-0e0c-40a1-bd2d-defa4b1f7d45</d2p1:guid>
</BranchLocationId>
<DateRangeTypeValue>1</DateRangeTypeValue>
<DeliveryDateRangeCheckbox>true</DeliveryDateRangeCheckbox>
<DeliveryEndDate>2025-12-12T17:32:16.4414026+05:00</DeliveryEndDate>
<DeliveryStartDate>2025-12-12T17:32:16.4414026+05:00</DeliveryStartDate>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>8924cb8f-6ee6-43f1-8e76-c87dcd678927</d2p1:guid>
<d2p1:guid>e26f1735-35dc-45ea-a0ec-0dd99edd82d1</d2p1:guid>
</DepartmentIds>
<DispatchStatus>10</DispatchStatus>
<EndDate>2025-12-12T17:32:16.4414026+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>2350eea3-4395-4659-8a02-c3be326c2e6b</d2p1:guid>
<d2p1:guid>8ea671cc-73f9-4835-a01c-8c5e54190fd4</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>af809ba4-b78b-4d05-b8ca-69b561d20b04</d2p1:guid>
<d2p1:guid>252e2d50-c40f-47d3-afed-79c27a007487</d2p1:guid>
</ReceivedFromOrganizationId>
<ServiceCategoryIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>78f65f3f-647a-4fa9-b238-aeb09e939b45</d2p1:guid>
<d2p1:guid>00883fc6-5937-4355-bf38-4a18a182fd7c</d2p1:guid>
</ServiceCategoryIds>
<Start>1</Start>
<StartDate>2025-12-12T17:32:16.440916+05:00</StartDate>
<SubServiceIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3690a5c4-3fa8-42ae-8657-d24d4e762de4</d2p1:guid>
<d2p1:guid>f0145fc5-f8b5-424d-acf7-7417c97ee5e7</d2p1:guid>
</SubServiceIds>
<UserId>0347fbfe-fc6c-42cf-bce4-a91b721ee8a8</UserId>
<UserType>1</UserType>
<search>sample string 3</search>
</DTOPatientLabQueueRequestBody>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.