• Title/Summary/Keyword: Image Map

Search Result 2,272, Processing Time 0.021 seconds

Internal Changes and Countermeasure for Performance Improvement by Separation of Prescribing and Dispensing Practice in Health Center (의약분업(醫藥分業) 실시(實施)에 따른 보건소(保健所)의 내부변화(內部變化)와 업무개선방안(業務改善方案))

  • Jeong, Myeong-Sun;Kam, Sin;Kim, Tae-Woong
    • Journal of agricultural medicine and community health
    • /
    • v.26 no.1
    • /
    • pp.19-35
    • /
    • 2001
  • This study was conducted to investigate the internal changes and the countermeasure for performance improvement by Separation of Prescribing and Dispensing Practice (SPDP) in Health Center. Data were collected from two sources: Performance report before and after SPDP of 25 Health Centers in Kyongsangbuk-do and 6 Health Centers in Daegu-City and self-administerd questionnaire survey of 221 officials at health center. The results of this study were summarized as follows: Twenty-four health centers(77.4%) of 31 health centers took convenience measures for medical treatment of citizens and convenience measures were getting map of pharmacy, improvement of health center interior, introduction of order communication system in order. After the SPDP in health centers, 19.4% of health centers increased doctors and 25.8% decreased pharmacists. 58.1% of health centers showed that number of medical treatments were decreased. 96.4%, 80.6% 80.6% 96.7% of health centers showed that number of prescriptions, total medical treatment expenses, amounts paid by the insureds and the expenses to purchase drugs, respectively, were decreased. More than fifty percent(54.2%) of health centers responded that the relative importance of health works increased compared to medical treatments after the SPDP, and number of patients decreased compared to those in before the SPDP. And there was a drastic reduction in number of prescriptions, total medical treatment expenses, amounts paid by insureds, the expenses to purchase drugs after the SPDP. Above fifty percent(57.6%) of officers at health center responded that the function of medical treatment should be reduced after the SPDP. Fields requested improvement in health centers were 'development of heath works contents'(62.4%), 'rearrangement of health center personnel'(51.6%), 'priority setting for health works'(48.4%), 'restructuring the organization'(36.2%), 'quality impro­vement for medical services'(32.1%), 'replaning the budgets'(23.1%) in order. And to better the image of health centers, health center officers replied that 'health information management'(60.7%), 'public relations for health center'(15.8%), 'kindness of health center officers'(15.3%) were necessary in order. Health center officers suggested that 'vaccination program', 'health promotion', 'maternal and children health', 'communicable disease management', 'community health planning' were relatively important works, in order, performed by health center after SPDP. In the future, medical services in health centers should be cut down with a momentum of the SPDP so that health centers might reestablish their functions and roles as public health organizations, but quality of medical services must be improved. Also health centers should pay attention to residents for improving health through 'vaccination program', 'health promotion', 'mother-children health', 'acute and chronic communicable disease management', 'community health planning', 'oral health', 'chronic degenerative disease management', etc. And there should be a differentiation of relative importance between health promotion services and medical treatment services by character of areas(metropolitan, city, county).

  • PDF

A Study of Anomaly Detection for ICT Infrastructure using Conditional Multimodal Autoencoder (ICT 인프라 이상탐지를 위한 조건부 멀티모달 오토인코더에 관한 연구)

  • Shin, Byungjin;Lee, Jonghoon;Han, Sangjin;Park, Choong-Shik
    • Journal of Intelligence and Information Systems
    • /
    • v.27 no.3
    • /
    • pp.57-73
    • /
    • 2021
  • Maintenance and prevention of failure through anomaly detection of ICT infrastructure is becoming important. System monitoring data is multidimensional time series data. When we deal with multidimensional time series data, we have difficulty in considering both characteristics of multidimensional data and characteristics of time series data. When dealing with multidimensional data, correlation between variables should be considered. Existing methods such as probability and linear base, distance base, etc. are degraded due to limitations called the curse of dimensions. In addition, time series data is preprocessed by applying sliding window technique and time series decomposition for self-correlation analysis. These techniques are the cause of increasing the dimension of data, so it is necessary to supplement them. The anomaly detection field is an old research field, and statistical methods and regression analysis were used in the early days. Currently, there are active studies to apply machine learning and artificial neural network technology to this field. Statistically based methods are difficult to apply when data is non-homogeneous, and do not detect local outliers well. The regression analysis method compares the predictive value and the actual value after learning the regression formula based on the parametric statistics and it detects abnormality. Anomaly detection using regression analysis has the disadvantage that the performance is lowered when the model is not solid and the noise or outliers of the data are included. There is a restriction that learning data with noise or outliers should be used. The autoencoder using artificial neural networks is learned to output as similar as possible to input data. It has many advantages compared to existing probability and linear model, cluster analysis, and map learning. It can be applied to data that does not satisfy probability distribution or linear assumption. In addition, it is possible to learn non-mapping without label data for teaching. However, there is a limitation of local outlier identification of multidimensional data in anomaly detection, and there is a problem that the dimension of data is greatly increased due to the characteristics of time series data. In this study, we propose a CMAE (Conditional Multimodal Autoencoder) that enhances the performance of anomaly detection by considering local outliers and time series characteristics. First, we applied Multimodal Autoencoder (MAE) to improve the limitations of local outlier identification of multidimensional data. Multimodals are commonly used to learn different types of inputs, such as voice and image. The different modal shares the bottleneck effect of Autoencoder and it learns correlation. In addition, CAE (Conditional Autoencoder) was used to learn the characteristics of time series data effectively without increasing the dimension of data. In general, conditional input mainly uses category variables, but in this study, time was used as a condition to learn periodicity. The CMAE model proposed in this paper was verified by comparing with the Unimodal Autoencoder (UAE) and Multi-modal Autoencoder (MAE). The restoration performance of Autoencoder for 41 variables was confirmed in the proposed model and the comparison model. The restoration performance is different by variables, and the restoration is normally well operated because the loss value is small for Memory, Disk, and Network modals in all three Autoencoder models. The process modal did not show a significant difference in all three models, and the CPU modal showed excellent performance in CMAE. ROC curve was prepared for the evaluation of anomaly detection performance in the proposed model and the comparison model, and AUC, accuracy, precision, recall, and F1-score were compared. In all indicators, the performance was shown in the order of CMAE, MAE, and AE. Especially, the reproduction rate was 0.9828 for CMAE, which can be confirmed to detect almost most of the abnormalities. The accuracy of the model was also improved and 87.12%, and the F1-score was 0.8883, which is considered to be suitable for anomaly detection. In practical aspect, the proposed model has an additional advantage in addition to performance improvement. The use of techniques such as time series decomposition and sliding windows has the disadvantage of managing unnecessary procedures; and their dimensional increase can cause a decrease in the computational speed in inference.The proposed model has characteristics that are easy to apply to practical tasks such as inference speed and model management.