Uses of Class
com.ibm.fhir.model.type.code.NameUse
-
Packages that use NameUse Package Description com.ibm.fhir.model.type com.ibm.fhir.model.type.code -
-
Uses of NameUse in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return NameUse Modifier and Type Method Description NameUseHumanName. getUse()Identifies the purpose for this name.Methods in com.ibm.fhir.model.type with parameters of type NameUse Modifier and Type Method Description HumanName.BuilderHumanName.Builder. use(NameUse use)Identifies the purpose for this name. -
Uses of NameUse in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as NameUse Modifier and Type Field Description static NameUseNameUse. ANONYMOUSAnonymousstatic NameUseNameUse. MAIDENName changed for Marriagestatic NameUseNameUse. NICKNAMENicknamestatic NameUseNameUse. OFFICIALOfficialstatic NameUseNameUse. OLDOldstatic NameUseNameUse. TEMPTempstatic NameUseNameUse. USUALUsualMethods in com.ibm.fhir.model.type.code that return NameUse Modifier and Type Method Description NameUseNameUse.Builder. build()static NameUseNameUse. of(NameUse.ValueSet value)Factory method for creating NameUse objects from a passed enum value.static NameUseNameUse. of(String value)Factory method for creating NameUse objects from a passed string value.
-