C#
VB
Java
WinRT C#
C++
Specifies the Value Representation, byte order, and other options used when initializing a Data Set.
[FlagsAttribute()]
public enum DicomDataSetInitializeFlags
<FlagsAttribute()>
Public Enum DicomDataSetInitializeFlags
[FlagsAttribute()]
public enum DicomDataSetInitializeFlags
public class DicomDataSetInitializeFlags
Leadtools.Dicom.DicomDataSetInitializeFlags = function() { };
Leadtools.Dicom.DicomDataSetInitializeFlags.prototype = {<br/>
None = 0x00000000,
LittleEndian = 0x00000004,
BigEndian = 0x00000008,
ImplicitVR = 0x00000010,
ExplicitVR = 0x00000020,
AddMandatoryElementsOnly = 0x00001000,
AddMandatoryModulesOnly = 0x00002000,
};
[FlagsAttribute()]
public enum class DicomDataSetInitializeFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | None. |
0x00000004 | LittleEndian | Byte order is Little Endian. |
0x00000008 | BigEndian | Byte order is Big Endian. |
0x00000010 | ImplicitVR | The Value Representation is implicit. |
0x00000020 | ExplicitVR | The Value Representation is explicit. |
0x00001000 | AddMandatoryElementsOnly | Insert only the mandatory elements. All other elements will not be inserted. This flag can be added to any other valid combination of flags. |
0x00002000 | AddMandatoryModulesOnly | Insert only the mandatory modules. All other modules will not be inserted. This flag can be added to any other valid combination of flags. |
For Android/Java users: The constant members of this class are defined using all capital letters with underscores between words.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET