Is there a way to setup store incoming images in specific transfer syntax based on AETitle, Modlaity similar to what we do it in the export converter.
Thanks
murali
Is there a way to setup store incoming images in specific transfer syntax based on AETitle, Modlaity similar to what we do it in the export converter.
Thanks
murali
Hi,
I think you can conditionally call e.g. compression J2 in an importconverter.
Marcel
please provide some examples
By heart,
ImportConverter0 = ifequal "%VModality", "MR"; compression J2
ImportConverter1 = lua: if Data.Modality=='MR' then Data:Compress('J2') end
It is all in the manual
Marcel
Thanks,
I need to store the incoming file as explicit VR if their original TS is Implicit VR
how to do this while receiving images,
Thanks
akhsuser
Hi,
try Data:Compress('UL')
Marcel
Don’t have an account yet? Register yourself now and be a part of our community!