Difference between revisions of "CTSC:ARRA supplement"
Line 27: | Line 27: | ||
*[[CTSC:ARRA.012610| January 26, 2010]] Ware room, Countway 5th floor | *[[CTSC:ARRA.012610| January 26, 2010]] Ware room, Countway 5th floor | ||
[[CTSC:ARRA.020210| February 2, 2010]] Ware room, Countway 5th floor | [[CTSC:ARRA.020210| February 2, 2010]] Ware room, Countway 5th floor | ||
− | [[CTSC:ARRA. | + | [[CTSC:ARRA.020910| February 9, 2010]] Ware room, Countway 5th floor |
− | [[CTSC:ARRA. | + | [[CTSC:ARRA.021610|February 16, 2010]] Ware room, Countway 5th floor |
− | [[CTSC:ARRA. | + | [[CTSC:ARRA.022310| February 23, 2010]] Ware room, Countway 5th floor |
=Past Events = | =Past Events = |
Revision as of 15:53, 1 February 2010
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. Furthermore, the current practice of excellent medical care includes extensive use of diagnostic and prognostic medical imaging using standardized image acquisition methods. 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
- January 26, 2010 Ware room, Countway 5th floor
February 2, 2010 Ware room, Countway 5th floor February 9, 2010 Ware room, Countway 5th floor February 16, 2010 Ware room, Countway 5th floor February 23, 2010 Ware room, Countway 5th floor
Past Events
2010 meetings
2009 meetings
- December 29, 2009 Meeting cancelled
- December 22, 2009
- December 15, 2009
- December 8, 2009
- December 1, 2009 cancelled (RSNA meeting)
- November 24, 2009
- November 17, 2009
- 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
- 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/
- Start Postgresql server
- sudo mkdir /opt/pgdata
- sudo chown /opt/pgdata postgres
- sudo -s -H -u postgres
- initdb -D /opt/pgdata/ -U postgres -W (enter postgres as password)
- Create databases
- createdb pacsdb
- psql pacsdb -f /opt/dcm4chee-psql-2.14.7/sql/create.psql
- createdb arrdb
- set password in files /opt/dcm4chee-psql-2.14.7/server/default/deploy/arr-psql-ds.xml and pacs-postgres-ds.xml
- Running DCM4CHEE
- sudo /opt/dcm4chee-psql-2.14.7/bin/run.sh
- change default AETitle to MI2B2 (See step 12. at http://www.dcm4che.org/confluence/display/ee2/Installation)
- test then stop run.sh
- Run as a service (See step 18 at http://www.dcm4che.org/confluence/display/ee2/Installation)
- edit /opt/dcm4chee-psql-2.14.7/server/default/conf/jboss-log4j.xml to comment out "<appender-ref ref="CONSOLE"/>"
- sudo cp /opt/dcm4chee-psql-2.14.7/bin/dcm4chee_init_redhat.sh /etc/init.d/dcm4chee
- Modify JBOSS_HOME, JBOSS_USER and JAVAPTH in /etc/init.d/dcm4chee
- sudo /sbin/chkconfig dcm4chee on
- sudo service dcm4chee start
- Stop DCM4CHEE
- sudo /sbin/service dcm4chee stop
Back to Collaboration:Harvard_CTSC