增加影像检查下载

This commit is contained in:
2024-08-29 10:59:18 +08:00
parent 0e0cf881be
commit b1d6d20800
9 changed files with 188 additions and 4 deletions
@@ -23,6 +23,8 @@ namespace IRaCIS.Core.Domain.Models
[JsonIgnore]
public List<TaskStudy> TaskStudyList { get; set; }
public List<NoneDicomStudyFile> TaskNoneDicomStudyFileList { get; set; }
[JsonIgnore]
[ForeignKey("TrialReadingCriterionId")]
public ReadingQuestionCriterionTrial TrialReadingCriterion { get; set; }