Clinical Sync Batch Engine: first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public record SyncedAlertEvent(
|
||||
Guid ClientAlertId,
|
||||
Guid EncounterId,
|
||||
string AlertType,
|
||||
string Severity,
|
||||
string Details,
|
||||
DateTimeOffset GeneratedAt);
|
||||
Reference in New Issue
Block a user