Uses of Class
com.ibm.fhir.model.type.code.IdentifierUse
-
Packages that use IdentifierUse Package Description com.ibm.fhir.model.type com.ibm.fhir.model.type.code -
-
Uses of IdentifierUse in com.ibm.fhir.model.type
Methods in com.ibm.fhir.model.type that return IdentifierUse Modifier and Type Method Description IdentifierUseIdentifier. getUse()The purpose of this identifier.Methods in com.ibm.fhir.model.type with parameters of type IdentifierUse Modifier and Type Method Description Identifier.BuilderIdentifier.Builder. use(IdentifierUse use)The purpose of this identifier. -
Uses of IdentifierUse in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as IdentifierUse Modifier and Type Field Description static IdentifierUseIdentifierUse. OFFICIALOfficialstatic IdentifierUseIdentifierUse. OLDOldstatic IdentifierUseIdentifierUse. SECONDARYSecondarystatic IdentifierUseIdentifierUse. TEMPTempstatic IdentifierUseIdentifierUse. USUALUsualMethods in com.ibm.fhir.model.type.code that return IdentifierUse Modifier and Type Method Description IdentifierUseIdentifierUse.Builder. build()static IdentifierUseIdentifierUse. of(IdentifierUse.ValueSet value)Factory method for creating IdentifierUse objects from a passed enum value.static IdentifierUseIdentifierUse. of(String value)Factory method for creating IdentifierUse objects from a passed string value.
-