LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomDataSetLoadFlags Enumeration

Show in webframe







Specifies the Meta-header and Transfer Syntax flags.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum DicomDataSetLoadFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomDataSetLoadFlags
[FlagsAttribute()]
public enum DicomDataSetLoadFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            
public class DicomDataSetLoadFlags
Leadtools.Dicom.DicomDataSetLoadFlags = function() { };
Leadtools.Dicom.DicomDataSetLoadFlags.prototype = {
None = 0x00000000, MetaHeaderPresent = 0x00000001, MetaHeaderAbsent = 0x00000002, LittleEndian = 0x00000004, BigEndian = 0x00000008, ImplicitVR = 0x00000010, ExplicitVR = 0x00000020, LoadAndClose = 0x00000200, };
[FlagsAttribute()]
public enum class DicomDataSetLoadFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneLEADTOOLS will automatically determine the Transfer Syntax, as well as the presence or absence of the Meta-header.
0x00000001MetaHeaderPresentThe Meta-header is present.
0x00000002MetaHeaderAbsentThe Meta-header is absent.
0x00000004LittleEndianThe byte order of the data set is Little Endian.
0x00000008BigEndianThe byte order of the Data Set is Big Endian.
0x00000010ImplicitVRThe Value Representation of the Data Set is Implicit.
0x00000020ExplicitVRThe Value Representation of the Data Set is Explicit.
0x00000200LoadAndCloseThe complete dataset will be loaded into memory and the file handle closed. If LoadAndClose is used, for large images, this may slow performance, however, the file handle will be released. If set to None, large images will load quickly, and image traverse can begin immediately. However, until the file handle is released, nothing can be done to the image.
Remarks
You can use bitwise OR operations to specify one flag/combination from each of the following groups.
Group Flags/Combinations
Meta-header None, MetaHeaderPresent, MetaHeaderAbsent
Transfer Syntax None, LittleEndian, BigEndian, ImplicitVR, ExplicitVR, LittleEndian | ImplicitVR, LittleEndian | ExplicitVR, BigEndian | ExplicitVR
Loading options None, LoadAndClose

For Android/Java users: The constant members of this class are defined using all capital letters with underscores between words.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomDataSetLoadFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
Load(String,DicomDataSetLoadFlags) Method

 

 


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