11 lines
236 B
C#
11 lines
236 B
C#
public sealed record AlertRow(
|
|
string AlertId,
|
|
string EncounterId,
|
|
string PatientId,
|
|
string AlertType,
|
|
string Severity,
|
|
string Details,
|
|
string TriggeredAt,
|
|
int KafkaPartition,
|
|
long KafkaOffset
|
|
); |