feature: Elasticsearch CQRS Projection and Analytics Endpoints
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
public record AlertGeneratedEvent(
|
||||
Guid AlertId, Guid EncounterId, Guid PatientId, string? Department,
|
||||
string AlertType, string Severity, DateTimeOffset TriggeredAt);
|
||||
Reference in New Issue
Block a user