biolab-unige/nifti2dicom

Is there a functional API?

Opened this issue · 2 comments

How can I use this amazing tool in my code? Is there an API for this? Thanks!

Hello @kaimingkuang
Sorry for the delay...

There is no public API at the moment, even though it shouldn't be very hard to expose the internal API and make it a library.
I'd like to make it public, but unfortunately I don't have time to work on this at the moment...
If by chance you want to work on this, please let me know, and I'll be glad to help.

Hello @kaimingkuang
Sorry for the delay...

There is no public API at the moment, even though it shouldn't be very hard to expose the internal API and make it a library.
I'd like to make it public, but unfortunately I don't have time to work on this at the moment...
If by chance you want to work on this, please let me know, and I'll be glad to help.

Thanks anyway. I spent a lot of time figuring out how to generate valid UID when trying to convert NIFTI to DICOM. I am also pretty busy right now and I have very little experience in C++, but this sounds like a great opportunity. If I had the time I might give it a try.