LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomGetImageFlags Enumeration

Show in webframe







Represents the values that controls the behavior of the methods DicomDataSet.GetImage and DicomDataSet.GetImages.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum DicomGetImageFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomGetImageFlags
[FlagsAttribute()]
public enum DicomGetImageFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            
public class DicomGetImageFlags
Leadtools.Dicom.DicomGetImageFlags = function() { };
Leadtools.Dicom.DicomGetImageFlags.prototype = {
None = 0x00000000, AutoLoadOverlays = 0x00000001, AutoApplyModalityLut = 0x00000002, AutoApplyVoiLut = 0x00000004, AutoScaleModalityLut = 0x00000010, AutoScaleVoiLut = 0x00000020, AutoDectectInvalidRleCompression = 0x00000040, };
[FlagsAttribute()]
public enum class DicomGetImageFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNone.
0x00000001AutoLoadOverlaysThe method will automatically extract the overlays included in the dataset and add them to the loaded image.
0x00000002AutoApplyModalityLutThe method will automatically apply the "Modality LUT" when loading the image.
0x00000004AutoApplyVoiLutThe method will automatically apply the "VOI LUT" when loading the image.
0x00000010AutoScaleModalityLutThe method will scale the resulting pixel data to fit within the range of 0 to 2^BitsPerPixel-1 if any of the values would exceed that range.
0x00000020AutoScaleVoiLutOnly used in conjunction with AutoScaleModalityLut. The method will rescale the VOI LUT to match the rescale that was performed by AutoScaleModalityLut.
0x00000040AutoDectectInvalidRleCompressionOnly used with RLE compressed image data. Automatically detects if the MSB and LSB segments of RLE compressed image data are written in the incorrect order.
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 DicomDataSet.GetImage.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomGetImageFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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