On my Windows laptop, I have installed Orthanc also setup Dicomweb server and Google Cloud Platform plugin (already enabled Google Cloud Healthcare API) so I am able to upload DICOM images once I clicked on Send to DICOMweb Server button.
But I want to send DICOM Images to Google Cloud Platform once upload. Is there any way to achieve this.
I don’t understand your question: The “Send to DICOMweb server” allows precisely to upload DICOM instances from Orthanc to Google Cloud Platform.
If you want to do the opposite (i.e. retrieve DICOM instances from Google Cloud Platform to your local Orthanc server), use the “Open DICOMweb Client” button that appears on the welcome screen of Orthanc Explorer when the DICOMweb plugin is installed (see screenshot).
Yes you are right, “Send to DICOMweb server” allows precisely to upload DICOM instances from Orthanc to Google Cloud Platform. but I want to make this process dynamic. Once I upload the images, it should go to Google Cloud Platform directly without clicking on button(Send to DICOMweb server)
I tried to follow your instruction but still not got any success. In detail, I want to automatically upload to DicomWeb server named “Chula-EyeORA” (see the attached picture) whenever new study comes to my orthanc server.
I also uploaded the Autorouting.lua script for your consideration.
Thank you for you help.
@Neha: Can you share your worked script with me? Thank.
Also, this clearly does not correspond to what I wrote earlier, i.e. “Call ‘RestApiPost()’ on ‘/dicom-web/servers/…/stow’”, which is an URI internal to the REST API of Orthanc, not an URL of Google Cloud Platform.