org.dicom4j.core
Class Dicom4j

java.lang.Object
  extended by org.dicom4j.core.Dicom4j

public final class Dicom4j
extends Object

Since:
0.0.4
Author:
Laurent Lecomte

Field Summary
static String CLASS_UID
          the Class UID
static int MAXIMUM_PDU_SIZE
          the default Maximum PDU Size for network communications
static String PROJECT_NAME
          the Project's name
static String VERSION
          the Version
static String VERSION_NAME
          the Version Name
static String WEBSITE_ADRESS
          project web site URL
 
Constructor Summary
Dicom4j()
           
 
Method Summary
static void check()
          check that the framework is well configured and ready to work
static void configure()
          configure the framework with default values
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_UID

public static final String CLASS_UID
the Class UID

See Also:
Constant Field Values

MAXIMUM_PDU_SIZE

public static final int MAXIMUM_PDU_SIZE
the default Maximum PDU Size for network communications

See Also:
Constant Field Values

PROJECT_NAME

public static final String PROJECT_NAME
the Project's name

See Also:
Constant Field Values

VERSION

public static final String VERSION
the Version

See Also:
Constant Field Values

VERSION_NAME

public static final String VERSION_NAME
the Version Name

See Also:
Constant Field Values

WEBSITE_ADRESS

public static final String WEBSITE_ADRESS
project web site URL

See Also:
Constant Field Values
Constructor Detail

Dicom4j

public Dicom4j()
Method Detail

check

public static void check()
                  throws Exception
check that the framework is well configured and ready to work

Throws:
Exception - if check fail
Since:
0.0.4

configure

public static void configure()
                      throws Exception
configure the framework with default values

Throws:
Exception - if erros occurs
Since:
0.0.4


Copyright © 2009 dicom4j. All Rights Reserved.