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