自身一直性bug修复

This commit is contained in:
2022-07-08 16:00:58 +08:00
parent 5f1147b73a
commit a522599eca
4 changed files with 181 additions and 45 deletions
@@ -41,14 +41,11 @@ namespace IRaCIS.Core.Application.ViewModel
[NotDefault]
public Guid TaskConsistentRuleId { get; set; }
//public int PlanSubjectCount { get; set; }
//public int PlanVisitCount { get; set; }
//public int IntervalWeeks { get; set; }
//public Guid? CompareDoctorUserId { get; set; }
//public bool IsHaveReadingPeriod { get; set; }
//public bool IsGenerateGlobalTask { get; set; }
//public Guid? AnalysisDoctorUserId { get; set; }
}
public class GroupConsistentQuery : PageInput
{
public Guid TrialId { get; set; }
}
public class ConsistentConfirmGenerateCommand
@@ -61,6 +58,13 @@ namespace IRaCIS.Core.Application.ViewModel
}
public class GroupConsistentConfirmGenrateCommand
{
[NotDefault]
public Guid TrialId { get; set; }
public List<Guid> SubejctIdList { get; set; }
}
public class DoctorSelfConsistentSubjectView
{
public Guid TrialId { get; set; }
@@ -69,6 +73,8 @@ namespace IRaCIS.Core.Application.ViewModel
public String TrialSiteCode { get; set; }
public string SubjectCode { get; set; }
public string? BlindSubjectCode { get; set; }
public Guid SubjectId { get; set; }
public bool IsHaveGeneratedTask { get; set; }