Uses of Enum
org.hl7.fhir.r4.model.DiagnosticReport.DiagnosticReportStatus
-
Uses of DiagnosticReport.DiagnosticReportStatus in org.hl7.fhir.r4.model
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.DiagnosticReportStatusEnumFactory.fromType
(PrimitiveType<?> code) DiagnosticReport.getStatusElement()
Modifier and TypeMethodDescriptionDiagnosticReport.setStatus
(DiagnosticReport.DiagnosticReportStatus value) DiagnosticReport.DiagnosticReportStatusEnumFactory.toCode
(DiagnosticReport.DiagnosticReportStatus code) DiagnosticReport.DiagnosticReportStatusEnumFactory.toSystem
(DiagnosticReport.DiagnosticReportStatus code) Modifier and TypeMethodDescriptionDiagnosticReport.setStatusElement
(Enumeration<DiagnosticReport.DiagnosticReportStatus> value) ModifierConstructorDescriptionConstructor