Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomSetImageFlags Enumeration








Represents the values that control the behavior of the InsertImage and SetImage methods.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum DicomSetImageFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomSetImageFlags
public class DicomSetImageFlags
Leadtools.Dicom.DicomSetImageFlags = function() { };
Leadtools.Dicom.DicomSetImageFlags.prototype = {<br/>
  None = 0x00000000,
	AutoSaveOverlays = 0x00000001,
	AutoSetVoiLut = 0x00000002,
	MinimizeJpegSize = 0x00000004,
	MfgOverwriteShared = 0x00000008,
	MfgVoiLutPerFrame = 0x00000010,
	MfgVoiLutShared = 0x00000020,
	MfgModalityLutPerFrame = 0x00000040,
	MfgModalityLutShared = 0x00000080,
	OptimizedMemory = 0x00000200,
	KeepLutsIntact = 0x20000000,
	
 };
[FlagsAttribute()]
public enum class DicomSetImageFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None None.
0x00000001AutoSaveOverlays The method will automatically insert the overlays associated with the input image into the dataset.
0x00000002AutoSetVoiLut The method will automatically add a VOI LUT to the dataset.
0x00000004MinimizeJpegSize and the nCompression parameter is IMAGE_COMPRESSION_JPEG_LOSSLESS or IMAGE_COMPRESSION_JPEG_LOSSY, the JPEG compression engine will use optimized Huffman tables, which results in better compression, but slower speed
0x00000008MfgOverwriteShared For SetImage and SetImageList: This flag is ignored.
For all other methods: Existing elements under the Shared Functional Groups Sequence will be overwritten. If this flag is not included, Shared Functional Groups Sequence elements are unchanged.
0x00000010MfgVoiLutPerFrame For SetImage and SetImageList: The Frame VOI LUT Sequence is added under the Per-frame Functional Groups Sequence.

For all other methods:
If the Frame VOI LUT Sequence does not already exist, it is added under the Per-frame Functional Groups Sequence.
If the Frame VOI LUT Sequencealready exists under the Shared Functional Groups Sequence, this flag is ignored.
0x00000020MfgVoiLutShared For SetImage and SetImageList: The Frame VOI LUT Sequence is added under the Shared Functional Groups Sequence.

For all other methods:
If the Frame VOI LUT Sequence does not already exist, it is added under the Shared Functional Groups Sequence.
If the Frame VOI LUT Sequencealready exists under the Per-frame Functional Groups Sequence, this flag is ignored.
0x00000040MfgModalityLutPerFrame For SetImage and SetImageList: The Pixel Value Transformation Sequence is added under the Per-frame Functional Groups Sequence.

For all other methods:
If the Pixel Value Transformation Sequence does not already exist, it is added under the Per-frame Functional Groups Sequence.
If the Pixel Value Transformation Sequencealready exists under the Shared Functional Groups Sequence, this flag is ignored.
0x00000080MfgModalityLutShared For SetImage and SetImageList: The Pixel Value Transformation Sequence is added under the Shared Functional Groups Sequence.

For all other methods:
If the Pixel Value Transformation Sequence does not already exist, it is added under the Shared Functional Groups Sequence.
If the Pixel Value Transformation Sequencealready exists under the Per-frame Functional Groups Sequence, this flag is ignored.
0x00000200OptimizedMemory Enables the method to minimize memory usage by utilizing the disk. The method optimizes memory to the minimum possible.
0x20000000KeepLutsIntact For internal use by LEADTOOLS.
Remarks
For Android/Java users: The constant members of this class are defined using all capital letters with underscores between words.
Example
For an example, refer to GetImage.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomSetImageFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features