Leadtools.Dicom Requires Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
DicomVRRestriction Enumeration
See Also  
Leadtools.Dicom Namespace : DicomVRRestriction Enumeration



Represents the restrictions on the length.

Syntax

Visual Basic (Declaration) 
Public Enum DicomVRRestriction 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As DicomVRRestriction
C# 
public enum DicomVRRestriction : Enum 
C++/CLI 
public enum class DicomVRRestriction : public Enum 

Members

MemberDescription
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

Example

For an example, refer to DicomVRTable.Reset.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomVRRestriction

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features