←Select platform

DicomDataSetInitializeFlags Enumeration

Summary

Specifies the Value Representation, byte order, and other options used when initializing a Data Set.

Syntax
C#
VB
C++
Java
[FlagsAttribute()] 
public enum DicomDataSetInitializeFlags   
<FlagsAttribute()> 
Public Enum DicomDataSetInitializeFlags  
public class DicomDataSetInitializeFlags 
[FlagsAttribute()] 
public enum class DicomDataSetInitializeFlags   

Members
ValueMemberDescription
0x00000000None None.
0x00000004LittleEndian Byte order is Little Endian.
0x00000008BigEndian Byte order is Big Endian.
0x00000010ImplicitVR The Value Representation is implicit.
0x00000020ExplicitVR The Value Representation is explicit.
0x00001000AddMandatoryElementsOnly Insert only the mandatory elements. All other elements will not be inserted. This flag can be added to any other valid combination of flags.
0x00002000AddMandatoryModulesOnly Insert only the mandatory modules. All other modules will not be inserted. This flag can be added to any other valid combination of flags.

Remarks

For Android/Java users: The constant members of this class are defined using all capital letters with underscores between words.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly