DoCanExecute Method

Summary
Determines whether the command can execute.
Syntax
C#
VB
C++
protected override bool DoCanExecute() 
  
Protected Overrides Function DoCanExecute() As Boolean 
protected: 
bool DoCanExecute(); override  

Return Value

True if the command can execute.

Remarks

The command will check that there is currently a valid, selected Leadtools.MedicalViewer.MedicalViewerMultiCell that contains enough information in the Leadtools.Medical.Workstation.WorkstationState.MedicalViewerCellInstances to generate a 3D volume. For this to return true there needs to be at least 10 images with different Patient Positions.

Requirements

Target Platforms

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

Leadtools.Medical.Workstation Assembly

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