AJR Get Involved! Join ARRS Today
HOME HELP FEEDBACK SUBSCRIPTIONS ARCHIVE SEARCH TABLE OF CONTENTS
 QUICK SEARCH:   [advanced]


     


This Article
Right arrow Abstract Freely available
Right arrow Figures Only
Right arrow Full Text (PDF)
Right arrow Alert me when this article is cited
Right arrow Alert me if a correction is posted
Right arrow Citation Map
Services
Right arrow Email this article to a friend
Right arrow Similar articles in this journal
Right arrow Similar articles in PubMed
Right arrow Alert me to new issues of the journal
Right arrow Download to citation manager
Right arrow reprints & permissions
Citing Articles
Right arrow Citing Articles via HighWire
Right arrow Citing Articles via Google Scholar
Google Scholar
Right arrow Articles by Weinberger, E.
Right arrow Articles by Halsted, M.
Right arrow Search for Related Content
PubMed
Right arrow PubMed Citation
Right arrow Articles by Weinberger, E.
Right arrow Articles by Halsted, M.
Social Bookmarking
 Add to CiteULike   Add to Complore   Add to Connotea   Add to Del.icio.us   Add to Digg   Add to Reddit   Add to Technorati  
What's this?
AJR 2002; 179:579-582
© American Roentgen Ray Society


Computers in Radiology

MyPACS.net: A Web-Based Teaching File Authoring Tool

Edward Weinberger1, Rex Jakobovits2 and Mark Halsted3

1 Department of Radiology, CH-69, Children's Hospital and Regional Medical Center, 4800 Sand Point Way N. E., Seattle, WA 98105.
2 Vivalog, 543 27th Ave., Seattle, WA 98122.
3 Department of Radiology, Children's Hospital Medical Center, Rm. 5031, 3333 Burnet Ave., Cincinnati, OH 45229.

Received December 27, 2001; accepted after revision March 13, 2002.

 
Supported in part by National Institute of Mental Health grant R43-MH61277-02.

Address correspondence to E. Weinberger.


Abstract
Top
Abstract
Introduction
Design
Implementation
Discussion
References
 
OBJECTIVE. We sought to develop a Web service that would easily allow radiologists to create their own online teaching file cases from any Web browser.

CONCLUSION. We created MyPACS, a hosted teaching file authoring tool that allows easy uploading of images and descriptive information from any computer with Web access. Radiologists may designate their cases to be public or private (viewable only by the case author), and cases may be retrieved on searching for multiple parameters.


Introduction
Top
Abstract
Introduction
Design
Implementation
Discussion
References
 
The advantages of online teaching files are well documented [1, 2], and they have become an important source of educational and reference materials in the radiology community. Over the past several years, a growing number of institutions have invested resources in creating online teaching file collections that range in scope from small specialized collections of a few dozen cases to comprehensive repositories of hundreds of cases [3,4,5]. These collections fall into two major categories: static Web sites, in which cases are stored as HTML (Hypertext Markup Language) documents indexed by a list of hyperlinks, and dynamic (database-driven) Web applications. Both these approaches, however, can require a significant investment of time and resources. Regardless of the approach, images must first be saved on the Web server's hard drive in a file type universally viewable through a Web browser such as JPEG (Joint Photographic Experts Group), GIF (graphics interchange format), or Portable Network Graphics. If the image is of a different type, it must be translated either with DICOM (Digital Imaging and COmmunications in Medicine) retrieval and viewing software such as eFilm (eFilm Medical, Toronto, Canada) or image manipulation software such as Photoshop (Adobe Systems, San Jose, CA). The images should also be scaled to dimensions that are appropriate for viewing on the Web to meet page layout and transmission time requirements.

When authoring a static Web site, the next step for the operator involves HTML construction, often performed with an HTML editor such as FrontPage (Microsoft, Redmond, WA). Each case is created as an HTML document that contains text, images, and presentation markup. The author then needs to update the collection index page by adding a labeled hyperlink to the new case document. Finally, the case document and updated index page are copied to the Web server's active directory, enabling it to become visible on the Web.

To facilitate automation of this process and to provide a more flexible retrieval interface, some institutions have developed database-driven teaching file repositories, in which case data are stored as records in a relational database, and Web pages are generated dynamically in response to browser requests. These sites allow cases to be retrieved by keyword search or by specifying attributes such as pathology or anatomic location. Although these systems are advantageous for supporting large collections of teaching files, deploying them in-house requires a significant investment in software development and maintenance costs. Furthermore, inserting new cases into the database requires knowledge of the underlying schema and data manipulation interface and requires access to the computer on which the software resides, effectively limiting the range of contributors to a few individuals. Radiologists who want to put their own teaching files online must participate in a complex workflow process that typically involves submitting their cases to a third party and waiting for approval. A user-friendly tool is needed that will empower radiologists to create and maintain their own database-driven collections of teaching-files.

