Study Metadata - OsiriX-Foundation/KheopsAuthorization GitHub Wiki

Study Metadata

Used to get a study metadata for a given user. This API should conform to WADO-RS in the sense that a WADO-RS client capable of sending an appropriate bearer token should be able to call this resource directly.

This

URL : /studies/{StudyInstanceUID}/metadata

Method : GET

URL Parameters

  • album={album_pk} (Optional)
  • inbox={boolean} (Optional) If album and inbox are null, the send request send all studies from inbox and all albums.

Auth Required : Authorization with a JWT Bearer token with the user as the sub claim.