0

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.

Ankit
  • 21
  • 6
  • Hello, have you followed any tutorial/documentation? Waiting for your response. – aga Sep 07 '20 at 13:02
  • yes. i follow this document https://cloud.google.com/healthcare/docs/how-tos/dicom-connect-pacs#kubectl – Ankit Sep 08 '20 at 06:39

1 Answers1

2

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.

dzelemba
  • 188
  • 1
  • 7