Clinical Sync Batch Engine: first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace VigilCare.ClinicalContracts.Sync;
|
||||
|
||||
public record ClinicalSyncBatchRequest(
|
||||
Guid BatchReference,
|
||||
Guid GatewayId,
|
||||
Guid SiteId,
|
||||
DateTimeOffset CapturedAtUtc,
|
||||
IReadOnlyList<SyncedObservation> Observations,
|
||||
IReadOnlyList<SyncedAlertEvent> AlertEvents,
|
||||
IReadOnlyList<SyncedAlertAcknowledgment> AlertAcknowledgments,
|
||||
IReadOnlyList<SyncedAlertResolution> AlertResolutions);
|
||||
Reference in New Issue
Block a user