feature: Corrections and Supersession
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
public record PromotionResult(
|
||||
Guid BatchId,
|
||||
Guid EncounterId,
|
||||
int ObservationsPromoted,
|
||||
bool IsCorrection,
|
||||
SupersessionResult? Supersession
|
||||
);
|
||||
@@ -0,0 +1,6 @@
|
||||
public record SupersessionResult(
|
||||
Guid OriginalBatchId,
|
||||
int ObservationsSuperseded,
|
||||
int ObservationsReplaced,
|
||||
DateTimeOffset SupersededAt
|
||||
);
|
||||
Reference in New Issue
Block a user