Worklists and OrthancTeam container under ECS

We are moving our local Orthanc instance into AWS infrastructure and the only step I can’t quite figure out is the Worklist side of things. We currently generate the worklists within our system that are placed in a folder for the worklists plugin to pick up.

In a cloud scenario, the plugin doesn’t have a folder that we can access where we can drop the worklists files. I’ve looked at things like EFS or the REX-Ray docker plugin but they don’t seem ideal solutions.

I’m hoping this isn’t a unique scenario and there’s something I’ve missed as I don’t want to have to write my own worklist plugin.

Cheers.

Hello,

The official “sample modality worklists plugin”, as its name implies, is only a sample. You could implement a plugin that is better suited to your use case, for instance by using the function orthanc.RegisterWorklistCallback() in the Python SDK.

Regards,
Sébastien-