Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
GeneralTags Property
See Also 
Leadtools.Dicom.Services.DataTypes Namespace > ObjectTags Class : GeneralTags Property



Gets or sets the image information tags.

Syntax

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

Property Value

A list 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.

Requirements

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

See Also