Difference between revisions of "MIRC CTP Articles"

From MircWiki
Jump to navigation Jump to search
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is a list of all the CTP articles on the RSNA MIRC Wiki.
+
This is a list of articles on this Wiki related to the RSNA MIRC Clinical Trials Processor (CTP).
  
 
<b>Main Articles</b>
 
<b>Main Articles</b>
  
* [[CTP-The RSNA Clinical Trial Processor]] is the top-level article. It describes the installation and configuration of the program.
+
* [[MIRC CTP]] is the top-level article. It describes the installation and configuration of the program.
 
* [[The CTP Launcher Configuration Editor]] describes how to configure CTP.
 
* [[The CTP Launcher Configuration Editor]] describes how to configure CTP.
 
* [[Enabling SSL in the CTP Server]] describes how to configure the CTP server for SSL connections
 
* [[Enabling SSL in the CTP Server]] describes how to configure the CTP server for SSL connections
Line 11: Line 11:
 
* [[CTP Authentication Using LDAP]] describes how to configure CTP to use an LDAP server for user authentication.
 
* [[CTP Authentication Using LDAP]] describes how to configure CTP to use an LDAP server for user authentication.
 
* [[CTP Authentication Using OpenAM]] describes how to configure CTP to use an OpenAM server for user authentication.
 
* [[CTP Authentication Using OpenAM]] describes how to configure CTP to use an OpenAM server for user authentication.
 +
* [[Java Advanced Imaging ImageIO Tools]] provides links to the ImageIO Tools on various platforms.
  
 
<b>Data Object Articles</b>
 
<b>Data Object Articles</b>
Line 23: Line 24:
 
* [[The CTP DICOM Anonymizer]] describes the script language and the functions available for anonymization of DICOM objects.
 
* [[The CTP DICOM Anonymizer]] describes the script language and the functions available for anonymization of DICOM objects.
 
* [[The CTP DICOM Anonymizer Configurator]] describes anonymization profiles and how to use the configurator to edit anonymization scripts.
 
* [[The CTP DICOM Anonymizer Configurator]] describes anonymization profiles and how to use the configurator to edit anonymization scripts.
 +
* [[The DICOM Anonymizer Keep Safe Private Elements Feature]] describes how to extend the index of private elements.
 
* [[The CTP DICOM Pixel Anonymizer]] describes the script language for modifying the pixels in DICOM objects.
 
* [[The CTP DICOM Pixel Anonymizer]] describes the script language for modifying the pixels in DICOM objects.
* [[Using the CTP DICOMPixelAnonymizer]] explains how to use the stage most effectively.
+
* [[Using the CTP DicomPixelAnonymizer]] explains how to use the stage most effectively.
 
* [[The CTP XML Anonymizer]] describes the script language and the functions available for anonymization of XML objects and the manifests of Zip objects.
 
* [[The CTP XML Anonymizer]] describes the script language and the functions available for anonymization of XML objects and the manifests of Zip objects.
 
* [[DICOM Anonymizer Configuration for Assigning Subject IDs]] describes the special considerations involved in using the DICOM Anonymizer to create subject IDs.
 
* [[DICOM Anonymizer Configuration for Assigning Subject IDs]] describes the special considerations involved in using the DICOM Anonymizer to create subject IDs.
 
* [[The CTP Lookup Table Editor]] describes how to add subject IDs to the DICOM Anonymizer lookup table.
 
* [[The CTP Lookup Table Editor]] describes how to add subject IDs to the DICOM Anonymizer lookup table.
 +
* [[The dcm4che Library Documentation]] provides links to tables of DICOM elements and UIDs useful in writing anonymizer and filter scripts.
 +
* [[The_DicomAnonymizerTool]] describes how to use the command-line anonymizer program.
  
 
<b>FileStorageService Articles</b>
 
<b>FileStorageService Articles</b>
Line 37: Line 41:
 
* [[CTP Configuration for NBIA]] describes how to configure CTP to serve as the front-end of the NBIA system.
 
* [[CTP Configuration for NBIA]] describes how to configure CTP to serve as the front-end of the NBIA system.
 
* [[CTP Configuration for the Image Sharing Project]] describes how to configure CTP to interface to the Edge Server.
 
* [[CTP Configuration for the Image Sharing Project]] describes how to configure CTP to interface to the Edge Server.
 +
* [[Configuring the HttpExportService for Connection to XNAT Servers]] describes special features for transfers to XNAT servers.
 
* [[Using the CTP Application Server]] describes how to launch Java Web Start programs from the CTP Server.
 
* [[Using the CTP Application Server]] describes how to launch Java Web Start programs from the CTP Server.
 
* [[Configuring the CTPClient Application for Clinical Trials]] describes how to configure and launch the CTPClient application.
 
* [[Configuring the CTPClient Application for Clinical Trials]] describes how to configure and launch the CTPClient application.
 
* [[Using CTPClient]] describes how to use CTPClient to submit studies to clinical trials.
 
* [[Using CTPClient]] describes how to use CTPClient to submit studies to clinical trials.
 +
* [[Using the DicomAnonymizer dateinterval Function]] describes special considerations in using the dateinterval function.
 
* [[Extending the CTP Server Content Type Associations]] describes how to add content type definitions to the CTP Server.
 
* [[Extending the CTP Server Content Type Associations]] describes how to add content type definitions to the CTP Server.
 
* [[Using the CTP EmailService Pipeline Stage]] describes how to send email notifications of received studies.
 
* [[Using the CTP EmailService Pipeline Stage]] describes how to send email notifications of received studies.
 +
* [[Using the CTP AuditLog Plugin]] describes how to use the AuditLog plugin to build tables of element values.
  
 
<b>Articles for Developers and Planners</b>
 
<b>Articles for Developers and Planners</b>
Line 48: Line 55:
 
* [[CTP Plugins]] describes how to develop new plugins.
 
* [[CTP Plugins]] describes how to develop new plugins.
 
* [[Developing DICOM Anonymizer Extensions]] describes how to use plugins to extend the DICOM Anonymizer.
 
* [[Developing DICOM Anonymizer Extensions]] describes how to use plugins to extend the DICOM Anonymizer.
 +
* [[Developing a DicomDifferenceLogger LogAdapter]] describes how to interface the DicomDifferenceLogger to an external database.
 +
* [[The Lookup Table Modification API]] describes how an external application can modify the DICOM Anonymizer Lookup Table.
 
* [[The CTP Module]] describes the contents and theory of operation of the CTP application.
 
* [[The CTP Module]] describes the contents and theory of operation of the CTP application.
 
* [[The Util Module]] describes the contents and theory of operation of the utilities used in CTP.
 
* [[The Util Module]] describes the contents and theory of operation of the utilities used in CTP.

Latest revision as of 01:39, 2 December 2018

This is a list of articles on this Wiki related to the RSNA MIRC Clinical Trials Processor (CTP).

Main Articles

Data Object Articles

Filter Articles

Anonymizer Articles

FileStorageService Articles

Special Configuration Articles

Articles for Developers and Planners

Deprecated Articles

  • The CTP JarClassLoader describes the mechanism that CTP used to load classes before it was changed to allow it to dynamically modify the classpath.