LEADTOOLS Medical (Leadtools.Dicom assembly)

DicomVRRestriction Enumeration

Show in webframe







Represents the restrictions on the length.
Syntax
public enum DicomVRRestriction : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum DicomVRRestriction 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DicomVRRestriction
public enum DicomVRRestriction : System.IComparableSystem.IConvertibleSystem.IFormattable  

            
public enum DicomVrRestriction
Leadtools.Dicom.DicomVRRestriction = function() { };
Leadtools.Dicom.DicomVRRestriction.prototype = {
NotApplicable = 0x00000004, BinaryFixed = 0x00000100, BinaryMaximum = 0x00000101, BinaryAny = 0x00000103, StringFixed = 0x00000200, StringMaximum = 0x00000201, StringMaximumGroup = 0x00000202, TextFixed = 0x00000400, TextMaximum = 0x00000401, TextMaximumGroup = 0x00000402, };
public enum class DicomVRRestriction : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000004NotApplicableNot applicable
0x00000100BinaryFixedBinary value with fixed number of bytes.
0x00000101BinaryMaximumBinary value and DicomVR.Length is the maximum number of bytes allowed.
0x00000103BinaryAnyBinary value.Any length is valid.
0x00000200StringFixedString value with fixed length.
0x00000201StringMaximumString value and DicomVR.Length is the maximum number of characters allowed.(The character '\' is used as the delimiter between values for multiple data elements)
0x00000202StringMaximumGroupString value and DicomVR.Length is the maximum number of bytes allowed per component group.
0x00000400TextFixedText value with fixed length.
0x00000401TextMaximumText value and DicomVR.Length is the maximum number of bytes allowed.
0x00000402TextMaximumGroupText 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

See Also

Reference

Leadtools.Dicom Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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