public class ReportDocumentImpl extends Object implements ReportDocument
| Constructor and Description |
|---|
ReportDocumentImpl(String title,
AttachedMedia testResultRepresentation,
UniqueIdentifier documentID,
Coded reportStatus,
org.joda.time.DateTime 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
|
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
|
void |
setActID(UniqueIdentifier actID) |
public ReportDocumentImpl(String title, AttachedMedia testResultRepresentation, UniqueIdentifier documentID, Coded reportStatus, org.joda.time.DateTime reportDate)
public AttachedMedia getTestResultsRepresentation()
ReportDocumentgetTestResultsRepresentation 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 org.joda.time.DateTime getReportDate()
getReportDate in interface ReportDocumentCopyright © 2020. All rights reserved.