GET api/v1/{practiceId}/clinical/pathologyreportworkflows/fromdate/{fromDate}/todate/{toDate}/status/{status}/pageSize/{pageSize}/pageNumber/{pageNumber}
Get paged PathologyReports based on specified reports date range and status
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| practiceId |
practice id for which pathology reports belongs too |
globally unique identifier |
Required |
| fromDate |
start report date |
string |
Required |
| toDate |
end report date |
string |
Required |
| status |
workflow status, can be Open, Read, Urgent |
Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportWorkflowStatusType |
Required |
| pageSize | integer |
Required |
|
| pageNumber | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
array of pathology report workflows filtered by provided criteria
Collection of Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportWorkflowVo| Name | Description | Type | Additional information |
|---|---|---|---|
| PathologyReportWorkflowId | globally unique identifier |
None. |
|
| PathologyReportId | globally unique identifier |
None. |
|
| WorkflowStatusType | Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportWorkflowStatusType |
None. |
|
| PatientName | string |
None. |
|
| PatientContactNo | string |
None. |
|
| Departments | string |
None. |
|
| ReceivedDate | date |
None. |
|
| PatientDateOfBirth | date |
None. |
|
| OriginalMessage | string |
None. |
|
| ReportLabName | string |
None. |
|
| PatientIds | Collection of globally unique identifier |
None. |
|
| PrimaryProviderId | globally unique identifier |
None. |
|
| PracticeId | globally unique identifier |
None. |
|
| DoctorName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PathologyReportWorkflowId": "2339c80e-4bb5-4d8a-b689-0e48ed1aecd8",
"PathologyReportId": "f1a0ac0f-9ece-4f74-98f5-f813a0aff985",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-05-24T19:42:14Z",
"PatientDateOfBirth": "2026-05-24T19:42:14Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"42f60607-ed6c-4964-bda4-fd6c6227c797",
"5c311992-181a-4ed0-985b-f53098742fbf"
],
"PrimaryProviderId": "3abe5474-d035-4894-a84c-41878a84ec3a",
"PracticeId": "5bb840bc-4ee2-4d43-90a6-3b873449318e",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "2339c80e-4bb5-4d8a-b689-0e48ed1aecd8",
"PathologyReportId": "f1a0ac0f-9ece-4f74-98f5-f813a0aff985",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-05-24T19:42:14Z",
"PatientDateOfBirth": "2026-05-24T19:42:14Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"42f60607-ed6c-4964-bda4-fd6c6227c797",
"5c311992-181a-4ed0-985b-f53098742fbf"
],
"PrimaryProviderId": "3abe5474-d035-4894-a84c-41878a84ec3a",
"PracticeId": "5bb840bc-4ee2-4d43-90a6-3b873449318e",
"DoctorName": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfPathologyReportWorkflowVo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects">
<PathologyReportWorkflowVo>
<Departments>sample string 5</Departments>
<DoctorName>sample string 12</DoctorName>
<OriginalMessage>sample string 8</OriginalMessage>
<PathologyReportId>f1a0ac0f-9ece-4f74-98f5-f813a0aff985</PathologyReportId>
<PathologyReportWorkflowId>2339c80e-4bb5-4d8a-b689-0e48ed1aecd8</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-05-24T19:42:14.4091462+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>42f60607-ed6c-4964-bda4-fd6c6227c797</d3p1:guid>
<d3p1:guid>5c311992-181a-4ed0-985b-f53098742fbf</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>5bb840bc-4ee2-4d43-90a6-3b873449318e</PracticeId>
<PrimaryProviderId>3abe5474-d035-4894-a84c-41878a84ec3a</PrimaryProviderId>
<ReceivedDate>2026-05-24T19:42:14.4091462+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
<PathologyReportWorkflowVo>
<Departments>sample string 5</Departments>
<DoctorName>sample string 12</DoctorName>
<OriginalMessage>sample string 8</OriginalMessage>
<PathologyReportId>f1a0ac0f-9ece-4f74-98f5-f813a0aff985</PathologyReportId>
<PathologyReportWorkflowId>2339c80e-4bb5-4d8a-b689-0e48ed1aecd8</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-05-24T19:42:14.4091462+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>42f60607-ed6c-4964-bda4-fd6c6227c797</d3p1:guid>
<d3p1:guid>5c311992-181a-4ed0-985b-f53098742fbf</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>5bb840bc-4ee2-4d43-90a6-3b873449318e</PracticeId>
<PrimaryProviderId>3abe5474-d035-4894-a84c-41878a84ec3a</PrimaryProviderId>
<ReceivedDate>2026-05-24T19:42:14.4091462+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>