LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomDataSetInitializeFlags Enumeration

Show in webframe







Specifies the Value Representation, byte order, and other options used when initializing a Data Set.
Syntax
[FlagsAttribute()]
public enum DicomDataSetInitializeFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum DicomDataSetInitializeFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomDataSetInitializeFlags
[FlagsAttribute()]
public enum DicomDataSetInitializeFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            
public class DicomDataSetInitializeFlags
Leadtools.Dicom.DicomDataSetInitializeFlags = function() { };
Leadtools.Dicom.DicomDataSetInitializeFlags.prototype = {
None = 0x00000000, LittleEndian = 0x00000004, BigEndian = 0x00000008, ImplicitVR = 0x00000010, ExplicitVR = 0x00000020, AddMandatoryElementsOnly = 0x00001000, AddMandatoryModulesOnly = 0x00002000, };
[FlagsAttribute()]
public enum class DicomDataSetInitializeFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNone.
0x00000004LittleEndianByte order is Little Endian.
0x00000008BigEndianByte order is Big Endian.
0x00000010ImplicitVRThe Value Representation is implicit.
0x00000020ExplicitVRThe Value Representation is explicit.
0x00001000AddMandatoryElementsOnlyInsert only the mandatory elements. All other elements will not be inserted. This flag can be added to any other valid combination of flags.
0x00002000AddMandatoryModulesOnlyInsert 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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomDataSetInitializeFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace
Initialize(DicomClassType,DicomDataSetInitializeType) 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