←Select platform

GeneralTags Property

Summary

Gets or sets the image information tags.

Syntax

C#
VB
C++
[DataMemberAttribute()] 
public List<DICOMTags> GeneralTags { get; set; } 
  
Public Property GeneralTags As List(Of DICOMTags) 
public: 
property List<DICOMTags^>^ GeneralTags { 
   List<DICOMTags^>^ get(); 
   void set (    List<DICOMTags^>^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly