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 ObservationInterpretationGets the Enum with a given code Liefert den Enum anhand eines gegebenen codesstatic ObservationInterpretationReturns 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 TypeMethodDescriptionvoidObservationRange.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.