Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorporates changes from issue #14 #15

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

simonkrenger
Copy link
Owner

Changes by @source011, fixes #14
Tested and verified:

$ ./fix_invalid_export_cda_xml.py
Confirmed invalid XML (ParseError)
Are you sure you want to try to fix your export_cda.xml? This will overwrite your current export_cda.xml. Confirm with 'yes': yes Processing 'export_cda.xml'...
Found end of ClinicalDocument.
Done processing.
Parsing the ClinicalDocument...
Parsing the rest of the document...
Done. Now merging the two parts into the ClinicalDocument... Success

Changes by @source011
Tested and verified:

~~~
$ ./fix_invalid_export_cda_xml.py
Confirmed invalid XML (ParseError)
Are you sure you want to try to fix your export_cda.xml? This will overwrite your current export_cda.xml. Confirm with 'yes': yes
Processing 'export_cda.xml'...
Found end of ClinicalDocument.
Done processing.
Parsing the ClinicalDocument...
Parsing the rest of the document...
Done. Now merging the two parts into the ClinicalDocument...
Success
~~~
@simonkrenger simonkrenger merged commit a6ae517 into master May 21, 2024
6 checks passed
@simonkrenger simonkrenger deleted the incorporate-issue-14 branch May 21, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimized fix_invalid_export_cda_xml
1 participant