CCDA import merge duplicate fix (#5978)
commit827ebdef01b4363ef904e10a39e7b12a73e39779
authorJerry Padgett <sjpadgett@gmail.com>
Mon, 28 Nov 2022 23:17:43 +0000 (28 18:17 -0500)
committerGitHub <noreply@github.com>
Mon, 28 Nov 2022 23:17:43 +0000 (28 18:17 -0500)
treeaa7b5857d0746a07c0de81e8d5fa52398ffe2db0
parent4c7465d1994b0621dfa5e2ce146d38a72b74b94b
CCDA import merge duplicate fix (#5978)

* CCDA import merge duplicate fix
- ensure if unstructured and CDA then combine/merge
- fix deleter to auto close after 2 sec or immediate for encounters.

* - fix careplan report to use passed in encounter id instead of session data.

* - additional attempt to find author for portal CCD

* - ensure no duplicate users created on import
interface/forms/care_plan/report.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/CarecoordinationTable.php
interface/modules/zend_modules/module/Carecoordination/src/Carecoordination/Model/EncounterccdadispatchTable.php
interface/patient_file/deleter.php
src/Services/Cda/CdaTemplateImportDispose.php