修改配置临时提交
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-06 17:29:53 +08:00
parent 1676516441
commit 6ead8ffd53
4 changed files with 28 additions and 12 deletions
@@ -1168,6 +1168,8 @@ namespace IRaCIS.Core.Application.Contracts
public string QuestionValue { get; set; }
public string TranslateDicName { get; set; }
public string CDISCCode { get; set; }
}
public class CommonEvaluationExport
{
@@ -1215,6 +1217,16 @@ namespace IRaCIS.Core.Application.Contracts
public string JudgeNote { get; set; } = string.Empty;
public string VisitNote { get; set; }
#region CDISC_阅片结果表
//最晚拍片日期
public DateTime? LatestScanDate { get; set; }
//阅片完成时间
public DateTime? SignTime { get; set; }
#endregion
}
public class CommonLessionExport : CommonEvaluationExport