←Select platform

DicomVRType Enumeration

Summary

Represents the value Representations supported by DICOM.

Syntax

C#
VB
Java
WinRT C#
C++
public enum DicomVRType   
Public Enum DicomVRType  
    
    
public enum DicomVRType    
public enum DicomVrType  
Leadtools.Dicom.DicomVRType = function() { }; 
Leadtools.Dicom.DicomVRType.prototype = {<br/> 
  AE = 0x00004145, 
    AS = 0x00004153, 
    AT = 0x00004154, 
    CS = 0x00004353, 
    DA = 0x00004441, 
    DS = 0x00004453, 
    DT = 0x00004454, 
    FD = 0x00004644, 
    FL = 0x0000464C, 
    IS = 0x00004953, 
    LO = 0x00004C4F, 
    LT = 0x00004C54, 
    OB = 0x00004F42, 
    OD = 0x00004F44, 
    OF = 0x00004F46, 
    OW = 0x00004F57, 
    PN = 0x0000504E, 
    SH = 0x00005348, 
    SL = 0x0000534C, 
    SQ = 0x00005351, 
    SS = 0x00005353, 
    ST = 0x00005354, 
    TM = 0x0000544D, 
    UC = 0x00005543, 
    UI = 0x00005549, 
    UL = 0x0000554C, 
    UN = 0x0000554E, 
    UR = 0x00005552, 
    US = 0x00005553, 
    UT = 0x00005554, 
     
 }; 
public enum class DicomVRType   

Members

ValueMemberDescription
16709AE Application Entity. Length is 16 . Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1.
16723AS Age String. Length is 4. Restriction is DicomVRRestriction.TextFixed. Unit Size is 1.
16724AT Attribute Tag. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4.
17235CS Code String. Length is 16. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1.
17473DA Date. Length is 8. Restriction is DicomVRRestriction.TextFixed. Unit Size is 1.
17491DS Decimal String. Length is 16. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1.
17492DT Date Time. Length is 26. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1.
17988FD Floating Point Double. Length is 8. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 8.
17996FL Floating Point Single. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4.
18771IS Integer String. Length is 12. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1.
19535LO Long String. Length is 64. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1.
19540LT Long Text. Length is 1024. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1.
20290OB Other Byte String. Length is N/A. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 1.
20292OD Other Double String. Length is 0xFFFFFFF8. Restriction is DicomVRRestriction.BinaryMaximum. Unit Size is 1.
20294OF Other Float String. Length is 0xFFFFFFFC. Restriction is DicomVRRestriction.BinaryMaximum. Unit Size is 4.
20311OW Other Word String. Length is N/A. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 1.
20558PN Person Name. Length is 64. Restriction is DicomVRRestriction.TextMaximumGroup. Unit Size is 1.
21320SH Short String. Length is 16. Restriction is DicomVRRestriction.StringMaximum. Unit Size is 1.
21324SL Signed Long. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4.
21329SQ Sequence of Items. Length is N/A. Restriction is DicomVRRestriction.NotApplicable. Unit Size is 1.
21331SS Signed Short. Length is 2. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 2.
21332ST Short Text. Length is 1024. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1.
21581TM Time. Length is 16. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1.
21827UC Unlimited Characters. Length is 0xFFFFFFFE. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1.
21833UI Unique Identifier. Length is 64. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1.
21836UL Unsigned Long. Length is 4. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 4.
21838UN Unknown. Length is N/A. Restriction is DicomVRRestriction.BinaryAny. Unit Size is 1.
21842UR Universal Resource Identifier or Universal Resource Locator(URI/URL). Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1.
21843US Unsigned Short. Length is 2. Restriction is DicomVRRestriction.BinaryFixed. Unit Size is 2.
21844UT Unlimited Text. Length is 0xFFFFFFFE. Restriction is DicomVRRestriction.TextMaximum. Unit Size is 1.
Requirements

Target Platforms

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

Leadtools.Dicom Assembly