Uses of Package
ca.uhn.hl7v2.model

Packages that use ca.uhn.hl7v2.model
ca.uhn.hl7v2   
ca.uhn.hl7v2.app   
ca.uhn.hl7v2.conf.check   
ca.uhn.hl7v2.conf.classes.abs   
ca.uhn.hl7v2.model   
ca.uhn.hl7v2.model.primitive   
ca.uhn.hl7v2.model.v21.datatype   
ca.uhn.hl7v2.model.v24.datatype   
ca.uhn.hl7v2.model.v26.datatype   
ca.uhn.hl7v2.parser   
ca.uhn.hl7v2.protocol   
ca.uhn.hl7v2.protocol.impl   
ca.uhn.hl7v2.util   
ca.uhn.hl7v2.validation   
ca.uhn.hl7v2.validation.app   
ca.uhn.hl7v2.validation.impl   
ca.uhn.hl7v2.view   
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2
Segment
          Represents an HL7 message segment, which is a unit of data that contains multiple fields.
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.app
Message
          Represents a complete HL7 message including all structures, segments, and fields.
Segment
          Represents an HL7 message segment, which is a unit of data that contains multiple fields.
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.conf.check
Group
          An abstraction representing >1 message parts which may repeated together.
Message
          Represents a complete HL7 message including all structures, segments, and fields.
Segment
          Represents an HL7 message segment, which is a unit of data that contains multiple fields.
Structure
          Part of an HL7 message: either a segment or group.
Type
          An HL7 datatype.
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.conf.classes.abs
Primitive
          Represents the category of HL7 data types that contain a single value (in other words have no subcomponents).
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.model
AbstractGroup
          A partial implementation of Group.
AbstractMessage
          A default implementation of Message.
AbstractPrimitive
          Base class for Primitives.
AbstractSegment
          Provides common functionality needed by implementers of the Segment interface.
AbstractType
          An abstract Type that provides a default implementation of getName().
Composite
          Represents the category of HL7 data types that contain more than one component (e.g.
DataTypeException
          Represents a problem with the validity of a data type, such as an attempt to set the value of a primitive type to something invalid for that type.
ExtraComponents
          A set of "extra" components (sub-components) that are not a standard part of a field (component) but have been added at runtime.
GenericMessage
          A generic HL7 message, meant for parsing message with unrecognized structures into a flat list of segments.
Group
          An abstraction representing >1 message parts which may repeated together.
Message
          Represents a complete HL7 message including all structures, segments, and fields.
Primitive
          Represents the category of HL7 data types that contain a single value (in other words have no subcomponents).
Segment
          Represents an HL7 message segment, which is a unit of data that contains multiple fields.
Structure
          Part of an HL7 message: either a segment or group.
Type
          An HL7 datatype.
Varies
          Varies is a Type used as a placeholder for another Type in cases where the appropriate Type is not known until run-time (e.g.
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.model.primitive
AbstractPrimitive
          Base class for Primitives.
AbstractType
          An abstract Type that provides a default implementation of getName().
DataTypeException
          Represents a problem with the validity of a data type, such as an attempt to set the value of a primitive type to something invalid for that type.
Primitive
          Represents the category of HL7 data types that contain a single value (in other words have no subcomponents).
Type
          An HL7 datatype.
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.model.v21.datatype
AbstractPrimitive
          Base class for Primitives.
AbstractType
          An abstract Type that provides a default implementation of getName().
Composite
          Represents the category of HL7 data types that contain more than one component (e.g.
GenericComposite
          An unspecified Composite datatype that has an undefined number of components, each of which is a Varies.
Message
          Represents a complete HL7 message including all structures, segments, and fields.
Primitive
          Represents the category of HL7 data types that contain a single value (in other words have no subcomponents).
Type
          An HL7 datatype.
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.model.v24.datatype
Message
          Represents a complete HL7 message including all structures, segments, and fields.
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.model.v26.datatype
AbstractPrimitive
          Base class for Primitives.
AbstractType
          An abstract Type that provides a default implementation of getName().
Message
          Represents a complete HL7 message including all structures, segments, and fields.
Primitive
          Represents the category of HL7 data types that contain a single value (in other words have no subcomponents).
Type
          An HL7 datatype.
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.parser
DataTypeException
          Represents a problem with the validity of a data type, such as an attempt to set the value of a primitive type to something invalid for that type.
Group
          An abstraction representing >1 message parts which may repeated together.
Message
          Represents a complete HL7 message including all structures, segments, and fields.
Segment
          Represents an HL7 message segment, which is a unit of data that contains multiple fields.
Type
          An HL7 datatype.
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.protocol
Message
          Represents a complete HL7 message including all structures, segments, and fields.
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.protocol.impl
Message
          Represents a complete HL7 message including all structures, segments, and fields.
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.util
DataTypeException
          Represents a problem with the validity of a data type, such as an attempt to set the value of a primitive type to something invalid for that type.
Group
          An abstraction representing >1 message parts which may repeated together.
Message
          Represents a complete HL7 message including all structures, segments, and fields.
Primitive
          Represents the category of HL7 data types that contain a single value (in other words have no subcomponents).
Segment
          Represents an HL7 message segment, which is a unit of data that contains multiple fields.
Structure
          Part of an HL7 message: either a segment or group.
Type
          An HL7 datatype.
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.validation
Message
          Represents a complete HL7 message including all structures, segments, and fields.
Primitive
          Represents the category of HL7 data types that contain a single value (in other words have no subcomponents).
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.validation.app
Message
          Represents a complete HL7 message including all structures, segments, and fields.
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.validation.impl
Message
          Represents a complete HL7 message including all structures, segments, and fields.
Primitive
          Represents the category of HL7 data types that contain a single value (in other words have no subcomponents).
 

Classes in ca.uhn.hl7v2.model used by ca.uhn.hl7v2.view
Message
          Represents a complete HL7 message including all structures, segments, and fields.
 



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