User Manual
About 4 min
document mode
Read-only mode
Pagination display, used for medical record review, etc., cannot be modified;Form mode
Full page display, used for outpatient physicians to fill out outpatient medical records, resident physicians to fill in inpatient medical records, and resident nurses to fill in nursing medical records;Design Patterns
Full page display, used for HIT implementers, information department personnel of medical institutions or department managers to maintain medical record templates;
document control
- In the design mode, right-click the menu and click Properties to open the property setting panel of the document control;
- In design mode, after opening the property setting panel, click the document control to switch to the currently selected control property, which is convenient for quick setting;
- General attribute [identification]: used for data binding or obtaining binding data; (the id and name of HTML nodes are also specified as identification attributes)
- General attribute [width]: specify the minimum width of the control, which is used for the fixed document space of the control;
- General property [alignment]: After specifying the width of the control, the alignment direction of the internal text (left, right, center);
- General attribute [must be input]: When saving the document, verify and prompt that there is no input item;
- Use the TAB key or Enter key to switch controls;
input field
- for entering text;
- In form mode, use the (Ctrl+Enter) key combination to enter a line break;
- Verification format (to be developed);
date
- is used to select the date;
- Date format can be specified: example yyyy-MM-dd, MM month dd day;
Dropdown box
- Optional items can be specified to perform data drop-down selection;
- The option adopts multi-line text format, and supports [code: label] format;
- The selection item drop-down supports the up and down keys + enter to select;
Data selection box
- Mainly used for the input of a large number of dynamic data sources such as diagnosis and medicine;
- You need to specify the data source URL;
(example/icd.json; http://x-emr.cn/dic/druglist)
- The input parameter of the data source URL is key= input string;
example (/icd.json?key=cold)
- The data source is returned in a fixed JSON format;
[{code: 'xxxx1', name:'xxx1'}, {code: 'xxxx2', name:'xxx2'}, ...]
- Please implement the data source interface by yourself;
- After selecting the drop-down data item, the code can be brought out to the Nth input field on the right side of the current control;
N=0 does not bring out the code; N<0 specifies that the Nth input field on the left side brings out the code
picture
- Insert pictures using the toolbar;
- Adjust the image size after selection in design mode;
- Adjusting the image size only supports adjustments in the right, down, and bottom right directions;
- Selected pictures can be deleted;
barcode
- Right-click properties to modify the barcode value;
- Barcode value acquisition (to be developed);
QR code
- Right-click properties to modify the QR code value;
- QR code value acquisition (to be developed);
Electronic signature
- Toolbar insert electronic signature;
- Modify electronic signature: insert after deletion;
- Double-click to modify the electronic signature (to be developed);
Medical expressions
- Insert medical expressions in the toolbar;
- Double-click to modify medical expressions;
- Permanent teeth bitmap (to be improved);
- Deciduous teeth bitmap (to be developed);
- Other medical expressions (to be developed);
reference item
- The reference item is a medical record data element item with a standardized English name;
- By default with an identification name;
- After double-clicking, it will automatically bring in the English name of the data element item, whether it is required, character type, length, and data element encoding;
- When saving the medical record document, the structured data set of the medical record document can be transferred to the database at the same time
knowledge base
- The knowledge base is a common medical record input item, which is convenient for doctors to standardize and quickly complete the medical record writing in natural language. It is mainly used for natural language input such as [main complaint], [signs], [symptoms], [disease history], and [disease course];
- The option list that is automatically brought into the knowledge base after double-clicking, the first line is the default option value;
- Signs and symptoms do not have an identifying name by default, and are usually passed as a paragraph as a whole to the structured data set of the document;
hot key
- (Enter or Tab) switch to the next input field (form mode);
- (Shift + Tab) switch to the previous input field (form mode);
- (←, →) Left and right keys to move the input field forward and backward (form mode);
- (↑, ↓) Up and down keys to switch the drop-down box selection items (form mode);
- (Ctr + Enter) line break in input field (form mode);
- (Ctr + O) Open local medical record file;
- (Ctr + N) New document;
- (Ctr + S) save to server;
- (Ctr + Y) print preview; (Esc) exit preview;
- (Ctr + P) print medical records;
- (Ctr + Z) undo edit;
- (Ctr + Shift + Z) Undo edit;
- (Ctr + C) copy;
- (Ctr + V) Paste;
- (Ctr + F) full text search;
- (Ctr + A) select all, (in form mode, select the current input field);
- Page zoom in and out: (Ctrl + mouse wheel) or (laptop touchpad gestures) or (touch screen gestures)
Import and Export
export
- Export HTML: Export medical record documents in HTML format (without pagination), which can be used for re-import;
- Export PDF: export medical records in PDF format (paged);
- Export JSON: Export structured data in JSON format, usually used to store in the background database;
- Export XML: Export structured data in XML format, usually used to store in the background database;
import
- Open the template: import medical record documents in HTML format;
- Import DC format XML: import Duchang electronic medical record format XML;
- Page Setup: Set paper orientation, size, margins and height of header and footer;
- Print preview: quickly preview the effect of printing pagination;
- Print: A browser dialog box pops up for web page printing, and margins need to be set to none;
- Send to a local printer: Due to the security settings of the browser, it is necessary to print directly without bullet dialog box, please install X-Browser, which supports direct printing to the specified printer, and X-Print is required for non-Window environment;
- Send to desktop PDF: experimental function, X-Print can directly print out PDF to user desktop;
revision
- Can be enabled in form mode
- When modifying the content of the input field, there are traces displayed
Comments
- Can be enabled in form mode
- Right-click to select the content of the document to add comments
- Enter text directly in the comment box to modify comments