Uses of Class
org.projecthusky.cda.elga.models.lab.LaboratoryObservation
Packages that use LaboratoryObservation
-
Uses of LaboratoryObservation in org.projecthusky.cda.elga.models.lab
Methods in org.projecthusky.cda.elga.models.lab that return types with arguments of type LaboratoryObservationModifier and TypeMethodDescriptionOrganizer.getLaboratoryResults()Organizer.getLaboratoryResultsActive()LaboratoryReportData.getResults()LaboratoryReportData.getResultsActive()Method parameters in org.projecthusky.cda.elga.models.lab with type arguments of type LaboratoryObservationModifier and TypeMethodDescriptionvoidOrganizer.setLaboratoryResults(List<LaboratoryObservation> laboratoryResults) voidOrganizer.setLaboratoryResultsActive(List<LaboratoryObservation> laboratoryResultsActive) voidLaboratoryReportData.setResults(List<LaboratoryObservation> results) voidLaboratoryReportData.setResultsActive(List<LaboratoryObservation> resultsActive)