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": "ef93a895-f230-4eb9-acef-22b21b7bfef8",
"LabNo": "sample string 4",
"MRNo": "sample string 5",
"StartDate": "2026-02-05T14:12:45.3255896+05:00",
"EndDate": "2026-02-05T14:12:45.3255896+05:00",
"DeliveryStartDate": "2026-02-05T14:12:45.3255896+05:00",
"DeliveryEndDate": "2026-02-05T14:12:45.3255896+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": [
"66d09833-ac1e-4c0a-8c0b-b658e0733acb",
"c1a01a2b-7872-49c8-af41-c448400205bb"
],
"ServiceCategoryIds": [
"f13cafc6-61c8-48bf-a0ce-baf391348fec",
"3b68a3b1-fd89-45da-8971-710480ec05da"
],
"SubServiceIds": [
"fa993dda-5fe3-4e21-bd21-cb5470900882",
"26c8d997-1836-4ce6-9e5a-b27badf9e132"
],
"PackageGroupIds": [
"6ab83987-3eea-4277-ad1d-9b9c4c774c74",
"55c749a4-434f-4f8e-a9db-0ffdd0b562e5"
],
"DateRangeTypeValue": 1,
"BranchLocationId": [
"f3ac4bf0-214c-4f79-a13d-5379bb224314",
"ac483060-2bb4-42c7-bf64-bdc83ea55a85"
],
"ReceivedFromOrganizationId": [
"b313a308-cf0c-445a-94ac-11e9bb813c6c",
"ed839b0d-364c-4572-94a3-dc0eedd79d2d"
],
"BranchId": "4fb00fe6-977c-4d10-b43a-24b86ad40208",
"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>4fb00fe6-977c-4d10-b43a-24b86ad40208</BranchId>
<BranchLocationId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f3ac4bf0-214c-4f79-a13d-5379bb224314</d2p1:guid>
<d2p1:guid>ac483060-2bb4-42c7-bf64-bdc83ea55a85</d2p1:guid>
</BranchLocationId>
<DateRangeTypeValue>1</DateRangeTypeValue>
<DeliveryDateRangeCheckbox>true</DeliveryDateRangeCheckbox>
<DeliveryEndDate>2026-02-05T14:12:45.3255896+05:00</DeliveryEndDate>
<DeliveryStartDate>2026-02-05T14:12:45.3255896+05:00</DeliveryStartDate>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>66d09833-ac1e-4c0a-8c0b-b658e0733acb</d2p1:guid>
<d2p1:guid>c1a01a2b-7872-49c8-af41-c448400205bb</d2p1:guid>
</DepartmentIds>
<DispatchStatus>10</DispatchStatus>
<EndDate>2026-02-05T14:12:45.3255896+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>6ab83987-3eea-4277-ad1d-9b9c4c774c74</d2p1:guid>
<d2p1:guid>55c749a4-434f-4f8e-a9db-0ffdd0b562e5</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>b313a308-cf0c-445a-94ac-11e9bb813c6c</d2p1:guid>
<d2p1:guid>ed839b0d-364c-4572-94a3-dc0eedd79d2d</d2p1:guid>
</ReceivedFromOrganizationId>
<ServiceCategoryIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>f13cafc6-61c8-48bf-a0ce-baf391348fec</d2p1:guid>
<d2p1:guid>3b68a3b1-fd89-45da-8971-710480ec05da</d2p1:guid>
</ServiceCategoryIds>
<Start>1</Start>
<StartDate>2026-02-05T14:12:45.3255896+05:00</StartDate>
<SubServiceIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fa993dda-5fe3-4e21-bd21-cb5470900882</d2p1:guid>
<d2p1:guid>26c8d997-1836-4ce6-9e5a-b27badf9e132</d2p1:guid>
</SubServiceIds>
<UserId>ef93a895-f230-4eb9-acef-22b21b7bfef8</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.