public class PathologyReportContentImpl extends Object implements PathologyReportContent
| Constructor and Description |
|---|
PathologyReportContentImpl(List<PathologyResult> pathologyResults,
ReportDocument doc,
DocumentParticipant author) |
| Modifier and Type | Method and Description |
|---|---|
UniqueIdentifier |
getId() |
List<PathologyResult> |
getPathologyResults() |
ReportDocument |
getRelatedDocument() |
DocumentParticipant |
getReportingPathologist() |
void |
setId(UniqueIdentifier id)
Set the ID for the Pathology Section of the CDA document.
|
public PathologyReportContentImpl(List<PathologyResult> pathologyResults, ReportDocument doc, DocumentParticipant author)
public List<PathologyResult> getPathologyResults()
getPathologyResults in interface PathologyReportContentpublic UniqueIdentifier getId()
getId in interface PathologyReportContentpublic void setId(UniqueIdentifier id)
id - UniqueIdentifier for the id of the Pathology section.public ReportDocument getRelatedDocument()
getRelatedDocument in interface PathologyReportContentpublic DocumentParticipant getReportingPathologist()
getReportingPathologist in interface PathologyReportContentCopyright © 2021. All rights reserved.