| Package | Description |
|---|---|
| org.dellroad.hl7 |
This is the API documentation for the hl7lib Java library.
|
| Modifier and Type | Field and Description |
|---|---|
static HL7Seps |
HL7Seps.DEFAULT
Separator using the default HL7 separator and escape characters.
|
| Modifier and Type | Method and Description |
|---|---|
HL7Seps |
MSHSegment.getHL7Seps()
Get the separator and escape characters defined by MSH.1 and MSH.2.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HL7Field.append(StringBuilder buf,
HL7Seps seps)
Append properly separated and escaped version of this field
to the given buffer.
|
void |
HL7Segment.append(StringBuilder buf,
HL7Seps seps)
Append string encoding of this segment to the provided buffer.
|
void |
MSHSegment.append(StringBuilder buf,
HL7Seps seps)
Append string encoding of this segment to the provided buffer.
|
protected void |
HL7Segment.parseAndAddFields(String line,
HL7Seps seps)
Parse fields from given line and add them.
|
void |
MSHSegment.setHL7Seps(HL7Seps seps)
Set MSH.1 and MSH.2 based on the provided separator and escape characters.
|
String |
HL7Field.toString(HL7Seps seps)
Convert to a string using the provided separators.
|
String |
HL7Segment.toString(HL7Seps seps)
Convert to a string using the provided separators.
|
String |
MSHSegment.toString(HL7Seps seps)
Convert to a string using the provided separators.
|
String |
HL7Message.toString(HL7Seps seps)
Format this message using the supplied separators instead of the ones defined by the MSH segment.
|
| Constructor and Description |
|---|
HL7Field(String field,
HL7Seps seps)
Parsing constructor.
|
HL7Message(HL7Seps seps)
Construct an empty HL7 message.
|
HL7Segment(String line,
HL7Seps seps)
Constructor that parses a segment line.
|
MSHSegment(HL7Seps seps)
Constructor.
|
Copyright © 2018. All rights reserved.