@Result.CriticalTableName

Severity: @Result.ColumnLabel Roll: @Result.Roll @if (!string.IsNullOrWhiteSpace(Result.Group)) { Variant: @(string.IsNullOrWhiteSpace(Result.GroupLabel) ? Result.Group : Result.GroupLabel) }
@code { [Parameter, EditorRequired] public CriticalLookupResponse Result { get; set; } = null!; }