Uses of Enum Class
org.projecthusky.fhir.emed.ch.epr.enums.RegularUnitCodeAmbu
Packages that use RegularUnitCodeAmbu
Package
Description
-
Uses of RegularUnitCodeAmbu in org.projecthusky.fhir.emed.ch.epr.enums
Methods in org.projecthusky.fhir.emed.ch.epr.enums that return RegularUnitCodeAmbuModifier and TypeMethodDescriptionstatic @Nullable RegularUnitCodeAmbu
Gets the Enum with a given code.static RegularUnitCodeAmbu
Returns the enum constant of this class with the specified name.static RegularUnitCodeAmbu[]
RegularUnitCodeAmbu.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RegularUnitCodeAmbu in org.projecthusky.fhir.emed.ch.epr.model.common
Methods in org.projecthusky.fhir.emed.ch.epr.model.common that return RegularUnitCodeAmbuModifier and TypeMethodDescription@Nullable RegularUnitCodeAmbu
EffectiveDosageInstructions.getUnit()
AmountQuantity.unit()
Returns the value of theunit
record component.Constructors in org.projecthusky.fhir.emed.ch.epr.model.common with parameters of type RegularUnitCodeAmbuModifierConstructorDescriptionAmountQuantity
(String value, RegularUnitCodeAmbu unit) Constructor. -
Uses of RegularUnitCodeAmbu in org.projecthusky.fhir.emed.ch.epr.model.emediplan.enums
Methods in org.projecthusky.fhir.emed.ch.epr.model.emediplan.enums with parameters of type RegularUnitCodeAmbuModifier and TypeMethodDescriptionstatic CdTyp9
CdTyp9.fromRegularUnitCodeAmbu
(RegularUnitCodeAmbu unit) Converts aRegularUnitCodeAmbu
unit to aCdTyp9
unit, based on the CHEMEDEPRAmountQuantityUnitCodeToCdTyp9 concept map.