Worklist Problem

132 views
Skip to first unread message

Enkhsaikhan Gereldamba

unread,
May 26, 2022, 8:39:00 AM5/26/22
to Orthanc Users
Hello good day friends
i want to send modality worklist to this korean Viewrex software but my worklist always failing how to send worklist to this software ,i tried too much can someone help me please  
i'm using  dcmtk_dynamic.exe for create worklist and it works too many device but this Viewrex worklist not working

Enkhsaikhan Gereldamba

unread,
Jul 18, 2022, 8:17:16 AM7/18/22
to Orthanc Users
Solved : The problem was  
0008,0000 dicom tag was not matching with viewrex worklist query 
 
(0008,0000) UL 62                                       #   4, 1 GenericGroupLength

and fixed by this luascript query sorry my english is bad i cant explain good

here is the luascript query  query.lua
=============
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

Reply all
Reply to author
Forward
0 new messages