• Title/Summary/Keyword: Database Management Systems

Search Result 1,027, Processing Time 0.034 seconds

Intelligent Decision Support System for Integrated Customer Satisfaction Improvement (총체적 고객만족 향상을 위한 지능형 의사결정지원시스템)

  • Lee, Jang-Hee;Yun, Ui-Tak;Park, Sang-Chan
    • Asia pacific journal of information systems
    • /
    • v.13 no.2
    • /
    • pp.23-46
    • /
    • 2003
  • This paper proposes an analysis methodology that enables the establishment of improved customer satisfaction via decision support system using customer satisfaction index data and customer database of a company. The proposed methodology establishes rational future goal of a company by applying DEA, finds potential customers which correspond to demographic features of the previous target group, and improve quality factors which distinguish the quality-satisfaction-group from the quality-dissatisfaction-group through the use of machine learning tools, SOM and C4.5. Finally, we illustrate the effectiveness of our research methodology using actual data of a camera company.

Picture Archiving and Communication System(PACS) & Teleradiology

  • 박현욱
    • The Magazine of the IEIE
    • /
    • v.23 no.3
    • /
    • pp.83-93
    • /
    • 1996
  • Picture archiving and communications systems(PACS) for digital image distribution, archiving and transmission, represent the modern hospital. PACS is the medical image management system within a hospital, whereas teleradiology system is the medical image communication system between remote sites. PACS and teleradiology systems usually consists of mainly four parts such as image acquisition part, image storage and database part, Image communication network part, and image display workstation part. Among these components comprised In the PACS, workstations are the point of contact between a PACS and the radiologist or referring physician. Therefore, the acceptance of PACS is highly dependent on workstation functionality, performance and easy of use compared with the conventional film-based radiology. This paper describes overall configurations and some requirements of PACS and teleradiology.

  • PDF

A Study on Date Modeling for Object - Oriented Database Design (객체지향 데이터베이스 설계를 위한 데이터 모델링에 관한 연구)

  • Park, Won-Ok
    • Asia pacific journal of information systems
    • /
    • v.2 no.2
    • /
    • pp.103-120
    • /
    • 1992
  • Object-Oriented method is a rather difficult one, theories are different as many as they are, and can hardly be found well-applied examples of OOD. So, this paper deal with the history, the needs, the benefits, basic concept of object-oriented design methods, especially the designing procedure which covers from analyzing the requirements, designing the EER(extended entity relationship) model, transforming this model into relational schema, to OODB schema step. Major contributions can be identified; First, the proposed method will ensure that it improve the productivity, increase the software quality, and elevate the maintainability. Second, it provide the framework of how object-oriented schema is constructed for OODB design. Third, suggested realistic case study will enhance the better understanding of how the current business process will be applied to the OODB design step.

  • PDF

A Study on Prediction of Metal Loss by Flow-Accelerated Corrosion in the CANDU NPP Secondary Piping Systems (침부식에 의한 CANDU형 원전 2차측 배관의 감육 예측에 관한 연구)

  • Shim, S.H.;Song, J.S.;Yoon, K.B.;Hwang, K.M.;Jin, T.E.;Lee, S.H.;Kim, W.S.
    • Proceedings of the KSME Conference
    • /
    • 2001.06a
    • /
    • pp.616-621
    • /
    • 2001
  • Flow-accelerated corrosion(FAC) is a phenomenon that results in metal loss from piping, vessels, and equipment made of carbon steel. FAC occurs only under certain conditions of flow, chemistry, geometry, and material. Unfortunately, those conditions are in much of the high-energy piping in nuclear and fossil-fueled power plants. Also, for domestic NPP secondary pipings whose operating time become longer, more evidences of FAC have been reported. The authors are studying on FAC management using CHECWORKS, computer code developed by EPRI. This paper is on the prediction results of metal loss by FAC in the one of CANDU type NPP secondary piping systems.

  • PDF

Development of Query Transformation Method by Cost Optimization

  • Altayeva, Aigerim Bakatkaliyevna;Yoon, Youngmi;Cho, Young Im
    • International Journal of Fuzzy Logic and Intelligent Systems
    • /
    • v.16 no.1
    • /
    • pp.36-43
    • /
    • 2016
  • The transformation time among queries in the database management system (DBMS) is responsible for the execution time of users' queries, because a conventional DBMS does not consider the transformation cost when queries are transformed for execution. To reduce the transformation time (cost reduction) during execution, we propose an optimal query transformation method by exploring queries from a cost-based point of view. This cost-based point of view means considering the cost whenever queries are transformed for execution. Toward that end, we explore and compare set off heuristic, linear, and exhaustive cost-based transformations. Further, we describe practical methods of cost-based transformation integration and some query transformation problems. Our results show that, some cost-based transformations significantly improve query execution time. For instance, linear and heuristic transformed queries work 43% and 74% better than exhaustive queries.

