Happy New Year, while we’re at it.
Question: Does anyone know what the statement that the system must support AES encryption means? Does that apply to disk storage, or to email transactions, or to browser access? What has to be encrypted and how?
Thanks.
- Peter
I noted you posted a screenshot of a form, so I’m assuming you guys coded this. Please submit this code to the ‘Code Review’ tracker (we prefer a patch from the SF tip, but the SVN tip is ok, or place a package of the complete files) and let Rod and I know via a message on the forum here; then we can give feedback on your code. Better to start as early as possible to avoid some of the pitfalls of OpenEMR coding in future code. This worked out really well with Thomas’s group; only took a couple submissions before they got the hang of things.
Currently we are performing the internal code review of HIPAA de-identification code. Will submit the same in the sourcefirge tracker possibly by tomorrow.
Ran ./contrib/util/de-identification_upgrade.php which created the necessary tables.
Then went to openemr/interface/de_identification_forms/de_identification_screen1.php which gave options for producing de-identification data.
Selected ALL, and received the message “De Identification Process is ongoing, Please visit De Identification screen after some time”.
No queries or processes are running after checking 30 minutes later.
How do I clear this message and try again?
Update the field ‘status’ to 0 in the table de_identification_status manually. De-identification screen will get displayed normally.
Please ensure you have data in all the required tables.