Exemplo n.º 1
0
 public DicomFile()
 {
     this.dataSet             = new DataSet();
     this.fileMetaInformation = new FileMetaInformation();
     this.dvtkDataFileHead    = new DvtkData.Media.FileHead();
 }
Exemplo n.º 2
0
 public DicomFile()
 {
     this.dataSet = new DataSet();
     this.fileMetaInformation = new FileMetaInformation();
     this.dvtkDataFileHead = new DvtkData.Media.FileHead();
 }