I import image in gcp dicom store, but on my pubsub topic assigned dicom store is not publishing message

199 Views Asked by At

steps

I create

  1. dicom dataset
  2. inside dataset dicom store
  3. pubsub topic for dicom store

Issue

I am trying to import dcm image to dicom store from storage bucket operation is showing Success in dicom-store operations but message is not publishing on assigned topic.

Healthcare and Pubsub API are Enable and granted permissions.

1

There are 1 best solutions below

1
On BEST ANSWER

The DICOM API will only send PubSub notifications when images are inserted using StoreInstances. Sending Pub/Sub notifications while importing from GCS isn't supported at the moment. I'll make sure the documentation is updated to make this clear.