Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DicomDataSetSaveFlags Enumeration
See Also  
Leadtools.Dicom Namespace : DicomDataSetSaveFlags Enumeration



Specifies Meta-header flags, Transfer Syntax flags, and other flags that indicate the file characteristics to use when saving the file.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum DicomDataSetSaveFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As DicomDataSetSaveFlags
C# 
[FlagsAttribute()]
public enum DicomDataSetSaveFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class DicomDataSetSaveFlags : public Enum 

Members

MemberDescription
None Save the Data Set using the characteristics used when loading the Data Set. This can be used with compressed or uncompressed images.
MetaHeaderPresent The Meta-header is present. This can be used with compressed or uncompressed images.
MetaHeaderAbsent The Meta-header is absent. This can be used only with uncompressed images.
LittleEndian The byte order of the Data Set is Little Endian. This can be used with compressed or uncompressed images.
BigEndian The byte order of the Data Set is Big Endian. This can be used only with uncompressed images.
ImplicitVR The Value Representation of the Data Set is Implicit. This can be used only with uncompressed images.
ExplicitVR The Value Representation of the Data Set is Explicit. This can be used with compressed or uncompressed images.
GroupLengths Include an entry in the file for each group with the group number and the number of elements that group has.
LengthExplicit The 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.
ExcludeMetaHeaderGroup Elements 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.
GroupFlags/Combinations
Meta-headerNone, MetaHeaderPresent, MetaHeaderAbsent
Transfer SyntaxNone, LittleEndian, BigEndian, ImplicitVR, ExplicitVR, LittleEndian | ImplicitVR (only with uncompressed images), BigEndian | ExplicitVR (only with uncompressed images), LittleEndian | ExplicitVR (with compressed or uncompressed images)
Other OptionsNone, GroupLengths, LengthExplicit, ExcludeMetaHeaderGroup, GroupLengths | LengthExplicit

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomDataSetSaveFlags

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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