Leadtools.Dicom.Services

TagName Property

Show in webframe



Gets or Sets the tag name.
Syntax
'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;}
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

See Also

Reference

DICOMTags Class
DICOMTags Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.