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.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": "041e1722-b6b1-463d-b229-a126ae420a54", "PathologyReportId": "d4e485cf-e2bc-4715-a05c-ea99a042bf9e", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-06-19T13:03:19Z", "PatientDateOfBirth": "2025-06-19T13:03:19Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "f3a04cdd-dbc5-48b6-a9a3-a8ebb30b658d", "0fd82d4c-7546-40ab-9de9-8aed046b4333" ], "PrimaryProviderId": "09b34b1e-cceb-4756-80fd-37bede902fdd", "PracticeId": "f8f1e343-d5d1-4b3f-860b-b1b79312d7fe", "DoctorName": "sample string 12" }, { "PathologyReportWorkflowId": "041e1722-b6b1-463d-b229-a126ae420a54", "PathologyReportId": "d4e485cf-e2bc-4715-a05c-ea99a042bf9e", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-06-19T13:03:19Z", "PatientDateOfBirth": "2025-06-19T13:03:19Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "f3a04cdd-dbc5-48b6-a9a3-a8ebb30b658d", "0fd82d4c-7546-40ab-9de9-8aed046b4333" ], "PrimaryProviderId": "09b34b1e-cceb-4756-80fd-37bede902fdd", "PracticeId": "f8f1e343-d5d1-4b3f-860b-b1b79312d7fe", "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>d4e485cf-e2bc-4715-a05c-ea99a042bf9e</PathologyReportId> <PathologyReportWorkflowId>041e1722-b6b1-463d-b229-a126ae420a54</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-06-19T13:03:19.2078476+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>f3a04cdd-dbc5-48b6-a9a3-a8ebb30b658d</d3p1:guid> <d3p1:guid>0fd82d4c-7546-40ab-9de9-8aed046b4333</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>f8f1e343-d5d1-4b3f-860b-b1b79312d7fe</PracticeId> <PrimaryProviderId>09b34b1e-cceb-4756-80fd-37bede902fdd</PrimaryProviderId> <ReceivedDate>2025-06-19T13:03:19.2078476+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>d4e485cf-e2bc-4715-a05c-ea99a042bf9e</PathologyReportId> <PathologyReportWorkflowId>041e1722-b6b1-463d-b229-a126ae420a54</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-06-19T13:03:19.2078476+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>f3a04cdd-dbc5-48b6-a9a3-a8ebb30b658d</d3p1:guid> <d3p1:guid>0fd82d4c-7546-40ab-9de9-8aed046b4333</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>f8f1e343-d5d1-4b3f-860b-b1b79312d7fe</PracticeId> <PrimaryProviderId>09b34b1e-cceb-4756-80fd-37bede902fdd</PrimaryProviderId> <ReceivedDate>2025-06-19T13:03:19.2078476+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo> </ArrayOfPathologyReportWorkflowVo>