LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

Tag Property






Gets or sets the DICOM element tag.
Syntax
[DataMemberAttribute()]
public long Tag {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property Tag As Long
'Usage
 
Dim instance As DICOMTags
Dim value As Long
 
instance.Tag = value
 
value = instance.Tag
[DataMemberAttribute()]
public long Tag {get; set;}
DataMemberAttribute()
 get_Tag();
set_Tag(value);
[DataMemberAttribute()]
public:
property int64 Tag {
   int64 get();
   void set (    int64 value);
}

Property Value

A number representing the DICOM element tag or 0 if the DICOMTag is not retrieved from the DICOM object.
Example
Refer to the Medical Web Viewer demo.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DICOMTags Class
DICOMTags Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.