Uses of Enum Class
org.projecthusky.common.enums.ObservationInterpretation
Packages that use ObservationInterpretation
-
Uses of ObservationInterpretation in org.projecthusky.common.enums
Methods in org.projecthusky.common.enums that return ObservationInterpretationModifier and TypeMethodDescriptionstatic ObservationInterpretation
Gets the Enum with a given code Liefert den Enum anhand eines gegebenen codesstatic ObservationInterpretation
Returns the enum constant of this class with the specified name.static ObservationInterpretation[]
ObservationInterpretation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ObservationInterpretation in org.projecthusky.common.model
Methods in org.projecthusky.common.model that return ObservationInterpretationModifier and TypeMethodDescriptionObservationRange.getInterpretation()
Gets the interpretation code.Methods in org.projecthusky.common.model with parameters of type ObservationInterpretationModifier and TypeMethodDescriptionvoid
ObservationRange.setInterpretation
(ObservationInterpretation code) Sets the interpretation code.Constructors in org.projecthusky.common.model with parameters of type ObservationInterpretationModifierConstructorDescriptionReferenceRange
(Value value, ObservationInterpretation interpretationCode) Instantiates a new reference range.