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 RegularUnitCodeAmbuGets the Enum with a given code.static RegularUnitCodeAmbuReturns 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 RegularUnitCodeAmbuEffectiveDosageInstructions.getUnit()AmountQuantity.unit()Returns the value of theunitrecord 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 CdTyp9CdTyp9.fromRegularUnitCodeAmbu(RegularUnitCodeAmbu unit) Converts aRegularUnitCodeAmbuunit to aCdTyp9unit, based on the CHEMEDEPRAmountQuantityUnitCodeToCdTyp9 concept map.