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