
Uses of Class
org.hl7.fhir.r5.openehr.DV_QUANTITY
Packages that use DV_QUANTITY
-
Uses of DV_QUANTITY in org.hl7.fhir.r5.openehr
Methods in org.hl7.fhir.r5.openehr that return DV_QUANTITYModifier and TypeMethodDescriptionDV_QUANTITY.copy()
protected DV_QUANTITY
OpenehrJsonParser.parseDV_QUANTITY
(com.google.gson.JsonObject json) protected DV_QUANTITY
OpenehrXmlParser.parseDV_QUANTITY
(org.xmlpull.v1.XmlPullParser xpp) DV_QUANTITY.setMagnitude
(double value) DV_QUANTITY.setMagnitude
(long value) DV_QUANTITY.setMagnitude
(BigDecimal value) DV_QUANTITY.setMagnitudeElement
(DecimalType value) DV_QUANTITY.setPrecision
(int value) DV_QUANTITY.setPrecisionElement
(IntegerType value) DV_QUANTITY.setUnits_display_name
(String value) DV_QUANTITY.setUnits_display_nameElement
(StringType value) DV_QUANTITY.setUnits_system
(String value) DV_QUANTITY.setUnits_systemElement
(StringType value) DV_QUANTITY.setUnitsElement
(StringType value) protected DV_QUANTITY
DV_QUANTITY.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type DV_QUANTITYModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeDV_QUANTITY
(String name, DV_QUANTITY element) protected void
OpenehrXmlParser.composeDV_QUANTITY
(String name, DV_QUANTITY element) protected void
OpenehrXmlParser.composeDV_QUANTITYElements
(DV_QUANTITY element) protected void
OpenehrJsonParser.composeDV_QUANTITYProperties
(DV_QUANTITY element) void
DV_QUANTITY.copyValues
(DV_QUANTITY dst) protected boolean
OpenehrXmlParser.parseDV_QUANTITYContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_QUANTITY res) protected void
OpenehrJsonParser.parseDV_QUANTITYProperties
(com.google.gson.JsonObject json, DV_QUANTITY res)