ParentViewer Property

Summary
Gets or sets the Leadtools.MedicalViewer.MedicalViewer control for the cell
Syntax
C#
C++/CLI
public MedicalViewer ParentViewer { get; set; } 
public: 
property MedicalViewer^ ParentViewer { 
   MedicalViewer^ get(); 
   void set (    MedicalViewer^ ); 
} 

Property Value

The Leadtools.MedicalViewer.MedicalViewer control for the cell

Remarks

In the ViewerCellCreating event, provide a non-default parent viewer for the cell. This is necessary because in a scenario where multiple studies are loaded by the same loader, the loader will have an invalid ViewerControl. Providing the ParentViewer in the ViewerCellCreating event allows the application to provide the correct viewer for the cell based on the study.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.Loader Assembly

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