Package ca.uhn.hl7v2.llp
Interface MllpConstants
public interface MllpConstants
Some constants for MLLP
- Author:
- Christian Ohr
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringSystem property: If a value is set for this property, the value is interpreted as a character set, and this characterset is used.static final charstatic final charstatic final char
-
Field Details
-
START_BYTE
- See Also:
-
END_BYTE1
- See Also:
-
END_BYTE2
- See Also:
-
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.
- See Also:
-