自身一直性bug修复
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user