4 lines
216 B
C#
4 lines
216 B
C#
public record AlertGeneratedEvent(
|
|
Guid AlertId, Guid EncounterId, Guid PatientId, string? Department,
|
|
string AlertType, string Severity, DateTimeOffset TriggeredAt,
|
|
AlertExplanation? Explanation = null); |