LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
Tag Property
See Also 
Leadtools.Dicom.Web Namespace > DICOMTags Class : Tag Property



Gets or sets the DICOM element tag.

Syntax

Visual Basic (Declaration) 
Public Property Tag As Long
Visual Basic (Usage)Copy Code
Dim instance As DICOMTags
Dim value As Long
 
instance.Tag = value
 
value = instance.Tag
C# 
public long Tag {get; set;}
C++/CLI 
public:
property int64 Tag {
   int64 get();
   void set (    int64 value);
}

Property Value

A number representing the DICOM element tag or 0 of the DICOMTag is not retrieved from the DICOM object.

Example

Refer to the Medical Web Viewer demo.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also