feature: Approval and Promotion to VigilCareClinical

This commit is contained in:
voltsrage
2026-06-26 15:05:02 +08:00
parent 470df683dd
commit 706318e5d2
40 changed files with 5639 additions and 3 deletions
@@ -0,0 +1,3 @@
public record ApproveRequest(
bool? EnableRetroactiveAlerts = false
);
@@ -0,0 +1,10 @@
public record PromotionResultResponse(
Guid BatchId,
string Status,
Guid PatientId,
string Mrn,
Guid EncounterId,
Guid[] ObservationIds,
DateTimeOffset PromotedAt,
int OutboxEventsWritten
);