←Select platform

DicomVRRestriction Enumeration

Summary

Represents the restrictions on the length.

Syntax
C#
VB
C++
Java
public enum DicomVRRestriction   
Public Enum DicomVRRestriction  
public enum DicomVrRestriction 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly