C#
VB
Java
WinRT C#
C++
Represents the restrictions on the length.
public enum DicomVRRestriction
Public Enum DicomVRRestriction
public enum DicomVRRestriction
public enum DicomVrRestriction
Leadtools.Dicom.DicomVRRestriction = function() { };
Leadtools.Dicom.DicomVRRestriction.prototype = {<br/>
NotApplicable = 0x00000004,
BinaryFixed = 0x00000100,
BinaryMaximum = 0x00000101,
BinaryAny = 0x00000103,
StringFixed = 0x00000200,
StringMaximum = 0x00000201,
StringMaximumGroup = 0x00000202,
TextFixed = 0x00000400,
TextMaximum = 0x00000401,
TextMaximumGroup = 0x00000402,
};
public enum class DicomVRRestriction
Members
Value | Member | Description |
---|---|---|
4 | NotApplicable | Not applicable |
256 | BinaryFixed | Binary value with fixed number of bytes. |
257 | BinaryMaximum | Binary value and DicomVR.Length is the maximum number of bytes allowed. |
259 | BinaryAny | Binary value.Any length is valid. |
512 | StringFixed | String value with fixed length. |
513 | StringMaximum | String value and DicomVR.Length is the maximum number of characters allowed.(The character '\' is used as the delimiter between values for multiple data elements) |
514 | StringMaximumGroup | String value and DicomVR.Length is the maximum number of bytes allowed per component group. |
1024 | TextFixed | Text value with fixed length. |
1025 | TextMaximum | Text value and DicomVR.Length is the maximum number of bytes allowed. |
1026 | TextMaximumGroup | Text value and DicomVR.Length is the maximum number of bytes allowed per component group. |
For an example, refer to Reset.
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