from pydicom.dataelem import isMultiValue doesn't work with pydicom 2.0

Issue #838 resolved
Ed McDonagh created an issue

Comments (11)

  1. Ed McDonagh reporter

    Fixing concatenation of multivalue PersonNames for pydicom 2.0. Also for hashing Names, which might change matching of pre and post upgrade hashed names. Refs #838.

    → <<cset 1db37acf47eb>>

  2. Ed McDonagh reporter

    I think I am going a little astray here. hash_id only applies to the patient name, ID, and accession number. Patient name cannot be multivalue (presumably), so I shouldn’t be trying to make this work. It should however handle the error better.

  3. Ed McDonagh reporter

    Happy now. Created name hash with Python 2.7, old pydicom, OpenREM 0.10; added test in this code; result matches. Also enabled multivalue names to be hashed without error. Refs #838

    → <<cset 1ae8789383b4>>

  4. Log in to comment