In response to this need, we developed a hosted Web application that allows radiologists to create teaching file collections through their Web browsers. The goal of this effort was to allow radiologists to create online teaching files from any computer connected to the World Wide Web, regardless of platform, requiring no software other than a standard Web browser.


Design
Top
Abstract
Introduction
Design
Implementation
Discussion
References
 
MyPACS was designed to be purely Webbased, requiring no software to install. New users can immediately begin authoring cases by uploading text data and images from any computer connected to the Web. After logging on, users are presented with their own personal case manager (Fig. 1) that allows them to create new cases, browse their own cases, search public cases, and organize cases into folders. When the user creates a new case, the system will ask for descriptive information about the case, including annotations such as patient demographics, imaging modalities, anatomic structures, and pathologic findings. The interface includes a structured reporting tool that guides the user in specifying standardized vocabulary terms through drop-down menus and check boxes (Fig. 2). On submission of the case entry form (which can be modified at any subsequent time by the case author), records are automatically generated in the database, from which they can be retrieved through the case search interface.



View larger version (44K):
[in this window]
[in a new window]
[as a PowerPoint slide]
 
Fig. 1. MyPACS case manager screen shows that user can view or create cases and organize cases into folders.

 


View larger version (50K):
[in this window]
[in a new window]
[as a PowerPoint slide]
 
Fig. 2. MyPACS case maker screen shows that user can enter information about a new case. Images can be appended at case creation or any later time. Information and images can be modified any time by user who entered case.

 

The user can append images to a case at the time of case submission or at any later time. The image upload form provides a folder navigation interface that allows a file to be selected from the local hard drive and uploaded over the Internet to the MyPACS.net server. The order of images presented can be easily changed. One of the strong features of MyPACS is that the user does not have to be involved in changing image formats or image size. In many electronic teaching files that currently exist, the image that is displayed is the image that was entered into the teaching file. Thus, if an image is captured electronically, a CT scan with a pixel size of 512 x 512 will be displayed four times larger than an MR image with a pixel size of 256 x 256. This can result in the user's having to manipulate the images so that they have a uniform appearance. MyPACS takes care of this issue by allowing the uploading of images in any of more than 60 recognizable formats. So that images may be viewed on the Web, MyPACS converts them into the browser-friendly JPEG format, but an image can always be retrieved in its original format. At the time of a search request, MyPACS converts each image into three standard image sizes so that each teaching file case has a uniform look and can be optimally displayed depending on the user's monitor and desired resolution (Fig. 3). A smooth transform algorithm preserves image quality during enlargement or reduction. With the appropriate plug-in software installed in the browser, cases can be augmented with audio or video files.



View larger version (100K):
[in this window]
[in a new window]
[as a PowerPoint slide]
 
Fig. 3. MyPACS case screen shows that images can be displayed as submitted or in various standard sizes, thereby allowing uniform viewing.

 

Teaching files may be retrieved by searching on any combination of parameters, including date, title, pathology, and anatomy, or by searching the full text of the findings in the case. Designed for simplicity, the search function has a toggle between a simple and an advanced search interface.

The author of a teaching file retains ownership of the images and case studies that he or she enters into the system and has complete control over how they are used. For each teaching file, the author may choose from two levels of access regulation: public and private. Public files can be accessed by any user, whereas private files are accessible by the author alone. A notes field that is accessible only to the owner of the case can be used to store additional information or coding, allowing the owner his or her own defined search parameters.

Cases may be viewed in the "images-only mode," which hides the history, findings, discussion, and reference text, and places a dark border around the images for improved viewing. This mode enhances the presentation of cases in conferences and other formal teaching settings.

The folder interface (Fig. 4) allows users to organize cases into folders according to their own preferences. Folders are particularly useful for saving search results and aggregating cases for conference presentation. Another feature is the posted notes, which allows users to add public or private notes to any case—even those they have not authored.



View larger version (36K):
[in this window]
[in a new window]
[as a PowerPoint slide]
 
Fig. 4. MyPACS folder screen shows that cases can be organized into folders for multiple purposes such as specific learning modules or conferences. Any case can reside in multiple folders.

 

