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

Implement DICOM Album Creation Utility with Kheops Integration #11

Open
ASHISH-JHA94 opened this issue Mar 7, 2025 · 1 comment
Open

Comments

@ASHISH-JHA94
Copy link

Objective

The goal is to create a utility that:

  • Allows users to query DICOM metadata to identify subsets of images.
  • Enables the creation of "albums" from these subsets.
  • Integrates with Kheops to provide a seamless interface for viewing and sharing albums via OHIF Viewer.

Proposed Approach

Metadata Querying:

  1. Use pydicom (Python) or dcm4che (Java) to parse and query DICOM metadata.
  2. Implement a command-line interface (CLI) or simple UI for users to input query parameters (e.g., patient ID, study date, modality).

Album Creation:

  • Develop functionality to group queried images into albums.
  • Store album information (e.g., list of DICOM files, metadata) in a structured format (e.g., JSON).

Kheops Integration:

  1. Use Kheops APIs to upload albums and generate unique URLs for sharing.
  2. Ensure compatibility with OHIF Viewer for seamless image viewing.
@ASHISH-JHA94
Copy link
Author

let me know if it is fine to proceed with this idea.

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

1 participant