Visual Basic (Declaration) | |
---|---|
Public Enum DicomVRRestriction Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum DicomVRRestriction : Enum |
Managed Extensions for C++ | |
---|---|
__value public enum DicomVRRestriction : public Enum |
C++/CLI | |
---|---|
public enum class DicomVRRestriction : public Enum |
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. |
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. |
TextMaximum | Text value and DicomVR.Length is the maximum number of bytes allowed. |
TextFixed | Text value with fixed length. |
TextMaximumGroup | Text value and DicomVR.Length is the maximum number of bytes allowed per component group. |
NotApplicable | Not applicable |
For an example, refer to Reset.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomVRRestriction
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family