Difference between revisions of "MIRC Overview - CTP and TFS"

From MircWiki
Jump to navigation Jump to search
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The MIRC project was initiated by the RSNA Radiology Informatics Committee to construct a library of medical information, globally accessible to the imaging community through the Internet. The project has evolved to support communities of cooperating libraries, individually managed by healthcare and educational institutions, whose content can be accessed by a user as if it were a single library. The libraries can provide all kinds of digital information, including teaching files, clinical and technical documents, electronic presentations, and imaging datasets for research and clinical trials.  
+
RSNA launched the MIRC project in 2000, under the direction of the Radiology Informatics Committee, in order to provide an Internet-based source of medical imaging tools to the radiology community. MIRC has evolved as an open source project that relies on contributions from both users and developers. MIRC software tools are provided free of charge for use by the radiology community.  
  
The RSNA manages an open-source project that has produced software making it easy to install a system for teaching files and clinical trials at no cost. Numerous other developers have produced complete or partial MIRC implementations.
+
The early releases of MIRC software let radiology sites create and manage libraries of teaching files and share them with other sites, so that a user could access cases from sites around the Internet as if they were contained in a single library. MIRC sites can store and serve all kinds of digital information:  teaching files, clinical and technical documents, electronic presentations, and imaging datasets for research and clinical trials.
  
=== The MIRC Community ===
+
Over time, as the use of MIRC for exchange of images for clinical trials became more prevalent, it became increasingly clear that the needs of clinical trials users required a different set of features from those of teaching file users. Thus, MIRC came to offer two distinct, but related software products: the MIRC Teaching File System (TFS) and the MIRC Clinical Trials Processor (CTP). This Wiki provides information on both of these software tools, and a few other related tools, including instructions on their installation and use.
Many MIRC communities have arisen - some within institutions and some shared globally. The RSNA maintains a MIRC site that provides access to libraries around the world.
 
  
Any MIRC site can function as an access point for users, called a query service, or an indexed information library, called a storage service, or both. A query service provides a point of access to a MIRC community. It provides a query form to the user, distributes the search criteria to all selected storage services, collates the responses, and presents them to the user. A storage service responds to the query received from the query service, searches its index for documents meeting the search criteria, and returns abstracts and locations of the matching documents to the query service.
+
=== MIRC CTP ===
 +
Radiology sites participating in multisite clinical trials use CTP to manage, process and transmit medical images and associated information. CTP is a highly configurable and extensible application. It features processing pipelines that imaging datasets can be passed through to prepare them for use in research. Notably it offers very powerful pipeline stages for anonymization of DICOM data. CTP is used to connect field centers with principal investigator sites to facilitate the aggregation of research data.  
  
Authors on a storage service can use a MIRC-defined format to construct teaching files and other documents in a common structure that allows libraries to index the documents in medically meaningful ways. The indexing mechanism provides users great flexibility in searching the MIRC community. Users can perform free-text searches on the contents of documents as well as structured searches on patient criteria (e.g., sex, age), image criteria (e.g., modality, anatomical region, storage format, compression), diagnosis and other codes, through a standard web browser.
+
This Wiki offers numerous articles for developers and users on various aspects of CTP, which are gathered in the index of [[MIRC CTP Articles]]. The top-level article, [[MIRC CTP]], provides complete instructions on installing and configuring the program.
  
There are several ways for an individual or an institution to establish a system that can participate in a MIRC community:
+
=== MIRC TFS ===
*The RSNA MIRC software provides both a query service and a storage service as well as support for the MIRC-defined authoring format.
+
Many radiology sites around the world have established MIRC TFS sites. Some share their content via the Internet, while others provide access only to local users. RSNA itself maintains a TFS site that provides access to several different TFS libraries.
*An existing teaching file system can be modified to use its internal database to provide an index of its documents, requiring only the construction of the software layer necessary to respond to a MIRC query.
 
