Skip to content

gokhandeveloper/ios4che

Repository files navigation

ios4che - open source iOS viewer app implementation for DCM4CHE Wado Service

Read the licence https://github.com/gokhandilek/ios4che/blob/master/PACS/LICENCE

Requirements

  1. DCM4CHEE-2.18.0-psql & postgresql database
  2. Web services
  3. Json Simple library: Copy this library to dcm4che-2.18.0-psql/server/default/lib folder and restart dcm4chee. Download it from: https://code.google.com/p/json-simple/downloads/detail?name=json-simple-1.1.1.jar&can=2&q=

How to install

  1. Download and install dcm4chee-2.18.0-psql http://www.dcm4che.org/confluence/display/ee2/Installation or downlad the automated installer from https://github.com/gokhandilek/dcm4chee-installer
  2. Check the server logs and make sure there is no error (server/default/logs).
  3. Send studies to dcm4cheee
  4. Check to make sure you can access the images using Wado via dcm4chee web interface (localhost:8080/dcm4chee-web3)
  5. Copy the directory Web Services to dcm4chee-2.18.0/server/default/deploy
  6. Rename the web services directory to whatever-you-wish-to-name-it.war(make sure the extension of the directory is .war otherwise the app will not connect!).
  7. Edit the files inside the web service directory according to your database connection credentials(default is database username: pascdb username: postgres password:password). You must also configure this otherwise the app will not work!

How to update

    Once a new version is released, you may have to update the app and the web services provided at the same time. Otherwise the app will not function properly.
  1. Copy the directory Web Services to dcm4chee-2.18.0/server/default/deploy/whatever-you-named-it.war and replace the existing files
  2. Edit the database connection credentials
  3. Delete the app from your iOS device.
  4. Run and recompile the project

Contributions and Feedback

If you are interested in contributing to the project, please contact me. I would like to hear your feedback and feature requests. Thank you.

About

iOS viewer implementation for dcm4che

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages