-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST]: UPS-RS Support #37
Comments
I agree, that would be a valuable addition. We would happily accept a pull request. Personally, I have limited experience with UPS-RS so far and will need to investigate a bit. Do you already have concrete ideas regarding the interface (method names, parameters, return values, etc.)? |
The summary/descriptions found here may serve as a good starting point:
Alternatively, while not grammatically correct, merging "work item" into "workitem" may be a bit more visually appealing and more closely maps onto the |
Is this still of interest? The DIMSE flavour of UPS is used extensively in IHE-RO TDW-II, and there is interest in migrating from DIMSE to DICOMWeb in the Radiation Oncology world. I've started investigating OpenAPI 3.0 (Interface first) implementation of DICOM Web (starting with STOW-RS), but my next step once I've sorted out the details is to work on UPS-RS. |
Sorry for the silence, yes this would be of interest. I also have little experience with UPS though |
With the emergence of the IHE AIW-I profile, the role of UPS-RS is poised to grow dramatically. While dcm4chee supports the provider interface, support for the user interface is relatively rare in the DICOM community. Given the widespread use of python for ML algorithms, a python-based UPS-RS client implementation would be beneficial for many.
The text was updated successfully, but these errors were encountered: