修改访视计划 增加盲态名称设置,生成任务哪里也进行处理
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user