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