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

OverlayTags Property






Gets or sets the DICOM Instance information.
Syntax
[DataMemberAttribute()]
public DICOMTags[] OverlayTags {get; set;}
'Declaration
 
<DataMemberAttribute()>
Public Property OverlayTags As DICOMTags()
'Usage
 
Dim instance As ObjectTags
Dim value() As DICOMTags
 
instance.OverlayTags = value
 
value = instance.OverlayTags
[DataMemberAttribute()]
public DICOMTags[] OverlayTags {get; set;}
DataMemberAttribute()
 get_OverlayTags();
set_OverlayTags(value);
[DataMemberAttribute()]
public:
property array<DICOMTags^>^ OverlayTags {
   array<DICOMTags^>^ get();
   void set (    array<DICOMTags^>^ value);
}

Property Value

An array of DICOMTags which contains the DICOM information which can be identified by their DICOM DICOMTags.Tag value
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.