Difference between revisions of "MIRC CTP Articles"

From MircWiki
Jump to navigation Jump to search
 
(8 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 29: Line 30:
 
* [[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 element and UIDs useful in writing anonymizer and filter scripts.
+
* [[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 43: Line 45:
 
* [[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 51: 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 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.

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.