修改
This commit is contained in:
@@ -234,7 +234,16 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public bool IsUrgent => UnReadTaskList.Any(t => t.IsUrgent);
|
||||
|
||||
public int UnReadTaskCount { get; set; }
|
||||
public int UnReadTaskCount
|
||||
{
|
||||
get
|
||||
{
|
||||
|
||||
return this.UnReadTaskList.Count();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public bool ExistReadingApply { get; set; }
|
||||
|
||||
@@ -282,7 +291,17 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
}
|
||||
|
||||
|
||||
public class GetOrderReadingIQueryableInDto
|
||||
{
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public Guid TrialReadingCriterionId { get; set; }
|
||||
|
||||
public string? SubjectCode { get; set; } = null;
|
||||
|
||||
public PageInput? Page { get; set; } = null;
|
||||
|
||||
}
|
||||
|
||||
public class VisitTaskQuery : PageInput
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user