public abstract class DicomService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.String,java.lang.Throwable> |
IGNORE_ERROR
Deprecated.
A special Map for use in methods of the DicomService class and its subclasses to indicate that errors and exceptions are to be ignored.
|
static java.util.Map<java.lang.String,java.lang.Throwable> |
THROW_EXCEPTION
Deprecated.
A special Map for use in methods of the DicomService class and its subclasses to indicate that errors and exceptions are to be thrown.
|
public static final java.util.Map<java.lang.String,java.lang.Throwable> IGNORE_ERROR
public static final java.util.Map<java.lang.String,java.lang.Throwable> THROW_EXCEPTION