Package com.pixelmed.display
Class DicomImageBlackout.BurnedInAnnotationFlagAction
java.lang.Object
com.pixelmed.display.DicomImageBlackout.BurnedInAnnotationFlagAction
- Enclosing class:
- DicomImageBlackout
A class of values for the Burned in Annotation action argument of the DicomImageBlackout()
constructor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
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 final int
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 final int
Always remove the Burned in Annotation attribute when the file is saved, without replacing it.static final int
Leave any existing Burned in Annotation attribute value alone. -
Method Summary
-
Field Details
-
LEAVE_ALONE
public static final int LEAVE_ALONELeave any existing Burned in Annotation attribute value alone.
- See Also:
-
ALWAYS_REMOVE
public static final int ALWAYS_REMOVEAlways remove the Burned in Annotation attribute when the file is saved, without replacing it.
- See Also:
-
ADD_AS_NO_IF_CHANGED
public static final int ADD_AS_NO_IF_CHANGEDAlways 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.
- See Also:
-
ADD_AS_NO_IF_SAVED
public static final int ADD_AS_NO_IF_SAVEDAlways 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.
- See Also:
-