Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomTestConformanceFlags Enumeration








Indicates errors associated with the DicomElement.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum DicomTestConformanceFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomTestConformanceFlags
[FlagsAttribute()]
public enum DicomTestConformanceFlags : System.IComparable, System.IConvertible, System.IFormattable  
public class DicomTestConformanceFlags 
Leadtools.Dicom.DicomTestConformanceFlags = function() { };
Leadtools.Dicom.DicomTestConformanceFlags.prototype = {<br/>
  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.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None No error.
0x00000001UnknownClass Error- improper class code.
0x00000002UnknownTag Error - improper tag value.
0x00000004UnknownVr Error - unknown Value Representation code.
0x00000008WrongVr Error - wrong Value Representation code.
0x00000010MinValMultiplicity Error - improper minimum value multiplicity value.
0x00000020MaxValMultiplicity Error - improper maximum value multiplicity value.
0x00000040DivideValMultiplicity Error - improper value multiplicity divisor.
0x00000080Image Error - improper image.
0x00000100Element Error - invalid element.
0x00000200ElementExists Error - element already exists.
0x00000400Memory Error - 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

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features