public abstract class DicomImageBlackout.BurnedInAnnotationFlagAction
extends java.lang.Object
A class of values for the Burned in Annotation action argument of the DicomImageBlackout()
constructor.
Modifier and Type | Field and Description |
---|---|
static int |
ADD_AS_NO_IF_CHANGED
Always remove the Burned in Annotation attribute when the file is saved, only replacing it and using a value of NO when regions have been blacked out.
|
static int |
ADD_AS_NO_IF_SAVED
Always remove the Burned in Annotation attribute when the file is saved, always replacing it with a value of NO,
regardless of whether when regions have been blacked out, such as when visual inspection confirms that there is no
burned in annotation.
|
static int |
ALWAYS_REMOVE
Always remove the Burned in Annotation attribute when the file is saved, without replacing it.
|
static int |
LEAVE_ALONE
Leave any existing Burned in Annotation attribute value alone.
|
public static final int ADD_AS_NO_IF_CHANGED
Always remove the Burned in Annotation attribute when the file is saved, only replacing it and using a value of NO when regions have been blacked out.
public static final int ADD_AS_NO_IF_SAVED
Always remove the Burned in Annotation attribute when the file is saved, always replacing it with a value of NO, regardless of whether when regions have been blacked out, such as when visual inspection confirms that there is no burned in annotation.
public static final int ALWAYS_REMOVE
Always remove the Burned in Annotation attribute when the file is saved, without replacing it.
public static final int LEAVE_ALONE
Leave any existing Burned in Annotation attribute value alone.