LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomDataSetSaveFlags Enumeration

Show in webframe







Specifies Meta-header flags, Transfer Syntax flags, and other flags that indicate the file characteristics to use when saving the file.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum DicomDataSetSaveFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomDataSetSaveFlags
[FlagsAttribute()]
public enum DicomDataSetSaveFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            
public class DicomDataSetSaveFlags
Leadtools.Dicom.DicomDataSetSaveFlags = function() { };
Leadtools.Dicom.DicomDataSetSaveFlags.prototype = {
None = 0x00000000, MetaHeaderPresent = 0x00000001, MetaHeaderAbsent = 0x00000002, LittleEndian = 0x00000004, BigEndian = 0x00000008, ImplicitVR = 0x00000010, ExplicitVR = 0x00000020, GroupLengths = 0x00000040, LengthExplicit = 0x00000080, ExcludeMetaHeaderGroup = 0x00000100, };
[FlagsAttribute()]
public enum class DicomDataSetSaveFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneSave the Data Set using the characteristics used when loading the Data Set. This can be used with compressed or uncompressed images.
0x00000001MetaHeaderPresentThe Meta-header is present. This can be used with compressed or uncompressed images.
0x00000002MetaHeaderAbsentThe Meta-header is absent. This can be used only with uncompressed images.
0x00000004LittleEndianThe byte order of the Data Set is Little Endian. This can be used with compressed or uncompressed images.
0x00000008BigEndianThe byte order of the Data Set is Big Endian. This can be used only with uncompressed images.
0x00000010ImplicitVRThe Value Representation of the Data Set is Implicit. This can be used only with uncompressed images.
0x00000020ExplicitVRThe Value Representation of the Data Set is Explicit. This can be used with compressed or uncompressed images.
0x00000040GroupLengthsInclude an entry in the file for each group with the group number and the number of elements that group has.
0x00000080LengthExplicitThe length of a sequence, in bytes, is encoded as a 32-bits integer and no Sequence delimitation item is included at the end of the sequence.
0x00000100ExcludeMetaHeaderGroupElements with the tag number 0x0002xxxx will not be saved in the file.
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 (only with uncompressed images), BigEndian | ExplicitVR (only with uncompressed images), LittleEndian | ExplicitVR (with compressed or uncompressed images)
Other Options None, GroupLengths, LengthExplicit, ExcludeMetaHeaderGroup, GroupLengths | LengthExplicit

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.DicomDataSetSaveFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
Save(String,DicomDataSetSaveFlags) 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