public interface ReportDocument
| Modifier and Type | Method and Description |
|---|---|
UniqueIdentifier |
getActID()
ACT ID is a unique identifier to identify the ACT element in
a clinical document.
|
UniqueIdentifier |
getDocumentID()
The unique identifier of the target document
|
ZonedDateTime |
getReportDate() |
Coded |
getReportStatus()
the Report status of the document
|
String |
getReportTitle()
return the title of this pathology report
|
AttachedMedia |
getTestResultsRepresentation()
The path inside the clinical document to the representation of the pathology test results
for example, "x-ray.tiff"
|
AttachedMedia getTestResultsRepresentation()
The MediaType of the TestResultsRepresentation must be one PDF
UniqueIdentifier getDocumentID()
UniqueIdentifier getActID()
Coded getReportStatus()
String getReportTitle()
ZonedDateTime getReportDate()
Copyright © 2021. All rights reserved.