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:
@@ -212,6 +212,7 @@ public class BatchService : IBatchService
|
||||
"BATCH_ALREADY_ASSIGNED");
|
||||
|
||||
batch.EnteredByUserId = entryClerkUserId;
|
||||
batch.Status = BatchStatus.InEntry;
|
||||
batch.UpdatedAt = DateTimeOffset.UtcNow;
|
||||
|
||||
_db.DigitizationEvents.Add(new DigitizationEvent
|
||||
|
||||
Reference in New Issue
Block a user