修改访视计划 增加盲态名称设置,生成任务哪里也进行处理

This commit is contained in:
2022-12-15 11:17:06 +08:00
parent d76c2e7512
commit cbb2d47e90
4 changed files with 43 additions and 7 deletions
@@ -1,4 +1,5 @@
using IRaCIS.Core.Infrastructure.Extention;
using System.ComponentModel.DataAnnotations;
namespace IRaCIS.Application.Contracts
{
@@ -37,9 +38,24 @@ namespace IRaCIS.Application.Contracts
public bool IsHaveFirstGiveMedicineDate { get; set; } = true;
public string BlindBaseLineName { get; set; }
public string BlindFollowUpPrefix { get; set; }
//public bool SubjectHasAdded { get; set; }
}
public class VisitBlindNameCommand
{
[NotDefault]
public Guid TrialId { get; set; }
public string BlindBaseLineName { get; set; }
public string BlindFollowUpPrefix { get; set; }
}
public class VisitPlanCommand
{
//public string BlindName => "B" + (VisitNum * 10).ToString("D3");