function IncomingWorklistRequestFilter(query, origin)
query['0040,0100'][1]['0008,0000'] = nil
query['0040,0100'][1]['0032,0000'] = nil
query['0040,0100'][1]['0040,0000'] = nil
query['0008,0016'] = nil
return query
end
=============
and orthanc config edited like this
// List of paths to the custom Lua scripts that are to be loaded
// into this instance of Orthanc
"LuaScripts" : ["C:/Program Files/Orthanc Server/query.lua"],
Really thanks to
@Stephen D. Scotti, M.D