Leadtools.Dicom Namespace : DicomVRRestriction Enumeration |
public enum DicomVRRestriction : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'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
ObjectiveC Syntax
Java Syntax
Leadtools.Dicom.DicomVRRestriction = function() { }; Leadtools.Dicom.DicomVRRestriction.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class DicomVRRestriction : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
BinaryAny | Binary value.Any length is valid. |
BinaryFixed | Binary value with fixed number of bytes. |
BinaryMaximum | Binary value and DicomVR.Length is the maximum number of bytes allowed. |
NotApplicable | Not applicable |
StringFixed | String value with fixed length. |
StringMaximum | 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) |
StringMaximumGroup | String value and DicomVR.Length is the maximum number of bytes allowed per component group. |
TextFixed | Text value with fixed length. |
TextMaximum | Text value and DicomVR.Length is the maximum number of bytes allowed. |
TextMaximumGroup | Text value and DicomVR.Length is the maximum number of bytes allowed per component group. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomVRRestriction
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2