public class HL7Message extends ArrayList<HL7Segment>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
modCount| Constructor and Description |
|---|
HL7Message() |
HL7Message(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes(String defCharset) |
HL7Segment |
getSegment(String name) |
static HL7Message |
makeACK(HL7Segment msh,
String ackCode,
String text) |
static HL7Message |
makePixQuery(String pid,
String... domains) |
static HL7Message |
parse(byte[] b,
int size,
String defCharset) |
static HL7Message |
parse(byte[] b,
String defCharset) |
String |
toString() |
String |
toString(char segdelim) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streamprivate static final long serialVersionUID
public HL7Message()
public HL7Message(int initialCapacity)
public HL7Segment getSegment(String name)
public String toString()
toString in class AbstractCollection<HL7Segment>public static HL7Message parse(byte[] b, String defCharset)
public static HL7Message parse(byte[] b, int size, String defCharset)
public static HL7Message makeACK(HL7Segment msh, String ackCode, String text)
public static HL7Message makePixQuery(String pid, String... domains)
Copyright © 2017 dcm4che.org. All rights reserved.