| Package | Description |
|---|---|
| org.dellroad.hl7 |
This is the API documentation for the hl7lib Java library.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MSHSegment
Represents an MSH segment.
|
| Modifier and Type | Method and Description |
|---|---|
HL7Segment |
HL7Message.findSegment(String segname)
Convenience method.
|
HL7Segment |
HL7Message.findSegment(String segname,
int segnum)
Get the first occurrence of a
segname segment in this message. |
HL7Segment |
HL7SegmentList.remove(int index) |
HL7Segment |
HL7SegmentList.set(int index,
HL7Segment segment) |
| Modifier and Type | Method and Description |
|---|---|
static void |
XMLConverter.appendSegment(Node parent,
HL7Segment segment,
boolean omitEmpty)
Convert a segment to XML and append it to the given element.
|
static void |
XMLConverter.appendSegment(XMLStreamWriter writer,
HL7Segment segment,
boolean omitEmpty)
Convert a segment to XML and write it to the given
XMLStreamWriter. |
HL7Segment |
HL7SegmentList.set(int index,
HL7Segment segment) |
| Constructor and Description |
|---|
HL7Segment(HL7Segment segment)
Copy constructor.
|
Copyright © 2018. All rights reserved.