Uses of Enum
org.hl7.fhir.dstu2.model.DiagnosticReport.DiagnosticReportStatus
-
Uses of DiagnosticReport.DiagnosticReportStatus in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionDiagnosticReport.status
The status of the diagnostic report as a whole.Modifier and TypeMethodDescriptionDiagnosticReport.getStatus()
Returns the enum constant of this type with the specified name.DiagnosticReport.DiagnosticReportStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDiagnosticReport.setStatus
(DiagnosticReport.DiagnosticReportStatus value) DiagnosticReport.DiagnosticReportStatusEnumFactory.toCode
(DiagnosticReport.DiagnosticReportStatus code) Modifier and TypeMethodDescriptionDiagnosticReport.setStatusElement
(Enumeration<DiagnosticReport.DiagnosticReportStatus> value) ModifierConstructorDescriptionDiagnosticReport
(Enumeration<DiagnosticReport.DiagnosticReportStatus> status, CodeableConcept code, Reference subject, Type effective, InstantType issued, Reference performer)