Skip to content

zssure-thu/dcm4chee-arc-light

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCM4CHEE Archive 5.x

Sources: https://github.com/dcm4che/dcm4chee-arc-light
Binaries: https://sourceforge.net/projects/dcm4che/files/dcm4chee-arc-light
Issue Tracker: https://github.com/dcm4che/dcm4chee-arc-light/issues
Wiki: https://github.com/dcm4che/dcm4chee-arc-light/wiki

DICOM Archive Java EE application running in WildFly.

This is a complete rewrite of DCM4CHEE Archive 2.x.

It started as refactoring of DCM4CHEE Archive 4.x, eliminating complexity only needed for integration with proprietary systems of the company which drives development of DCM4CHEE Archive 4.x.

One major improvement to 2.x is the use of LDAP as central configuration, compliant to the DICOM Application Configuration Management Profile, specified in DICOM 2015, Part 15, Annex H.

In long term, 5.x will provide the functionality of 2.x, and there will be migration tools to upgrade existing installations of 2.x to 5.x.

Build

  • Make sure you have Maven 3 installed.

  • Build dcm4chee-arc-light branch of dcm4che 3 Library - only necessary to build unreleased version, which is not (yet) available in the Maven repository:

      > $git clone https://github.com/dcm4che/dcm4che.git
      > $cd dcm4che
      > $git checkout dcm4chee-arc-light
      > $mvn install
    
  • Build the Archive for a specific database:

      > $mvn install -D db={db2|firebird|h2|mysql|oracle|psql|sqlserver}
    

    with secured WEB UI:

      > $mvn install -D db={db2|firebird|h2|mysql|oracle|psql|sqlserver} -P secure-ui
    

    with secured WEB UI and secured RESTful services:

      > $mvn install -D db={db2|firebird|h2|mysql|oracle|psql|sqlserver} -P secure
    

Installation

License

About

DICOM Archive J2EE application

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 78.5%
  • JavaScript 14.6%
  • XSLT 5.2%
  • HTML 1.6%
  • Other 0.1%