Exemple #1
0
 protected Series(string seriesInstanceUid, Study parentStudy)
 {
     SeriesInstanceUid = seriesInstanceUid;
     Sops         = new SopCollection();
     _parentStudy = parentStudy;
 }
Exemple #2
0
 protected void AddStudy(Study study)
 {
     Studies.Add(study);
 }