Uses of Enum Class
org.projecthusky.fhir.emed.ch.common.enums.ActivePharmaceuticalIngredient
Packages that use ActivePharmaceuticalIngredient
Package
Description
Some value sets as Java enums.
Custom HAPI resources (as extension of the official resources) for the CH-EMED-EPR project.
-
Uses of ActivePharmaceuticalIngredient in org.projecthusky.fhir.emed.ch.common.enums
Methods in org.projecthusky.fhir.emed.ch.common.enums that return ActivePharmaceuticalIngredientModifier and TypeMethodDescriptionstatic @Nullable ActivePharmaceuticalIngredient
Gets the Enum with a given code.static @Nullable ActivePharmaceuticalIngredient
ActivePharmaceuticalIngredient.getEnum
(@Nullable org.hl7.fhir.r4.model.Coding coding) Gets the Enum with a given FHIR Coding.Returns the enum constant of this class with the specified name.static ActivePharmaceuticalIngredient[]
ActivePharmaceuticalIngredient.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ActivePharmaceuticalIngredient in org.projecthusky.fhir.emed.ch.epr.resource
Methods in org.projecthusky.fhir.emed.ch.epr.resource that return ActivePharmaceuticalIngredientModifier and TypeMethodDescriptionChEmedEprMedicationIngredient.resolveActiveIngredient()
Resolves the active ingredient name.Methods in org.projecthusky.fhir.emed.ch.epr.resource with parameters of type ActivePharmaceuticalIngredientModifier and TypeMethodDescriptionChEmedEprMedicationIngredient.setActiveIngredient
(ActivePharmaceuticalIngredient ingredient) Sets the active ingredient.