Virtual AE Titles for DICOM STOW-RS Server
Closed this issue · 2 comments
mocsharp commented
Is your feature request related to a problem? Please describe.
This change request relates to the new feature that enables offloading processing to third-party services.
A virtual AE Title adds a new fragment to the URL. E.g. POST /dicomweb/my-aet/studies
where my-aet
is the virtual AE Title that enables segregating data into different needs: allowing data coming from one virtual AET to run specific plug-ins.
Requirements
- A new API to allow users to create new, edit, and delete virtual AETs
- Each AET can be configured with one or more plug-ins as described in #418
- Update the STOW-RS HTTP service to enable dynamic URLs with virtual AETs
github-actions commented