コード例 #1
0
ファイル: DicomFile.cs プロジェクト: top501/DVTK-1
 public DicomFile()
 {
     this.dataSet             = new DataSet();
     this.fileMetaInformation = new FileMetaInformation();
     this.dvtkDataFileHead    = new DvtkData.Media.FileHead();
 }
コード例 #2
0
ファイル: DicomFile.cs プロジェクト: ewcasas/DVTK
 public DicomFile()
 {
     this.dataSet = new DataSet();
     this.fileMetaInformation = new FileMetaInformation();
     this.dvtkDataFileHead = new DvtkData.Media.FileHead();
 }