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

Integrate directly with PACS #35

Open
dmoore247 opened this issue Nov 25, 2023 · 2 comments
Open

Integrate directly with PACS #35

dmoore247 opened this issue Nov 25, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dmoore247
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Customers are asking if this solution accelerator can interface directly with PACS type systems that are used to store radiology images

Describe the solution you'd like
Assuming a direct network connection exists between the PACS system and the Databricks dataplane, connect to the PACS system, list the objects, and get the objects, pulling in metadata and optionally image data.

Describe alternatives you've considered
The alternative is to move / migrate the image files to the cloud storage service (S3, ADLS, GCS).

Additional context
PACS is widely used to store Dicom files.

@dmoore247
Copy link
Collaborator Author

This can be easily accommodated if there is a protocol to:

  1. Open the device
  2. List the objects (with filter parameters)
  3. Retrieve objects
  4. If device is network addressable using tcp/ip, https using python libraries and accessible by the CSP data plane that Databricks runs in.

@dmoore247 dmoore247 added enhancement New feature or request help wanted Extra attention is needed labels Nov 27, 2024
@dmoore247
Copy link
Collaborator Author

We need someone with a PACS or VNA and network connection to help develop & test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant