Leadtools.Dicom.Services
LEAD Technologies, Inc

TagName Property






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

Property Value

The name of the DICOM tag.
Example
For an example, refer to the Medical Web Viewer demo, located in DICOMServicescs.csproj project.
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.