Uses of Class
org.hl7.fhir.r4.model.codesystems.IssueSeverity
-
Packages that use IssueSeverity Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of IssueSeverity in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return IssueSeverity Modifier and Type Method Description static IssueSeverityIssueSeverity. fromCode(String codeString)IssueSeverityIssueSeverityEnumFactory. fromCode(String codeString)static IssueSeverityIssueSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static IssueSeverity[]IssueSeverity. 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 IssueSeverity Modifier and Type Method Description StringIssueSeverityEnumFactory. toCode(IssueSeverity code)StringIssueSeverityEnumFactory. toSystem(IssueSeverity code)
-