Uses of Class
org.hl7.fhir.dstu2016may.model.codesystems.EncounterPriority
-
Packages that use EncounterPriority Package Description org.hl7.fhir.dstu2016may.model.codesystems -
-
Uses of EncounterPriority in org.hl7.fhir.dstu2016may.model.codesystems
Methods in org.hl7.fhir.dstu2016may.model.codesystems that return EncounterPriority Modifier and Type Method Description static EncounterPriorityEncounterPriority. fromCode(String codeString)EncounterPriorityEncounterPriorityEnumFactory. fromCode(String codeString)static EncounterPriorityEncounterPriority. valueOf(String name)Returns the enum constant of this type with the specified name.static EncounterPriority[]EncounterPriority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2016may.model.codesystems with parameters of type EncounterPriority Modifier and Type Method Description StringEncounterPriorityEnumFactory. toCode(EncounterPriority code)StringEncounterPriorityEnumFactory. toSystem(EncounterPriority code)
-