Difference between revisions of "MIRC CTP Articles"

From MircWiki
Jump to navigation Jump to search
m
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
<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 30: 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.
  
 
<b>FileStorageService Articles</b>
 
<b>FileStorageService Articles</b>
Line 44: Line 44:
 
* [[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.

Revision as of 17:21, 8 July 2017

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.