The ExplodeImageBoxesTool is a modified version of the existing ExplodeImageBoxTool that will enable you to explode multiple Image Boxs accross all of your monitors.
- navigate into the ClearCanvas DICOM Viewer or Workstation path
- to disable the existing ExplodeImageBoxTool add the following lines into the ClearCanvas.Desktop.Executable.exe.critical.config
-
at configuration/configSections/sectionGroup[name="applicationSettings"] add the following line if it doesn't already exist:
<section name="ClearCanvas.Common.ExtensionSettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> -
at configuration/applicationSettings add or modify:
<ClearCanvas.Common.ExtensionSettings> <setting name="ExtensionConfigurationXml" serializeAs="Xml"> <value> <extensions> <extension class="ClearCanvas.ImageViewer.Layout.Basic.ExplodeImageBoxTool, ClearCanvas.ImageViewer.Layout.Basic" enabled="false" /> <extension class="Econmed.ImageViewer.Layout.ExplodeImageBoxesTool, Econmed.ImageViewer.Layout.ExplodeImageBoxesTool" enabled="true" /> </extensions> </value> </setting> </ClearCanvas.Common.ExtensionSettings>
- Run the install.bat to compile and install the plugin.
- span the workspace over multiple monitors
- select one image box after another (a history of those selections will be kept internally)
- press 'x' to expose as much image boxes as possible