Mercurial > hg > orthanc-book
changeset 917:a96b0a9b96c3
dcm4chee integration
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 27 Feb 2023 16:24:17 +0100 |
parents | dafff7d1c975 |
children | c10fc0838f58 |
files | .hgignore Sphinx/source/integrations.rst Sphinx/source/integrations/dcm4chee.rst |
diffstat | 3 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- /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 +<https://bitbucket.org/osimis/orthanc-setup-samples/src/master/docker/dcm4chee5/>`__ +in order to illustrate how to interface Orthanc with Dcm4Chee 5, using +either the DICOM protocol or the DICOMweb protocol.