Uses of Enum Class
org.projecthusky.fhir.emed.ch.epr.model.emediplan.enums.RelativeToMeal
Packages that use RelativeToMeal
Package
Description
-
Uses of RelativeToMeal in org.projecthusky.fhir.emed.ch.epr.model.emediplan.enums
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.enums that return RelativeToMealModifier and TypeMethodDescriptionstatic @Nullable RelativeToMealRelativeToMeal.fromCodeableConcept(org.hl7.fhir.r4.model.CodeableConcept codeableConcept) Trie to convert the received FHIR codeable concept to a RelativeToMeal enum value.static @Nullable RelativeToMealRelativeToMeal.fromCoding(org.hl7.fhir.r4.model.Coding coding) Tries to convert the received FHIR coding to a RelativeToMeal enum value.static RelativeToMealReturns the enum constant of this class with the specified name.static RelativeToMeal[]RelativeToMeal.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RelativeToMeal in org.projecthusky.fhir.emed.ch.epr.model.emediplan.posology
Fields in org.projecthusky.fhir.emed.ch.epr.model.emediplan.posology declared as RelativeToMealModifier and TypeFieldDescriptionprotected @Nullable RelativeToMealEMediplanPosology.relativeToMealIndicates whether a medication has to be taken relative to a meal.