ca.infoway.messagebuilder.datatype
Interface RTO<N,D>

Package class diagram package RTO
Type Parameters:
N - The underlying java datatype for the numerator.
D - The underlying java datatype for the denominator.
All Superinterfaces:
ANY<Ratio<N,D>>, BareANY, NullFlavorSupport, QTY<Ratio<N,D>>
All Known Implementing Classes:
RTOImpl

public interface RTO<N,D>
extends QTY<Ratio<N,D>>

HL7 datatype for ratios. Backed by a Ratio object.

For RTO<PQ.DRUG, PQ.TIME>: Used to express a quantity of drug over a particular time-period.

For RTO<MO.CAD, PQ.BASIC>: Used to express a monetary value over quantity.

Author:
Intelliware Development

Method Summary
 
Methods inherited from interface ca.infoway.messagebuilder.datatype.ANY
getNullFlavor, getValue, isNull, nonNull, notApplicable, other, setNullFlavor, setValue, unknown
 
Methods inherited from interface ca.infoway.messagebuilder.datatype.BareANY
getBareValue, getDataType, setDataType
 
Methods inherited from interface ca.infoway.messagebuilder.datatype.nullflavor.NullFlavorSupport
hasNullFlavor
 



Copyright © 2013. All Rights Reserved.