Preferences->Listener
, activate and configure AETitle and Port (e.g. Horos 11112).Preferences->Locations
, add a DICOM Node:ORTHANC
)MYORTHANC
)Add the following configuration options (obviously, adapt the IP address):
{
"DicomModalities" : {
"Horos": [ "Horos", "192.168.253.53", 11112 ]
}
}
This section applies if you are using the Docker images by Osimis to run Orthanc.
Add Modality through Environmental variable in docker:
DICOM_MODALITIES=
{
"Horos": ["Horos", "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"