*Some commercial teaching file systems also support the MIRC query mechanism, allowing them to participate in a MIRC community.
 
  
=== MIRC Hardware Considerations ===
+
Any TFS site can function as an access point for users, called a query service, or an indexed information library, called a storage service, or both. A query service provides a point of access to a set of TFS libraries. It provides a query form to the user, distributes the search criteria to all selected storage services, collates the responses, and presents them to the user. A storage service responds to the query received from the query service, searches its index for documents meeting the search criteria, and returns abstracts and locations of the matching documents to the query service.
For guidance on choosing hardware for a MIRC site running the RSNA MIRC implementation, see [[MIRC Hardware Considerations]].
+
Authors on a storage service can use a defined format to construct teaching files and other documents in a common structure that allows libraries to index the documents using medically significant terminology.The indexing mechanism provides users great flexibility in searching TFS libraries. Users can perform free-text searches on the contents of documents as well as structured searches on patient criteria (e.g., sex, age), image criteria (e.g., modality, anatomical region, storage format, compression), diagnosis and other codes, through a standard web browser.
 +
There are several ways to set up a teaching file site with TFS:
  
=== Installation Instructions ===
+
* Use the TFS software as a query service, a storage service, and authoring tool to create teaching files in the MIRC-defined authoring format
For help on installing a new MIRC site see [[New Installation Instructions]]
+
* Modify an existing teaching file system to use its internal database to provide an index of its documents and add a layer of software to enable it to respond to a MIRC query
 +
* Install one of the commercial teaching file systems that support the MIRC query mechanism, allowing them to share information with other MIRC sites.
  
