Difference between revisions of "Configuring MIRC for Series Navigation"

From MircWiki
Jump to navigation Jump to search
(Created page with "This article describes the special configuration considerations for enabling series navigation through the images in MIRCdocuments. This article is intended for TFS administrator...")
 
Line 3: Line 3:
 
Any TFS system installed from scratch using version Z130 or later is automatically configured for series navigation.
 
Any TFS system installed from scratch using version Z130 or later is automatically configured for series navigation.
  
For systems upgraded to Z130 or later from a pre-Z130 version, one change must be manually made after the upgrade. In words, in the DICOM Service Pipeline, the DicomAnonymizer stage that immediately preceeds the MircDocumentStorageService must be removed.
+
For systems upgraded to Z130 or later from a pre-Z130 version, one configuration change must be manually made after the upgrade. In words, in the DICOM Service Pipeline, the DicomAnonymizer stage that immediately preceeds the MircDocumentStorageService must be removed.
  
 
The easiest and safest way to remove the stage is to use the Configuration Editor in the Launcher program. See [[The CTP Launcher Configuration Editor]] for details. The steps are:
 
The easiest and safest way to remove the stage is to use the Configuration Editor in the Launcher program. See [[The CTP Launcher Configuration Editor]] for details. The steps are:

Revision as of 15:13, 3 May 2013

This article describes the special configuration considerations for enabling series navigation through the images in MIRCdocuments. This article is intended for TFS administrators.

Any TFS system installed from scratch using version Z130 or later is automatically configured for series navigation.

For systems upgraded to Z130 or later from a pre-Z130 version, one configuration change must be manually made after the upgrade. In words, in the DICOM Service Pipeline, the DicomAnonymizer stage that immediately preceeds the MircDocumentStorageService must be removed.

The easiest and safest way to remove the stage is to use the Configuration Editor in the Launcher program. See The CTP Launcher Configuration Editor for details. The steps are:

  • Stop CTP.
  • Run the Launcher.
  • Click the Configuration tab.
  • In the left pane, click the DicomAnonymizer stage above the MircDocumentStorageService stage.
  • In the Edit menu, select Remove.
  • In the File menu, select Save.
  • Start CTP.

Notes:

  • Removing the first anonymizer does not compromise PHI because the second anonymizer removes all PHI from the objects.
  • The second anonymizer's script file (scripts/DicomServiceAnonymizer.script) in version Z130 and later is more aggressive than in previous versions, so it is important not to remove the first anonymizer until after the upgrade to Z130 is done.