org.eclipse.ohf.bridge
Class Constants

java.lang.Object
  extended by org.eclipse.ohf.bridge.Constants

public abstract class Constants
extends java.lang.Object


Field Summary
static byte CR
           
static java.lang.String EMPTY_STRING
          Constant of an empty string
static java.lang.String[] EMPTY_STRING_ARRAY
           
static DateTimeRangeType[] EMPTY_TIME_ARRAY
           
static int EOF
          End Of File
static java.lang.String HTTP
          the HTTP URI schema
static java.lang.String HTTPS
           
static java.lang.String ILLEGAL_DOCUMENT_FORMAT
           
static java.lang.String IN_PATIENT
          Represents inpatient for patient update
static byte LF
           
static int MAX_LOG_LINES_TO_SEND
           
static int MAX_LOG_LINES_TO_SEND_AS_RESPONCE
           
static int MAX_PATIENT_BUFFER_SIZE
           
static java.lang.String MLLP
          the MLLP URI schema
static java.lang.String MLLPS
           
static int NO_QUANTITY_LIMIT
           
static java.lang.String OUT_PATIENT
          Represents outpatient for patient update
static java.lang.String PIX_ID_TYPE_CODE
           
static java.lang.String RESOURCE_DOS_NOT_EXIST
           
static java.lang.String SUBMIT_DATE_FORMAT
           
static java.lang.String TAB
          Tab for misc printouts
static java.lang.String TRUE
           
static java.lang.String UDP
           
static java.lang.String VERSION
           
static java.lang.String VERSION_ID
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CR

public static final byte CR
See Also:
Constant Field Values

LF

public static final byte LF
See Also:
Constant Field Values

EMPTY_STRING

public static final java.lang.String EMPTY_STRING
Constant of an empty string

See Also:
Constant Field Values

EOF

public static final int EOF
End Of File

See Also:
Constant Field Values

TAB

public static final java.lang.String TAB
Tab for misc printouts

See Also:
Constant Field Values

MLLP

public static final java.lang.String MLLP
the MLLP URI schema

See Also:
Constant Field Values

MLLPS

public static final java.lang.String MLLPS
See Also:
Constant Field Values

UDP

public static final java.lang.String UDP
See Also:
Constant Field Values

HTTP

public static final java.lang.String HTTP
the HTTP URI schema

See Also:
Constant Field Values

HTTPS

public static final java.lang.String HTTPS
See Also:
Constant Field Values

ILLEGAL_DOCUMENT_FORMAT

public static final java.lang.String ILLEGAL_DOCUMENT_FORMAT
See Also:
Constant Field Values

RESOURCE_DOS_NOT_EXIST

public static final java.lang.String RESOURCE_DOS_NOT_EXIST
See Also:
Constant Field Values

OUT_PATIENT

public static final java.lang.String OUT_PATIENT
Represents outpatient for patient update

See Also:
Constant Field Values

IN_PATIENT

public static final java.lang.String IN_PATIENT
Represents inpatient for patient update

See Also:
Constant Field Values

EMPTY_STRING_ARRAY

public static final java.lang.String[] EMPTY_STRING_ARRAY

EMPTY_TIME_ARRAY

public static final DateTimeRangeType[] EMPTY_TIME_ARRAY

NO_QUANTITY_LIMIT

public static final int NO_QUANTITY_LIMIT
See Also:
Constant Field Values

MAX_LOG_LINES_TO_SEND

public static final int MAX_LOG_LINES_TO_SEND
See Also:
Constant Field Values

MAX_LOG_LINES_TO_SEND_AS_RESPONCE

public static final int MAX_LOG_LINES_TO_SEND_AS_RESPONCE
See Also:
Constant Field Values

SUBMIT_DATE_FORMAT

public static final java.lang.String SUBMIT_DATE_FORMAT
See Also:
Constant Field Values

PIX_ID_TYPE_CODE

public static final java.lang.String PIX_ID_TYPE_CODE
See Also:
Constant Field Values

TRUE

public static final java.lang.String TRUE
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

MAX_PATIENT_BUFFER_SIZE

public static final int MAX_PATIENT_BUFFER_SIZE
See Also:
Constant Field Values

VERSION_ID

public static final java.lang.String VERSION_ID
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()