org.ifeth.sehr.lib
Interface SEHRConstants


public interface SEHRConstants

This is a global definition file of commonly used constants and default system or SEHR settings.

Author:
jreynolds

Field Summary
static java.lang.String CFGFILE
          A local configuration file to define some access parameters Note:Pay attention to the $-variables: '$h' - use homedir of the user...
static char[] CKEY
           
static java.lang.String DIALENTRY
          used by SEHR RAS dialer to name the dial-up networking connection
static java.lang.String HOME_PATH
          rootpath of user, center home dirs; '/home' on Lx servers
static java.lang.String INTRADOC
          default db for EHR exchange; each center run its own EHR db
static java.lang.String MAILDOMAIN
           
static int MAXCLIENTS
          Number of concurrent clients
static java.lang.String MODULE_CFG_FILE
           
static java.lang.String MODULE_NAME
           
static java.lang.String MODULE_PIK
           
static java.lang.String MODULE_VERSION
           
static java.lang.String REGFILE
          A local (by default crypted) registry / property file
static int RESP_AUTH_FAILED
           
static int RESP_AUTH_FAILED_ACCCLOSED
           
static int RESP_AUTH_FAILED_LOGINNAME
           
static int RESP_AUTH_FAILED_PASSWD
           
static int RESP_AUTH_PASSED
           
static java.lang.String RESP_GREETING
           
static int RESP_OK
           
static int RESP_SERV_FAILED
           
static int RESP_SERV_FAILED_CONF
           
static int RESP_SERV_FAILED_MODULE
           
static int RESP_WARN_NODATA
           
static int RESP_WARN_REQ_ERR
           
static int RESP_WARN_REQ_SYNTAX
           
static int SEHRPORT
           
static int SERVLETPORT
          Port of servlet engine; default is 8080, for monitoring use 8090
static java.lang.String SOURCE_ID
           
static java.lang.String SOURCE_REVISION
           
 

Field Detail

MODULE_PIK

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

MODULE_CFG_FILE

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

MODULE_VERSION

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

MODULE_NAME

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

SERVLETPORT

public static final int SERVLETPORT
Port of servlet engine; default is 8080, for monitoring use 8090

See Also:
Constant Field Values

SEHRPORT

public static final int SEHRPORT
See Also:
Constant Field Values

MAXCLIENTS

public static final int MAXCLIENTS
Number of concurrent clients

See Also:
Constant Field Values

HOME_PATH

public static final java.lang.String HOME_PATH
rootpath of user, center home dirs; '/home' on Lx servers

See Also:
Constant Field Values

INTRADOC

public static final java.lang.String INTRADOC
default db for EHR exchange; each center run its own EHR db

See Also:
Constant Field Values

DIALENTRY

public static final java.lang.String DIALENTRY
used by SEHR RAS dialer to name the dial-up networking connection

See Also:
Constant Field Values

MAILDOMAIN

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

REGFILE

public static final java.lang.String REGFILE
A local (by default crypted) registry / property file

See Also:
Constant Field Values

CFGFILE

public static final java.lang.String CFGFILE
A local configuration file to define some access parameters

Note:Pay attention to the $-variables:

  • '$h' - use homedir of the user...
  • '$m' - use root of module
  • no '$' value - use path as given
  • If no path is given the homedir will be used.

    See Also:
    Constant Field Values

    SOURCE_REVISION

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

    SOURCE_ID

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

    CKEY

    public static final char[] CKEY

    RESP_OK

    public static final int RESP_OK
    See Also:
    Constant Field Values

    RESP_AUTH_PASSED

    public static final int RESP_AUTH_PASSED
    See Also:
    Constant Field Values

    RESP_WARN_REQ_ERR

    public static final int RESP_WARN_REQ_ERR
    See Also:
    Constant Field Values

    RESP_WARN_REQ_SYNTAX

    public static final int RESP_WARN_REQ_SYNTAX
    See Also:
    Constant Field Values

    RESP_WARN_NODATA

    public static final int RESP_WARN_NODATA
    See Also:
    Constant Field Values

    RESP_AUTH_FAILED

    public static final int RESP_AUTH_FAILED
    See Also:
    Constant Field Values

    RESP_AUTH_FAILED_LOGINNAME

    public static final int RESP_AUTH_FAILED_LOGINNAME
    See Also:
    Constant Field Values

    RESP_AUTH_FAILED_PASSWD

    public static final int RESP_AUTH_FAILED_PASSWD
    See Also:
    Constant Field Values

    RESP_AUTH_FAILED_ACCCLOSED

    public static final int RESP_AUTH_FAILED_ACCCLOSED
    See Also:
    Constant Field Values

    RESP_SERV_FAILED

    public static final int RESP_SERV_FAILED
    See Also:
    Constant Field Values

    RESP_SERV_FAILED_CONF

    public static final int RESP_SERV_FAILED_CONF
    See Also:
    Constant Field Values

    RESP_SERV_FAILED_MODULE

    public static final int RESP_SERV_FAILED_MODULE
    See Also:
    Constant Field Values

    RESP_GREETING

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