←Select platform

CodeValue Property

Summary

Gets or sets the value for the "Code Value" (0008,0100) element.

Syntax

C#
VB
Java
WinRT C#
C++
public string CodeValue { get; set; } 
Public Property CodeValue As String 
public string CodeValue {get; set;} 
public final String getCodeValue() 
public final void setCodeValue(String value) 
             
 <br/>get_CodeValue();<br/>set_CodeValue(value);<br/>Object.defineProperty('CodeValue');  
public: 
property String^ CodeValue { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

Value indicating the "Code Value" (0008,0100) element.

Example

For an example, refer to WaveformGroupCount.

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