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": "d242b723-00ce-4352-bb92-efce1d0c6bf8",
"PathologyReportId": "c8452d12-341f-4dca-968c-e535ca4a4dc2",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-02-05T18:08:22Z",
"PatientDateOfBirth": "2026-02-05T18:08:22Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"1e4fc97b-dfd0-4560-8ba2-49995f5c5896",
"a5112930-acd6-4404-94dd-f0a2a597551c"
],
"PrimaryProviderId": "17a7bc21-2a22-444a-a406-295270f15be2",
"PracticeId": "df971118-c85e-43e0-8f3c-fdbd010d5232",
"DoctorName": "sample string 12"
},
{
"PathologyReportWorkflowId": "d242b723-00ce-4352-bb92-efce1d0c6bf8",
"PathologyReportId": "c8452d12-341f-4dca-968c-e535ca4a4dc2",
"WorkflowStatusType": 0,
"PatientName": "sample string 3",
"PatientContactNo": "sample string 4",
"Departments": "sample string 5",
"ReceivedDate": "2026-02-05T18:08:22Z",
"PatientDateOfBirth": "2026-02-05T18:08:22Z",
"OriginalMessage": "sample string 8",
"ReportLabName": "sample string 9",
"PatientIds": [
"1e4fc97b-dfd0-4560-8ba2-49995f5c5896",
"a5112930-acd6-4404-94dd-f0a2a597551c"
],
"PrimaryProviderId": "17a7bc21-2a22-444a-a406-295270f15be2",
"PracticeId": "df971118-c85e-43e0-8f3c-fdbd010d5232",
"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>c8452d12-341f-4dca-968c-e535ca4a4dc2</PathologyReportId>
<PathologyReportWorkflowId>d242b723-00ce-4352-bb92-efce1d0c6bf8</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-02-05T18:08:22.6748275+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>1e4fc97b-dfd0-4560-8ba2-49995f5c5896</d3p1:guid>
<d3p1:guid>a5112930-acd6-4404-94dd-f0a2a597551c</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>df971118-c85e-43e0-8f3c-fdbd010d5232</PracticeId>
<PrimaryProviderId>17a7bc21-2a22-444a-a406-295270f15be2</PrimaryProviderId>
<ReceivedDate>2026-02-05T18:08:22.6748275+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>c8452d12-341f-4dca-968c-e535ca4a4dc2</PathologyReportId>
<PathologyReportWorkflowId>d242b723-00ce-4352-bb92-efce1d0c6bf8</PathologyReportWorkflowId>
<PatientContactNo>sample string 4</PatientContactNo>
<PatientDateOfBirth>2026-02-05T18:08:22.6748275+02:00</PatientDateOfBirth>
<PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>1e4fc97b-dfd0-4560-8ba2-49995f5c5896</d3p1:guid>
<d3p1:guid>a5112930-acd6-4404-94dd-f0a2a597551c</d3p1:guid>
</PatientIds>
<PatientName>sample string 3</PatientName>
<PracticeId>df971118-c85e-43e0-8f3c-fdbd010d5232</PracticeId>
<PrimaryProviderId>17a7bc21-2a22-444a-a406-295270f15be2</PrimaryProviderId>
<ReceivedDate>2026-02-05T18:08:22.6748275+02:00</ReceivedDate>
<ReportLabName>sample string 9</ReportLabName>
<WorkflowStatusType>Open</WorkflowStatusType>
</PathologyReportWorkflowVo>
</ArrayOfPathologyReportWorkflowVo>