예제 #1
0
파일: Series.cs 프로젝트: top501/uPV
 protected Series(string seriesInstanceUid, Study parentStudy)
 {
     SeriesInstanceUid = seriesInstanceUid;
     Sops         = new SopCollection();
     _parentStudy = parentStudy;
 }
예제 #2
0
파일: MediaFileSet.cs 프로젝트: top501/uPV
 protected void AddStudy(Study study)
 {
     Studies.Add(study);
 }