=== User's Manual ===
+
This Wiki offers an abundance of information on installing and using TFS, listed in the index of [[MIRC TFS Articles]]. The top-level article, [[MIRC TFS]], provides all the information necessary to get a site up and running. In addition, there is a series of how-to articles, including instructional videos, available on [http://www.rsna.org/tfs.aspx the RSNA Website's MIRC page].
The RSNA MIRC implementation has numerous components for accessing, creating, and managing documents and files.
 
Information on how to use the RSNA MIRC software is collected in the [[MIRC User%27s Manual]].
 
  
=== Administrator's Manual ===
+
=== Other MIRC Tools ===
The RSNA MIRC implementation is designed to minimize management effort. The [[MIRC Administrator's Manual]] describes how to set up a MIRC site using the software and how to configure it to meet the needs of its users.
+
The [[Downloads]] page provides links to articles on several other MIRC-related tools.
  
=== Clinical Trial Administrator's Manual ===
+
=== Hardware Considerations ===
The RSNA MIRC implementation includes a powerful suite of tools to support both single-site and multi-site clinical trials. The [[Clinical Trial Administrator's Manual]] provides details on configuring the software for a trial. Some of the information may also be useful for MIRC site administrators who want to enable DICOM communication with PACS or modalities and who need to configure the system to manage PHI in accordance with HIPAA regulations.
+
MIRC tools are designed to run on standard, inexpensive current generation hardware. For guidance on choosing hardware for a MIRC site running TFS or CTP, see [[MIRC Hardware Considerations]].
 
 
=== Developer's Manual ===
 
The RSNA MIRC implementation is an open source project. Developers are welcome to download the software, modify it for their own purposes, and to participate in the extension of the software for the entire community. The [[Developers Manual|Developer's Manual]] will assist developers wishing to build, modify, or extent the code base.
 
  
 
=== Getting Help ===
 
=== Getting Help ===
There are a couple of ways to get help, if you have questions.
+
Ask questions and post feedback by joining the [https://groups.google.com/forum/#!forum/rsnas-ctpmirc-user-group RSNA CTP/MIRC User Group].
 
 
* You can post your question to the [http://forums.rsna.org/forumdisplay.php?forumid=9 MIRC Forums].
 
* You can also subscribe to the [[MIRC Mailing List]], and post your question there.
 
 
 
=== Tools ===
 
The RSNA MIRC project has developed several tools which are not part of the MIRC site software but which are useful as stand-alone applications in MIRC-related projects. The source code for all the tools is part of [[the RSNA MIRC Source Code]]. The key tools are:
 
*DicomEditor: a tool for examining DICOM objects and for testing anonymization scripts for clinical trials. This tool is also useful for correcting certain problems in DICOM objects.
 
*FileSender: a tool for transmitting files of various types using the DICOM, HTTP, and HTTPS protocols. This tool includes a zip unpacking feature that is very useful when managing large groups of images in multi-center clinical trials.
 
*HttpTest: a tool for testing HTTP connections. This tool is useful for testing the connection of a remote image acquisition site to a principal investigator site in a clinical trial, especially when the remote site is behind a proxy server.
 
*DicomRouter: a general tool for routing DICOM transmissions to one or more destinations depending on their contents. (This tool is a separate module in CVS.)
 
*ExportManager: an implementation of the IHE TCE integration profile, providing a very powerful coupling between PACS diagnostic workstations and MIRC.
 
*[[MIRC Powerpoint Tool|PowerpointTool]]: a Powerpoint plug-in that saves presentations as MIRCdocuments on a MIRC server.
 
*[[TCE Selector]]: a tool for integration of PACS and MIRC for semiautomated teaching file generation. Using RadLex for indexing and categorization.
 

Latest revision as of 22:04, 21 April 2016

RSNA launched the MIRC project in 2000, under the direction of the Radiology Informatics Committee, in order to provide an Internet-based source of medical imaging tools to the radiology community. MIRC has evolved as an open source project that relies on contributions from both users and developers. MIRC software tools are provided free of charge for use by the radiology community.

The early releases of MIRC software let radiology sites create and manage libraries of teaching files and share them with other sites, so that a user could access cases from sites around the Internet as if they were contained in a single library. MIRC sites can store and serve all kinds of digital information: teaching files, clinical and technical documents, electronic presentations, and imaging datasets for research and clinical trials.

Over time, as the use of MIRC for exchange of images for clinical trials became more prevalent, it became increasingly clear that the needs of clinical trials users required a different set of features from those of teaching file users. Thus, MIRC came to offer two distinct, but related software products: the MIRC Teaching File System (TFS) and the MIRC Clinical Trials Processor (CTP). This Wiki provides information on both of these software tools, and a few other related tools, including instructions on their installation and use.

1 MIRC CTP

Radiology sites participating in multisite clinical trials use CTP to manage, process and transmit medical images and associated information. CTP is a highly configurable and extensible application. It features processing pipelines that imaging datasets can be passed through to prepare them for use in research. Notably it offers very powerful pipeline stages for anonymization of DICOM data. CTP is used to connect field centers with principal investigator sites to facilitate the aggregation of research data.

This Wiki offers numerous articles for developers and users on various aspects of CTP, which are gathered in the index of MIRC CTP Articles. The top-level article, MIRC CTP, provides complete instructions on installing and configuring the program.

2 MIRC TFS

Many radiology sites around the world have established MIRC TFS sites. Some share their content via the Internet, while others provide access only to local users. RSNA itself maintains a TFS site that provides access to several different TFS libraries.

Any TFS site can function as an access point for users, called a query service, or an indexed information library, called a storage service, or both. A query service provides a point of access to a set of TFS libraries. It provides a query form to the user, distributes the search criteria to all selected storage services, collates the responses, and presents them to the user. A storage service responds to the query received from the query service, searches its index for documents meeting the search criteria, and returns abstracts and locations of the matching documents to the query service. Authors on a storage service can use a defined format to construct teaching files and other documents in a common structure that allows libraries to index the documents using medically significant terminology.The indexing mechanism provides users great flexibility in searching TFS libraries. Users can perform free-text searches on the contents of documents as well as structured searches on patient criteria (e.g., sex, age), image criteria (e.g., modality, anatomical region, storage format, compression), diagnosis and other codes, through a standard web browser. There are several ways to set up a teaching file site with TFS:

  • Use the TFS software as a query service, a storage service, and authoring tool to create teaching files in the MIRC-defined authoring format
  • Modify an existing teaching file system to use its internal database to provide an index of its documents and add a layer of software to enable it to respond to a MIRC query
  • Install one of the commercial teaching file systems that support the MIRC query mechanism, allowing them to share information with other MIRC sites.

This Wiki offers an abundance of information on installing and using TFS, listed in the index of MIRC TFS Articles. The top-level article, MIRC TFS, provides all the information necessary to get a site up and running. In addition, there is a series of how-to articles, including instructional videos, available on the RSNA Website's MIRC page.

3 Other MIRC Tools

The Downloads page provides links to articles on several other MIRC-related tools.

4 Hardware Considerations

MIRC tools are designed to run on standard, inexpensive current generation hardware. For guidance on choosing hardware for a MIRC site running TFS or CTP, see MIRC Hardware Considerations.

5 Getting Help

Ask questions and post feedback by joining the RSNA CTP/MIRC User Group.