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": "4bcfab75-636c-447a-84bd-fb8643c58840", "PathologyReportId": "a6d54bd6-b3c5-4a13-a053-ad7d2cbdc7a4", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-04-19T08:43:05Z", "PatientDateOfBirth": "2025-04-19T08:43:05Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "322393f2-352e-48e7-9d2a-21a88e30066e", "d43686ea-dde4-4269-b0a1-2eefc8edb358" ], "PrimaryProviderId": "58e3374b-dc3b-4b7c-86ea-761a7a19ba4a", "PracticeId": "a66ad4a2-a0c6-4a40-9cdb-ffa547ac16b3", "DoctorName": "sample string 12" }, { "PathologyReportWorkflowId": "4bcfab75-636c-447a-84bd-fb8643c58840", "PathologyReportId": "a6d54bd6-b3c5-4a13-a053-ad7d2cbdc7a4", "WorkflowStatusType": 0, "PatientName": "sample string 3", "PatientContactNo": "sample string 4", "Departments": "sample string 5", "ReceivedDate": "2025-04-19T08:43:05Z", "PatientDateOfBirth": "2025-04-19T08:43:05Z", "OriginalMessage": "sample string 8", "ReportLabName": "sample string 9", "PatientIds": [ "322393f2-352e-48e7-9d2a-21a88e30066e", "d43686ea-dde4-4269-b0a1-2eefc8edb358" ], "PrimaryProviderId": "58e3374b-dc3b-4b7c-86ea-761a7a19ba4a", "PracticeId": "a66ad4a2-a0c6-4a40-9cdb-ffa547ac16b3", "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>a6d54bd6-b3c5-4a13-a053-ad7d2cbdc7a4</PathologyReportId> <PathologyReportWorkflowId>4bcfab75-636c-447a-84bd-fb8643c58840</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-04-19T08:43:05.1287453+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>322393f2-352e-48e7-9d2a-21a88e30066e</d3p1:guid> <d3p1:guid>d43686ea-dde4-4269-b0a1-2eefc8edb358</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>a66ad4a2-a0c6-4a40-9cdb-ffa547ac16b3</PracticeId> <PrimaryProviderId>58e3374b-dc3b-4b7c-86ea-761a7a19ba4a</PrimaryProviderId> <ReceivedDate>2025-04-19T08:43:05.1287453+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>a6d54bd6-b3c5-4a13-a053-ad7d2cbdc7a4</PathologyReportId> <PathologyReportWorkflowId>4bcfab75-636c-447a-84bd-fb8643c58840</PathologyReportWorkflowId> <PatientContactNo>sample string 4</PatientContactNo> <PatientDateOfBirth>2025-04-19T08:43:05.1287453+02:00</PatientDateOfBirth> <PatientIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>322393f2-352e-48e7-9d2a-21a88e30066e</d3p1:guid> <d3p1:guid>d43686ea-dde4-4269-b0a1-2eefc8edb358</d3p1:guid> </PatientIds> <PatientName>sample string 3</PatientName> <PracticeId>a66ad4a2-a0c6-4a40-9cdb-ffa547ac16b3</PracticeId> <PrimaryProviderId>58e3374b-dc3b-4b7c-86ea-761a7a19ba4a</PrimaryProviderId> <ReceivedDate>2025-04-19T08:43:05.1287453+02:00</ReceivedDate> <ReportLabName>sample string 9</ReportLabName> <WorkflowStatusType>Open</WorkflowStatusType> </PathologyReportWorkflowVo> </ArrayOfPathologyReportWorkflowVo>