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": "0598f01b-9d42-4a48-babd-fd9920b02287",
"LabNo": "sample string 4",
"MRNo": "sample string 5",
"StartDate": "2025-12-11T15:56:21.7726489+05:00",
"EndDate": "2025-12-11T15:56:21.7726489+05:00",
"DeliveryStartDate": "2025-12-11T15:56:21.7726489+05:00",
"DeliveryEndDate": "2025-12-11T15:56:21.7726489+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": [
"33201fbf-b48b-40a4-a196-739edae1d550",
"d7046444-71aa-4fa8-b020-70f22c37cec7"
],
"ServiceCategoryIds": [
"0a98dbc2-d6d3-45bd-a23c-a39e6c93ab36",
"97c9498a-765d-4d5e-a5e6-fe1fd86210d7"
],
"SubServiceIds": [
"6b576aa9-9887-47a1-add5-9dfe064d87b3",
"02072c7e-ba00-4891-a41a-70c1a22654bd"
],
"PackageGroupIds": [
"b28a1e82-6155-4589-9794-97a3a7f01512",
"4f3c66fe-778e-464f-8a9a-d26e0501ddb2"
],
"DateRangeTypeValue": 1,
"BranchLocationId": [
"1e1f58d3-4c4b-41d7-8f25-607e79011b11",
"3b750521-e3c5-4fad-bee6-ddddaa2ca37c"
],
"ReceivedFromOrganizationId": [
"301ae3cd-b0e5-418c-aceb-81e1a463d202",
"4b06bcc9-e3a2-47b4-8e3c-158197fb986b"
],
"BranchId": "8559843e-9f56-4cfa-afc1-65a959731fc9",
"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>8559843e-9f56-4cfa-afc1-65a959731fc9</BranchId>
<BranchLocationId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>1e1f58d3-4c4b-41d7-8f25-607e79011b11</d2p1:guid>
<d2p1:guid>3b750521-e3c5-4fad-bee6-ddddaa2ca37c</d2p1:guid>
</BranchLocationId>
<DateRangeTypeValue>1</DateRangeTypeValue>
<DeliveryDateRangeCheckbox>true</DeliveryDateRangeCheckbox>
<DeliveryEndDate>2025-12-11T15:56:21.7726489+05:00</DeliveryEndDate>
<DeliveryStartDate>2025-12-11T15:56:21.7726489+05:00</DeliveryStartDate>
<DepartmentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>33201fbf-b48b-40a4-a196-739edae1d550</d2p1:guid>
<d2p1:guid>d7046444-71aa-4fa8-b020-70f22c37cec7</d2p1:guid>
</DepartmentIds>
<DispatchStatus>10</DispatchStatus>
<EndDate>2025-12-11T15:56:21.7726489+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>b28a1e82-6155-4589-9794-97a3a7f01512</d2p1:guid>
<d2p1:guid>4f3c66fe-778e-464f-8a9a-d26e0501ddb2</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>301ae3cd-b0e5-418c-aceb-81e1a463d202</d2p1:guid>
<d2p1:guid>4b06bcc9-e3a2-47b4-8e3c-158197fb986b</d2p1:guid>
</ReceivedFromOrganizationId>
<ServiceCategoryIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>0a98dbc2-d6d3-45bd-a23c-a39e6c93ab36</d2p1:guid>
<d2p1:guid>97c9498a-765d-4d5e-a5e6-fe1fd86210d7</d2p1:guid>
</ServiceCategoryIds>
<Start>1</Start>
<StartDate>2025-12-11T15:56:21.7726489+05:00</StartDate>
<SubServiceIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>6b576aa9-9887-47a1-add5-9dfe064d87b3</d2p1:guid>
<d2p1:guid>02072c7e-ba00-4891-a41a-70c1a22654bd</d2p1:guid>
</SubServiceIds>
<UserId>0598f01b-9d42-4a48-babd-fd9920b02287</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.