예제 #1
0
		internal Series(SeriesXml xml, Study parent, IDicomFileLoader dicomFileLoader)
		{
			_xml = xml;
			_parentStudy = parent;
			_dicomFileLoader = dicomFileLoader;
			_sopInstanceCollection = new SopInstanceCollection(this);
			_firstSopInstance = _sopInstanceCollection.FirstOrDefault();
		}
예제 #2
0
 public Series(SeriesXml xml, Study parent)
 {
     _xml = xml;
     ParentStudy = parent;
 }
예제 #3
0
 public Series(SeriesXml xml, Study parent)
 {
     _xml        = xml;
     ParentStudy = parent;
 }
예제 #4
0
			public SeriesCollection(Study owner)
			{
				_owner = owner;
			}
예제 #5
0
 public SeriesCollection(Study owner)
 {
     _owner = owner;
 }