Example #1
0
File: Series.cs Project: top501/uPV
 protected Series(string seriesInstanceUid, Study parentStudy)
 {
     SeriesInstanceUid = seriesInstanceUid;
     Sops         = new SopCollection();
     _parentStudy = parentStudy;
 }
Example #2
0
 protected void AddStudy(Study study)
 {
     Studies.Add(study);
 }