Uses of Class
ca.infoway.messagebuilder.xml.ConformanceLevel

Packages that use ConformanceLevel
ca.infoway.messagebuilder.marshalling.hl7.formatter   
ca.infoway.messagebuilder.marshalling.hl7.parser   
ca.infoway.messagebuilder.xml   
 

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

Methods in ca.infoway.messagebuilder.marshalling.hl7.formatter that return ConformanceLevel
 ConformanceLevel FormatContext.getConformanceLevel()
           
 

Uses of ConformanceLevel in ca.infoway.messagebuilder.marshalling.hl7.parser
 

Methods in ca.infoway.messagebuilder.marshalling.hl7.parser that return ConformanceLevel
 ConformanceLevel ParseContext.getConformance()
           
 

Constructors in ca.infoway.messagebuilder.marshalling.hl7.parser with parameters of type ConformanceLevel
NullFlavorHelper(ConformanceLevel conformanceLevel, Node node, XmlToModelResult xmlToModelResult, boolean isAssociation)
           
 

Uses of ConformanceLevel in ca.infoway.messagebuilder.xml
 

Fields in ca.infoway.messagebuilder.xml declared as ConformanceLevel
static ConformanceLevel ConformanceLevel.IGNORED
          The ignored conformance level.
static ConformanceLevel ConformanceLevel.MANDATORY
          The mandatory conformance level.
static ConformanceLevel ConformanceLevel.NOT_ALLOWED
          The not allowed conformance level.
static ConformanceLevel ConformanceLevel.OPTIONAL
          The optional conformance level.
static ConformanceLevel ConformanceLevel.POPULATED
          The populated conformance level.
static ConformanceLevel ConformanceLevel.REQUIRED
          The requied conformance level.
 

Methods in ca.infoway.messagebuilder.xml that return ConformanceLevel
 ConformanceLevel Relationship.getConformance()
          Get the conformance level.
 

Methods in ca.infoway.messagebuilder.xml with parameters of type ConformanceLevel
 boolean ConformanceLevel.isMorePermissive(ConformanceLevel conformanceLevel)
          A convenience method to see if one conformance level is more permissive than another conformance level.
 void Relationship.setConformance(ConformanceLevel conformance)
          Set the conformance level.
 



Copyright © 2013. All Rights Reserved.