
Uses of Class
org.hl7.fhir.r5.openehr.DV_PROPORTION
Packages that use DV_PROPORTION
-
Uses of DV_PROPORTION in org.hl7.fhir.r5.openehr
Methods in org.hl7.fhir.r5.openehr that return DV_PROPORTIONModifier and TypeMethodDescriptionDV_PROPORTION.copy()
protected DV_PROPORTION
OpenehrJsonParser.parseDV_PROPORTION
(com.google.gson.JsonObject json) protected DV_PROPORTION
OpenehrXmlParser.parseDV_PROPORTION
(org.xmlpull.v1.XmlPullParser xpp) DV_PROPORTION.setDenominator
(double value) DV_PROPORTION.setDenominator
(long value) DV_PROPORTION.setDenominator
(BigDecimal value) DV_PROPORTION.setDenominatorElement
(DecimalType value) DV_PROPORTION.setNumerator
(double value) DV_PROPORTION.setNumerator
(long value) DV_PROPORTION.setNumerator
(BigDecimal value) DV_PROPORTION.setNumeratorElement
(DecimalType value) DV_PROPORTION.setPrecision
(int value) DV_PROPORTION.setPrecisionElement
(IntegerType value) DV_PROPORTION.setTypeElement
(CodeType value) protected DV_PROPORTION
DV_PROPORTION.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type DV_PROPORTIONModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeDV_PROPORTION
(String name, DV_PROPORTION element) protected void
OpenehrXmlParser.composeDV_PROPORTION
(String name, DV_PROPORTION element) protected void
OpenehrXmlParser.composeDV_PROPORTIONElements
(DV_PROPORTION element) protected void
OpenehrJsonParser.composeDV_PROPORTIONProperties
(DV_PROPORTION element) void
DV_PROPORTION.copyValues
(DV_PROPORTION dst) protected boolean
OpenehrXmlParser.parseDV_PROPORTIONContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_PROPORTION res) protected void
OpenehrJsonParser.parseDV_PROPORTIONProperties
(com.google.gson.JsonObject json, DV_PROPORTION res)