|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Group | |
|---|---|
| ca.uhn.hl7v2.conf.check | |
| ca.uhn.hl7v2.model | |
| ca.uhn.hl7v2.parser | |
| ca.uhn.hl7v2.util | |
| Uses of Group in ca.uhn.hl7v2.conf.check |
|---|
| Methods in ca.uhn.hl7v2.conf.check with parameters of type Group | |
|---|---|
HL7Exception[] |
DefaultValidator.testGroup(Group group,
AbstractSegmentContainer profile,
String profileID)
Tests a group against a group section of a profile. |
| Uses of Group in ca.uhn.hl7v2.model |
|---|
| Subinterfaces of Group in ca.uhn.hl7v2.model | |
|---|---|
interface |
Message
Represents a complete HL7 message including all structures, segments, and fields. |
| Classes in ca.uhn.hl7v2.model that implement Group | |
|---|---|
class |
AbstractGroup
A partial implementation of Group. |
class |
AbstractMessage
A default implementation of Message. |
class |
GenericGroup
An undefined segment group. |
class |
GenericMessage
A generic HL7 message, meant for parsing message with unrecognized structures into a flat list of segments. |
static class |
GenericMessage.UnknownVersion
|
static class |
GenericMessage.V21
|
static class |
GenericMessage.V22
|
static class |
GenericMessage.V23
|
static class |
GenericMessage.V231
|
static class |
GenericMessage.V24
|
static class |
GenericMessage.V25
|
static class |
GenericMessage.V251
|
static class |
GenericMessage.V26
|
| Methods in ca.uhn.hl7v2.model that return Group | |
|---|---|
Group |
Structure.getParent()
Returns the parent group within which this structure exists (may be root message group). |
Group |
AbstractStructure.getParent()
|
Group |
AbstractMessage.getParent()
|
| Constructors in ca.uhn.hl7v2.model with parameters of type Group | |
|---|---|
AbstractGroup(Group parent,
ModelClassFactory factory)
This constructor should be used by implementing classes that do not also implement Message. |
|
AbstractSegment(Group parent,
ModelClassFactory factory)
Calls the abstract init() method to create the fields in this segment. |
|
AbstractStructure(Group parent)
|
|
GenericGroup(Group parent,
String name,
ModelClassFactory factory)
Creates a new instance of GenericGroup |
|
GenericSegment(Group parent,
String name)
Creates a new instance of GenericSegment |
|
| Uses of Group in ca.uhn.hl7v2.parser |
|---|
| Fields in ca.uhn.hl7v2.parser declared as Group | |
|---|---|
protected Group |
Pointer.parent
Deprecated. |
| Methods in ca.uhn.hl7v2.parser that return types with arguments of type Group | |
|---|---|
Class<? extends Group> |
ModelClassFactory.getGroupClass(String theName,
String theVersion)
|
Class<? extends Group> |
DefaultModelClassFactory.getGroupClass(String theName,
String theVersion)
|
Class<? extends Group> |
CustomModelClassFactory.getGroupClass(String name,
String version)
|
Class<? extends Group> |
CanonicalModelClassFactory.getGroupClass(String theName,
String theVersion)
|
| Methods in ca.uhn.hl7v2.parser with parameters of type Group | |
|---|---|
static String |
PipeParser.encode(Group source,
EncodingCharacters encodingChars)
Returns given group serialized as a pipe-encoded string - this method is called by encode(Message source, String encoding). |
static String |
OldPipeParser.encode(Group source,
EncodingCharacters encodingChars)
Deprecated. Returns given group serialized as a pipe-encoded string - this method is called by encode(Message source, String encoding). |
| Constructors in ca.uhn.hl7v2.parser with parameters of type Group | |
|---|---|
GroupPointer(PipeParser parser,
Group parent,
int position,
EncodingCharacters encodingChars)
Deprecated. Creates new GroupPointer |
|
SegmentPointer(PipeParser parser,
Group parent,
int position,
EncodingCharacters encodingChars)
Deprecated. Creates new SegmentPointer |
|
| Uses of Group in ca.uhn.hl7v2.util |
|---|
| Fields in ca.uhn.hl7v2.util declared as Group | |
|---|---|
Group |
MessageIterator.Position.parent
|
| Methods in ca.uhn.hl7v2.util that return Group | |
|---|---|
Group |
SegmentFinder.findGroup(String namePattern,
int rep)
As findSegment(), but will only return a group. |
Group |
MessageNavigator.getCurrentGroup()
Returns the group within which the pointer is currently located. |
Group |
SegmentFinder.getGroup(String namePattern,
int rep)
As getSegment() but will only return a group. |
Group |
MessageNavigator.getRoot()
|
| Methods in ca.uhn.hl7v2.util with parameters of type Group | |
|---|---|
static Iterator<Structure> |
ReadOnlyMessageIterator.createPopulatedSegmentIterator(Group theRoot)
|
static MessageIterator.Index |
MessageIterator.getIndex(Group parent,
Structure child)
Returns the index of the given structure as a child of the given parent. |
| Constructors in ca.uhn.hl7v2.util with parameters of type Group | |
|---|---|
MessageIterator.Position(Group parent,
MessageIterator.Index i)
|
|
MessageIterator.Position(Group parent,
String name,
int rep)
|
|
MessageNavigator(Group root)
Creates a new instance of MessageNavigator |
|
ReadOnlyMessageIterator(Group theRoot)
|
|
SegmentFinder(Group root)
Creates a new instance of SegmentFinder. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||