Uses of Interface
ca.infoway.messagebuilder.Typed

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

Uses of Typed in ca.infoway.messagebuilder
 

Subinterfaces of Typed in ca.infoway.messagebuilder
 interface NamedAndTyped
           
 

Uses of Typed in ca.infoway.messagebuilder.datatype
 

Classes in ca.infoway.messagebuilder.datatype that implement Typed
 class StandardDataType
          A list of standard HL7 data types.
 

Methods in ca.infoway.messagebuilder.datatype with parameters of type Typed
static StandardDataType StandardDataType.getByTypeName(Typed typed)
          Determines the enum datatype for the given type (Typed) object.
 

Uses of Typed in ca.infoway.messagebuilder.marshalling.hl7
 

Methods in ca.infoway.messagebuilder.marshalling.hl7 with parameters of type Typed
 T Registry.get(Typed typed)
           
 

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

Subinterfaces of Typed in ca.infoway.messagebuilder.marshalling.hl7.formatter
 interface FormatContext
           
 

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

Subinterfaces of Typed in ca.infoway.messagebuilder.marshalling.hl7.parser
 interface ParseContext
           
 

Uses of Typed in ca.infoway.messagebuilder.xml
 

Classes in ca.infoway.messagebuilder.xml that implement Typed
 class Relationship
          A message part relationship (either an attribute or an association).
 



Copyright © 2013. All Rights Reserved.