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
|
org.joda.time.DateTime |
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"
The MediaType of the TestResultsRepresentation
must be one PDF
|
AttachedMedia getTestResultsRepresentation()
UniqueIdentifier getDocumentID()
UniqueIdentifier getActID()
Coded getReportStatus()
String getReportTitle()
org.joda.time.DateTime getReportDate()
Copyright © 2020. All rights reserved.