Interface DvOrdered

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

public interface DvOrdered extends DataValue, org.openehr.base.foundation_types.primitive_types.Ordered
See Also:
  • Method Details

    • getNormalStatus

      CodePhrase getNormalStatus()
    • getNormalRange

      Object getNormalRange()
    • getOtherReferenceRanges

      List getOtherReferenceRanges()
    • isStrictlyComparableTo

      Boolean isStrictlyComparableTo(Object other)
    • isSimple

      Boolean isSimple()
    • isNormal

      Boolean isNormal()
    • lessThan

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