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": "6e3e73a7-b575-4c2f-af87-6bfe30e0e93f",
"LabNo": "sample string 4",
"MRNo": "sample string 5",
"StartDate": "2026-02-05T14:01:42.098096+05:00",
"EndDate": "2026-02-05T14:01:42.098096+05:00",
"DeliveryStartDate": "2026-02-05T14:01:42.098096+05:00",
"DeliveryEndDate": "2026-02-05T14:01:42.098096+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": [
"e1f23efe-0980-4383-9aaa-039a28985b2a",
"0db6184a-7ef5-4c3a-a7da-688cd3b63efc"
],
"ServiceCategoryIds": [
"2f37cf42-4ef8-4c65-9ea0-7318a145d687",
"155c3f22-d4c6-4975-9ab6-0d6894992787"
],
"SubServiceIds": [
"a18a5f6c-65bf-4f24-9597-f6608c04d261",
"799ee6e0-46f5-44d4-b0ec-7289c3150485"
],
"PackageGroupIds": [
"766ee179-bf52-4c03-9860-8f506ec16b9d",
"cf2a47f8-f657-4fc9-90f4-d37a70b932a8"
],
"DateRangeTypeValue": 1,
"BranchLocationId": [
"0814fe97-eb35-412f-85f0-38320fed890a",
"1f7c3604-c11b-41e1-8a71-024c6df08219"
],
"ReceivedFromOrganizationId": [
"99e4e59b-ed76-41ec-8e0c-72b9f41e3f5e",
"c31f3176-1ba6-4388-a5d7-7799eef1a5d4"
],
"BranchId": "e1461413-5976-40cd-b343-c0d0780cc352",
"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>e1461413-5976-40cd-b343-c0d0780cc352</BranchId>
<BranchLocationId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0814fe97-eb35-412f-85f0-38320fed890a</d2p1:guid>
<d2p1:guid>1f7c3604-c11b-41e1-8a71-024c6df08219</d2p1:guid>
</BranchLocationId>
<DateRangeTypeValue>1</DateRangeTypeValue>
<DeliveryDateRangeCheckbox>true</DeliveryDateRangeCheckbox>
<DeliveryEndDate>2026-02-05T14:01:42.098096+05:00</DeliveryEndDate>
<DeliveryStartDate>2026-02-05T14:01:42.098096+05:00</DeliveryStartDate>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>e1f23efe-0980-4383-9aaa-039a28985b2a</d2p1:guid>
<d2p1:guid>0db6184a-7ef5-4c3a-a7da-688cd3b63efc</d2p1:guid>
</DepartmentIds>
<DispatchStatus>10</DispatchStatus>
<EndDate>2026-02-05T14:01:42.098096+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>766ee179-bf52-4c03-9860-8f506ec16b9d</d2p1:guid>
<d2p1:guid>cf2a47f8-f657-4fc9-90f4-d37a70b932a8</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>99e4e59b-ed76-41ec-8e0c-72b9f41e3f5e</d2p1:guid>
<d2p1:guid>c31f3176-1ba6-4388-a5d7-7799eef1a5d4</d2p1:guid>
</ReceivedFromOrganizationId>
<ServiceCategoryIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>2f37cf42-4ef8-4c65-9ea0-7318a145d687</d2p1:guid>
<d2p1:guid>155c3f22-d4c6-4975-9ab6-0d6894992787</d2p1:guid>
</ServiceCategoryIds>
<Start>1</Start>
<StartDate>2026-02-05T14:01:42.098096+05:00</StartDate>
<SubServiceIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>a18a5f6c-65bf-4f24-9597-f6608c04d261</d2p1:guid>
<d2p1:guid>799ee6e0-46f5-44d4-b0ec-7289c3150485</d2p1:guid>
</SubServiceIds>
<UserId>6e3e73a7-b575-4c2f-af87-6bfe30e0e93f</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.