au.gov.nehta.vendorlibrary.mdm.util
Class MDMConstants

java.lang.Object
  extended by au.gov.nehta.vendorlibrary.mdm.util.MDMConstants

public final class MDMConstants
extends java.lang.Object

MDMConstants Helper class to encapsulate library constants.


Field Summary
static int BUFFER
          File IO buffer size.
static java.lang.String FIELD_SEPARATOR
          MSH.1 - Field separator.
static java.lang.String ID_SEPARATOR
          ID separator in PID ID list.
static java.lang.String SEGMENT_TERMINATOR
          Carriage return required at the end of each segment string to denote end of segment (and message in the case of the final segment).
static java.lang.String VALUE_SEPARATOR
          Value separator in specific sub-segments.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_SEPARATOR

public static final java.lang.String FIELD_SEPARATOR
MSH.1 - Field separator.

See Also:
Constant Field Values

VALUE_SEPARATOR

public static final java.lang.String VALUE_SEPARATOR
Value separator in specific sub-segments.

See Also:
Constant Field Values

ID_SEPARATOR

public static final java.lang.String ID_SEPARATOR
ID separator in PID ID list.

See Also:
Constant Field Values

SEGMENT_TERMINATOR

public static final java.lang.String SEGMENT_TERMINATOR
Carriage return required at the end of each segment string to denote end of segment (and message in the case of the final segment).

See Also:
Constant Field Values

BUFFER

public static final int BUFFER
File IO buffer size.

See Also:
Constant Field Values