LEADTOOLS Medical (Leadtools.Dicom assembly)
LEAD Technologies, Inc

DicomDataSetLoadFlags Enumeration








Specifies the Meta-header and Transfer Syntax flags. .NET support WinRT support Silverlight support
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  
ObjectiveC Syntax
Java Syntax
Leadtools.Dicom.DicomDataSetLoadFlags = function() { };
Leadtools.Dicom.DicomDataSetLoadFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()]
public enum class DicomDataSetLoadFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
BigEndianThe byte order of the Data Set is Big Endian.
ExplicitVRThe Value Representation of the Data Set is Explicit.
ImplicitVRThe Value Representation of the Data Set is Implicit.
LittleEndianThe byte order of the data set is Little Endian.
LoadAndCloseThe 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.
MetaHeaderAbsentThe Meta-header is absent.
MetaHeaderPresentThe Meta-header is present.
NoneLEADTOOLS will automatically determine the Transfer Syntax, as well as the presence or absence of the Meta-header.
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
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.Dicom Namespace
Load(String,DicomDataSetLoadFlags) Method

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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