Uses of Enum Class
org.projecthusky.fhir.emed.ch.common.enums.UnitCode
Packages that use UnitCode
Package
Description
Some value sets as Java enums.
-
Uses of UnitCode in org.projecthusky.fhir.emed.ch.common.enums
Methods in org.projecthusky.fhir.emed.ch.common.enums that return UnitCodeModifier and TypeMethodDescriptionstatic @Nullable UnitCodeGets the Enum with a given code.static @Nullable UnitCodeUnitCode.getEnum(@Nullable org.hl7.fhir.r4.model.Coding coding) Gets the Enum with a given FHIR Coding.static UnitCodeReturns the enum constant of this class with the specified name.static UnitCode[]UnitCode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of UnitCode in org.projecthusky.fhir.emed.ch.epr.datatypes
Methods in org.projecthusky.fhir.emed.ch.epr.datatypes that return UnitCodeModifier and TypeMethodDescriptionChEmedQuantityWithEmedUnits.resolveUnitCode()Resolves the coded form of the unit.Methods in org.projecthusky.fhir.emed.ch.epr.datatypes with parameters of type UnitCodeModifier and TypeMethodDescriptionChEmedQuantityWithEmedUnits.setUnitCode(UnitCode unitCode) Sets the coded form of the unit.Constructors in org.projecthusky.fhir.emed.ch.epr.datatypes with parameters of type UnitCodeModifierConstructorDescriptionChEmedQuantityWithEmedUnits(BigDecimal quantity, UnitCode unitCode) Constructor that pre-populates fields. -
Uses of UnitCode in org.projecthusky.fhir.emed.ch.epr.model.emediplan
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan that return UnitCode -
Uses of UnitCode in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan
Methods in org.projecthusky.fhir.emed.ch.epr.service.converter.emediplan with parameters of type UnitCodeModifier and TypeMethodDescriptionprotected voidEPrescriptionConverter.addDose(TimingEventAmbu timing, double value, UnitCode unit, List<@NonNull org.hl7.fhir.r4.model.Dosage> dosage) Adds a single dose information to the dosage instructions list.