Leadtools.Dicom.Services

Tag Property

Show in webframe



Gets or Sets the DICOM element tag.
Syntax
'Declaration
 
Public Property Tag As Long
'Usage
 
Dim instance As DICOMTags
Dim value As Long
 
instance.Tag = value
 
value = instance.Tag
public long Tag {get; set;}
public:
property int64 Tag {
   int64 get();
   void set (    int64 value);
}

Property Value

A number representing the DICOM element tag or 0 of the DICOMTag is not retrieved from the DICOM object.
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.