[PR #9] add cli tool example for importing DICOM secondary capture #10

Open
opened 2026-03-23 20:22:41 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/pull/9
Author: @sectra-masve
Created: 11/21/2024
Status: 🔄 Open

Base: mainHead: dicom_examples


📝 Commits (2)

📊 Changes

3 files changed (+77 additions, -0 deletions)

View changed files

examples/python/dicom_examples/README.md (+37 -0)
examples/python/dicom_examples/requirements.txt (+2 -0)
examples/python/dicom_examples/send_cstore.py (+38 -0)

📄 Description

I'm creating a pull request from the branch that @nicolasbrandt721 created, contributing example code for performing C-STORE to send a DICOM secondary capture to Sectra PACS.

I'm thinking this is something we want to add, but perhaps refine it a bit first.

The usage scenario is to provide a result image (or PDF) that can be presented next to the analyzed slide.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/pull/9 **Author:** [@sectra-masve](https://github.com/sectra-masve) **Created:** 11/21/2024 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dicom_examples` --- ### 📝 Commits (2) - [`dc67576`](https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/commit/dc675762dc3779369fc8c388423b865d54bfb9bc) C-store send example - [`6f7f831`](https://github.com/sectra-medical/dpat_imageanalysisapi_sdk/commit/6f7f83155e3e186231c67a0ad03b4cb7159b5e0f) Add readme ### 📊 Changes **3 files changed** (+77 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/python/dicom_examples/README.md` (+37 -0) ➕ `examples/python/dicom_examples/requirements.txt` (+2 -0) ➕ `examples/python/dicom_examples/send_cstore.py` (+38 -0) </details> ### 📄 Description I'm creating a pull request from the branch that @nicolasbrandt721 created, contributing example code for performing C-STORE to send a DICOM secondary capture to Sectra PACS. I'm thinking this is something we want to add, but perhaps refine it a bit first. The usage scenario is to provide a result image (or PDF) that can be presented next to the analyzed slide. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
sectra-medical/archived-dpat-imageanalysisapi-sdk#10
No description provided.