Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download the latest version of dcm4chee that is relevant to the database of your choice from the dcm4che Sourceforge site. Extract the package (e.g. dcm4chee-psql-2.14.7.zip for the PostgreSQL version). When extracting, avoid using a directory that has a name that contains spaces in order to avoid issues with running command line applications with spaces in the path name.

...

Download the binary distribution of JBoss 4.2.3.GA from their website and extract it into a different directory.
Don't use JBoss 5, because it is completely re-architected and is significantly different than the 4.2 line of JBoss!
If you want to use JDK 5, don't download JBoss for JDK 6 (jboss-4.2.3.GA-jdk6.zip) - use jboss-4.2.3.GA.zip!

...

  1. Download the dcm4chee Audit Record Repository 3.0.8 9 (dcm4chee-arr-3.0.89) available at
    http://sourceforge.net/projects/dcm4che/files/dcm4chee-arr. Be sure to download the distribution package of dcm4chee-arr-3.0.8 for the database of your choice (likely the same database that you are using for the archive, but it could differ if you wish to store audit records in a completely different database).
  2. Go to the dcm4chee-xxx-2.14.7/bin directory and execute the install_arr.bat or install_arr.sh script, as appropriate for your operating system, with the path of the dcm4chee-arr-3.0.8 installation directory as
    parameter.
    1. If you want the Audit Record Repository to use a different database instance than the archive to store Audit Records (this is recommended), create the audit record repository database instance: arrdb, and grant sufficient privileges to the DB user (see the datasource descriptor deploy/arr-xxx-ds.xml for user information).
    2. If the Audit Record Repository is to share the database instance used by the archive, you will have to modify the database name - but not the JNDI name! -, user and password in the datasource descriptor file deploy/arr-xxx-ds.xml, to match the values specified in the main datasource descriptor file deploy/pacs-xxx-ds.xml for the
      archive database. The ARR schema will automatically be created upon startup, but if you want to tweak the SQL or do it manually, you may also initialize the database using the provided DDL script dcm4chee-arr-xxx-3.0.8/sql/dcm4chee-arr-xxx.ddl. Note that you will have to remove or comment out the creation of already existing 'code' table.

...