C#
VB
Java
WinRT C#
C++
Indicates errors associated with the DicomElement.
[FlagsAttribute()]public enum DicomTestConformanceFlags
<FlagsAttribute()>Public Enum DicomTestConformanceFlags
[FlagsAttribute()]public enum DicomTestConformanceFlags
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
Members
| Value | Member | Description |
|---|---|---|
| 0x00000000 | None | No error. |
| 0x00000001 | UnknownClass | Error- improper class code. |
| 0x00000002 | UnknownTag | Error - improper tag value. |
| 0x00000004 | UnknownVr | Error - unknown Value Representation code. |
| 0x00000008 | WrongVr | Error - wrong Value Representation code. |
| 0x00000010 | MinValMultiplicity | Error - improper minimum value multiplicity value. |
| 0x00000020 | MaxValMultiplicity | Error - improper maximum value multiplicity value. |
| 0x00000040 | DivideValMultiplicity | Error - improper value multiplicity divisor. |
| 0x00000080 | Image | Error - improper image. |
| 0x00000100 | Element | Error - invalid element. |
| 0x00000200 | ElementExists | Error - element already exists. |
| 0x00000400 | Memory | Error - out of memory. |
For Android/Java users: The constant members of this class are defined using all capital letters with underscores between words.
For an example, refer to TestConformance.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
