
Uses of Enum
org.hl7.fhir.r5.model.Ingredient.IngredientManufacturerRole
Packages that use Ingredient.IngredientManufacturerRole
-
Uses of Ingredient.IngredientManufacturerRole in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Ingredient.IngredientManufacturerRoleModifier and TypeFieldDescriptionprotected Enumeration
<Ingredient.IngredientManufacturerRole> Ingredient.IngredientManufacturerComponent.role
The way in which this manufacturer is associated with the ingredient.Methods in org.hl7.fhir.r5.model that return Ingredient.IngredientManufacturerRoleModifier and TypeMethodDescriptionIngredient.IngredientManufacturerComponent.getRole()
Returns the enum constant of this type with the specified name.Ingredient.IngredientManufacturerRole.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Ingredient.IngredientManufacturerRoleModifier and TypeMethodDescriptionIngredient.IngredientManufacturerRoleEnumFactory.fromType
(PrimitiveType<?> code) Ingredient.IngredientManufacturerComponent.getRoleElement()
Methods in org.hl7.fhir.r5.model with parameters of type Ingredient.IngredientManufacturerRoleModifier and TypeMethodDescriptionIngredient.IngredientManufacturerComponent.setRole
(Ingredient.IngredientManufacturerRole value) Ingredient.IngredientManufacturerRoleEnumFactory.toCode
(Ingredient.IngredientManufacturerRole code) Ingredient.IngredientManufacturerRoleEnumFactory.toSystem
(Ingredient.IngredientManufacturerRole code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Ingredient.IngredientManufacturerRoleModifier and TypeMethodDescriptionIngredient.IngredientManufacturerComponent.setRoleElement
(Enumeration<Ingredient.IngredientManufacturerRole> value)