修改
This commit is contained in:
@@ -110,6 +110,9 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
{
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
[NotDefault]
|
||||
public Guid TrialReadingCriterionId { get; set; }
|
||||
|
||||
public List<Guid> SystemQuestionIds { get; set; }
|
||||
}
|
||||
|
||||
@@ -163,6 +166,10 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public int? ShowOrder { get; set; }
|
||||
|
||||
|
||||
[NotDefault]
|
||||
public Guid TrialReadingCriterionId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 任务类型
|
||||
/// </summary>
|
||||
@@ -252,6 +259,9 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
{
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
[NotDefault]
|
||||
public Guid TrialReadingCriterionId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 任务类型
|
||||
/// </summary>
|
||||
@@ -330,6 +340,8 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
/// </summary>
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public Guid TrialReadingCriterionId { get; set; }
|
||||
|
||||
public string Type { get; set; } = string.Empty;
|
||||
|
||||
public string ParentTriggerValue { get; set; } = string.Empty;
|
||||
@@ -349,8 +361,11 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public class ReadingMedicineTrialQuestionAddOrEdit
|
||||
{
|
||||
public Guid? Id { get; set; }
|
||||
|
||||
public string Type { get; set; }
|
||||
|
||||
[NotDefault]
|
||||
public Guid TrialReadingCriterionId { get; set; }
|
||||
|
||||
public string Type { get; set; }
|
||||
public string? ParentTriggerValue { get; set; }=string.Empty;
|
||||
public string QuestionName { get; set; }
|
||||
public string TypeValue { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user