| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum DicomTestConformanceFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomTestConformanceFlags | |
| C# | |
|---|---|
[FlagsAttribute()] public enum DicomTestConformanceFlags : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class DicomTestConformanceFlags : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| DivideValMultiplicity | Error - improper value multiplicity divisor. |
| Element | Error - invalid element. |
| ElementExists | Error - element already exists. |
| Image | Error - improper image. |
| MaxValMultiplicity | Error - improper maximum value multiplicity value. |
| Memory | Error - out of memory. |
| MinValMultiplicity | Error - improper minimum value multiplicity value. |
| None | No error. |
| UnknownClass | Error- improper class code. |
| UnknownTag | Error - improper tag value. |
| UnknownVr | Error - unknown Value Representation code. |
| WrongVr | Error - wrong Value Representation code. |
For an example, refer to TestConformance.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomTestConformanceFlags
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code