See: Description
| Interface | Description |
|---|---|
| ICollectionIterable<T> |
This interface needs to be implemented by all classes which implements iterablity.
|
| ICollectionIterator<T> |
This interface needs to be implemented by all classes which implements collection iterator.
|
| IPairedCollection<T1,T2> |
This interface needs to be implemented by all classes which implements the necessary functionality for the PairedCollection.
|
| ISingleCollection<T> |
This interface needs to be implemented by all classes which implements the functionality of Single Collection.
|
| Class | Description |
|---|---|
| DicomConfig |
This class sets the Configuration of Dicom Library.
|
| DicomConstants |
This class is used for declaring a constants used in Dicom package.
|
| DicomLogger |
DicomLogger is used to log messages for exceptions generated.
|
| GlobalConstants |
This class defines all constants which are used through out the Dicom Protocol.
|
| PairedCollection<T1,T2> |
This interface provides the user with an abstract interface towards collections
holding series of objects .
|
| PropertiesReader |
This class is used to read values from a properties file using the key.
|
| ResourceBundleWrapper |
Resource bundles Wrapper contain locale-specific objects.
|
| SingleCollection<T> |
This class provides an abstract mechanism of holding a collection
|
| StandardMethods |
This class defines Standard methods used in DICOM protocol
|
| Enum | Description |
|---|---|
| EnumFeatureList |
This enum represents feature list for licensing.
|
| Exception | Description |
|---|---|
| InvalidDICOMConfigurationException |
This Exception is raised when when Configurations like validation mode are set for invalid values.
|
| InvalidFilePathException |
This Exception is raised when when file path provided by user is not valid.
|
| LoggerException |
This Exception is raised When Dicomlogger fails to log exception.
|