Hello,
I used Orthanc with OpenRem and OsiriX. If I want to retrieve DX modalities, it works. But if I want to retrieve CT modalities, I get the following error message:
`
… LuaContext.cpp:104] Lua says: Rejecting a DICOM instance: SOPClassUID: 1.2.840.10008.5.1.4.1.1.2; Modality: CT; Manufacturer: TOSHIBA; ManufacturerModelName: Aquilion Lightning; SoftwareVersions: V7.02GR007; StationName: 0000000001
`
The extractor is activated:
`
– Set this to true if you want to use the OpenREM Toshiba CT extractor. Set it to
– false to disable this feature.
local use_toshiba_ct_extractor = true
– A list of CT make and model pairs that are known to have worked with the Toshiba CT extractor
local toshiba_extractor_systems = {
…
{‘Toshiba’, ‘Aquilion Lightning’},
{‘Toshiba’, ‘Aquilion Prime’},
{‘Toshiba’, ‘Aquilion One’}
}
Hello,
Please could share a sample DICOM image and your full Lua script so that the community can try and assist you?
Sébastien-
Hello Sébastien,
thank you so much for your answer. The Lua script file can be found in the appendix. I first have to try to anonymize a DICOM file, for privacy reasons, then I upload it too.
But is there also the possibility that it is a problem with the OsiriX?
Christian
openrem_orthanc_config.lua (21.5 KB)
This is visibly not related to OsiriX.
According to the excerpt of the log and to the Lua script you sent, the problem is that the OpenREM does not support your image, as can be seen by the line “Lua says: Rejecting a DICOM instance”. Does OpenREM support images from TOSHIBA Aquilion Lightning?
As your Lua script directly comes from OpenREM, please get in touch with this project to get support:
https://groups.google.com/forum/#!forum/openrem