Uses of Enum Class
org.projecthusky.fhir.emed.ch.common.enums.PharmaceuticalDoseFormEdqm
Packages that use PharmaceuticalDoseFormEdqm
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 PharmaceuticalDoseFormEdqm in org.projecthusky.fhir.emed.ch.common.enums
Methods in org.projecthusky.fhir.emed.ch.common.enums that return PharmaceuticalDoseFormEdqmModifier and TypeMethodDescriptionstatic @Nullable PharmaceuticalDoseFormEdqmGets the Enum with a given code.static @Nullable PharmaceuticalDoseFormEdqmPharmaceuticalDoseFormEdqm.getEnum(@Nullable org.hl7.fhir.r4.model.Coding coding) Gets the Enum with a given FHIR Coding.static PharmaceuticalDoseFormEdqmReturns the enum constant of this class with the specified name.static PharmaceuticalDoseFormEdqm[]PharmaceuticalDoseFormEdqm.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PharmaceuticalDoseFormEdqm in org.projecthusky.fhir.emed.ch.epr.resource
Methods in org.projecthusky.fhir.emed.ch.epr.resource that return PharmaceuticalDoseFormEdqmModifier and TypeMethodDescriptionChEmedEprMedication.resolveForm()Returns the pharmaceutical dose form or throws.Methods in org.projecthusky.fhir.emed.ch.epr.resource with parameters of type PharmaceuticalDoseFormEdqmModifier and TypeMethodDescriptionChEmedEprMedication.setForm(PharmaceuticalDoseFormEdqm doseForm) Sets the pharmaceutical dose form, with an English display name.ChEmedEprMedication.setForm(PharmaceuticalDoseFormEdqm doseForm, LanguageCode languageCode) Sets the pharmaceutical dose form, with a display name in the requested language.