ca.infoway.messagebuilder.marshalling.hl7.formatter
Class PqPropertyFormatter

Package class diagram package PqPropertyFormatter
java.lang.Object
  extended by ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractPropertyFormatter
      extended by ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractNullFlavorPropertyFormatter<V>
          extended by ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractAttributePropertyFormatter<PhysicalQuantity>
              extended by ca.infoway.messagebuilder.marshalling.hl7.formatter.PqPropertyFormatter
All Implemented Interfaces:
PropertyFormatter

public class PqPropertyFormatter
extends AbstractAttributePropertyFormatter<PhysicalQuantity>

PQ - Physical Quantity Represents a Physical Quantity object as an element: <element-name value="123.33" unit="mg"/>


Field Summary
static String ATTRIBUTE_UNIT
           
static String ATTRIBUTE_VALUE
           
 
Fields inherited from class ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractAttributePropertyFormatter
EMPTY_STRING
 
Constructor Summary
PqPropertyFormatter()
           
 
Method Summary
 
Methods inherited from class ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractNullFlavorPropertyFormatter
createMissingMandatoryWarning, createNullFlavorAttributes, extractBareValue, format, isEmptyCollection, isMandatoryOrPopulated, toStringMap
 
Methods inherited from class ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractPropertyFormatter
addSpecializationType, createElement, createElement, createElementClosure, createSpecializationTypeAttibutesIfNecessary, createWarning, format, isNullFlavor, xmlify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_UNIT

public static final String ATTRIBUTE_UNIT
See Also:
Constant Field Values

ATTRIBUTE_VALUE

public static final String ATTRIBUTE_VALUE
See Also:
Constant Field Values
Constructor Detail

PqPropertyFormatter

public PqPropertyFormatter()


Copyright © 2013. All Rights Reserved.