Alain Mazy / CTO
a...@osimis.io / +32 494 31 67 27
| OSIMIS S.A. |
Sorry, should've been clearer.....Using Orthanc as a DICOM router (local storage and GUI is also enabled).US modalities send to Orthanc. Orthanc reads the DICOM header (namely the StudyDescription) for a particular string. Orthanc will then forward to one PACS destination if that string is found, another PACS destination if not. Orthanc is also storing to itself on the way through.LUA script is called OnStoredInstance.....function OnStoredInstance(instanceId, tags, metadata, origin)--bunch of scripting here to direct traffic--if StudyDescription = something then--sendtodestinationA--else--sendtodestinationB--endendWe have multiple US modalities sending via Orthanc. All have been without issue until two days ago, when one machine started not forwarding - it however does store to Othanc. I'm not sure how it's storing to itself with the error it's producing (E0122 11:24:01.609003 StoreScuCommand.cpp:87] Unable to forward to a modality in a Lua script (instance a422cbbb-3b673f36-e78d6a53-a9399c37-c4a7e1b1): DicomUserConnection: No acceptable presentation context for modality), but not forwarding.Images can be manually sent from Orthanc to the destination using the GUI without issue.I'm certain that this is a modality issue, but not exactly sure where i'm looking to troubleshoot. Or is this an issue between Orthanc -> Destination perhaps?
On Tuesday, January 23, 2018 at 6:49:41 AM UTC+11, Alain Mazy wrote: