LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
DicomVRRestriction Enumeration
See Also  
Leadtools.Dicom Namespace : DicomVRRestriction Enumeration



Represents the restrictions on the length. Supported in Silverlight, Windows Phone 7.

Syntax

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

Members

MemberDescription
BinaryAnyBinary value.Any length is valid.
BinaryFixedBinary value with fixed number of bytes.
BinaryMaximumBinary value and DicomVR.Length is the maximum number of bytes allowed.
NotApplicableNot applicable
StringFixedString value with fixed length.
StringMaximumString value and DicomVR.Length is the maximum number of characters allowed.(The character '\' is used as the delimiter between values for multiple data elements)
StringMaximumGroupString value and DicomVR.Length is the maximum number of bytes allowed per component group.
TextFixedText value with fixed length.
TextMaximumText value and DicomVR.Length is the maximum number of bytes allowed.
TextMaximumGroupText value and DicomVR.Length is the maximum number of bytes allowed per component group.

Example

For an example, refer to DicomVRTable.Reset.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

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