Source Code & Downloads
1. Medical Record Editor
The editor program consists of the following parts:
Main program editor.js (source code not provided);
Reference page editor.html (modifiable source code);
Third-party development package vender folder (common open-source packages);
All the above programs can be directly downloaded from VUE3 Demo Code, then copy the files from the corresponding directories.
2. Templates and Knowledge Base
- The electronic medical record demo system provides knowledge base data downloads;
- Based on the popular framework RuoYi with a front-end and back-end separation version;
- Provides a large number of templates, which can be edited online;
🎨 Login Method 1: Click to quickly log in to the electronic medical record demo system.
🎨 Login Method 2: Register an account at https://www.x-emr.cn/xemr and then log in to the electronic medical record demo system.
3. Vue3 Integration Example
🎨 Demo URL: https://www.x-emr.cn/vue3.html
🍎 Source Code Download: https://gitee.com/bensenplus/x-emr-vue
4. Vue2 Integration Example
- Vue2 demo with common features, source code available
🎨 Demo URL: https://www.x-emr.cn/vue2.html
🍎 Source Code Download: https://gitee.com/bensenplus/x-emr-vue2
5. PDF Generation Service (X-Print)
Same functionality as X-Browser, not limited to Windows systems
- Supports Windows, Mac, Linux, and domestic operating systems (ARM architecture);
- Electronic medical record print driver: Can specify the default printer, print documents directly without popping up a dialog box;
- After starting the program, right-click the icon in the lower right corner of the taskbar to view the print preview;
💿 Download (Linux): https://www.x-emr.cn/download/x-printer-linux-x64.zip
💿 Download (Windows): https://www.x-emr.cn/download/x-printer-win-x64.zip
🍎 Source Code Download: https://gitee.com/bensenplus/x-printer
6. Windows Printing Service (X-Browser)
A client program for local dialog-free printing, providing PDF generation services
- Only supports Windows operating systems;
- Electronic medical record client: Can specify the default printer, print documents directly without popping up a dialog box;
- Customizable to embed local interface programs such as ID card reading and medical insurance card reading;
- Environment Requirement 1: .NET 6.0 Microsoft Official Download;
- Environment Requirement 2: WebView2 109.0.1518.78, usually pre-installed on Win10 and Win11. If not installed, please download from Microsoft Official Website;
- After starting the program, right-click the icon in the lower right corner of the taskbar to set the default printer;
- The "Direct Print" feature of the electronic medical record editor can be used in Chrome, Edge, Firefox, and other browsers;
💿 Download (Windows): https://www.x-emr.cn/download/x-browser-win-x64.zip
🍎 Source Code Download: https://gitee.com/bensenplus/x-browser