Install dcm4chee-2.x DICOM Clinical Data Manager system on Ubuntu Linux.
NOTE: Alpha release / Work in progress!
None.
dcm4chee stores by default all DICOM files into
{{ dcm4chee2_home }}/server/default/archive
.
If you define dcm4chee2_storage
then the default location will be symlinked
to this directory (needs to be present and writable by system-user "dcm4chee"):
Example:
dcm4chee2_storage: "/mnt/storage/dicom"
By that you can keep your data on a bigger storage.
None.
- hosts: pacs
roles:
- { role: bjoernalbers.dcm4chee2 }
This Ansible role is released under the MIT License.