Hi Orthanc Team,
I've just come across an error when trying to send an instance to a remote modality using a DICOM store.
I have attached a screen shot of the result from the Orthanc Explorer.
When running Orthanc with verbose logs, the following error is displayed:
OrthancException.cpp:57] Not implemented yet: Cannot transcode from 1.2.840.10008.1.2.1 to one of [ ]
I am running the latest osimis/orthanc container with the following environment properties:
VERBOSE_ENABLED: "true"
DICOM_WEB_PLUGIN_ENABLED: "true"
ORTHANC_WEB_VIEWER_PLUGIN_ENABLED: "true"
TRANSFERS_PLUGIN_ENABLED: "true"
ORTHANC__AUTHENTICATION_ENABLED: "true"
ORTHANC__MAXIMUM_PATIENT_COUNT: 100 # only store the last 20 patients
ORTHANC__SSL_ENABLED: "true"
ORTHANC__SSL_CERTIFICATE: "/etc/orthanc/ssl-cert.pem"
ORTHANC__HTTPS_CA_CERTIFICATES: "/etc/orthanc/peer-certs.pem"
I can't get an anonymised file to test unfortunately.
I've never come across this error before.
Cheers,
James