Performance Evaluation of Conflict Detection Schemes for Concurrent Temporal Tranactions (시간지원 크랙잭션을 위한 충돌 검출 기법의 성능평가)

  • 구경이;하봉옥;김유성
    • Journal of KIISE:Software and Applications
    • /
    • v.26 no.1
    • /
    • pp.80-80
    • /
    • 1999
  • As Temporal DataBase Systems(TDBSs) manages both the historical versions and the current version of each data item, a temporal transaction may access more data records than atransaction in traditional database systems. Hence, the concurrency control subsystem of temporaldatabase management system should be able to correctly and efficiently detect actual conflicts amongconcurrent temporal transactions while the cost of detecting conflicts is maintained in low levelwithout detecting false conflicts which cause severe degradation of system throughput.In this paper, Two-Level Conflict Detection(TLCD) scheme is proposed for efficient conflictdetection between concurrent temporal transactions in TDBs. In the proposed TLCD scheme, sincechecking conflict between concurrent temporal transactions is performed at two levels, i, e., logicallevel and physical level, conflicts between concurrent temporal transactions are efficiently and correctlydetected,Furthermore, we also evaluate the performance of the proposed TLCD scheme with those oftraditional conflict detection schemes, logical-level conflict detection scheme and physical-level conflictdetection scheme by simulation approach, The result of the simulation study shows that the proposedTLCD scheme outperforms the previous conflict detection schemes with respect to the averageresponse time.

A Query Language and Relationship Management Techniques for Object-Oriented Databases (객체 중심 데이터베이스를 위한 관계성 관리 기법 및 질의어)

  • 황수찬;이석호
    • Journal of the Korean Institute of Telematics and Electronics B
    • /
    • v.30B no.4
    • /
    • pp.11-20
    • /
    • 1993
  • In the new database applications such as office information systems, CAD/CAM, and AI, it is required to support not only fixed Is-A and Part-Of relationships but also various user-defined dynamic relationships including complicate constraints. However, existing object-oriented systems have many weaknesses in managing those complex relationships. This paper presents the Object-Oriented Relationship data Model (OORM) which is designed to provide facilities for modeling complex relationships into object oriented databases using abstraction concept. In the model, various integrity and consistency constraints related to the relationships can be also represented. And this paper presents a query language, ORSQL(Object Relationship SQL). ORSQL is a nonprocedural query language having similiar syntax to the standard SQL and supporting OORM's operations.

  • PDF

Plans for constructing National transportation Networks for security of Railway System Safety (철도시스템 안전확보를 위한 네트워크망 구축 방안 연구)

  • Hong Seon-Ho
    • Proceedings of the KSR Conference
    • /
    • 2005.11a
    • /
    • pp.612-617
    • /
    • 2005
  • Safety of railway systems is made by understanding causes and process of railway accidents and grasping contents of a many of accidents. Now, Being carried out a research and analysis about an extensive areas(the whole country, the metropolitan area, the five metropolitan cities, the city of three hundred thousands and over of people) and field, thereafter the National Transportation (Railway) Database has been constructed and developed to prepare the base that reduced an overlapping survey using a standardized-material offer. A purpose of this research is to derive plans to apply National transport DB including information in the field of transportation systems to domestic railway safety management. The research analyses the present conditions of establishing national transport DB, and reviews problems when that use to railway system. As being based in this, the research derived definitions and using plans of layers available to use, and plans of establishing and systematizing information for desirable railway network.

  • PDF

Implementing an Enterprise Repository for Enterprise Resource Planning System (전사적 자원 관리 시스템을 위한 기업 리파지토리 구축)

  • Lee, Hee-Seok;Lee, Jay;Lee, Choong-Seok;Cho, Chang-Rae;Sohn, Joo-Chan;Baik, Jong-Myung
    • Asia pacific journal of information systems
    • /
    • v.9 no.1
    • /
    • pp.59-75
    • /
    • 1999
  • Currently, many companies are trying to be more competitive by implementing the most appropriate software package, called ERP (Enterprise Resource Planning). ERP can support the company's business process. A repository, which can store and retrieve enterprise-wide information, is a key component of such software package. This paper implements an enterprise repository for the ERP. A well-known repository standard, IRDS (Information Resource Dictionary System), is employed for the repository architecture. The proposed metadata schema can help develop database, business applications, models, and workflow. To illustrate the practical usefulness, a real-life ERP prototype is built within the framework of the proposed repository.

  • PDF

OCS in Client-Server Environment (클라이언트/서버 환경의 처방전달시스템)

  • 사재학;남인길
    • Journal of Korea Society of Industrial Information Systems
    • /
    • v.4 no.1
    • /
    • pp.28-33
    • /
    • 1999
  • Currently, the existing order communication softwares are composed of database management characterized packages. Each indivisual module of the software is developer based on the text type environment which is inner data-process centered Therefore, actually these types of softwares do not consider the variety of the strange situation and the operating condition in real medical sites properly. In this paper, as integrating or distributing the computing system procedures as the common and particular field of the classified task group, we developed the system which simplifies the correction and the transplantation due to the variety of the order type and commucation processing.

  • PDF