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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.