NewValue Property

Summary
Gets or sets the new value of the DICOM element.
Syntax
C#
VB
C++
public string NewValue { get; set; } 
Public Property NewValue As String 
public: 
property String^ NewValue { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The new value of the DICOM element.

Remarks

This value is not processed by the MacroProcessor<T> so it shouldn't include any macros.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.