Releases: BryanHurst/EHR-Monitor-Test
Releases · BryanHurst/EHR-Monitor-Test
EHR Monitor Test Suite v1.0
This is the first full release of the EHR Monitor Test.
The application will guide you through six tests to see if monitoring the text inside of an EHR application is possible.
These tests are:
- Reading Plain Text
- Writing Plain Text
- Using the Clipboard to Read RTF (ugly way)
- Using the Clipboard to Write RTF (ugly way)
- Using the Windows API to Read RTF (the good way, but will probably fail)
- Using the Windows API to Write RTF (the good way, but will probably fail)
Demo of Test Steps
This release shows how users may go through the testing steps once the application is functioning.
Mostly this is for getting an idea of how tests work and to start getting feedback on the text in the program.
NOTE: Test Three WILL fail and crash your EHR program. We are still working on a way to properly read RTF from an external program without causing Memory Access Violations.