
Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.SubstanceCategoryCodesEnum
Packages that use SubstanceCategoryCodesEnum
-
Uses of SubstanceCategoryCodesEnum in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type SubstanceCategoryCodesEnumModifier and TypeMethodDescriptionSubstance.addCategory()
Add a value for category (class)Substance.addCategory
(SubstanceCategoryCodesEnum theValue) Add a value for category (class) using an enumerated type.Substance.getCategory()
Gets the value(s) for category (class).Substance.getCategoryFirstRep()
Gets the first repetition for category (class), creating it if it does not already exist.Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type SubstanceCategoryCodesEnumModifier and TypeMethodDescriptionSubstance.addCategory
(SubstanceCategoryCodesEnum theValue) Add a value for category (class) using an enumerated type.Substance.setCategory
(SubstanceCategoryCodesEnum theValue) Sets the value(s), and clears any existing value(s) for category (class)Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type SubstanceCategoryCodesEnumModifier and TypeMethodDescriptionSubstance.setCategory
(List<BoundCodeableConceptDt<SubstanceCategoryCodesEnum>> theValue) Sets the value(s) for category (class) -
Uses of SubstanceCategoryCodesEnum in ca.uhn.fhir.model.dstu2.valueset
Fields in ca.uhn.fhir.model.dstu2.valueset with type parameters of type SubstanceCategoryCodesEnumModifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<SubstanceCategoryCodesEnum> SubstanceCategoryCodesEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return SubstanceCategoryCodesEnumModifier and TypeMethodDescriptionstatic SubstanceCategoryCodesEnum
Returns the enumerated value associated with this codestatic SubstanceCategoryCodesEnum
Returns the enum constant of this type with the specified name.static SubstanceCategoryCodesEnum[]
SubstanceCategoryCodesEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.