Leadtools.Medical.Workstation.Commands Namespace : Load3DVolumeCommand Class |
The following tables list the members exposed by Load3DVolumeCommand.
Name | Description | |
---|---|---|
Load3DVolumeCommand Constructor | Overloaded. |
Name | Description | |
---|---|---|
Container | Gets the Leadtools.Medical.Workstation.WorkstationContainer for the current active workstation which this command will execute on. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) | |
Enabled | Gets or sets a value to temporarily enables and disable the command execution. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) | |
FeatureId | Gets the feature ID that is registered with this command. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) | |
IdentifyingVolumes | Gets or sets the status message that is used when locating the volumes for the selected cell. | |
LoadingVolume | Gets or sets the status message that is used when loading the volume for the selected cell. | |
LoadingVolumeCompleted | Gets or sets the status message that is used when loading the volume for the selected cell is completed. | |
RetreiveVolumeInformation | Gets or sets the status message that is used when retrieving the volumes for the selected cell. | |
Supported | Gets or sets a value to disable the feature associated with the command to be executed. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) | |
SyncContext | Gets the System.Threading.SynchronizationContext that allows the command to interact with the UI thread. (Inherited from Leadtools.Medical.Workstation.Commands.Load3DVolumeAsyncCommandBase) |
Name | Description | |
---|---|---|
CanExecute | Checks whether the WorkstationCommand.Enabled and WorkstationCommand.Supported properties are true and calls the WorkstationCommand.DoCanExecute method. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) | |
Execute | Checks whether the WorkstationCommand.Enabled and WorkstationCommand.Supported properties are true and calls the WorkstationCommand.DoExecute method. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) |
Name | Description | |
---|---|---|
ConvertTo3D | Overridden. Loads a 3D volume from a Leadtools.MedicalViewer.MedicalViewerMultiCell. | |
Create3DControl | Creates and initializes a Leadtools.Medical3D.Medical3DControl that is ready to be used for generating the volume. (Inherited from Leadtools.Medical.Workstation.Commands.Load3DVolumeAsyncCommandBase) | |
DoCanExecute | Overridden. Determines whether the command can execute. | |
DoExecute | Represents a base method for creating 3D volumes asynchronously. (Inherited from Leadtools.Medical.Workstation.Commands.Load3DVolumeAsyncCommandBase) | |
OnAddingControl3DError | Overridden. Publishes the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.PublishVolumeLoadingError. | |
OnCommandExecuted | Publishes the current feature to be executed through the EventBroker. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) | |
OnControl3DAdded | Overridden. Publishes the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker.PublishVolumeLoadingCompleted. |
Name | Description | |
---|---|---|
LoadVolumes | Occurs when a volume needs to be selected from multiple volumes. |