AddTag Method

Summary

Adds the DICOM tag this object.

Syntax
C#
VB
C++
public void AddTag( 
   DicomEditableProperty parent, 
   long tag 
) 
Public Sub AddTag( _ 
   ByVal parent As DicomEditableProperty, _ 
   ByVal tag As Long _ 
)  
public: 
void AddTag(  
   DicomEditableProperty^ parent, 
   int64 tag 
)  

Parameters

parent
The parent of this DICOM tag.

tag
The DICOM element tag to add.

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