Class ObservationRange

java.lang.Object
org.projecthusky.common.model.ObservationRange
Direct Known Subclasses:
ReferenceRange

public class ObservationRange extends Object
The Class ObservationRange. This elements holds information about the range of an observation.
  • Constructor Details

    • ObservationRange

      public ObservationRange()
      Instantiates a new observation range.
    • ObservationRange

      public ObservationRange(POCDMT000040ObservationRange mdht)
      Instantiates a new observation range.
      Parameters:
      mdht - the mdht
  • Method Details

    • getInterpretation

      public ObservationInterpretation getInterpretation()
      Gets the interpretation code.
      Returns:
      the interpretation code
    • setInterpretation

      public void setInterpretation(ObservationInterpretation code)
      Sets the interpretation code.
      Parameters:
      code - the new interpretation code
    • getInterpretationCode

      public Code getInterpretationCode()
      Gets the interpretation code.
      Returns:
      the interpretation code
    • setInterpretationCode

      public void setInterpretationCode(Code code)
      Sets the interpretation code.
      Parameters:
      code - the new interpretation code
    • getValue

      public Value getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(Value value)
      Sets the value.
      Parameters:
      value - the new value
    • getObsR

      public POCDMT000040ObservationRange getObsR()
      Method to get
      Returns:
      the obsR
    • setObsR

      public void setObsR(POCDMT000040ObservationRange obsR)
      Method to set
      Parameters:
      obsR - the obsR to set