Tag Property

Summary
Gets a value that contains the tag of the DICOM element that is about to be added to the DicomDataSet.
Syntax
C#
VB
C++
public long Tag { get; set; } 
Public Property Tag As Long 
public: 
property int64 Tag { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

The tag of the DICOM element that is about to be added to the DicomDataSet.

Remarks

Modifying Tag changes the element that is added to the DicomDataSet.

Example

For an example, refer to LoadJsonBeforeElementCallback.

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.