LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

GeneralTags Property

Show in webframe



Gets or sets the image information tags.
Syntax
'Declaration
 
Public Property GeneralTags As DICOMTags()
'Usage
 
Dim instance As ObjectTags
Dim value() As DICOMTags
 
instance.GeneralTags = value
 
value = instance.GeneralTags
public DICOMTags[] GeneralTags {get; set;}
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

See Also

Reference

ObjectTags Class
ObjectTags Members

 

 


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