←Select platform

Tag Property

Summary

Gets or Sets the DICOM element tag.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public long Tag { get; set; } 
  
Public Property Tag As Long 
public: 
property int64 Tag { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

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

Example

For an example, refer to the Medical Web Viewer demo, located in DICOMServicescs.csproj project.

Requirements

Target Platforms

See Also

Reference

DICOMTags Class

DICOMTags Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly