Interface DvQuantified

All Superinterfaces:
org.openehr.base.base_types.definitions.BasicDefinitions, DataValue, DvOrdered, org.openehr.base.base_types.definitions.OpenehrDefinitions, org.openehr.base.foundation_types.primitive_types.Ordered
All Known Subinterfaces:
DvAbsoluteQuantity, DvAmount, DvCount, DvDate, DvDateTime, DvDuration, DvProportion, DvQuantity, DvTemporal, DvTime

public interface DvQuantified extends DvOrdered
See Also:
  • Method Details

    • getMagnitudeStatus

      String getMagnitudeStatus()
    • getAccuracy

      Object getAccuracy()
    • validMagnitudeStatus

      Boolean validMagnitudeStatus()
    • magnitude

      Object magnitude()
    • accuracyUnknown

      Boolean accuracyUnknown()
    • isEqual

      Boolean isEqual(Object other)
    • lessThan

      Boolean lessThan(Object other)
      Specified by:
      lessThan in interface DvOrdered
      Specified by:
      lessThan in interface org.openehr.base.foundation_types.primitive_types.Ordered