fixes: PromoteAsync (retry path) does not create clinical entities + Patient deduplication by exact name + DOB is fragile + Batch assignment creates inconsistent interim state
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
public record PromotionResult(
|
||||
Guid BatchId,
|
||||
Guid PatientId,
|
||||
string Mrn,
|
||||
Guid EncounterId,
|
||||
Guid[] ObservationIds,
|
||||
int ObservationsPromoted,
|
||||
int OutboxEventsWritten,
|
||||
bool IsCorrection,
|
||||
SupersessionResult? Supersession
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user