←Select platform

GeneralTag Property

Summary

Gets or sets whether this OverlayTag is a general tag for the whole series or specific to the image.

Syntax

C#
VB
C++
public bool GeneralTag { get; set; } 
  
Public Property GeneralTag As Boolean 
public: 
property bool GeneralTag { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

True if the OverlayTag is a general tag for the whole series; Otherwise, false. Default is false.

Remarks

If a tag is general to the whole series it will be applied to all the sub cells in a Leadtools.MedicalViewer.MedicalViewerMultiCell; Otherwise, the tag will be read from each Leadtools.Dicom.DicomDataSet in the series and set for each corresponding sub cell.

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.Medical.Workstation.Loader Assembly