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.PathologyReportWorkflowVoName | 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": "eecc60a7-c7f5-4698-a5fc-3a659b242d4b", "PathologyReportId": "c97c7c81-038f-4fd2-bb7d-f993330324ff", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-06-22T16:09:09Z", "PatientDateOfBirth": "2025-06-22T16:09:09Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "f306002a-435a-4160-8eee-2a7e9aa5a48e", "08c661a5-8ef6-4ec7-a5a6-1e7a5ab2b3a2" ], "PrimaryProviderId": "fa511b28-b651-46e4-b8e2-17f56441848c", "PracticeId": "7a06fac7-90f5-4bd2-b037-618bfde7187a", "DoctorName": "sample string 12" }, { "PathologyReportWorkflowId": "eecc60a7-c7f5-4698-a5fc-3a659b242d4b", "PathologyReportId": "c97c7c81-038f-4fd2-bb7d-f993330324ff", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-06-22T16:09:09Z", "PatientDateOfBirth": "2025-06-22T16:09:09Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "f306002a-435a-4160-8eee-2a7e9aa5a48e", "08c661a5-8ef6-4ec7-a5a6-1e7a5ab2b3a2" ], "PrimaryProviderId": "fa511b28-b651-46e4-b8e2-17f56441848c", "PracticeId": "7a06fac7-90f5-4bd2-b037-618bfde7187a", "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>c97c7c81-038f-4fd2-bb7d-f993330324ff</PathologyReportId> <PathologyReportWorkflowId>eecc60a7-c7f5-4698-a5fc-3a659b242d4b</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-06-22T16:09:09.1225578+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>f306002a-435a-4160-8eee-2a7e9aa5a48e</d3p1:guid> <d3p1:guid>08c661a5-8ef6-4ec7-a5a6-1e7a5ab2b3a2</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>7a06fac7-90f5-4bd2-b037-618bfde7187a</PracticeId> <PrimaryProviderId>fa511b28-b651-46e4-b8e2-17f56441848c</PrimaryProviderId> <ReceivedDate>2025-06-22T16:09:09.1225578+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>c97c7c81-038f-4fd2-bb7d-f993330324ff</PathologyReportId> <PathologyReportWorkflowId>eecc60a7-c7f5-4698-a5fc-3a659b242d4b</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-06-22T16:09:09.1225578+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>f306002a-435a-4160-8eee-2a7e9aa5a48e</d3p1:guid> <d3p1:guid>08c661a5-8ef6-4ec7-a5a6-1e7a5ab2b3a2</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>7a06fac7-90f5-4bd2-b037-618bfde7187a</PracticeId> <PrimaryProviderId>fa511b28-b651-46e4-b8e2-17f56441848c</PrimaryProviderId> <ReceivedDate>2025-06-22T16:09:09.1225578+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo> </ArrayOfPathologyReportWorkflowVo>