←Select platform

CodeValue Property

Summary

Gets or sets the Code Value (Conditional).

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.CodeValue)] 
public string CodeValue { get; set; } 
<DataMemberAttribute(),  
 ElementAttribute(524544)>  
Public Property CodeValue() As String 
   Get 
   Set 
public:  
   [DataMemberAttribute,  
   ElementAttribute(524544)] 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly