Dynamic DICOM Endpoints. #4
Replies: 2 comments 2 replies
-
@dipak101505, these additional DICOM receiver components will add more latency and queuing delays. I was thinking more along the lines of just having the 3 targets and sources (either the scanners or a PACS). If it is a PACS, providing the ability to change the destination. While changing the destination dynamically in pre-existing PACS will be tough, our own DICOM senders can be configured to do that. This was my thought process. |
Beta Was this translation helpful? Give feedback.
-
Hi @pradeeban, I'm eager to re-engage with this community. Proficient in Python and Java, I bring experience in handling DICOM images, a skill vital for this project and others such as 'Creating shareable "albums" from locally stored DICOM images' and 'DICOM Image Retrieval and Processing in Matlab'. Hence, I'm keen to contribute to these projects and collaborate with fellow community members. |
Beta Was this translation helpful? Give feedback.
-
Hi @pradeeban !
I'd like to discuss the project's problem statement to ensure we're on the same page.
My understanding:
The project aims to route DICOM files from the source to dynamic endpoints.
Implementation Proposal:
I propose building a gateway and dicom acceptor that can:
-Gateway accepts dicom from source. It has a list of all the endpoints stored in a database.
-The gateway then dynamically routes the DICOM to any one of the acceptor
-Dicomacceptor uploads the dicom to the cloud storage.
-Each dicom acceptor is configured with PACS endpoint and sends the cloud storage object to PACS.
Is my understanding of the project goals correct? Does my proposed approach seem feasible? If so, may I proceed with working on it?
I've also attached a diagram for your reference, providing a high-level overview of the proposed solution.
Beta Was this translation helpful? Give feedback.
All reactions