GET api/v1/{practiceId}/clinical/pathologyreportworkflows/fromdate/{fromDate}/todate/{toDate}
Get PathologyReports based on specified reports date range
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 |
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": "eb1150f8-032f-4f1b-b1c1-f9efda3725ee",
"PathologyReportId": "315461e8-34ce-4d75-a5af-fda999f6e497",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-04-07T02:47:27Z",
"PatientDateOfBirth": "2026-04-07T02:47:27Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"fd0862ad-4484-47a6-834e-7e4720d36269",
"80cd1f08-92e0-4300-89c8-4a0c073ce1c1"
],
"PrimaryProviderId": "c0584f65-e57b-4d20-97ef-12232032e76f",
"PracticeId": "1ff51288-24fc-45bc-8c3a-6b61fbe53340",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "eb1150f8-032f-4f1b-b1c1-f9efda3725ee",
"PathologyReportId": "315461e8-34ce-4d75-a5af-fda999f6e497",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-04-07T02:47:27Z",
"PatientDateOfBirth": "2026-04-07T02:47:27Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"fd0862ad-4484-47a6-834e-7e4720d36269",
"80cd1f08-92e0-4300-89c8-4a0c073ce1c1"
],
"PrimaryProviderId": "c0584f65-e57b-4d20-97ef-12232032e76f",
"PracticeId": "1ff51288-24fc-45bc-8c3a-6b61fbe53340",
"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>315461e8-34ce-4d75-a5af-fda999f6e497</PathologyReportId>
<PathologyReportWorkflowId>eb1150f8-032f-4f1b-b1c1-f9efda3725ee</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-04-07T02:47:27.7799151+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>fd0862ad-4484-47a6-834e-7e4720d36269</d3p1:guid>
<d3p1:guid>80cd1f08-92e0-4300-89c8-4a0c073ce1c1</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>1ff51288-24fc-45bc-8c3a-6b61fbe53340</PracticeId>
<PrimaryProviderId>c0584f65-e57b-4d20-97ef-12232032e76f</PrimaryProviderId>
<ReceivedDate>2026-04-07T02:47:27.7799151+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>315461e8-34ce-4d75-a5af-fda999f6e497</PathologyReportId>
<PathologyReportWorkflowId>eb1150f8-032f-4f1b-b1c1-f9efda3725ee</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-04-07T02:47:27.7799151+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>fd0862ad-4484-47a6-834e-7e4720d36269</d3p1:guid>
<d3p1:guid>80cd1f08-92e0-4300-89c8-4a0c073ce1c1</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>1ff51288-24fc-45bc-8c3a-6b61fbe53340</PracticeId>
<PrimaryProviderId>c0584f65-e57b-4d20-97ef-12232032e76f</PrimaryProviderId>
<ReceivedDate>2026-04-07T02:47:27.7799151+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>