The separator used by the patient name data handler is wrong

Issue #13 resolved
Paolo Brandoli repo owner created an issue

The data handler for the patient name (PN) uses = to separate the elements in the name. It should use ^

Comments (4)

  1. Paolo Brandoli reporter

    Actually both ^ and = are correct. ^ separates the names' components (name, surname, etc), = separates different representation (e.g. phonetic, ideographic).

    Update the documentation for PersonName field to explain which separator is used and why.

  2. Log in to comment