DICOM Store halts if incoming file has attributes not in dictionary

Issue #296 resolved
Ed McDonagh created an issue

If a file has non-private elements that aren't in the DICOM dictionary, netdicom raises an exception, which then halts the import and the queue gets stuck.

Apart from copying the latest (unreleased) dictionary, I'm not sure what to do...

Comments (6)

  1. Ed McDonagh reporter

    Wrapped the save_as command in a try: except:. If there is a tag that is considered invalid by pydicom, it now exits with an error message and returns success (else the sender would try again). Probably the same as ref #296, but don't have an error message currently to check with.

    → <<cset f8df409503d1>>

  2. Log in to comment