You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll take the opportunity to ask another question. The input files can have different namespaces ([None, "urn:hl7-org:v1", "urn:hl7-org:v2", "urn:hl7-org:v3"]) and I want to parse them the same way. Is there any way to do this transparently, to ignore namespaces completely or to specify a namespace at parsing time (as a from_xml parameter for example) and not at models definition.
Hi @dapper91 again 😊,
I'm trying to use the lib to parse HL7 aECG files.
Let's take this file as an example.
I have the following program:
And I have the following error:
I can't understand why the error occurs (especially since the commented line, which is equivalent for me, works correctly). What am I doing wrong?
The text was updated successfully, but these errors were encountered: