public class ReportDocumentImpl extends Object implements ReportDocument
| Constructor and Description |
|---|
ReportDocumentImpl(String title,
AttachedMedia testResultRepresentation,
UniqueIdentifier documentID,
Coded reportStatus,
ZonedDateTime reportDate) |
| Modifier and Type | Method and Description |
|---|---|
UniqueIdentifier |
getActID()
An identifier for the ACT segment of the CDA document
defaulted to a random UUID if not explicitly supplied
|
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"
|
void |
setActID(UniqueIdentifier actID) |
public ReportDocumentImpl(String title, AttachedMedia testResultRepresentation, UniqueIdentifier documentID, Coded reportStatus, ZonedDateTime reportDate)
public AttachedMedia getTestResultsRepresentation()
ReportDocumentThe MediaType of the TestResultsRepresentation must be one PDF
getTestResultsRepresentation in interface ReportDocumentpublic UniqueIdentifier getDocumentID()
ReportDocumentgetDocumentID in interface ReportDocumentpublic Coded getReportStatus()
ReportDocumentgetReportStatus in interface ReportDocumentpublic void setActID(UniqueIdentifier actID)
public String getReportTitle()
ReportDocumentgetReportTitle in interface ReportDocumentpublic UniqueIdentifier getActID()
getActID in interface ReportDocumentpublic ZonedDateTime getReportDate()
getReportDate in interface ReportDocumentCopyright © 2021. All rights reserved.