# HG changeset patch # User Sebastien Abras # Date 1527583213 -7200 # Node ID 5bf9510859b0394fc6e2d9b0a5bec942e689ac6a # Parent 6c2e67e8e7316f438632d0eabb9398ee9720f0cf integration with Osirix and dicom diff -r 6c2e67e8e731 -r 5bf9510859b0 Sphinx/source/integrations/integrate-osirix-using-dicom.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/integrations/integrate-osirix-using-dicom.rst Tue May 29 10:40:13 2018 +0200 @@ -0,0 +1,29 @@ +.. _integrate-osirix-using-dicom: + +Integrate Osirix using dicom +=========================== + +Configuration of Osirix +----------------------- + +* In Preferences->Listener, activate and configure AETitle and Port (eg : Osirix 11112). +* In Preferences->Locations, add a DICOM Nodes : + * with AETitle of orthanc (default is ORTHANC) + * with a name (eg MYORTHANC) + * with Retrieve method C-GET + * with Send Transfers syntax : Explicit Little Endian + +Configuration of Orthanc +------------------------ + +Add Modality through Environmental variable in docker:: + + DICOM_MODALITIES= + { + "Osirix": ["Osirix", "192.168.253.53", 11112] + } + +If using Orthanc in a docker container, map the Orthanc DICOM Port. Eg in docker-compose file:: + + ports: + - "4242:4242" \ No newline at end of file