LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
GeneralTags Property
See Also 
Leadtools.Dicom.Web Namespace > ObjectTags Class : GeneralTags Property



Gets or sets the image information tags.

Syntax

Visual Basic (Declaration) 
Public Property GeneralTags As DICOMTags()
Visual Basic (Usage)Copy Code
Dim instance As ObjectTags
Dim value() As DICOMTags
 
instance.GeneralTags = value
 
value = instance.GeneralTags
C# 
public DICOMTags[] GeneralTags {get; set;}
C++/CLI 
public:
property array<DICOMTags^>^ GeneralTags {
   array<DICOMTags^>^ get();
   void set (    array<DICOMTags^>^ value);
}

Property Value

An array 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.

For GeneralTags the following DICOMTags.TagName are valid:

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also