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