←Select platform

DicomVRRestriction Enumeration

Summary

Represents the restrictions on the length.

Syntax

C#
VB
Java
WinRT C#
C++
public enum DicomVRRestriction   
Public Enum DicomVRRestriction  
    
    
public enum DicomVRRestriction    
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   

Members

ValueMemberDescription
4NotApplicable Not applicable
256BinaryFixed Binary value with fixed number of bytes.
257BinaryMaximum Binary value and DicomVR.Length is the maximum number of bytes allowed.
259BinaryAny Binary value.Any length is valid.
512StringFixed String value with fixed length.
513StringMaximum 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)
514StringMaximumGroup String value and DicomVR.Length is the maximum number of bytes allowed per component group.
1024TextFixed Text value with fixed length.
1025TextMaximum Text value and DicomVR.Length is the maximum number of bytes allowed.
1026TextMaximumGroup Text value and DicomVR.Length is the maximum number of bytes allowed per component group.
Example

For an example, refer to Reset.

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly