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

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
+5
View File
@@ -320,6 +320,11 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public DateTime? SyncClinicalDataTime { get; set; }
public string BlindBaseLineName { get; set; } = "Baseline";
public string BlindFollowUpPrefix { get; set; } = "Follow-up";
///// <summary>
///// 图像是否有标注
///// </summary>