IR 医学审核增加标准列信息

This commit is contained in:
2022-09-30 14:14:25 +08:00
parent 63a49e4799
commit de812534b6
3 changed files with 8 additions and 0 deletions
@@ -76,6 +76,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// 无效的 为True无效
/// </summary>
public bool? IsInvalid { get; set; }
public Guid? TrialReadingCriterionId { get; set; }
}
public class GetIRMedicalFeedbackListOutDto
@@ -143,6 +145,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public TaskState TaskState { get; set; }
public string TrialReadingCriterionName { get; set; }
}
public class FinishMedicalReviewInDto