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