View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011739VTK(No Category)public2011-01-20 23:572013-06-05 16:41
Reporteriono sphere 
Assigned ToJean-Christophe Fillion-Robin 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0011739: Medical Image Properties from vtkMedicalImageReader2 always return null when loading a DICOM file
DescriptionData from Medical Image Properties from vtkMedicalImageReader2 always return null when trying to load a DICOM file. Here is my code:

        vtkMedicalImageReader2* medimg = vtkMedicalImageReader2::New();
        medimg->SetFileName("I10"); //this file is placed right next to the built executable, and is a DICOM file.
        medimg->Update();
        printf("Patient gender: %s\n",medimg->GetMedicalImageProperties()->GetPatientSex());
        printf("Age %s\n",medimg->GetMedicalImageProperties()->GetPatientAge());
        printf("Modality %s\n",medimg->GetMedicalImageProperties()->GetModality());
Additional InformationWindows 7. Visual C++ 2010.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0025020)
iono sphere (reporter)
2011-01-24 03:31

Dear staff,
I have solved the problem. The bug originates from using incorrect builds. This is my fault. Please close this report.

 Issue History
Date Modified Username Field Change
2011-01-20 23:57 iono sphere New Issue
2011-01-24 03:31 iono sphere Note Added: 0025020
2013-06-05 16:41 Jean-Christophe Fillion-Robin Assigned To => Jean-Christophe Fillion-Robin
2013-06-05 16:41 Jean-Christophe Fillion-Robin Status backlog => tabled
2013-06-05 16:41 Jean-Christophe Fillion-Robin Status tabled => closed
2013-06-05 16:41 Jean-Christophe Fillion-Robin Resolution open => no change required


Copyright © 2000 - 2018 MantisBT Team