feature: Approval and Promotion to VigilCareClinical
This commit is contained in:
@@ -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
|
||||
);
|
||||
Reference in New Issue
Block a user