Run initial test for Climate Resilience Verification Suite
Add first part of Alert Quality Analytics
This commit is contained in:
@@ -5,5 +5,6 @@ public class AcknowledgeAlertRequestValidator : AbstractValidator<AcknowledgeAle
|
||||
public AcknowledgeAlertRequestValidator()
|
||||
{
|
||||
RuleFor(x => x.Note).MaximumLength(1000).When(x => x.Note is not null);
|
||||
RuleFor(x => x.ClinicianId).MaximumLength(200).When(x => x.ClinicianId is not null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user