Class DV_ORDERED

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseDatatype, org.hl7.fhir.instance.model.api.ICompositeType
Direct Known Subclasses:
DV_DATE_TIME, DV_INTERVAL, DV_ORDINAL, DV_QUANTIFIED, DV_SCALE, DV_TIME

public abstract class DV_ORDERED extends DATA_VALUE implements org.hl7.fhir.instance.model.api.ICompositeType
Abstract class defining the concept of ordered values, which includes ordinals as well as true quantities. It defines the functions invalid input: '<' and is_strictly_comparable_to(), the latter of which must evaluate to True for instances being compared with the invalid input: '<' function, or used as limits in the DV_INTERVAL class
See Also: