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

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

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

Subclasses of AbstractValueNullFlavorPropertyFormatter in ca.infoway.messagebuilder.marshalling.hl7.formatter
 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.