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": "3776c50b-22b4-413c-8d6b-9cd61be02eec",
"LabNo": "sample string 4",
"MRNo": "sample string 5",
"StartDate": "2025-12-17T08:53:58.2778017+05:00",
"EndDate": "2025-12-17T08:53:58.2778017+05:00",
"DeliveryStartDate": "2025-12-17T08:53:58.2778017+05:00",
"DeliveryEndDate": "2025-12-17T08:53:58.2778017+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": [
"41f6b38d-8788-4bbb-ac82-0d12d01c778c",
"bb07faa7-deb7-42f1-b9b9-0771579ca9ae"
],
"ServiceCategoryIds": [
"fbd91a44-5781-4afe-abdf-b41dfacc1521",
"f1c68e26-feee-44d7-a6c4-a2eac1fdb483"
],
"SubServiceIds": [
"9e87f9d4-744f-41bf-be65-7c4741aeceed",
"16b0e81a-ab56-4976-9487-0a02258f6daf"
],
"PackageGroupIds": [
"a9d801a2-74de-48b3-ab50-eb3850a4140f",
"5fcadb8b-9bc7-4d03-91d6-23e2f0d947db"
],
"DateRangeTypeValue": 1,
"BranchLocationId": [
"025c8214-e26a-4980-adca-db7d4fa473fa",
"9ce61faf-6d44-4d84-9574-8f242715e374"
],
"ReceivedFromOrganizationId": [
"7fcbd612-433c-4022-be58-88940d3ae74b",
"673fff84-21ae-4d8c-8640-838c00b4dfd5"
],
"BranchId": "c831e747-53ff-4dbf-8126-27698c6ccecb",
"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>c831e747-53ff-4dbf-8126-27698c6ccecb</BranchId>
<BranchLocationId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>025c8214-e26a-4980-adca-db7d4fa473fa</d2p1:guid>
<d2p1:guid>9ce61faf-6d44-4d84-9574-8f242715e374</d2p1:guid>
</BranchLocationId>
<DateRangeTypeValue>1</DateRangeTypeValue>
<DeliveryDateRangeCheckbox>true</DeliveryDateRangeCheckbox>
<DeliveryEndDate>2025-12-17T08:53:58.2778017+05:00</DeliveryEndDate>
<DeliveryStartDate>2025-12-17T08:53:58.2778017+05:00</DeliveryStartDate>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>41f6b38d-8788-4bbb-ac82-0d12d01c778c</d2p1:guid>
<d2p1:guid>bb07faa7-deb7-42f1-b9b9-0771579ca9ae</d2p1:guid>
</DepartmentIds>
<DispatchStatus>10</DispatchStatus>
<EndDate>2025-12-17T08:53:58.2778017+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>a9d801a2-74de-48b3-ab50-eb3850a4140f</d2p1:guid>
<d2p1:guid>5fcadb8b-9bc7-4d03-91d6-23e2f0d947db</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>7fcbd612-433c-4022-be58-88940d3ae74b</d2p1:guid>
<d2p1:guid>673fff84-21ae-4d8c-8640-838c00b4dfd5</d2p1:guid>
</ReceivedFromOrganizationId>
<ServiceCategoryIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>fbd91a44-5781-4afe-abdf-b41dfacc1521</d2p1:guid>
<d2p1:guid>f1c68e26-feee-44d7-a6c4-a2eac1fdb483</d2p1:guid>
</ServiceCategoryIds>
<Start>1</Start>
<StartDate>2025-12-17T08:53:58.2778017+05:00</StartDate>
<SubServiceIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>9e87f9d4-744f-41bf-be65-7c4741aeceed</d2p1:guid>
<d2p1:guid>16b0e81a-ab56-4976-9487-0a02258f6daf</d2p1:guid>
</SubServiceIds>
<UserId>3776c50b-22b4-413c-8d6b-9cd61be02eec</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.