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

TagName Property






Gets or sets the tag name.
Syntax
[DataMemberAttribute()]
public string TagName {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property TagName As String
'Usage
 
Dim instance As DICOMTags
Dim value As String
 
instance.TagName = value
 
value = instance.TagName
[DataMemberAttribute()]
public string TagName {get; set;}
DataMemberAttribute()
 get_TagName();
set_TagName(value);
[DataMemberAttribute()]
public:
property String^ TagName {
   String^ get();
   void set (    String^ value);
}

Property Value

The name of the DICOM tag.
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.