
Uses of Class
org.hl7.fhir.r5.openehr.DV_ORDERED
Packages that use DV_ORDERED
-
Uses of DV_ORDERED in org.hl7.fhir.r5.openehr
Subclasses of DV_ORDERED in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclass
Abstract class defining the concept of quantified entities whose values are absolute with respect to an origin.class
Abstract class defining the concept of relative quantified 'amounts'.class
Countable quantities.class
Represents an absolute point in time, as measured on the Gregorian calendar, and specified only to the day.class
Represents an absolute point in time, specified to the second.class
Represents a period of time with respect to a notional point in time, which is not specified.class
Abstract class defining the common meta-data of all types of encapsulated data.class
Generic class defining an interval (i.e. range) of a comparable type.class
A specialisation of DV_ENCAPSULATED for audiovisual and bio-signal types.class
Generic class defining an interval (i.e. range) of a comparable type.class
Encapsulated data expressed as a parsable String.class
Countable quantities.class
Abstract class defining the concept of true quantified values, i.e. values which are not only ordered, but which have a precise magnitude.class
Quantitified type representing scientific quantities, i.e. quantities expressed as a magnitude and units.class
A data type that represents scale values, where there is: a) implied ordering, b) no implication that the distance between each value is constant, and c) the total number of values is finite; d) non-integer values are allowed.class
Specialised temporal variant of DV_ABSOLUTE_QUANTITY whose diff type is DV_DURATION.class
Represents an absolute point in time from an origin usually interpreted as meaning the start of the current day, specified to a fraction of a second.Methods in org.hl7.fhir.r5.openehr that return DV_ORDEREDModifier and TypeMethodDescriptionDV_ORDERED.addOther_reference_ranges
(REFERENCE_RANGE t) abstract DV_ORDERED
DV_ORDERED.copy()
protected DV_ORDERED
OpenehrJsonParser.parseDV_ORDERED
(com.google.gson.JsonObject json) protected DV_ORDERED
OpenehrXmlParser.parseDV_ORDERED
(org.xmlpull.v1.XmlPullParser xpp) DV_ORDERED.setNormal_range
(DV_INTERVAL value) DV_ORDERED.setNormal_status
(CODE_PHRASE value) DV_ORDERED.setOther_reference_rangesList
(List<REFERENCE_RANGE> theOther_reference_ranges) Methods in org.hl7.fhir.r5.openehr with parameters of type DV_ORDEREDModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeDV_ORDERED
(String name, DV_ORDERED element) protected void
OpenehrXmlParser.composeDV_ORDERED
(String name, DV_ORDERED element) protected void
OpenehrXmlParser.composeDV_ORDEREDElements
(DV_ORDERED element) protected void
OpenehrJsonParser.composeDV_ORDEREDProperties
(DV_ORDERED element) void
DV_ORDERED.copyValues
(DV_ORDERED dst) protected boolean
OpenehrXmlParser.parseDV_ORDEREDContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_ORDERED res) protected void
OpenehrJsonParser.parseDV_ORDEREDProperties
(com.google.gson.JsonObject json, DV_ORDERED res)