| Package | Description |
|---|---|
| com.google.api.services.healthcare.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfig |
NotificationConfig.clone() |
NotificationConfig |
Hl7V2Store.getNotificationConfig()
The notification destination all messages (both Ingest & Create) are published on.
|
NotificationConfig |
FhirStore.getNotificationConfig()
If non-empty, publish all resource modifications of this FHIR store to this destination.
|
NotificationConfig |
DicomStore.getNotificationConfig()
Notification destination for new DICOM instances.
|
NotificationConfig |
NotificationConfig.set(String fieldName,
Object value) |
NotificationConfig |
NotificationConfig.setPubsubTopic(String pubsubTopic)
The [Cloud Pub/Sub](https://cloud.google.com/pubsub/docs/) topic that notifications of changes
are published on.
|
| Modifier and Type | Method and Description |
|---|---|
Hl7V2Store |
Hl7V2Store.setNotificationConfig(NotificationConfig notificationConfig)
The notification destination all messages (both Ingest & Create) are published on.
|
FhirStore |
FhirStore.setNotificationConfig(NotificationConfig notificationConfig)
If non-empty, publish all resource modifications of this FHIR store to this destination.
|
DicomStore |
DicomStore.setNotificationConfig(NotificationConfig notificationConfig)
Notification destination for new DICOM instances.
|
Copyright © 2011–2019 Google. All rights reserved.