Hi,
Orthanc supported Modality Worklist but have no tutorial about this. I don’t know how to work with worklist file.
Is it .wl file?
So how can I make crud (create,read,update,delete) worklist?
Thanks,
Hi,
Orthanc supported Modality Worklist but have no tutorial about this. I don’t know how to work with worklist file.
Is it .wl file?
So how can I make crud (create,read,update,delete) worklist?
Thanks,
I found tutorial at http://forum.dcmtk.org/viewtopic.php?t=84
It’s better if have a tutorial in orthanc website,
Thanks
There does exist a FAQ entry on the Orthanc Web site:
https://orthanc.chu.ulg.ac.be/book/faq/worklist.html
You mean https://orthanc.chu.ulg.ac.be/sdk/group__Worklists.html
I’m really not understand these function. Poor me
How can I manage worklist
Hi Sébastien ,
May it be have restful api for worklist ?
I rather meant the following line : “A sample plugin is available to serve the worklists stored in some folder on the filesystem. This mimics the behavior of the wlmscpfs command-line tool from the DCMTK software. dump2dcm might be a very useful companion tool to feed the sample plugin with worklists for some separate maintenance script.”
Regarding the REST API for worklists, it is definitely possible thanks to the plugin SDK. It would be a really great, useful plugin. However, I currently work on other parts of Orthanc for my employer, so I cannot do this by now.
Obviously, any third-party contribution providing such a “RESTful worklist plugin” would be warmly welcome. Orthanc is free and open-source, so that everybody (not just me) can contribute through plugins.
Sébastien-
Hi Sébastien,
Can you tell me about how to manage worklist (.wl file) such as create,read,update,delete.
I config worklist plugin into Orthanc but I don’t know how it work
Simply create/read/modify/delete the files in the folder containing the worklist files (cf. the “Database” option in the “Worklists” section of the configuration file of Orthanc).
This folder is automatically re-scanned for each incoming worklist request.
But how can I create .wl file
Seem to be .wl file is converted from .dump file, and so how can I create .dump file
I have info about patient: id, name, age. And I have to create .wl file from that info, is this right?
By the way, I used Modality Emulator to read worklist, but it stop responding immedialy
It seem Orthanc is not response worklist!!
.dump file is a text file a human (you) can write in a text editor.
Orthanc is not a RIS and will never be.
Hi Alain,
I’m just test worklist plugin of Orthanc
So how can I test this function if do not use Modality Emulator?
Thanks for your help
findscu (and Google by the way) are your friends
http://support.dcmtk.org/docs/findscu.html
Hi Alain,
I’m not familar with C, C++
So I don’t understand that tool and how to use that tool much.
You know, it’s hard to understand the field that you’re not familiar with
The Dll files should be in the same directory as the Orthanc executable (the location depends on the way you have installed Orthanc).
For the worklist creation, I have updated the faq: https://orthanc.chu.ulg.ac.be/book/faq/worklist.html
Hi Alain,
Thanks for your help
When setup Orthanc, it’s on 2 location
C:\Orthanc (seem for data)
and
C:\Program Files (x86)\Orthanc\Orthanc Server 1.0.0 (seem executable file)
I put dll file on C:\Orthanc and it run OK
By the way, dll file of worklist can be downloaded at http://www.orthanc-server.com/browse.php?path=/orthanc/snapshots
(just snapshot, is it OK?)
Hi Alain,
Thanks for your help
When setup Orthanc, it's on 2 location
*C:\Orthanc (seem for data)*
and
*C:\Program Files (x86)\Orthanc\Orthanc Server 1.0.0 (seem *executable
*file)*I put dll file on *C:\Orthanc *and it run OK
Another option is actually to specify the absolute path to the DLL in the
config.json i.e: c:\Orthanc\ModalityWorklists.dll.
By the way, dll file of worklist can be downloaded at *http://www.orthanc-server.com/browse.php?path=/orthanc/snapshots
<http://www.orthanc-server.com/browse.php?path=/orthanc/snapshots>\*
*(just snapshot, is it OK?)*
Yes, that's right. You may also download all orthanc executables/plugins
here: http://orthanc.osimis.io