LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomTestConformanceFlags Enumeration

Show in webframe







Indicates errors associated with the DicomElement.
Syntax
[FlagsAttribute()]
public enum DicomTestConformanceFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum DicomTestConformanceFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomTestConformanceFlags
[FlagsAttribute()]
public enum DicomTestConformanceFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            
public class DicomTestConformanceFlags 
Leadtools.Dicom.DicomTestConformanceFlags = function() { };
Leadtools.Dicom.DicomTestConformanceFlags.prototype = {
None = 0x00000000, UnknownClass = 0x00000001, UnknownTag = 0x00000002, UnknownVr = 0x00000004, WrongVr = 0x00000008, MinValMultiplicity = 0x00000010, MaxValMultiplicity = 0x00000020, DivideValMultiplicity = 0x00000040, Image = 0x00000080, Element = 0x00000100, ElementExists = 0x00000200, Memory = 0x00000400, };
[FlagsAttribute()]
public enum class DicomTestConformanceFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo error.
0x00000001UnknownClassError- improper class code.
0x00000002UnknownTagError - improper tag value.
0x00000004UnknownVrError - unknown Value Representation code.
0x00000008WrongVrError - wrong Value Representation code.
0x00000010MinValMultiplicityError - improper minimum value multiplicity value.
0x00000020MaxValMultiplicityError - improper maximum value multiplicity value.
0x00000040DivideValMultiplicityError - improper value multiplicity divisor.
0x00000080ImageError - improper image.
0x00000100ElementError - invalid element.
0x00000200ElementExistsError - element already exists.
0x00000400MemoryError - out of memory.
Remarks
For Android/Java users: The constant members of this class are defined using all capital letters with underscores between words.
Example
For an example, refer to TestConformance.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomTestConformanceFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

 

 


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