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": "d11be9c1-8b72-44ec-bb69-7e4285dfa2b9",
"PathologyReportId": "cd5a6321-69f0-4623-a887-8564340e7c85",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-05-21T09:17:19Z",
"PatientDateOfBirth": "2026-05-21T09:17:19Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"a5657b0e-d855-43f5-a2b6-e542ab59031f",
"1478b543-d5b4-4f8f-a4c1-838b716449fb"
],
"PrimaryProviderId": "ceb1ed1c-b848-484d-862a-12e81523adc6",
"PracticeId": "02f085a6-8544-460f-93c3-2fd2fc562155",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "d11be9c1-8b72-44ec-bb69-7e4285dfa2b9",
"PathologyReportId": "cd5a6321-69f0-4623-a887-8564340e7c85",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-05-21T09:17:19Z",
"PatientDateOfBirth": "2026-05-21T09:17:19Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"a5657b0e-d855-43f5-a2b6-e542ab59031f",
"1478b543-d5b4-4f8f-a4c1-838b716449fb"
],
"PrimaryProviderId": "ceb1ed1c-b848-484d-862a-12e81523adc6",
"PracticeId": "02f085a6-8544-460f-93c3-2fd2fc562155",
"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>cd5a6321-69f0-4623-a887-8564340e7c85</PathologyReportId>
<PathologyReportWorkflowId>d11be9c1-8b72-44ec-bb69-7e4285dfa2b9</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-05-21T09:17:19.4199618+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>a5657b0e-d855-43f5-a2b6-e542ab59031f</d3p1:guid>
<d3p1:guid>1478b543-d5b4-4f8f-a4c1-838b716449fb</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>02f085a6-8544-460f-93c3-2fd2fc562155</PracticeId>
<PrimaryProviderId>ceb1ed1c-b848-484d-862a-12e81523adc6</PrimaryProviderId>
<ReceivedDate>2026-05-21T09:17:19.4199618+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>cd5a6321-69f0-4623-a887-8564340e7c85</PathologyReportId>
<PathologyReportWorkflowId>d11be9c1-8b72-44ec-bb69-7e4285dfa2b9</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-05-21T09:17:19.4199618+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>a5657b0e-d855-43f5-a2b6-e542ab59031f</d3p1:guid>
<d3p1:guid>1478b543-d5b4-4f8f-a4c1-838b716449fb</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>02f085a6-8544-460f-93c3-2fd2fc562155</PracticeId>
<PrimaryProviderId>ceb1ed1c-b848-484d-862a-12e81523adc6</PrimaryProviderId>
<ReceivedDate>2026-05-21T09:17:19.4199618+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>