ca.infoway.messagebuilder.marshalling.hl7.formatter
Class RtoMoPqPropertyFormatter
java.lang.Object
ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractPropertyFormatter
ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractNullFlavorPropertyFormatter<BareRatio>
ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractRtoPropertyFormatter<Money,PhysicalQuantity>
ca.infoway.messagebuilder.marshalling.hl7.formatter.RtoMoPqPropertyFormatter
- All Implemented Interfaces:
- PropertyFormatter
public class RtoMoPqPropertyFormatter
- extends AbstractRtoPropertyFormatter<Money,PhysicalQuantity>
RTO<PQ, PQ> - Ratio (physical quantity, physical quantity)
Represents a Ratio of physical quantities as an element:
<unitQuanity>
<numerator value="1.0" xsi:type="PQ"/>
<denominator value="64.0" xsi:type="/>
</unitQuanity>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RtoMoPqPropertyFormatter
public RtoMoPqPropertyFormatter()
formatNumerator
protected String formatNumerator(FormatContext context,
Money numerator,
int indentLevel)
- Specified by:
formatNumerator
in class AbstractRtoPropertyFormatter<Money,PhysicalQuantity>
formatDenominator
protected String formatDenominator(FormatContext context,
PhysicalQuantity denominator,
int indentLevel)
- Specified by:
formatDenominator
in class AbstractRtoPropertyFormatter<Money,PhysicalQuantity>
Copyright © 2013. All Rights Reserved.