C#
VB
C++
Adds the DICOM tag this object.
public void AddTag(
DicomEditableProperty parent,
long tag
)
Public Sub AddTag( _
ByVal parent As Leadtools.Dicom.Common.Editing.DicomEditableProperty, _
ByVal tag As Long _
)
public:
void AddTag(
Leadtools.Dicom.Common.Editing.DicomEditableProperty^ parent,
int64 tag
)
parent
The parent of this DICOM tag.
tag
The DICOM element tag to add.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET