The Design and Implementation of a Customizable Health Insurance Reporting System

碩士 === 東吳大學 === 資訊科學系 === 92 === Table driven is a very practical skill for system implementation. The process control in the system is based on the contents in tables. Since changing the contents within the tables is evident, this skill not only increases the stability of the system but also decrea...

Full description

Bibliographic Details
Main Author: 吳致元
Other Authors: 柯淑津
Format: Others
Language:zh-TW
Published: 2004
Online Access:http://ndltd.ncl.edu.tw/handle/04706024613538453545
Description
Summary:碩士 === 東吳大學 === 資訊科學系 === 92 === Table driven is a very practical skill for system implementation. The process control in the system is based on the contents in tables. Since changing the contents within the tables is evident, this skill not only increases the stability of the system but also decreases the complexity of system maintenance. Health Insurance Reporting System is requisite for each hospital and clinic, because the government enforces it. The system is for data communication between the Bureau of National Health Insurance and hospital/clinic to calculate insurance related reimburse fees. However, the complicated rules for apply these fees may be modified very frequently. It is costly if the software is to be modified and then retested whenever a rule is changed. We proposed a design with table driven skill to this problem, and we took a traditional herbal clinic as the base to implement its Health Insurance Report System. Rule change examples were verified, and the results showed significant effectiveness.