←Select platform

CodeValue Property

Summary

Gets or sets the Code Value (Conditional).

Syntax
C#
VB
C++
[Element(DicomTag.CodeValue)] 
[DataMemberAttribute()] 
public string CodeValue { get; set; } 
<ElementAttribute(New DicomTag.CodeValue()),  
 DataMemberAttribute()>  
Public Property CodeValue() As String 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::CodeValue())),  
   DataMemberAttribute] 
   property String^ CodeValue 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The Code Value.

Remarks

Present only if the CodeValue is 16 characters or less, and the CodeValue is not a URN or URL.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly