GET api/v1/{practiceId}/clinical/pathologyreports/status/undelivered/fromdate/{fromDate}/todate/{toDate}/pageSize/{pageSize}/pageNumber/{pageNumber}
Get PathologyReports which wasn't delivered by 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 |
from date |
string |
Required |
toDate |
to date |
string |
Required |
pageSize | integer |
Required |
|
pageNumber | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
array of pathology reports
Collection of Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportDeliveryVoName | Description | Type | Additional information |
---|---|---|---|
PracticeId | globally unique identifier |
None. |
|
PathologyReportId | globally unique identifier |
None. |
|
DeliveryDate | date |
None. |
|
PathLab | string |
None. |
|
ReportXRef | string |
None. |
|
PatientFullName | string |
None. |
|
RecipientName | string |
None. |
|
RecipientNumber | string |
None. |
|
DeliveryStatus | string |
None. |
|
TreatingProviderId | globally unique identifier |
None. |
|
MatchedPatientIds | Collection of globally unique identifier |
None. |
|
OriginalMessagePayload | string |
None. |
|
Departments | string |
None. |
|
DoctorName | string |
None. |
|
ReceivedDate | date |
None. |
|
PatientInfoFromReport | Com.Healthbridge.Hhas.Patient.Interface.ValueObjects.PatientVo |
None. |
|
PathologyReport | Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReport |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml
Sample:
text/xml
Sample: