| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomVRRestriction Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DicomVRRestriction : 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 DicomVRTable.Reset.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomVRRestriction
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code