Import echocardiography and MRI DICOM images

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Mandar Kulkarni
Posts: 16
Joined: Tue Jul 13, 2021 10:38 am

Import echocardiography and MRI DICOM images

Post by Mandar Kulkarni » Fri Jul 15, 2022 6:44 pm

Hello all,

Does anyone know how I can import echocardiography images into SimVascular to create a model, mesh, run a simulation etc?

I have a very hundreds of of images currently in JPG format. There is also a DICOM image viewer which allows me to view a video of the echo exam (the images are played in succession at a certain speed). There seem to be several JPG to DICOM conversion software but I am not sure which one might be useful for the purpose of getting the images in the right format so that I can input them into SimVascular.

I have a similar situation with MRI data, which might probably be more useful than the echo data. But again, not sure how to import it into SimVascular.

Any suggestions or ideas are most welcome.

Thanks,
Mandar

User avatar
David Parker
Posts: 1757
Joined: Tue Aug 23, 2005 2:43 pm

Re: Import echocardiography and MRI DICOM images

Post by David Parker » Mon Jul 18, 2022 2:24 pm

Hi Mandar,

If you can convert the images to DICOM format then you might be able to read them in to SV. However, you might have a problem if you don't include all of the DICOM tags required by the SV DICOM reader.

You could also try to convert the images into a VTK VTI format.

Cheers,
Dave

User avatar
Mandar Kulkarni
Posts: 16
Joined: Tue Jul 13, 2021 10:38 am

Re: Import echocardiography and MRI DICOM images

Post by Mandar Kulkarni » Mon Jul 18, 2022 8:25 pm

Hi Dave,

That helps!

Where can I get information about the tags requires by the SV DICOM reader?

Thanks,
Mandar

User avatar
David Parker
Posts: 1757
Joined: Tue Aug 23, 2005 2:43 pm

Re: Import echocardiography and MRI DICOM images

Post by David Parker » Tue Jul 19, 2022 11:15 am

Hi Mandar,

I'm not exactly sure which tags need to be in the DICOM files, there is no guidance on this from MITK, the software framework we use to read DICOM files. At the very least you will need to include tags used to specify the image plane
  • Slice Thickness
  • Image Position
  • Slice Location
  • Pixel Spacing
The DICOM reader may require that all the tags be defined!

It might be easier to create a VTI file, just need to set pixel spacing and origin I think.

Cheers,
Dave

POST REPLY