| Leadtools.Dicom Namespace : DicomVRRestriction Enumeration |
public enum DicomVRRestriction : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomVRRestriction Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomVRRestriction
public enum DicomVRRestriction : System.IComparable, System.IConvertible, System.IFormattable
public enum DicomVrRestriction
Leadtools.Dicom.DicomVRRestriction = function() { };
Leadtools.Dicom.DicomVRRestriction.prototype = {
NotApplicable = 0x00000004,
BinaryFixed = 0x00000100,
BinaryMaximum = 0x00000101,
BinaryAny = 0x00000103,
StringFixed = 0x00000200,
StringMaximum = 0x00000201,
StringMaximumGroup = 0x00000202,
TextFixed = 0x00000400,
TextMaximum = 0x00000401,
TextMaximumGroup = 0x00000402,
};
public enum class DicomVRRestriction : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0x00000004 | NotApplicable | Not applicable ![]() ![]() ![]() |
| 0x00000100 | BinaryFixed | Binary value with fixed number of bytes. ![]() ![]() ![]() |
| 0x00000101 | BinaryMaximum | Binary value and DicomVR.Length is the maximum number of bytes allowed. ![]() ![]() ![]() |
| 0x00000103 | BinaryAny | Binary value.Any length is valid. ![]() ![]() ![]() |
| 0x00000200 | StringFixed | String value with fixed length. ![]() ![]() ![]() |
| 0x00000201 | 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) ![]() ![]() ![]() |
| 0x00000202 | StringMaximumGroup | String value and DicomVR.Length is the maximum number of bytes allowed per component group. ![]() ![]() ![]() |
| 0x00000400 | TextFixed | Text value with fixed length. ![]() ![]() ![]() |
| 0x00000401 | TextMaximum | Text value and DicomVR.Length is the maximum number of bytes allowed. ![]() ![]() ![]() |
| 0x00000402 | TextMaximumGroup | Text value and DicomVR.Length is the maximum number of bytes allowed per component group. ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomVRRestriction