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