notificationConfigs property

List<Hl7V2NotificationConfig>? notificationConfigs
getter/setter pair

A list of notification configs.

Each configuration uses a filter to determine whether to publish a message (both Ingest & Create) on the corresponding notification destination. Only the message name is sent as part of the notification. Supplied by the client.

Implementation

core.List<Hl7V2NotificationConfig>? notificationConfigs;