Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 2.3 KB

README.md

File metadata and controls

69 lines (48 loc) · 2.3 KB

MedSQL Reader

Table of Contents
  1. About The Project
  2. Installation
  3. Usage
  4. Roadmap

Built With

C#

About The Project

⚠Im not Affiliated with Tomedo/Zollsoft in any way⚠

For educational purposes only!

Just a simple SQLite Database Reader for the Tomedo SQLite Database "ServerEntities" to View the contents of the Index entries on Windows.

Back to top

Installation

There is no Installer available yet(Maybe never will be), so you need to download the Source Code and compile it yourself.

Dependencies:

Back to top

Usage

After Compiling the Source Code, you can start the Application and select the ServerEntities.sqlite file from the Tomedo Database Location.

If u double click/Hit Enter on an entry, you can see all the Data in the right TextBox.

Back to top

Roadmap

  • Add a Search, Edit/Save and Filter Function.
  • Make the Data Stored in "ZADDITIONALTEXT" more like in the Tomedo App.
  • Add the "ZPATIENT" Database to the Reader so u see the Name of the Patient your currently Viewing.
  • Make the Application more User-Friendly.

See the open issues for a full list of proposed features (and known issues).

Back to top