Cases are stored on a professionally hosted, high-bandwidth Web server, where they are backed up daily and are always online. To adhere to patient privacy regulations, cases stored in MyPACS.net are not allowed to include patient identifiers such as name or medical record number. Each case stored in MyPACS.net is assigned a unique case number, however, and case authors may choose to keep track of the mapping between patient identifiers and case numbers. Alternatively, to enable patient identifiers to be stored in the case without potentially violating the regulations of the Health Insurance Portability and Accountability Act, the MyPACS server can be installed on an institution's local intranet. Locally hosted teaching files are accessible from any Web browser within the institution's firewall or from any PC that participates in the institution's virtual private network. In addition to avoiding the issue of storing patient data on a third-party system, locally hosted teaching files exhibit faster response times because data do not have to travel over the Internet. Furthermore, the server can be configured for tighter integration with the institution's PACS (picture archiving and communication system), either through a direct DICOM interface or by prefetching images that have been saved to a local file repository, eliminating the need to upload images into the teaching file as a separate step. Local hosting of the MyPACS server is particularly useful for institutions that want to create many teaching files for internal use. In one hospital in which the MyPACS server was installed, more than 700 cases were entered into the database in the first 4 months.


Implementation
Top
Abstract
Introduction
Design
Implementation
Discussion
References
 
We built a hosted database-driven teaching file application using an open source software toolkit called the Web Interfacing Repository Manager (WIRM), available at http://wirm.org. WIRM provides tools for handling images, managing user sessions, regulating access control, and creating context-sensitive interfaces that adapt themselves to different classes of end user. This is especially significant for managing medical research data, which require multiple privacy contexts.

WIRM implements Web applications using the Common Gateway Interface (CGI) protocol, a standard for interfacing external software with Web servers. WIRM works with any Web server, preferably the free Apache server (Apache Software Foundation, Forest Hill, MD) running on Linux. In our experience, Linux is the most cost-effective and reliable of all server environments, although WIRM can be easily ported to other UNIX platforms or to Windows (Microsoft, Redmond, WA). Regardless of the server environment, WIRM clients are platform-independent and compatible with any Web browser.

WIRM derives its power by leveraging free, open-source software, including ImageMagick (ImageMagick Studio, Landenberg, PA) for manipulating images, the MySQL database (MySQL AB, Uppsala, Sweden) for storing records, and the CGI module (Cold Spring Harbor Laboratory, Cold Spring Harbor, NY) for generating Web-based user interfaces. Although these free software packages are readily available, they often go untapped by the domain experts who need them most because these packages are aimed at Linux developers who have the expertise to understand their details and tie them together with a custom code. WIRM integrates these different components into a coherent framework, providing visual interfaces and high-level abstractions suitable for use by scientists, clinicians, and educators.


Discussion
Top
Abstract
Introduction
Design
Implementation
Discussion
References
 
The MyPACS teaching file authoring tool is fully functional and available on the Web at http://MyPACS.net. Radiologists from more than 45 countries have logged on to MyPACS to build their own online teaching file repositories to share with residents and students, archive collections of images for use in slides or publications, and share interesting cases with remote colleagues. The use of MyPACS eliminates many of the complex steps previously necessary for creating teaching files, greatly simplifying the task of saving, organizing, and accessing interesting or instructive images. Case creation in MyPACS takes only a few minutes. Once entered, cases are instantly available from anywhere on the Web (or a private network), and the same images can be viewed simultaneously at multiple sites.

The role of MyPACS expands beyond that of the traditional cut-film teaching file. For example, MyPACS can be used as a tool during intra- and interdepartmental conferences. In one institution, a weekly intradepartmental "interesting case conference" is given directly from a folder created in MyPACS; presenting residents and fellows enter cases into the teaching file as they prepare for the conference. After each conference, conference folders remain in the teaching file so that those wishing to review cases are able to do so at their leisure.

MyPACS can also be used to store, organize, and retrieve cases for upcoming publications and presentations. The flexible text fields, advanced search features, anatomic and pathologic subcategories, folder structuring, and comments fields included with MyPACS simplify the task of locating and copying relevant images and text. These features makes lecture and publication preparation far more efficient.

In summary, MyPACS enhances access to useful images in everyday clinical practice. By making instructive images more accessible, MyPACS enhances the ability to teach, while decreasing the time it takes to locate, organize, and display quality images. This enhanced access can be invaluable as institutions work to fulfill their educational mission in the face of ever-increasing clinical demands.


References
Top
Abstract
Introduction
Design
Implementation
Discussion
References
 

  1. Mehta A, Dreyer KJ, Montgomery M, Wittenberg J. A World Wide Web Internet engine for collaborative entry and peer review of radiologic teaching files. AJR 1999;172:893 -896[Abstract/Free Full Text]
  2. Siegel E, Reiner B. Electronic teaching files: seven-year experience using a commercial picture archiving and communication system. J Digit Imaging 2001;14[suppl 1]:125S -127S
  3. Richardson ML. A World-Wide Web radiology teaching file server on the Internet. AJR 1995;164:479 -483[Abstract/Free Full Text]
  4. Galvin JR, D'Alessandro MP, Kurihara Y, Erkonen WE, Knutson TA, Lacey DL. Distributing an electronic thoracic imaging teaching file using the Internet, Mosaic, and personal computers. AJR 1995;164:475 -478[Abstract/Free Full Text]
  5. Goldberg DJ, DeMarco KJ, Parikh T. Internet-based interactive teaching file for neuroradiology. AJR 2000;175:1371 -1373[Abstract/Free Full Text]

