-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
bug: Unable to import CCDA XML files in Docker 7.0.3 #7411
Comments
hi @see-k-er , do you have a sample ccda without PHI that you could share for testing purposes please? |
The attached file shared contains synthea generated CCDA XML files (in zip format as GitHub didn't let me attach XML files). |
hi @sjpadgett , what happens when there's only 1 component count in the zip? it appears that the import won't proceed if documents aren't included... |
The document referred is the ccda xml to import. I'll take a quick look at sample xml. |
Looks like zip of ccdas need to be in a directory. I think I did this because all the zips I've used have directory even ONC. |
hi @sjpadgett, here's some minor stuff I fixed while debugging, #7416 |
Describe the bug
Import of CCDA XML file to OpenEMR is unsuccessful in Docker 7.0.3. The following error is seen in the error.log file.
PHP Warning: Undefined array key 1 in /var/www/localhost/htdocs/openemr/controllers/C_Document.class.php on line 806, referer: http://localhost:8009/interface/modules/zend_modules/public/carecoordination/upload?id=1
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In Docker 7.0.2, the import of CCDA file is successful and it's entry can be seen in the Import CCDA page. Similar behaviour is expected in Docker 7.0.3.
Client configuration
The text was updated successfully, but these errors were encountered: