Uses of Class
org.hl7.fhir.dstu2.model.HumanName.NameUse
-
Packages that use HumanName.NameUse Package Description org.hl7.fhir.dstu2.model -
-
Uses of HumanName.NameUse in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type HumanName.NameUse Modifier and Type Field Description protected Enumeration<HumanName.NameUse>HumanName. useIdentifies the purpose for this name.Methods in org.hl7.fhir.dstu2.model that return HumanName.NameUse Modifier and Type Method Description static HumanName.NameUseHumanName.NameUse. fromCode(String codeString)HumanName.NameUseHumanName.NameUseEnumFactory. fromCode(String codeString)HumanName.NameUseHumanName. getUse()static HumanName.NameUseHumanName.NameUse. valueOf(String name)Returns the enum constant of this type with the specified name.static HumanName.NameUse[]HumanName.NameUse. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type HumanName.NameUse Modifier and Type Method Description Enumeration<HumanName.NameUse>HumanName.NameUseEnumFactory. fromType(Base code)Enumeration<HumanName.NameUse>HumanName. getUseElement()Methods in org.hl7.fhir.dstu2.model with parameters of type HumanName.NameUse Modifier and Type Method Description HumanNameHumanName. setUse(HumanName.NameUse value)StringHumanName.NameUseEnumFactory. toCode(HumanName.NameUse code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type HumanName.NameUse Modifier and Type Method Description HumanNameHumanName. setUseElement(Enumeration<HumanName.NameUse> value)
-