Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomVRRestriction Enumeration








Represents the restrictions on the length.
Syntax
'Declaration
 
Public Enum DicomVRRestriction 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomVRRestriction
public enum DicomVRRestriction : System.IComparable, System.IConvertible, System.IFormattable  
public enum DicomVrRestriction
Leadtools.Dicom.DicomVRRestriction = function() { };
Leadtools.Dicom.DicomVRRestriction.prototype = {<br/>
  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.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000004NotApplicable Not applicable
0x00000100BinaryFixed Binary value with fixed number of bytes.
0x00000101BinaryMaximum Binary value and DicomVR.Length is the maximum number of bytes allowed.
0x00000103BinaryAny Binary value.Any length is valid.
0x00000200StringFixed String value with fixed length.
0x00000201StringMaximum 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)
0x00000202StringMaximumGroup String value and DicomVR.Length is the maximum number of bytes allowed per component group.
0x00000400TextFixed Text value with fixed length.
0x00000401TextMaximum Text value and DicomVR.Length is the maximum number of bytes allowed.
0x00000402TextMaximumGroup Text value and DicomVR.Length is the maximum number of bytes allowed per component group.
Example
For an example, refer to Reset.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

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