GET api/v1/{practiceId}/clinical/pathologyreports/status/undelivered

Get PathologyReports which wasn't delivered

Request Information

URI Parameters

NameDescriptionTypeAdditional information
practiceId

practice id for which pathology reports belongs too

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

array of pathology reports

Collection of Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportDeliveryVo
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'System.Net.Http.Formatting.JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportCodedResult'. Path '[0].PathologyReport.Patient.Requisition[0].Specimen[0].Procedure[0].Test[0].Result[0].Code[0].Code'.

text/json

Sample:

An exception has occurred while using the formatter 'System.Net.Http.Formatting.JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportCodedResult'. Path '[0].PathologyReport.Patient.Requisition[0].Specimen[0].Procedure[0].Test[0].Result[0].Code[0].Code'.

application/xml

Sample:

An exception has occurred while using the formatter 'System.Net.Http.Formatting.XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportHeader[]' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'System.Net.Http.Formatting.XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'Com.Healthbridge.Hhas.Clinical.Interface.ValueObjects.PathologyReportHeader[]' contains cycles and cannot be serialized if reference tracking is disabled.