Clinical Sync Batch Engine: first commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public record SyncedAlertResolution(
|
||||
Guid ClientRef,
|
||||
Guid ClientAlertId,
|
||||
string ClinicianId,
|
||||
DateTimeOffset ResolvedAt,
|
||||
string? Note);
|
||||
Reference in New Issue
Block a user