Uses of Enum
ca.uhn.fhir.model.dstu2.valueset.SubstanceCategoryCodesEnum
-
Uses of SubstanceCategoryCodesEnum in ca.uhn.fhir.model.dstu2.resource
Modifier 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.Modifier 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)Modifier and TypeMethodDescriptionSubstance.setCategory
(List<BoundCodeableConceptDt<SubstanceCategoryCodesEnum>> theValue) Sets the value(s) for category (class) -
Uses of SubstanceCategoryCodesEnum in ca.uhn.fhir.model.dstu2.valueset
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<SubstanceCategoryCodesEnum> SubstanceCategoryCodesEnum.VALUESET_BINDER
Converts codes to their respective enumerated valuesModifier 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.