MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011739 | VTK | (No Category) | public | 2011-01-20 23:57 | 2013-06-05 16:41 |
| Reporter | iono sphere | ||||
| Assigned To | Jean-Christophe Fillion-Robin | ||||
| Priority | high | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0011739: Medical Image Properties from vtkMedicalImageReader2 always return null when loading a DICOM file | ||||
| Description | Data 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()); | ||||
| Steps To Reproduce | |||||
| Additional Information | Windows 7. Visual C++ 2010. | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| 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 | ||
| Notes | |||||
|
|
|||||
|
|
||||