Leadtools.Dicom.Services
LEAD Technologies, Inc

GeneralTags Property






Gets or sets the image information tags.
Syntax
public List<DICOMTags> GeneralTags {get; set;}
'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;}
 get_GeneralTags();
set_GeneralTags(value);
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: 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

ObjectTags Class
ObjectTags Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.