←Select platform

UnformattedTextValue Property

Summary

Gets or sets the value of the "Unformatted Text Value" (0070,0006) element.

Syntax

C#
VB
WinRT C#
C++
public string UnformattedTextValue { get; set; } 
Public Property UnformattedTextValue As String 
public string UnformattedTextValue {get; set;} 
 <br/>get_UnformattedTextValue();<br/>set_UnformattedTextValue(value);<br/>Object.defineProperty('UnformattedTextValue');  
public: 
property String^ UnformattedTextValue { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

The value of the "Unformatted Text Value" (0070,0006) element. If this property is not a null reference (Nothing in VB), then CodedName, CodedValue, and the values set using SetNumericValue are ignored.

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