Visual Basic (Declaration) | |
---|---|
Public Enum DicomVRRestriction Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomVRRestriction |
C# | |
---|---|
public enum DicomVRRestriction : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DicomVRRestriction : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
BinaryAny | Binary value.Any length is valid. |
BinaryFixed | Binary value with fixed number of bytes. |
BinaryMaximum | Binary value and DicomVR.Length is the maximum number of bytes allowed. |
NotApplicable | Not applicable |
StringFixed | String value with fixed length. |
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) |
StringMaximumGroup | String value and DicomVR.Length is the maximum number of bytes allowed per component group. |
TextFixed | Text value with fixed length. |
TextMaximum | Text value and DicomVR.Length is the maximum number of bytes allowed. |
TextMaximumGroup | Text value and DicomVR.Length is the maximum number of bytes allowed per component group. |
For an example, refer to DicomVRTable.Reset.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomVRRestriction
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)