Package org.projecthusky.common.model
Class ObservationRange
java.lang.Object
org.projecthusky.common.model.ObservationRange
- Direct Known Subclasses:
ReferenceRange
The Class ObservationRange. This elements holds information about the range of an observation.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new observation range.Instantiates a new observation range. -
Method Summary
Modifier and TypeMethodDescriptionGets the interpretation code.Gets the interpretation code.getObsR()Method to getgetValue()Gets the value.voidSets the interpretation code.voidsetInterpretationCode(Code code) Sets the interpretation code.voidMethod to setvoidSets the value.
-
Constructor Details
-
ObservationRange
public ObservationRange()Instantiates a new observation range. -
ObservationRange
Instantiates a new observation range.- Parameters:
mdht- the mdht
-
-
Method Details
-
getInterpretation
Gets the interpretation code.- Returns:
- the interpretation code
-
setInterpretation
Sets the interpretation code.- Parameters:
code- the new interpretation code
-
getInterpretationCode
Gets the interpretation code.- Returns:
- the interpretation code
-
setInterpretationCode
Sets the interpretation code.- Parameters:
code- the new interpretation code
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-
getObsR
Method to get- Returns:
- the obsR
-
setObsR
Method to set- Parameters:
obsR- the obsR to set
-