
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.IdentifierUseEnum
Packages that use IdentifierUseEnum
-
Uses of IdentifierUseEnum in ca.uhn.fhir.model.dstu2.composite
Methods in ca.uhn.fhir.model.dstu2.composite that return types with arguments of type IdentifierUseEnumModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.BoundCodeDt
<IdentifierUseEnum> IdentifierDt.getUseElement()
Gets the value(s) for use ().Methods in ca.uhn.fhir.model.dstu2.composite with parameters of type IdentifierUseEnumModifier and TypeMethodDescriptionIdentifierDt.setUse
(IdentifierUseEnum theValue) Sets the value(s) for use ()Method parameters in ca.uhn.fhir.model.dstu2.composite with type arguments of type IdentifierUseEnumModifier and TypeMethodDescriptionIdentifierDt.setUse
(ca.uhn.fhir.model.primitive.BoundCodeDt<IdentifierUseEnum> theValue) Sets the value(s) for use () -
Uses of IdentifierUseEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type IdentifierUseEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<IdentifierUseEnum> IdentifierUseEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return IdentifierUseEnumModifier and TypeMethodDescriptionstatic IdentifierUseEnum
Returns the enumerated value associated with this codestatic IdentifierUseEnum
Returns the enum constant of this type with the specified name.static IdentifierUseEnum[]
IdentifierUseEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.