feature: qSOFA Scoring & Sepsis Bundle Compliance
This commit is contained in:
@@ -25,7 +25,9 @@ public class KafkaTopicProvisioner : IHostedService
|
||||
_options.Topics.ObservationRecorded,
|
||||
_options.Topics.AlertGenerated,
|
||||
_options.Topics.AlertAcknowledged,
|
||||
_options.Topics.EncounterStatusChanged
|
||||
_options.Topics.EncounterStatusChanged,
|
||||
_options.Topics.SepsisBundleCreated,
|
||||
_options.Topics.SepsisBundleUpdated
|
||||
};
|
||||
|
||||
var specs = topicNames.Select(name => new TopicSpecification
|
||||
|
||||
Reference in New Issue
Block a user