public interface MllpConstants
Modifier and Type | Field and Description |
---|---|
static String |
CHARSET_KEY
System property: If a value is set for this property, the value
is interpreted as a character set, and this characterset is
used.
|
static char |
END_BYTE1 |
static char |
END_BYTE2 |
static char |
START_BYTE |
static final char START_BYTE
static final char END_BYTE1
static final char END_BYTE2
static final String CHARSET_KEY
System property: If a value is set for this property, the value is interpreted as a character set, and this characterset is used. A possible example is "UTF-8" if you are receiving messages from a system that transmits in UTF-8.
If the system property is set to a value of "default" (in other words, a string containing only the word default), then the platform default is used.
If the system property is not set, US-ASCII encoding is used.
Copyright © 2001–2017 University Health Network. All rights reserved.