
Uses of Class
org.hl7.fhir.r5.openehr.DV_PROPORTION
Packages that use DV_PROPORTION
- 
Uses of DV_PROPORTION in org.hl7.fhir.r5.openehrMethods in org.hl7.fhir.r5.openehr that return DV_PROPORTIONModifier and TypeMethodDescriptionDV_PROPORTION.copy()protected DV_PROPORTIONOpenehrJsonParser.parseDV_PROPORTION(com.google.gson.JsonObject json) protected DV_PROPORTIONOpenehrXmlParser.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_PROPORTIONDV_PROPORTION.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type DV_PROPORTIONModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeDV_PROPORTION(String name, DV_PROPORTION element) protected voidOpenehrXmlParser.composeDV_PROPORTION(String name, DV_PROPORTION element) protected voidOpenehrXmlParser.composeDV_PROPORTIONElements(DV_PROPORTION element) protected voidOpenehrJsonParser.composeDV_PROPORTIONProperties(DV_PROPORTION element) voidDV_PROPORTION.copyValues(DV_PROPORTION dst) protected booleanOpenehrXmlParser.parseDV_PROPORTIONContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_PROPORTION res) protected voidOpenehrJsonParser.parseDV_PROPORTIONProperties(com.google.gson.JsonObject json, DV_PROPORTION res)