This commit is contained in:
he
2023-06-05 13:37:12 +08:00
parent 5d797959e3
commit 343360cdbe
4 changed files with 90 additions and 39 deletions
@@ -1,4 +1,5 @@
using System;
using IRaCIS.Core.Domain.Share;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
@@ -11,6 +12,18 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid VisitTaskId { get; set; }
}
public class ReadingTaskQuestionAnswerDto : ReadingTaskQuestionAnswer
{
public QuestionType QuestionType { get; set; }
}
public class TirggerTaskInfo
{
public Guid VisitTaskId { get; set; }
public decimal VisitNum { get; set; }
public string TumorAnswer { get; set; } = string.Empty;
}
public class VisitStudyTime
{
/// <summary>