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