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