Difference between revisions of "CTSC:ARRA supplement"
Line 64: | Line 64: | ||
***sudo cp -p jai_imageio-1_1/lib/libclib_jiio.so /opt/dcm4chee-psql-2.14.7/bin/native/ | ***sudo cp -p jai_imageio-1_1/lib/libclib_jiio.so /opt/dcm4chee-psql-2.14.7/bin/native/ | ||
***sudo /opt/dcm4chee-psql-2.14.7/bin/install_jboss.sh jboss-4.2.3.GA | ***sudo /opt/dcm4chee-psql-2.14.7/bin/install_jboss.sh jboss-4.2.3.GA | ||
+ | ***sudo /opt/dcm4chee-psql-2.14.7/bin/install_arr.sh dcm4chee-arr-psql-3.0.8/ | ||
***sudo -u postgres createdb pacsdb | ***sudo -u postgres createdb pacsdb | ||
***sudo -u postgres psql pacsdb -f /opt/dcm4chee-psql-2.14.7/sql/create.psql | ***sudo -u postgres psql pacsdb -f /opt/dcm4chee-psql-2.14.7/sql/create.psql |
Revision as of 23:13, 17 November 2009
Home < CTSC:ARRA supplementContents
Harvard Catalyst Medical Imaging Informatics ARRA Administrative Supplement
Medical Imaging Informatics Bench to Bedside (mi2b2)
|
Mission Statement
To facilitate access to and use of the extensive collection of valuable medical images obtained during clinical care in a manner that does not negatively impact clinical care, enhances oversight of access and is in compliance with all local and national regulatory requirements. The target audiences for this project are clinical translational scientists (Radiologists and other physicians), basic scientists, and medical image analysis algorithm developers.
Key Personnel and Resources
Our hospitals are international leaders in the development and deployment of new and advanced biomedical imaging technologies (MRI, high speed CT, ultrasound, PET and others) for clinical practice (although old tried and true technologies are also extensively used). The Picture Archive and Communication Systems (PACS) within each of the Departments of Radiology in our participating hospitals (Massachusetts General Hospital, Brigham and Women’s Hospital, Beth Israel Deaconess Medical Center, and Children’s Hospital Boston) contain a wealth of medical images that equal or exceed the quality of clinical research imaging data, and greatly exceed its volume in terms of the number of patients and disease types.
This project uses software that is free and open source from currently funded government projects. This software includes the i2b2 (Informatics for Integrating Biology & the Bedside), a National Center for Biomedical Computing suite of open source software tools that extract and integrate data from of the electronic medical records, laboratory data, billing information systems and genomic data. It also includes XNAT (http://xnat.org/) software that is supported by NIH through the National Center for Research Resources (NCRR) sponsored Biomedical Informatics Research Network (BIRN) initiative and NA-MIC.
Upcoming Events
Weekly Meetings
Tuesday (10:30- 11:30 AM), call: 1-866-890-3820
- November 17, 2009 Harvard School of Public Health, 655 Huntington Ave, Building SPH2, 4th Floor, Room 426
- November 24, 2009 Countway, Ware Room, 5th floor
- December 1, 2009
- December 8, 2009 Ware room, Countway 5th floor (! XNAT demo from Dan Marcus WashU)
- December 15, 2009 Harvard School of Public Health, 655 Huntington Ave, Building SPH2, 4th Floor, Room 426
- December 22, 2009 Ware room, Countway 5th floor
- December 29, 2009 Ware room, Countway 5th floor
Past Events
2009 meetings
- November 10, 2009
- November 3, 2009
- October 27, 2009
- October 20, 2009
- October 13, 2009
- October 6, 2009
Using DCM4CHEE
Installation Instructions for x86_64 Linux, Centos
- Download the latest DCM4CHEE for Postgresql
- Install Postgresql
- sudo yum install postgresql postgresql-server
- Start Postgresql
- sudo /sbin/chkconfig postgresql on
- sudo /sbin/service postgresql start
- Install DCM4CHEE
- Follow instructions at http://www.dcm4che.org/confluence/display/ee2/Installation
- Special Steps
- Download Sun's Java Advanced Imaging Image I/O Tools 1.1 for 64bit Linux:
- Download the binary distribution package of JBoss Application Server 4.2.3.GA
- Download the Audit Record Repository (ARR)
- Unarchive the downloaded files.
- sudo cp -rp dcm4chee-psql-2.14.7 /opt
- sudo cp -p jai_imageio-1_1/lib/libclib_jiio.so /opt/dcm4chee-psql-2.14.7/bin/native/
- sudo /opt/dcm4chee-psql-2.14.7/bin/install_jboss.sh jboss-4.2.3.GA
- sudo /opt/dcm4chee-psql-2.14.7/bin/install_arr.sh dcm4chee-arr-psql-3.0.8/
- sudo -u postgres createdb pacsdb
- sudo -u postgres psql pacsdb -f /opt/dcm4chee-psql-2.14.7/sql/create.psql
Back to Collaboration:Harvard_CTSC