Upload images in S3

Dear community,

I’m asking for your help because I need to understand what instances of the API to use if I want to:

  • Create a study in the Orthanc server
  • Upload the images related to the study in the Orthanc server

Thanks for your help.

Hi Juan,

You can’t create an empty study in Orthanc.
You could use the /tools/create-dicom ( see Orthanc REST API and Convert png/JPEG to DICOM format - #9 by jodogne) route to create the study with your first image and then add the other images to the newly created study.

HTH,