Uses of Package
ca.uhn.hl7v2.parser

Packages that use ca.uhn.hl7v2.parser
ca.uhn.hl7v2   
ca.uhn.hl7v2.app   
ca.uhn.hl7v2.model   
ca.uhn.hl7v2.parser   
ca.uhn.hl7v2.preparser   
ca.uhn.hl7v2.protocol   
ca.uhn.hl7v2.protocol.impl   
ca.uhn.hl7v2.util   
ca.uhn.hl7v2.view   
 

Classes in ca.uhn.hl7v2.parser used by ca.uhn.hl7v2
EncodingNotSupportedException
          Represents a problem where a Parser does not support a particular HL7 encoding.
 

Classes in ca.uhn.hl7v2.parser used by ca.uhn.hl7v2.app
EncodingNotSupportedException
          Represents a problem where a Parser does not support a particular HL7 encoding.
Parser
          Parses HL7 message Strings into HL7 Message objects and encodes HL7 Message objects into HL7 message Strings.
 

Classes in ca.uhn.hl7v2.parser used by ca.uhn.hl7v2.model
ModelClassFactory
          Looks up classes for message model components (e.g.
Parser
          Parses HL7 message Strings into HL7 Message objects and encodes HL7 Message objects into HL7 message Strings.
 

Classes in ca.uhn.hl7v2.parser used by ca.uhn.hl7v2.parser
DefaultModelClassFactory
          Default implementation of ModelClassFactory.
EncodingCharacters
          Represents the set of special characters used to encode traditionally encoded HL7 messages.
EncodingNotSupportedException
          Represents a problem where a Parser does not support a particular HL7 encoding.
FastParser.StructRef
          A pointer to a distinct segment or group position in a message.
IStructureDefinition
          Contains information about the composition of a given type of Structure.
ModelClassFactory
          Looks up classes for message model components (e.g.
Parser
          Parses HL7 message Strings into HL7 Message objects and encodes HL7 Message objects into HL7 message Strings.
PipeParser
          An implementation of Parser that supports traditionally encoded (ie delimited with characters like |, ^, and ~) HL7 messages.
Pointer
          A Pointer is a placeholder used in parsing traditionally encoded messages (which do not explicitly identify segment groups).
StructureDefinition
          Defines
XMLParser
          Parses and encodes HL7 messages in XML form, according to HL7's normative XML encoding specification.
 

Classes in ca.uhn.hl7v2.parser used by ca.uhn.hl7v2.preparser
EncodingCharacters
          Represents the set of special characters used to encode traditionally encoded HL7 messages.
 

Classes in ca.uhn.hl7v2.parser used by ca.uhn.hl7v2.protocol
Parser
          Parses HL7 message Strings into HL7 Message objects and encodes HL7 Message objects into HL7 message Strings.
 

Classes in ca.uhn.hl7v2.parser used by ca.uhn.hl7v2.protocol.impl
Parser
          Parses HL7 message Strings into HL7 Message objects and encodes HL7 Message objects into HL7 message Strings.
 

Classes in ca.uhn.hl7v2.parser used by ca.uhn.hl7v2.util
ModelClassFactory
          Looks up classes for message model components (e.g.
 

Classes in ca.uhn.hl7v2.parser used by ca.uhn.hl7v2.view
PipeParser
          An implementation of Parser that supports traditionally encoded (ie delimited with characters like |, ^, and ~) HL7 messages.
 



Copyright © 2001-2011 University Health Network. All Rights Reserved.