-
Notifications
You must be signed in to change notification settings - Fork 13
Send Study
gerome12 edited this page Apr 30, 2021
·
8 revisions
This resource can be used by a user that has access to at least one series of the specified study to share all accessible series with another user.
URL : /studies/{StudyInstanceUID}/users/{user}
Method : PUT
Auth Required : Requires an Access Token with a sub claim that specifies a user that has access to at least on series in the study.
URL Parameters
-
album={album_id}
(Optional) -
inbox=true
(Optional)
Use only one of these two parameters for specify the source of the study
Success Response
If the study was shared successfully.
-
Status :
204 No Content
Error Response
If validation of the token fails:
-
Status :
400 Bad Request
If no authentication token is supplied: (Don't forget to return the WWW-authenticate header)
-
Status :
401 Unauthorized
If the user specified in the sub claim does not have access to any series of the specified study.
-
Status :
403 Forbidden
- Authentication API
- Study List
- Studies/Series Favorites
- Working with the Inbox
- DICOMweb Capability Tokens
- Webhooks
-
Working with Albums
- Album List
- Get an Album
- Create an album
- Edit an album
- Delete an album
- Add a study
- Add a series
- Remove a study
- Remove a series
- Add a User
- Remove a User
- Get the list of Users
- Add and upgrade an user to Admin
- Downgrade an admin to User
- Add an album to favorites
- Remove an album from favorites
- Post a comment
- Get a list of events (comments and mutations)
- Others
- Report Providers