Bug Fixes, track anything implementation. (#6985)
commit0a271358e6550cab2dc54c851bb16a3622079f83
authorStephen Nielson <snielson@discoverandchange.com>
Mon, 6 Nov 2023 17:27:40 +0000 (6 12:27 -0500)
committerGitHub <noreply@github.com>
Mon, 6 Nov 2023 17:27:40 +0000 (6 12:27 -0500)
tree9a4c0af9531f510bd6ce28864ec98551aa31c4f0
parent34736724c43c8c2c7e4e6d6578e8654d43186261
Bug Fixes, track anything implementation. (#6985)

Realized I had forgotten the track anything implementation and needed to
add a custom table definition for that.

Testing the track anything custom form revealed a bug in the clinical
notes custom table definition which is now fixed.
Documentation/EHI_Export/docs/openemr.openemr.xml
Documentation/EHI_Export/schemaspy/schemas/openemr.meta.xml
bin/generate-ehi-documentation.sh
interface/modules/custom_modules/oe-module-ehi-exporter/src/Models/ExportState.php
interface/modules/custom_modules/oe-module-ehi-exporter/src/Services/EhiExporter.php
interface/modules/custom_modules/oe-module-ehi-exporter/src/TableDefinitions/ExportClinicalNotesFormTableDefinition.php
interface/modules/custom_modules/oe-module-ehi-exporter/src/TableDefinitions/ExportTrackAnythingFormTableDefinition.php [copied from interface/modules/custom_modules/oe-module-ehi-exporter/src/TableDefinitions/ExportClinicalNotesFormTableDefinition.php with 60% similarity]