Uses of Class
ca.uhn.fhir.model.dstu2.valueset.SubstanceCategoryCodesEnum
-
Packages that use SubstanceCategoryCodesEnum Package Description ca.uhn.fhir.model.dstu2.resource ca.uhn.fhir.model.dstu2.valueset -
-
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 SubstanceCategoryCodesEnum Modifier and Type Method Description BoundCodeableConceptDt<SubstanceCategoryCodesEnum>Substance. addCategory()Add a value for category (class)BoundCodeableConceptDt<SubstanceCategoryCodesEnum>Substance. addCategory(SubstanceCategoryCodesEnum theValue)Add a value for category (class) using an enumerated type.List<BoundCodeableConceptDt<SubstanceCategoryCodesEnum>>Substance. getCategory()Gets the value(s) for category (class).BoundCodeableConceptDt<SubstanceCategoryCodesEnum>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 SubstanceCategoryCodesEnum Modifier and Type Method Description BoundCodeableConceptDt<SubstanceCategoryCodesEnum>Substance. addCategory(SubstanceCategoryCodesEnum theValue)Add a value for category (class) using an enumerated type.SubstanceSubstance. 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 SubstanceCategoryCodesEnum Modifier and Type Method Description SubstanceSubstance. 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 SubstanceCategoryCodesEnum Modifier and Type Field Description static ca.uhn.fhir.model.api.IValueSetEnumBinder<SubstanceCategoryCodesEnum>SubstanceCategoryCodesEnum. VALUESET_BINDERConverts codes to their respective enumerated valuesMethods in ca.uhn.fhir.model.dstu2.valueset that return SubstanceCategoryCodesEnum Modifier and Type Method Description static SubstanceCategoryCodesEnumSubstanceCategoryCodesEnum. forCode(String theCode)Returns the enumerated value associated with this codestatic SubstanceCategoryCodesEnumSubstanceCategoryCodesEnum. valueOf(String name)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.
-