Class LaboratoryReportData
java.lang.Object
org.projecthusky.cda.elga.models.lab.LaboratoryReportData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNotes()List<org.projecthusky.common.model.Code>org.projecthusky.common.hl7cdar2.POCDMT000040EntrygetPOCDMT000040Entry(String authorOid) org.projecthusky.common.model.CodevoidsetAppendices(List<Appendix> appendices) voidsetDetections(List<CultureGermDetection> detections) voidvoidsetNotifications(List<org.projecthusky.common.model.Code> notifications) voidsetReportGroups(List<LaboratoryBatteryOrganizer> reportGroups) voidsetResults(List<LaboratoryObservation> results) voidsetResultsActive(List<LaboratoryObservation> resultsActive) voidsetSpecimenCollections(List<SpecimenCollection> specimenCollections) voidsetStructure(org.projecthusky.common.model.Code structure)
-
Constructor Details
-
LaboratoryReportData
public LaboratoryReportData()
-
-
Method Details
-
getStructure
public org.projecthusky.common.model.Code getStructure() -
getSpecimenCollections
-
getReportGroups
-
getResults
-
getResultsActive
-
getDetections
-
getNotes
-
getNotifications
-
getAppendices
-
setStructure
public void setStructure(org.projecthusky.common.model.Code structure) -
setSpecimenCollections
-
setReportGroups
-
setResults
-
setResultsActive
-
setDetections
-
setNotes
-
setNotifications
-
setAppendices
-
getPOCDMT000040Entry
-