Leadtools.Dicom.Services

OverlayTags Property

Show in webframe



Gets or sets the DICOM Instance information.
Syntax
'Declaration
 
Public Property OverlayTags As List(Of DICOMTags)
'Usage
 
Dim instance As ObjectTags
Dim value As List(Of DICOMTags)
 
instance.OverlayTags = value
 
value = instance.OverlayTags
public List<DICOMTags> OverlayTags {get; set;}
public:
property List<DICOMTags^>^ OverlayTags {
   List<DICOMTags^>^ get();
   void set (    List<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

See Also

Reference

ObjectTags Class
ObjectTags Members

 

 


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