| Literature DB >> 35747129 |
Yuhang Hu1, Haotian Gan2.
Abstract
Hospital information system (HIS) can provide a full range of information support for various hospital business activities and information collection, processing, and transmission, helping medical service providers. And HIS can reduce medical service costs and improve work efficiency, greatly reducing errors in diagnosis and treatment. Although the advantages of using the HIS are obvious, there are still some challenges in its use, the most prominent being how to make the medical staff use HIS effectively. Based on this background, this paper uses machine learning (ML) technology to predict and analyze the satisfaction of HIS use in hospitals and completes the following work: firstly, introduce the situation and development trend of HIS construction at home and abroad and provide theoretical basis for model design. The related development technologies are discussed and studied in detail. Second, the ML algorithm is used to provide a prediction strategy. The support vector machine (SVM) can handle small data sets well, and this study applies the AdaBoost technique to improve the model's generalization ability and accuracy. Lastly, a diversity metric is included to guarantee that the basic learner has good variety in order to increase the algorithm's performance. Accuracy rates may reach more than 95% in the case of tiny data sets, according to the self-built data set used for testing. This proves the superiority of the model proposed in this paper.Entities:
Mesh:
Year: 2022 PMID: 35747129 PMCID: PMC9213168 DOI: 10.1155/2022/1366407
Source DB: PubMed Journal: Comput Math Methods Med ISSN: 1748-670X Impact factor: 2.809
Figure 1Application scenario of machine learning algorithms.
Figure 2Support vector machine to solve the hyperplane flow chart.
Figure 3Schematic diagram of OVR strategy.
Figure 4Schematic diagram of OVO classification method.
Satisfaction index of hospital HIS system use.
| First-level indicator | Secondary indicator | Label |
|---|---|---|
| System security | Use database super user login method | X1 |
| Program provides data backup function | X2 | |
| Provide full monitoring of data modification | X3 | |
| System scalability | Provide various parameters to fully adjust system | X4 |
| Subsystems can operate individually or shared | X5 | |
| Provide various external interfaces | X6 | |
| System maintainability | Easy and fast system installation | X7 |
| Provides tools for maintaining databases | X8 | |
| Client and system automatic upgrade | X9 | |
| Software ease of use | Has a unified operation interface | X10 |
| With personalization function | X11 | |
| Provide online help | X12 | |
| External interface | Statistics related system interface | X13 |
| With medical insurance interface | X14 | |
| Disease control and health monitoring interface | X15 |
Figure 5The training results of the AdaBoost-SVM model.
Sample classification situation.
| Satisfaction level | Number of samples | Evaluation results | |||
|---|---|---|---|---|---|
| A | B | C | D | ||
| A | 30 | 26 | 01 | 02 | 01 |
| B | 30 | 0 | 29 | 01 | 01 |
| C | 30 | 0 | 01 | 28 | 01 |
| D | 30 | 02 | 0 | 0 | 28 |
Figure 6Experimental accuracy of different models.