| Package | Description |
|---|---|
| org.dellroad.hl7 |
This is the API documentation for the hl7lib Java library.
|
| org.dellroad.hl7.io |
Classes relating to sending and receiving HL7 messages.
|
| org.dellroad.hl7.llp |
Classes relating to HL7 "lower layer protocol" (LLP) framing.
|
| Modifier and Type | Method and Description |
|---|---|
HL7ContentException |
HL7ContentException.setContent(String content)
Record the offending text.
|
| Modifier and Type | Method and Description |
|---|---|
HL7Message |
MSHSegment.createACK(long serno)
Create an acknowlegement message for this message.
|
boolean |
MSHSegment.isACK(HL7Message ack)
Check whether the given message is an acknowlegement of this MSH.
|
protected void |
HL7Segment.parseAndAddFields(String line,
HL7Seps seps)
Parse fields from given line and add them.
|
HL7Message |
HL7Reader.readMessage()
Read the next HL7 message.
|
void |
HL7Segment.setName(String name)
Set segment name.
|
static void |
HL7Seps.validate(char fieldSep,
char compSep,
char repSep,
char escChar,
char subSep)
Verify that the given combination of separator and escape characters is valid.
|
| Constructor and Description |
|---|
HL7Message(String msg)
Parsing constructor.
|
HL7Segment(String name)
Constructor that initializes the name of the segment only.
|
HL7Segment(String name,
HL7Field[] fields)
Constructor taking segment name and explicit fields.
|
HL7Segment(String line,
HL7Seps seps)
Constructor that parses a segment line.
|
HL7Seps(char fieldSep,
char compSep,
char repSep)
Convenience constructor for when there is no sub-component separator and no escape character.
|
HL7Seps(char fieldSep,
char compSep,
char repSep,
char escChar)
Convenience constructor for when there is no sub-component separator.
|
HL7Seps(char fieldSep,
char compSep,
char repSep,
char escChar,
char subSep)
Constructor.
|
MSHSegment(String line)
Parsing constructor.
|
| Modifier and Type | Method and Description |
|---|---|
HL7Message |
HL7FileReader.readMessage()
Read next message from the underlying stream.
|
| Modifier and Type | Method and Description |
|---|---|
HL7Message |
LLPInputStream.readMessage()
Read next message from the underlying stream.
|
Copyright © 2018. All rights reserved.