Modules in the Niffler #314
-
Hi all, I am new to Niffler and started with simple module png extraction . Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 5 replies
-
Hi, That should help you get started. |
Beta Was this translation helpful? Give feedback.
-
Hi, Is there any more info or maybe some examples how Niffler works than README? |
Beta Was this translation helpful? Give feedback.
-
Thanks for getting back. You won't have to wait for more than a couple of minutes to get the images. The logs are correct (they indicate the Niffler cold-extraction module started fine). I see 2 issues here.
I have updated the README in the dev and master branches of the front-end module to indicate this now. Suggestion: Please use the cold-extraction module directly, by following its README.
You are running a DCM4CHEE as a PACS. But I don't see that you have configured it to accept queries from Niffler. You need to configure both sides (sender and receiver) to query and receive DICOM images. So, in this case, DCM4CHEE is your PACS/sender (SrcAet) and Niffler is your receiver (QueryAet). Pls configure both Niffler and DCM4CHEE. This is how Niffler's configurations look like - https://github.com/Emory-HITI/Niffler/blob/master/modules/cold-extraction/system.json You see SrcAet, QueryAet, and DestAet. Unless you have configured DCM4CHEE to accept queries from anywhere, it will not accept queries from Niffler without specifically configuring DCM4CHEE to accept queries from Niffler. I have not used DCM4CHEE as the src AET (So I cannot help you much with that). Our source is our enterprise PACS (with actual clinical DICOM images in them). So, those were specifically configured to accept queries from Niffler (stating its AE Title, hostname, and port address) and not accept queries from anywhere openly. Please let us know how things go or if you need any further clarification from the Niffler end. |
Beta Was this translation helpful? Give feedback.
-
Hello sir! I would like to work on this project in GSoC 2023. It is the right place to discuss the project as in 2023? |
Beta Was this translation helpful? Give feedback.
-
Hi , |
Beta Was this translation helpful? Give feedback.
Hi,
Please go through the README at https://github.com/Emory-HITI/Niffler
and then the README in,
https://github.com/Emory-HITI/Niffler/blob/master/modules/cold-extraction/
That should help you get started.
Please get back to us if you have more questions.