On Thu, Jan 14, 2016 at 11:34:12AM +0100, Karsten Hilbert wrote: > > Orthanc can serve DICOM worklists through its > > "ModalityWorklists" official plugin [4], in a similar fashion > > than DCMTK's wlmscpfs. This plugin is available in the > > Orthanc official distribution, and is installed with the > > Debian "orthanc" package. The process of creating a worklist > > is documented is FAQ #37 of DCMTK [5]: The "*.wl" files that > > result from this process can be served by Orthanc's > > ModalityWorklits plugin. > > Hello Sébastien, > > I have got two questions regarding this plugin: > > 1) Are you planning to provide something like this (pseudocode): > > curl PUT > SERVER:worklist/WORLIST_NAME/worklist_file?data=data_of_worklist_file.wl > > That way, external software (like GNUmed) can submit worklist entries. > > or even > > 2) Is there any chance to support (pseudocode) > > curl PUT SERVER:server/create-worklist_entry?data={name=..., > gender=..., modality:..., worklist=..., ...} > > In other words hiding the creation of a worklist file > behind a REST API call.
The reason being, of course, that we don't want to export a directory over the network (into which external software could store *.wl files already). Karsten -- GPG key ID E4071346 @ eu.pool.sks-keyservers.net E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346