修改一版

This commit is contained in:
he
2022-06-27 18:05:33 +08:00
parent aa8bdf7865
commit 822a609682
5 changed files with 22 additions and 4 deletions
+2
View File
@@ -195,6 +195,8 @@ namespace IRaCIS.Core.Domain.Models
public List<PreviousPDF> PreviousPDFList { get; set; }
public List<ReadingClinicalData> ReadingClinicalDataList { get; set; }
public List<CheckChallengeDialog> CheckChallengeDialogList { get; set; } = new List<CheckChallengeDialog>();
public List<DicomStudy> StudyList { get; set; } = new List<DicomStudy>();