3 lines
174 B
C#
3 lines
174 B
C#
public record AlertGeneratedEvent(
|
|
Guid AlertId, Guid EncounterId, Guid PatientId, string? Department,
|
|
string AlertType, string Severity, DateTimeOffset TriggeredAt); |