Skip to content

DICOM files storage

michaelkain edited this page Jan 18, 2022 · 4 revisions

The DICOM files in sh-ng are stored in the internal-pacs: dcm4chee 5. For this sh-ng uses DICOM protocols, either DIMSE (C-STORE) or DICOMWeb (STOW-RS). By default DICOMWeb is used with dcm4chee 5, but DIMSE is supported entirely.

The internal pacs, dcm4chee, is composed by the 3 docker containers:

  • dcm4chee-arc (application server)
  • dcm4chee-database (database)
  • ldap (configured by default in dcm4chee 5, maybe not necessary)

The files itself are stored in the named volume:

  • dcm4chee-arc-storage-data:/storage

The file path to the files are stored in the database named volume:

  • dcm4chee-database-data:/var/lib/postgresql/data
Clone this wiki locally