
Uses of Class
org.hl7.fhir.r5.openehr.DV_QUANTIFIED
Packages that use DV_QUANTIFIED
-
Uses of DV_QUANTIFIED in org.hl7.fhir.r5.openehr
Subclasses of DV_QUANTIFIED 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 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
A specialisation of DV_ENCAPSULATED for audiovisual and bio-signal types.class
Encapsulated data expressed as a parsable String.class
Countable quantities.class
Quantitified type representing scientific quantities, i.e. quantities expressed as a magnitude and units.class
Specialised temporal variant of DV_ABSOLUTE_QUANTITY whose diff type is DV_DURATION.Methods in org.hl7.fhir.r5.openehr that return DV_QUANTIFIEDModifier and TypeMethodDescriptionabstract DV_QUANTIFIED
DV_QUANTIFIED.copy()
protected DV_QUANTIFIED
OpenehrJsonParser.parseDV_QUANTIFIED
(com.google.gson.JsonObject json) protected DV_QUANTIFIED
OpenehrXmlParser.parseDV_QUANTIFIED
(org.xmlpull.v1.XmlPullParser xpp) DV_QUANTIFIED.setAccuracy
(Base value) DV_QUANTIFIED.setMagnitude_status
(String value) DV_QUANTIFIED.setMagnitude_statusElement
(StringType value) Methods in org.hl7.fhir.r5.openehr with parameters of type DV_QUANTIFIEDModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeDV_QUANTIFIED
(String name, DV_QUANTIFIED element) protected void
OpenehrXmlParser.composeDV_QUANTIFIED
(String name, DV_QUANTIFIED element) protected void
OpenehrXmlParser.composeDV_QUANTIFIEDElements
(DV_QUANTIFIED element) protected void
OpenehrJsonParser.composeDV_QUANTIFIEDProperties
(DV_QUANTIFIED element) void
DV_QUANTIFIED.copyValues
(DV_QUANTIFIED dst) protected boolean
OpenehrXmlParser.parseDV_QUANTIFIEDContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_QUANTIFIED res) protected void
OpenehrJsonParser.parseDV_QUANTIFIEDProperties
(com.google.gson.JsonObject json, DV_QUANTIFIED res)