Skip to content

Releases: BryanHurst/EHR-Monitor-Test

EHR Monitor Test Suite v1.0

26 Nov 15:25
Compare
Choose a tag to compare

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:

  1. Reading Plain Text
  2. Writing Plain Text
  3. Using the Clipboard to Read RTF (ugly way)
  4. Using the Clipboard to Write RTF (ugly way)
  5. Using the Windows API to Read RTF (the good way, but will probably fail)
  6. Using the Windows API to Write RTF (the good way, but will probably fail)

Demo of Test Steps

12 Nov 17:27
Compare
Choose a tag to compare
Demo of Test Steps Pre-release
Pre-release

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.