ca.infoway.messagebuilder.datatype
Interface PQ

Package class diagram package PQ
All Superinterfaces:
ANY<PhysicalQuantity>, BareANY, NullFlavorSupport, QTY<PhysicalQuantity>
All Known Implementing Classes:
PQImpl

public interface PQ
extends QTY<PhysicalQuantity>

A class to represent CeRx's notion of a physical quantity. Backed by the java datatype PhysicalQuantity.

There are two attributes of note: value (amount) and unit.

The HL7 version of this class relies on the HL7 REAL, which is a re-implemented BigDecimal for all intents and purposes.

Author:
Intelliware Development
See Also:
The HL7 Definition

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.