This commit is contained in:
he
2023-07-18 11:31:00 +08:00
2 changed files with 5 additions and 5 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ namespace IRaCIS.Core.Domain.Models
[JsonIgnore]
public List<StudyMonitor> DicomStudyMonitorList { get; set; } = new List<StudyMonitor>();
[JsonIgnore]
public List <StudyDTF> StudyDTFList { get; set;} = new List<StudyDTF>();
public List<DicomSeries> SeriesList { get; set; }
[JsonIgnore]
public TrialSite TrialSite { get; set; }
[JsonIgnore]