@@ -1,5 +1,6 @@
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("项目阅片 - 自定义标记")]
|
||||
[Table("ReadingCustomTag")]
|
||||
public class ReadingCustomTag : BaseAddAuditEntity
|
||||
{
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("阅片全局任务信息")]
|
||||
[Table("ReadingGlobalTaskInfo")]
|
||||
public class ReadingGlobalTaskInfo : BaseAddAuditEntity
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("阅片裁判信息")]
|
||||
[Table("ReadingJudgeInfo")]
|
||||
public class ReadingJudgeInfo : BaseAddAuditEntity
|
||||
@@ -7,15 +8,15 @@ public class ReadingJudgeInfo : BaseAddAuditEntity
|
||||
|
||||
#endregion
|
||||
[Comment("第一个任务ID")]
|
||||
[Required]
|
||||
|
||||
public Guid TaskIdOne { get; set; }
|
||||
|
||||
[Comment("第二个任务ID")]
|
||||
[Required]
|
||||
|
||||
public Guid TaskIdTwo { get; set; }
|
||||
|
||||
[Comment("裁判任务ID")]
|
||||
[Required]
|
||||
|
||||
public Guid JudgeTaskId { get; set; }
|
||||
public Guid TrialId { get; set; }
|
||||
public Guid SubjectId { get; set; }
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("阅片肿瘤学 针对访视任务 添加了一个结果")]
|
||||
[Table("ReadingOncologyTaskInfo")]
|
||||
public class ReadingOncologyTaskInfo : BaseAddAuditEntity
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("表格问题答案行数据")]
|
||||
[Table("ReadingTableAnswerRowInfo")]
|
||||
public class ReadingTableAnswerRowInfo : BaseFullDeleteAuditEntity
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("项目阅片 - 表格问题行记录子项答案")]
|
||||
[Table("ReadingTableQuestionAnswer")]
|
||||
public class ReadingTableQuestionAnswer : BaseFullDeleteAuditEntity
|
||||
{
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("阅片任务答案")]
|
||||
[Table("ReadingTaskQuestionAnswer")]
|
||||
public class ReadingTaskQuestionAnswer : BaseAddAuditEntity
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
|
||||
[Comment("项目阅片 - 任务问题标记")]
|
||||
[Table("ReadingTaskQuestionMark")]
|
||||
public class ReadingTaskQuestionMark : BaseAddAuditEntity
|
||||
{
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("任务关系表")]
|
||||
[Table("ReadingTaskRelation")]
|
||||
public class ReadingTaskRelation : BaseAddAuditEntity
|
||||
|
||||
Reference in New Issue
Block a user