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