예제 #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();
 }