Leadtools.Dicom.Services

GeneralTags Property

Show in webframe



Gets or sets the image information tags.
Syntax
'Declaration
 
Public Property GeneralTags As List(Of DICOMTags)
'Usage
 
Dim instance As ObjectTags
Dim value As List(Of DICOMTags)
 
instance.GeneralTags = value
 
value = instance.GeneralTags
public List<DICOMTags> GeneralTags {get; set;}
public:
property List<DICOMTags^>^ GeneralTags {
   List<DICOMTags^>^ get();
   void set (    List<DICOMTags^>^ value);
}

Property Value

A list of DICOMTags which contains the DICOM images information.
Remarks

The GeneralTags property will contain the Image information which can be identified by the DICOMTags.TagName.

Requirements

Target Platforms

See Also

Reference

ObjectTags Class
ObjectTags Members

 

 


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