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

[Bug] Exporting measurements in DICOM SR results in DICOM Store (409 Conflict) issue #3648

Closed
moizalidv opened this issue Sep 12, 2023 · 5 comments · Fixed by #3739
Closed
Assignees
Labels
Bug Verified Bug reported, reproducible, and verified. IDC:collaboration Community projects related to IDC work

Comments

@moizalidv
Copy link

Describe the Bug

Envrionments use:
1.Using. DCM4Chee docker installation [https://docs.ohif.org/configuration/dataSources/dicom-web#open-source-dicom-image-archives]
2. Using master branch of OHIF Viewer
3. Running yarn run dev:dcm4chee

Exporting measurements as DICOM SR in a local environment do not go through. 409 Conflict is raised when saving the DICOM SR file back to DCM4Cher server.

Steps to Reproduce

  1. Upload any study
  2. Make a measurement
  3. Click yes to "Track measurements for this series?"
  4. Click Create Report button in right hand panel
  5. Add name to saved report.
  6. Click Save

open console in Chrome.

Notice the following error:
catcher.js:197 POST http://localhost:8080/dcm4chee-arc/aets/DCM4CHEE/rs/studies 409 (Conflict)

The current behavior

Create report functionality is not working in local environment.

The expected behavior

Create report functionality should work.

OS

macOS Venture 13.5

Node version

v18.10.0

Browser

Chrome v116.0.5845.179

@moizalidv moizalidv added the Awaiting Reproduction Can we reproduce the reported bug? label Sep 12, 2023
@moizalidv moizalidv changed the title [Bug] Exporting measurements in DICOM SR results in DICOM Store issue [Bug] Exporting measurements in DICOM SR results in DICOM Store (409 Conflict) issue Sep 14, 2023
@james-hanks james-hanks added Bug Verified Bug reported, reproducible, and verified. and removed Awaiting Reproduction Can we reproduce the reported bug? labels Oct 4, 2023
@james-hanks
Copy link

@jbocce to investigate and work with dcm4chee if necessary

@jbocce
Copy link
Contributor

jbocce commented Oct 20, 2023

After quite a bit of digging this is indeed an OHIF issue caused by NOT formatting the patient name properly in the generated report.

@fedorov
Copy link
Member

fedorov commented Oct 20, 2023

Can someone share a sample of measurements SR produced by OHIF?

@fedorov fedorov added the IDC:collaboration Community projects related to IDC work label Oct 20, 2023
@jbocce
Copy link
Contributor

jbocce commented Oct 23, 2023

Can someone share a sample of measurements SR produced by OHIF?

sample SR.zip

@fedorov
Copy link
Member

fedorov commented Nov 3, 2023

Sorry, I just now noticed this update. I will review and respond!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Verified Bug reported, reproducible, and verified. IDC:collaboration Community projects related to IDC work
Projects
None yet
4 participants