Leadtools.Dicom.Services

TagValue Property

Show in webframe



Gets or Sets the value of the DICOMTag
Syntax
'Declaration
 
Public Property TagValue As String
'Usage
 
Dim instance As DICOMTags
Dim value As String
 
instance.TagValue = value
 
value = instance.TagValue
public string TagValue {get; set;}
public:
property String^ TagValue {
   String^ get();
   void set (    String^ value);
}

Property Value

The System.String value of the DICOMTag
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.