The design and implementation of interface software between HIS and MIS of social medical insurance
- VernacularTitle:HIS与社会医疗保险系统接口的设计与实现
- Author:
Kaiyu SONG
- Publication Type:Journal Article
- Keywords:
HIS;
social medical insurance system;
interface;
DLL
- From:
Chinese Medical Equipment Journal
1989;0(01):-
- CountryChina
- Language:Chinese
-
Abstract:
The interface software between HIS and MIS of social medical insurance makes it possible to interchange data between the two systems and apply HIS to medical insurance management. Usually, the social medical insurance center offers a standard method of interface, which is called the upper interface. The interface between the upper interface and HIS, called the lower interface, requires specific design based on specific HIS. This article discusses a case in which a HIS client computer can transmit data to the server at the insurance center and receive real-time processing results. The upper interface consists of two dynamic link libraries (DLL). Three tasks have to be accomplished to program the lower interface, which are to create a table in HIS database and arrange every item in HIS price list with its corresponding item in the insurance list, to create tables or fields in HIS database to store proper data for medical insurance business, and to design a special HIS application module and alter several existing modules for medical insurance business. There are some key points in programming such as invoking a function in the DLL properly, gathering data to form a character storing variables for the function and parsing the returned character string to extract result data.