Uses of Class
ca.infoway.messagebuilder.domainvalue.nullflavor.NullFlavor

Packages that use NullFlavor
ca.infoway.messagebuilder.datatype.impl   
ca.infoway.messagebuilder.domainvalue.nullflavor   
ca.infoway.messagebuilder.simple.xml.formatter   
 

Uses of NullFlavor in ca.infoway.messagebuilder.datatype.impl
 

Constructors in ca.infoway.messagebuilder.datatype.impl with parameters of type NullFlavor
BLImpl(NullFlavor nullFlavor)
          Constructs an BL with the given null flavor.
INTImpl(NullFlavor nullFlavor)
          Constructs an INT with the given null flavor.
LISTImpl(Class hl7Class, NullFlavor nullFlavor)
          Constructs a LIST of the given HL7 datatype with a null flavor.
PQImpl(NullFlavor nullFlavor)
          Constructs a PQ with the given null flavor.
SXCMImpl(NullFlavor nullFlavor)
          Constructs an SXCM with the supplied null flavor.
SXPRImpl(NullFlavor nullFlavor)
          Constructs an SXPR with the supplied null flavor.
TSImpl(NullFlavor nullFlavor)
          Constructs a TS using the given null flavor.
 

Uses of NullFlavor in ca.infoway.messagebuilder.domainvalue.nullflavor
 

Fields in ca.infoway.messagebuilder.domainvalue.nullflavor declared as NullFlavor
static NullFlavor NullFlavor.ASKED_BUT_UNKNOWN
           
static NullFlavor NullFlavor.MASKED
           
static NullFlavor NullFlavor.NEGATIVE_INFINITY
           
static NullFlavor NullFlavor.NO_INFORMATION
           
static NullFlavor NullFlavor.NOT_APPLICABLE
           
static NullFlavor NullFlavor.NOT_ASKED
           
static NullFlavor NullFlavor.OTHER
           
static NullFlavor NullFlavor.POSITIVE_INFINITY
           
static NullFlavor NullFlavor.SUFFICIENT_QUANTITY
           
static NullFlavor NullFlavor.TEMPORARILY_UNAVAILABLE
           
static NullFlavor NullFlavor.TRACE
           
static NullFlavor NullFlavor.UN_ENCODED
           
static NullFlavor NullFlavor.UNKNOWN
           
 

Methods in ca.infoway.messagebuilder.domainvalue.nullflavor that return NullFlavor
static NullFlavor NullFlavor.lookup(String codeValue)
          * fast Code lookup **.
 

Uses of NullFlavor in ca.infoway.messagebuilder.simple.xml.formatter
 

Methods in ca.infoway.messagebuilder.simple.xml.formatter that return NullFlavor
 NullFlavor NullFlavorXmlFormatter.format(FormatContext formatContext, Element value)
           
 



Copyright © 2013. All Rights Reserved.