# HG changeset patch # User Sebastien Jodogne # Date 1677511457 -3600 # Node ID a96b0a9b96c31c883109ec29e123fd9ebdd4de6a # Parent dafff7d1c97543a0d2e14b3608c31c02a0f4f4df dcm4chee integration diff -r dafff7d1c975 -r a96b0a9b96c3 .hgignore --- a/.hgignore Tue Feb 07 15:26:12 2023 +0100 +++ b/.hgignore Mon Feb 27 16:24:17 2023 +0100 @@ -3,3 +3,4 @@ Sphinx/env .vscode/ *~ +*.orig diff -r dafff7d1c975 -r a96b0a9b96c3 Sphinx/source/integrations.rst --- a/Sphinx/source/integrations.rst Tue Feb 07 15:26:12 2023 +0100 +++ b/Sphinx/source/integrations.rst Mon Feb 27 16:24:17 2023 +0100 @@ -11,3 +11,4 @@ integrations/integrate-horos-using-dicom.rst integrations/integrate-osirix-using-dicom.rst integrations/integrate-osirix-using-dicomweb.rst + integrations/dcm4chee.rst diff -r dafff7d1c975 -r a96b0a9b96c3 Sphinx/source/integrations/dcm4chee.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/integrations/dcm4chee.rst Mon Feb 27 16:24:17 2023 +0100 @@ -0,0 +1,9 @@ +.. _dcm4chee: + +Interface Orthanc and Dcm4Chee +============================== + +A Docker Compose environment is part of the `Orthanc setup samples +`__ +in order to illustrate how to interface Orthanc with Dcm4Chee 5, using +either the DICOM protocol or the DICOMweb protocol.