Run initial test for Climate Resilience Verification Suite
Add first part of Alert Quality Analytics
This commit is contained in:
@@ -1 +1,5 @@
|
||||
public record AcknowledgeAlertRequest(string? Note);
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
public record AcknowledgeAlertRequest(
|
||||
[property: JsonPropertyName("note")] string? Note,
|
||||
[property: JsonPropertyName("clinicianId")] string? ClinicianId = null);
|
||||
|
||||
Reference in New Issue
Block a user