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