HL7 CIMI Reference Model Version 0.0.2
CIMI_Reference_Model.DataTypes

Class IntervalValue

Documentation:
Generic class defining an interval (i.e. range) of a comparable type. An interval is a contiguous subrange of a comparable base type. Used to define intervals of dates, times, quantities (whose units match) and so on. The type parameter, T, must be a descendant of the type ORDERED_VALUE, which is necessary (but not sufficient) for instances to be compared (strictly_comparable is also needed). The basic semantics are derived from the class Interval<T>, described in the support RM.
Ancestors:
Descendants: