Leadtools.Dicom Namespace : DicomDataSetSaveFlags Enumeration |
[FlagsAttribute()] public enum DicomDataSetSaveFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum DicomDataSetSaveFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomDataSetSaveFlags
[FlagsAttribute()] public enum DicomDataSetSaveFlags : System.IComparable, System.IConvertible, System.IFormattable
ObjectiveC Syntax
Java Syntax
Leadtools.Dicom.DicomDataSetSaveFlags = function() { }; Leadtools.Dicom.DicomDataSetSaveFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class DicomDataSetSaveFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
BigEndian | The byte order of the Data Set is Big Endian. This can be used only with uncompressed images. |
ExcludeMetaHeaderGroup | Elements with the tag number 0x0002xxxx will not be saved in the file. |
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. |
ImplicitVR | The Value Representation of the Data Set is Implicit. This can be used only with uncompressed images. |
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. |
LittleEndian | The byte order of the Data Set is Little Endian. This can be used with compressed or uncompressed images. |
MetaHeaderAbsent | The Meta-header is absent. This can be used only with uncompressed images. |
MetaHeaderPresent | The Meta-header is present. This can be used with compressed or uncompressed images. |
None | Save the Data Set using the characteristics used when loading the Data Set. This can be used with compressed or uncompressed images. |
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 |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomDataSetSaveFlags
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