LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

GeneralTags Property






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

Property Value

An array of DICOMTags which contains DICOM image information.
Remarks

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

For GeneralTags the following DICOMTags.TagName are valid:

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.