Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to open NIFTI format file in the OHIF viewer? #1629

Closed
rlaxodnjs199 opened this issue Apr 11, 2020 · 4 comments
Closed

Is there any way to open NIFTI format file in the OHIF viewer? #1629

rlaxodnjs199 opened this issue Apr 11, 2020 · 4 comments

Comments

@rlaxodnjs199
Copy link

✋ We are a small team with limited resources. Your question is much more
likely to be answered if it is
a good question

Hello,
I want to open CT images in .nii format. I tried to convert it to DICOM and open in the viewer but faced some errors(conversion manipulates original data) so I want to know if there is any way to load NIFTI format image in the viewer.

Thank you

@trypag
Copy link
Contributor

trypag commented Apr 14, 2020

Hello,

I am not sure there is an easy way. Though you could write an extension that could read and display nifti images, with a specific viewport. There is a cornerstone loader to read nifti https://github.com/cornerstonejs/cornerstone-nifti-image-loader

It requires a little bit of work to understand how an extension can be implemented.

A blocking point is how the nifti file is going to be handled, as OHIF only works with DICOM files.

@dannyrb
Copy link
Member

dannyrb commented Apr 14, 2020

@rlaxodnjs199, there is not a well defined path today. The core team does have some experience modifying the viewer to work with NIFTI data sources, but we don't have anything planned (or funded) to support that functionality near future.

We do have some upcoming changes that make it easier to add support for different data sources.

@stale
Copy link

stale bot commented May 5, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale 🥖 label May 5, 2020
@dannyrb dannyrb closed this as completed May 5, 2020
@armaneshaghi
Copy link

armaneshaghi commented Oct 6, 2022

I am reopening this thread after two years. Has there been an update or example React implementation (e.g., component) to open the NIFTI format with conerstone-nifti inside the OHIF viewer? @dannyrb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants