• Title/Summary/Keyword: In-service Inspection

Search Result 684, Processing Time 0.023 seconds

Improvement of Patient Safety and Inspection Satisfaction by Developing Pretreatment Process System with the Patients Who Reserved CT Enhance Examination (CT 조영검사 예약환자의 전처치 프로세스 시스템 개발을 통한 환자안전 및 검사 만족도 향상)

  • Beom, Hyinam;Han, Jaebok;Song, Jongnam;Kim, Wook;Choi, Namgil
    • Journal of the Korean Society of Radiology
    • /
    • v.10 no.1
    • /
    • pp.29-37
    • /
    • 2016
  • This study aims to improve the satisfaction level of the patient who undergoes CT contrast examination by developing and applying pretreatment process system, which not only can reduce the side effects caused by the test but also can help carry out the test smoothly. The subjects were 214 patients who booked CT contrast examination from January 2014 to February 2014 but could not carry out their test on schedule. We analyzed the reasons for the delay and conducted follow-up survey on them. We analyzed the usefulness of pretreatment process system by contemplating and developing pretreatment process system and applying it to the patients for whom follow-up survey was conducted from January 2015 to February 2015. The number of outpatients who came to the hospital form January to February 2014 was 2,846 and the number of patients who could not undergo the test was 214, accounting for 7.52% of the total. The specific reason for the delay includes 214 cases of unknown creatinine 98 with 120 minutes of average delay time, 40 cases of creatinine over 1.3(19%) with 30minutes of average delay time, 34 cases of past contrast media side effect 6% with 40 minutes of average delay time and 25 cases of lack of pretreatment such as fasting, etc. 11% with 120minutes of average delay time. The number of CT scan has been increasing ever since the development of CT and the frequency of using the contrast media is expected to increase. If we can employ pretreatment process system in order to effectively control the side effect of contrast media and help the CT contrast examination to be smoothly conducted on schedule, I'm sure we could improve the quality of our medical service and increase our patients' satisfaction who come to our CT scan room.

Changes in Agricultural Extension Services in Korea (한국농촌지도사업(韓國農村指導事業)의 변동(變動))

  • Fujita, Yasuki;Lee, Yong-Hwan;Kim, Sung-Soo
    • Journal of Agricultural Extension & Community Development
    • /
    • v.7 no.1
    • /
    • pp.155-166
    • /
    • 2000
  • When the marcher visited Korea in fall 1994, he was shocked to see high rise apartment buildings around the capitol region including Seoul and Suwon, resulting from rising demand of housing because of urban migration followed by second and third industrial development. After 6 years in March 2000, the researcher witnessed more apartment buildings and vinyl house complexes, one of the evidences of continued economic progress in Korea. Korea had to receive the rescue finance from International Monetary Fund (IMF) because of financial crisis in 1997. However, the sign of recovery was seen in a year, and the growth rate of Gross Domestic Products (GDP) in 1999 recorded as high as 10.7 percent. During this period, the Korean government has been working on restructuring of banks, enterprises, labour and public sectors. The major directions of government were; localization, reducing administrative manpower, limiting agricultural budgets, privatization of public enterprises, integration of agricultural organization, and easing of various regulations. Thus, the power of central government shifted to local government resulting in a power increase for city mayors and county chiefs. Agricultural extension services was one of targets of government restructuring, transferred to local governments from central government. At the same time, the number of extension offices was reduced by 64 percent, extension personnel reduced by 24 percent, and extension budgets reduced. During the process of restructuring, the basic direction of extension services was set by central Rural Development Administration Personnel management, technology development and supports were transferred to provincial Rural Development Administrations, and operational responsibilities transferred to city/county governments. Agricultural extension services at the local levels changed the name to Agricultural Technology Extension Center, established under jurisdiction of city mayor or county chief. The function of technology development works were added, at the same time reducing the number of educators for agriculture and rural life. As a result of observations of rural areas and agricultural extension services at various levels, functional responsibilities of extension were not well recognized throughout the central, provincial, and local levels. Central agricultural extension services should be more concerned about effective rural development by monitoring provincial and local level extension activities more throughly. At county level extension services, it may be desirable to add a research function to reflect local agricultural technological needs. Sometimes, adding administrative tasks for extension educators may be helpful far farmers. However, tasks such as inspection and investigation should be avoided, since it may hinder the effectiveness of extension educational activities. It appeared that major contents of the agricultural extension service in Korea were focused on saving agricultural materials, developing new agricultural technology, enhancing agricultural export, increasing production and establishing market oriented farming. However these kinds of efforts may lead to non-sustainable agriculture. It would be better to put more emphasis on sustainable agriculture in the future. Agricultural extension methods in Korea may be better classified into two approaches or functions; consultation function for advanced farmers and technology transfer or educational function for small farmers. Advanced farmers were more interested in technology and management information, while small farmers were more concerned about information for farm management directions and timely diffusion of agricultural technology information. Agricultural extension service should put more emphasis on small farmer groups and active participation of farmers in these groups. Providing information and moderate advice in selecting alternatives should be the major activities for consultation for advanced farmers, while problem solving processes may be the major educational function for small farmers. Systems such as internet and e-mail should be utilized for functions of information exchange. These activities may not be an easy task for decreased numbers of extension educators along with increased administrative tasks. It may be difficult to practice a one-to-one approach However group guidance may improve the task to a certain degree.

  • PDF

Design and Implementation of MongoDB-based Unstructured Log Processing System over Cloud Computing Environment (클라우드 환경에서 MongoDB 기반의 비정형 로그 처리 시스템 설계 및 구현)

  • Kim, Myoungjin;Han, Seungho;Cui, Yun;Lee, Hanku
    • Journal of Internet Computing and Services
    • /
    • v.14 no.6
    • /
    • pp.71-84
    • /
    • 2013
  • Log data, which record the multitude of information created when operating computer systems, are utilized in many processes, from carrying out computer system inspection and process optimization to providing customized user optimization. In this paper, we propose a MongoDB-based unstructured log processing system in a cloud environment for processing the massive amount of log data of banks. Most of the log data generated during banking operations come from handling a client's business. Therefore, in order to gather, store, categorize, and analyze the log data generated while processing the client's business, a separate log data processing system needs to be established. However, the realization of flexible storage expansion functions for processing a massive amount of unstructured log data and executing a considerable number of functions to categorize and analyze the stored unstructured log data is difficult in existing computer environments. Thus, in this study, we use cloud computing technology to realize a cloud-based log data processing system for processing unstructured log data that are difficult to process using the existing computing infrastructure's analysis tools and management system. The proposed system uses the IaaS (Infrastructure as a Service) cloud environment to provide a flexible expansion of computing resources and includes the ability to flexibly expand resources such as storage space and memory under conditions such as extended storage or rapid increase in log data. Moreover, to overcome the processing limits of the existing analysis tool when a real-time analysis of the aggregated unstructured log data is required, the proposed system includes a Hadoop-based analysis module for quick and reliable parallel-distributed processing of the massive amount of log data. Furthermore, because the HDFS (Hadoop Distributed File System) stores data by generating copies of the block units of the aggregated log data, the proposed system offers automatic restore functions for the system to continually operate after it recovers from a malfunction. Finally, by establishing a distributed database using the NoSQL-based Mongo DB, the proposed system provides methods of effectively processing unstructured log data. Relational databases such as the MySQL databases have complex schemas that are inappropriate for processing unstructured log data. Further, strict schemas like those of relational databases cannot expand nodes in the case wherein the stored data are distributed to various nodes when the amount of data rapidly increases. NoSQL does not provide the complex computations that relational databases may provide but can easily expand the database through node dispersion when the amount of data increases rapidly; it is a non-relational database with an appropriate structure for processing unstructured data. The data models of the NoSQL are usually classified as Key-Value, column-oriented, and document-oriented types. Of these, the representative document-oriented data model, MongoDB, which has a free schema structure, is used in the proposed system. MongoDB is introduced to the proposed system because it makes it easy to process unstructured log data through a flexible schema structure, facilitates flexible node expansion when the amount of data is rapidly increasing, and provides an Auto-Sharding function that automatically expands storage. The proposed system is composed of a log collector module, a log graph generator module, a MongoDB module, a Hadoop-based analysis module, and a MySQL module. When the log data generated over the entire client business process of each bank are sent to the cloud server, the log collector module collects and classifies data according to the type of log data and distributes it to the MongoDB module and the MySQL module. The log graph generator module generates the results of the log analysis of the MongoDB module, Hadoop-based analysis module, and the MySQL module per analysis time and type of the aggregated log data, and provides them to the user through a web interface. Log data that require a real-time log data analysis are stored in the MySQL module and provided real-time by the log graph generator module. The aggregated log data per unit time are stored in the MongoDB module and plotted in a graph according to the user's various analysis conditions. The aggregated log data in the MongoDB module are parallel-distributed and processed by the Hadoop-based analysis module. A comparative evaluation is carried out against a log data processing system that uses only MySQL for inserting log data and estimating query performance; this evaluation proves the proposed system's superiority. Moreover, an optimal chunk size is confirmed through the log data insert performance evaluation of MongoDB for various chunk sizes.

