Uses of Class
org.hl7.fhir.r4.model.codesystems.DiagnosticReportStatus
-
Packages that use DiagnosticReportStatus Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of DiagnosticReportStatus in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return DiagnosticReportStatus Modifier and Type Method Description static DiagnosticReportStatusDiagnosticReportStatus. fromCode(String codeString)DiagnosticReportStatusDiagnosticReportStatusEnumFactory. fromCode(String codeString)static DiagnosticReportStatusDiagnosticReportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DiagnosticReportStatus[]DiagnosticReportStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type DiagnosticReportStatus Modifier and Type Method Description StringDiagnosticReportStatusEnumFactory. toCode(DiagnosticReportStatus code)StringDiagnosticReportStatusEnumFactory. toSystem(DiagnosticReportStatus code)
-