Uses of Enum
org.hl7.fhir.r5.model.Ingredient.IngredientManufacturerRole
-
Uses of Ingredient.IngredientManufacturerRole in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Ingredient.IngredientManufacturerRole> Ingredient.IngredientManufacturerComponent.role
The way in which this manufacturer is associated with the ingredient.Modifier 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.Modifier and TypeMethodDescriptionIngredient.IngredientManufacturerRoleEnumFactory.fromType
(PrimitiveType<?> code) Ingredient.IngredientManufacturerComponent.getRoleElement()
Modifier and TypeMethodDescriptionIngredient.IngredientManufacturerComponent.setRole
(Ingredient.IngredientManufacturerRole value) Ingredient.IngredientManufacturerRoleEnumFactory.toCode
(Ingredient.IngredientManufacturerRole code) Ingredient.IngredientManufacturerRoleEnumFactory.toSystem
(Ingredient.IngredientManufacturerRole code) Modifier and TypeMethodDescriptionIngredient.IngredientManufacturerComponent.setRoleElement
(Enumeration<Ingredient.IngredientManufacturerRole> value)