ca.infoway.messagebuilder.datatype
Interface RTO<N,D>
- 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
Copyright © 2013. All Rights Reserved.