Hi Authors,
I have an use case when modality sends dicom without PixelData. I already refer to the wiki at (https://book.orthanc-server.com/users/lua.html) and Orthanc offers the lua callback ReceivedInstanceFilter which filters the incoming instances. However, the dicom parameter in this function is only simplified tags which does not include the PixelData. Hence in this function we do not know whether dicom instance does have PixelData or not. Is there another way for filtering the non-PixelData dicom or could Orthanc Author release another callback for us to call ?
Thanks,
Phong