Changes in the Religious Topography of the Great Gwanghaegun: Policies towards Buddhism and the Affected Buddhist Community (광해군 대(代)의 종교지형 변동 - 불교정책과 불교계의 양상을 중심으로 -)

  • Lee, Jong-woo
    • Journal of the Daesoon Academy of Sciences
    • /
    • v.36
    • /
    • pp.227-266
    • /
    • 2020
  • The purpose of this paper is to review the representative Buddhist policies enforced during the reign of Gwanghaegun (光海君), the 15th king of the Joseon Dynasty, and the aspects of the Buddhist community affected by them. Through this, the influence and dynamism of Buddhism during the reign of Gwanghaegun will be revealed. Some of the findings will run contrary to what is popularly known about Joseon Buddhism and the policy of Sungyueokbul (崇儒抑佛), 'Revering Confucianism and Supressing Buddhism.' During the Joseon Dynasty, Neo-Confucianism was taken as an ideological background, and consequently, Buddhism was ostracized by the ruling class who advocated the exclusion of heretical views. This also characterized King Gwanghaegun's reign during the Mid-Joseon Dynasty. In reality though, the ruling class held mixed opinions about Buddhism, and this influenced the Buddhist community in the Gwanghaegun Period. The military might of Japan demonstrated during the Japanese Invasion of Korea in 1592, led the ruling class to recognize Buddhism, and as a result, the status of Buddhism rose to a certain extent. Based on its elevated status and the aftermath of the Japanese Invasion of Korea, the Buddhist community engaged in social welfare activities inspired by the notion of requiting favors, and the Buddhist community gained recognition for providing relief services. As a result, the number of monks increased, and the economic situation improved as land ownership was granted to temples and monks. This is the means by which the Japanese Invasion of Korea influenced the Buddhist policies of the Gwanghaegun Period and changed the religious topography of Buddhism. During the reign of King Gwanghaegun, the ruling class regarded Buddhism as heretical, but offered posthumous titles to monks who engaged in meritorious services during the Japanese invasions of 1592~1598. Favorable and/or preferential treatment was also granted to some Buddhist monks. In addition, monks began to perform labor projects that demanded organizational and physical strength, such as those which related to national defense and architecture. However, throughout the Gwanghaegun Period, the monks were paid a certain amount of compensation for their labor, and the monks' responsibility for labor increased. This can be understood as a partial reconciliation with Buddhism or an acceptance of Buddhism rather than the suppression of Buddhism often presented by historians. As for policies which affected Buddhism, the Buddhist community showed signs of cooperation with the ruling class, the creation and reconstruction of temples, and the production of Buddhist art. Through close ties with the ruling class, Buddhism during the Gwanghaegun Period saw the Buddhist community actively responded policies that impacted Buddhism, and this allowed their religious orders to be maintained. In this way, it was also confirmed that the monk, Buhyu Seonsu (浮休 善修) and his disciple Byeogam Gakseong (碧巖 覺性), took up leadership roles in their Buddhist community. The Buddhist-aimed policies of Gwanghaegun were implemented against the backdrop of the Buddhist community, wherein the ruling class held mixed opinions regarding Buddhism. As such, both improvements and set backs for Buddhism could be observed during that time period. The ruling class actively utilized the organizational power of Buddhism for national defense and civil engineering after the Japanese invasions of 1592~1598. Out of gratitude, they implemented appropriate compensation for the Buddhists involved. The Buddhist community also responded to policies that affected them through exchanges with the ruling class. They succeeded in securing funds and support to repair and produce Buddhist temples and artworks. A thoughtful inspection of the policies towards and responses to Buddhism during the Gwanghaegun Period, shows that Buddhism actually enjoyed considerable organizational power and influence. This flies in the face of the general description of Joseon Buddhism as "Sungyueokbul (revering Confucianism and supressing Buddhism)."