Add to CiteULike CiteULike   Add to Complore Complore   Add to Connotea Connotea   Add to Del.icio.us Del.icio.us   Add to Digg Digg   Add to Reddit Reddit   Add to Technorati Technorati    What's this?


This article has been cited by other articles:


Home page
radtechHome page
R. LEHRER
Teaching Technology to Technologists
Radiol. Technol., May 1, 2008; 79(5): 405 - 414.
[Abstract] [Full Text] [PDF]


Home page
RadioGraphicsHome page
C. W. Arnold, A. A. T. Bui, C. Morioka, S. El-Saden, and H. Kangarloo
Informatics in Radiology: A Prototype Web-based Reporting System for Onsite-Offsite Clinician Communication
RadioGraphics, July 1, 2007; 27(4): 1201 - 1211.
[Abstract] [Full Text] [PDF]


Home page
RadioGraphicsHome page
A. Gentili, C. B. Chung, and T. Hughes
Informatics in Radiology: Use of the MIRC DICOM Service for Clinical Trials to Automatically Create Teaching File Cases from PACS
RadioGraphics, January 1, 2007; 27(1): 269 - 275.
[Abstract] [Full Text] [PDF]


Home page
Br. J. Radiol.Home page
A P Toms, B Kasmai, S Williams, and P Wilson
Building an anonymized catalogued radiology museum in PACS: a feasibility study
Br. J. Radiol., August 1, 2006; 79(944): 666 - 671.
[Abstract] [Full Text] [PDF]


Home page
RadioGraphicsHome page
A. G. Ryan, L. J. Louis, and W. C. Yee
Informatics in Radiology (infoRAD): HTML and Web Site Design for the Radiologist: A Primer
RadioGraphics, July 1, 2005; 25(4): 1101 - 1118.
[Abstract] [Full Text] [PDF]


Home page
Am. J. Roentgenol.Home page
C.-S. Yam, D. Levine, M. Nishino, A. Sitek, and M. Larson
A Simple Method for Displaying Cine Images on Web-Based Teaching Files
Am. J. Roentgenol., February 1, 2005; 184(2): 691 - 694.
[Abstract] [Full Text] [PDF]


Home page
RadioGraphicsHome page
N. Nakata, S. Kandatsu, N. Suzuki, and K. Fukuda
Informatics in Radiology (infoRAD): Mobile Wireless DICOM Server System and PDA with High-Resolution Display: Feasibility of Group Work for Radiologists
RadioGraphics, January 1, 2005; 25(1): 273 - 283.
[Abstract] [Full Text] [PDF]


Home page
Am. J. Roentgenol.Home page
M. J. Halsted, L. A. Perry, T. P. Cripe, M. H. Collins, R. Jakobovits, C. Benton, and D. G. Halsted
Improving Patient Care: The Use of a Digital Teaching File to Enhance Clinicians' Access to the Intellectual Capital of Interdepartmental Conferences
Am. J. Roentgenol., February 1, 2004; 182(2): 307 - 309.
[Abstract] [Full Text] [PDF]


This Article
Right arrow Abstract Freely available
Right arrow Figures Only
Right arrow Full Text (PDF)
Right arrow Alert me when this article is cited
Right arrow Alert me if a correction is posted
Right arrow Citation Map
Services
Right arrow Email this article to a friend
Right arrow Similar articles in this journal
Right arrow Similar articles in PubMed
Right arrow Alert me to new issues of the journal
Right arrow Download to citation manager
Right arrow reprints & permissions
Citing Articles
Right arrow Citing Articles via HighWire
Right arrow Citing Articles via Google Scholar
Google Scholar
Right arrow Articles by Weinberger, E.
Right arrow Articles by Halsted, M.
Right arrow Search for Related Content
PubMed
Right arrow PubMed Citation
Right arrow Articles by Weinberger, E.
Right arrow Articles by Halsted, M.
Social Bookmarking
 Add to CiteULike   Add to Complore   Add to Connotea   Add to Del.icio.us   Add to Digg   Add to Reddit   Add to Technorati  
What's this?


HOME HELP FEEDBACK SUBSCRIPTIONS ARCHIVE SEARCH TABLE OF CONTENTS