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 UnitCode
Gets the Enum with a given code.static @Nullable UnitCode
UnitCode.getEnum
(@Nullable org.hl7.fhir.r4.model.Coding coding) Gets the Enum with a given FHIR Coding.static UnitCode
Returns 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.