Specific Character Set with MultiValue content fails on import

Issue #866 resolved
Ed McDonagh created an issue

get_values.safe_strings() is not able to cope with a multi-value specific character set value. And it is marked as probably unnecessary - the decoding is now done in the .decode() at the start.

Propose removing the function from the code.

Comments (14)

  1. Ed McDonagh reporter

    Added MultiValue SpecificCharacterString and PerformingPhysicianName with escape character, and test of import. Refs #866. PersonName is copied from pydicom examples which are taken from David Clunie's examples.

    → <<cset 2e88dd5ffba7>>

  2. Log in to comment