public class HL7Message extends ArrayList<HL7Segment>
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,
HL7Exception e) |
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, streampublic 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)
public static HL7Message makeACK(HL7Segment msh, HL7Exception e)
public HL7Segment getSegment(String name)
public String toString()
toString in class AbstractCollection<HL7Segment>public String toString(char segdelim)
public byte[] getBytes(String defCharset)
Copyright © 2021. All rights reserved.