-
Notifications
You must be signed in to change notification settings - Fork 14
Add a study
Salvatore Cicciu edited this page Feb 28, 2020
·
19 revisions
Used to add a study. For adding a study, the user must be an admin or an user with "addSeries" permission.
URL : /studies/{StudyInstanceIUD}/albums/{to_album_id}
Method : PUT
Auth Required : Authorization with a JWT Bearer token with the user as the sub claim. The user must an admin or an user with "addSeries" permission.
Headers
-
X-Authorization-Source
: Beareralbum_capability_token
(Optional) Can be used for send study from the album attached to the token to another album. The album capability token must have Appropriate permission. The URL parameteralbum
mustn't be set.
URL Parameters
album={from_album_id}
or
inbox=true
Use only one of these two parameters for specify the source of the study.
Success Response
-
Status :
201 Created
Error Response
If the user is not an admin or an user with "addSeries" permission.
-
Status :
403 Forbidden
If the user is not found.
If the album id does not exist.
If the user is not a member of the album.
If the study is not present in the source.
-
Status :
404 Not Found
- 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