Uses of Class
ca.infoway.messagebuilder.marshalling.hl7.formatter.AbstractAttributePropertyFormatter

Packages that use AbstractAttributePropertyFormatter
ca.infoway.messagebuilder.marshalling.hl7.formatter   
 

Uses of AbstractAttributePropertyFormatter in ca.infoway.messagebuilder.marshalling.hl7.formatter
 

Subclasses of AbstractAttributePropertyFormatter in ca.infoway.messagebuilder.marshalling.hl7.formatter
 class AbstractValueNullFlavorPropertyFormatter<V>
          Formats some nullable object into element: <element-name value="value" /> If an object is null, value is replaced by a nullFlavor.
 class PqPropertyFormatter
          PQ - Physical Quantity Represents a Physical Quantity object as an element: <element-name value="123.33" unit="mg"/>
 class RealConfPropertyFormatter
          REAL.CONF - BigDecimal [0,1] Represents a REAL.CONF object as an element: <element-name value="0.1234"></element-name> If an object is null, value is replaced by a nullFlavor.
 class RealCoordPropertyFormatter
          REAL.COORD - BigDecimal Represents a REAL.COORD object as an element: <element-name value="4321.1234"></element-name> If an object is null, value is replaced by a nullFlavor.
 class TelPhonemailPropertyFormatter
          Represents a TEL.PHONEMAIL String as an element: <element-name use="H WP" value="mailto://me@me.com"></element-name> If an object is null, value is replaced by a nullFlavor.
 class TelUriPropertyFormatter
          Represents a TEL.URI String as an element: <element-name value="mailto://me@me.com"></element-name> If an object is null, value is replaced by a nullFlavor.
 class TsFullDatePropertyFormatter
          TS.FULLDATE - Timestamp (fully-specified date only) Represents a TS.FULLDATE object as an element: <element-name value="yyyyMMdd"></element-name> If an object is null, value is replaced by a nullFlavor.
 class TsFullDateTimePropertyFormatter
          TS.FULLDATETIME - Timestamp (fully-specified date and time only) and TS.DATETIME (partial date/time) Represents a TS.FULLDATETIME/TS.DATETIME object as an element: <element-name value="yyyyMMddHHmmss"></element-name> If an object is null, value is replaced by a nullFlavor.
 



Copyright © 2013. All Rights Reserved.