• 제목/요약/키워드: Integration Database System

검색결과 346건 처리시간 0.026초

${\cdot}$양방 협진 전자의무기록 시스템 구축을 위한 통합 데이터베이스 구축 (An Implementation of Intefrated Database for Electronic Medical Record System in East-West Medical Collabration)

  • 안요찬;오상봉
    • Journal of Information Technology Applications and Management
    • /
    • 제12권2호
    • /
    • pp.129-143
    • /
    • 2005
  • In recent years, two major streams in medical information systems are:1) system integration among OCS(Order Communication System), EMR(Electronic Medical Record), PACS(Picture Archiving and Communication System), and ERP(Enterprise Resource Planning) and 2) system integration through medical collaboration between East and West medical service providers. One of the characteristics which differentiate the Korean medical industry from the western medical industry is the East-West medical collaboration. In many respects there are many differences between East and West medical treatment. Although East and West medical treatment have developed from different medical philosophies and standards, we assume that the better medical care can be provided by integrating their medical procedures effectively. The two possible approaches to the integration of East and West medical information systems are suggested in this paper:One is loosely coupled model and the other is tightly coupled model. EMR improves the quality of medical record which reflects the quality of clinical practice. It provides more efficient and convenient way of input, retrieval, storage, communication and management of medical data. We abstracted the standard medical procedures from the two medical procedures performed in Daejeon Oriental Hospital and Hehwa Clinic at Daejeon University and also abstracted database schema by analyzing the characteristics of information needed in East-West medical collaboration. Our EMR is composed of two types of data:one is structured data and the other is unstructured data, which are formalized by SOAP(Subjective, Objective, Assessment, Plan) format. Currently the integrated system is implemented and operated successfully for six months.

  • PDF

멀티미디어 통합 정보검색 프레임워크를 지원하는 OODBMS (OODBMS Framework Providing Integration with MultiMedia Information Retrieval)

  • 이미영;채미옥;박순영;이규웅;김완석;김영준
    • 한국정보처리학회논문지
    • /
    • 제7권2S호
    • /
    • pp.692-700
    • /
    • 2000
  • As the multimedia application services have been getting various in Internet, need of multimedia database management system which can manage various multimedia information effectively has been increased. The multimedia application generally needs the features to store, manage, retrieve the multimedia data. We need a database management system framework that may be easily integrated with these features. This paper proposes th database management system framework providing the easy integration with various multimedia information retrieval. The framework uses OQL as the retrieval interface, so that user can use it easily. It can be integrated dynamically and easily with various multimedia retrieval method as a loosely coupled system. In addition there is no performance degradation caused in a loosely coupled system.

  • PDF

에이전트 기반의 벼 기능 유전자 통합 데이터베이스 (An agent-based integrated database for rice functional genomics)

  • 이기열;신문수;안수영;정동훈;안진흥;정무영
    • 한국경영과학회:학술대회논문집
    • /
    • 대한산업공학회/한국경영과학회 2006년도 춘계공동학술대회 논문집
    • /
    • pp.1702-1706
    • /
    • 2006
  • In the field of rice research, insertional mutants have become a valuable resource for studies of gene function. However, a well-designed database yet in the area of rice functional genomics. The relevant data are widely distributed and independently managed by the individual research groups. Heterogeneous data format in the distributed database systems causes many problems related to redundancy and compatibility. In this research, integration of the distributed databases using agent technology is pursued. In particular, a data integration agent, an ontology agent, a comparison agent, and resource agents are designed, whereby the integrated database is maintained. Moreover a framework for the web-based information system, which provides information to biologists and permits biologists to add new data to the database, is proposed. To establish an interoperable data format, an XML-based data model is also developed adopting ontology concept.

  • PDF

의미객체모델을 이용한 데이터베이스 뷰 통합용 설계 지원 시스템 (A design support system for integrating database views using semantic object model)

  • 이희석;임병학;김영삼;홍의기
    • 경영과학
    • /
    • 제13권2호
    • /
    • pp.127-146
    • /
    • 1996
  • Integrating database views is an important step in the conceptual database design process. This paper develops a view integration support system by using a semantic object model. In order to determine the order of the integration, affinities among views and objects are analyzed by employing the vector space theory. Semantic conflicts such as naming and structural conflicts are then resolved. The resolution results are stored in a view repository. Objects and views are integrated and stored in this view repository until all views are considered. A prototype for the system is built and can be used in a client/server environment.

  • PDF

CORBA를 이용한 학교간 분산데이터베이스 프로토타입 시스템의 설계 및 구현 (Design and Implementaion of Distributed Database System Prototype of Schools using CORBA)

  • 최현종;정상욱;김태영
    • 컴퓨터교육학회논문지
    • /
    • 제4권1호
    • /
    • pp.145-152
    • /
    • 2001
  • 분산객체 기술을 이용한 분산데이터베이스 시스템 개발은 현재의 컴퓨팅 환경을 그대로 사용하면서 적은 비용으로 시스템을 개발할 수 있기 때문에 많이 사용되고 있다. 따라서 현재 학교에서 운용중인 독립형 데이터베이스 시스템을 통합하는 분산데이터베이스 시스템을 개발하면 교사와 교육 공무원 모두에게 쉽게 자료를 통합하고 관리할 수 있는 시스템이 될 것이다. 따라서 본 연구는 CORBA, Java, JDBC를 이용하여 3-Tier 분산 데이터베이스 관리 시스템의 프로토타입을 설계하고 구현하고자 한다.

  • PDF

Integrated Methods of Various Media Generators in The SuperSQL Query Process System

  • Shin Sang-Gyu;Kim Tai-Suk;Toyama Motomichi
    • 한국멀티미디어학회논문지
    • /
    • 제9권6호
    • /
    • pp.720-727
    • /
    • 2006
  • In this paper, we propose a method which allows the SuperSQL query processor to share as much code as possible among various, generators, each of which is responsible for the output of a certain medium. SuperSQL is an enhanced query-processing system that converts database records into a variety of formats such as XML, HTML, PDF and etc. However, the existing SuperSQL media generator would require creation of a different processor for each medium, causing duplicated development cost. This research makes three main contributions: First, it analyzes the structures of various media, examining any possibility of integration based on their common structure. Second, it also facilitates the addition of a new output media generator by separating constructors and decorators from each medium. Last, it provides an integrated user interface to each media by method of the Media Abstraction Table Concept. We also show the performance and feasibility of our system using experimental results.

  • PDF

연방 데이터베이스 시스템 기반의 CALS 통합 데이터베이스 구현 연구 (A Research of CALS Integrated Database Based on Federated Database Systems)

  • 우훈식;윤선희;정승욱;문희철
    • 산업경영시스템학회지
    • /
    • 제21권47호
    • /
    • pp.139-148
    • /
    • 1998
  • CALS IDB (Integrated database) is one of core technologies that embodies the principle of a shared data environment for the life cycle related data in CALS environment. In this study, to successfully share the data, we first classified the data types employed in the CALS environment and then discussed the data heterogeneity issued in data integration processes. To effectively solve this heterogeneity, we proposed the federated database systems as a candidate system especially focusing on the major functions and core element technologies.

  • PDF

구조설계 통합 시스템에서 중앙 데이터베이스를 위한 데이터 모델에 관한 연구 (A Study On Product Data Model for Central Database in an Integrated System for Structural Design of Building)

  • 안계현;신동철;이병해
    • 한국전산구조공학회:학술대회논문집
    • /
    • 한국전산구조공학회 1999년도 가을 학술발표회 논문집
    • /
    • pp.444-451
    • /
    • 1999
  • The purpose of this study is to Propose data models for central database in integrated system for structural design building. In order to efficiently express data related to structure, I analyzed the structure design process and classified data considering design step. 1 used an object-oriented modeling methodology for logical data model and relational modeling for physical data model. Based on this model, we will develop an integration system with several applications for structure design. Each application will communicate through the central database.

  • PDF

기업통합을 위한 데이터베이스 브로커 개발 (Development of Database Broker for Enterprise Integration)

  • 신혜균;김정선;우훈식
    • 한국전자거래학회지
    • /
    • 제5권1호
    • /
    • pp.105-122
    • /
    • 2000
  • Enterprise integration and virtual enterprise are practical visions of industrial information implementations in the information society. In these environments, the distributed and heterogeneous data sources should be exchanged and shared in effective and integrated way. However, the distributed and heterogeneous data sources are managed by independent and heterogeneous computer systems, thus system users and developers are faced difficulties in implementing enterprise integration environments, In this study, we designed and developed a database broker system utilizing a routing broker method to provide transparent location access mechanisms for the distributed and heterogeneous data sources. The proposed mechanism is designed to act as a middle tier between clients and multiple servers, and adopts Java, CORBA, and JDBC as its state-of-the-art techniques.

  • PDF

분산환경 국토공간정보의 통합 시스템 구축방안에 관한 연구 (A Development of Integration System for Distributed Geospatial Data of Homeland)

  • 주영은;최준석;이진덕;한승희
    • 한국측량학회:학술대회논문집
    • /
    • 한국측량학회 2010년 춘계학술발표회 논문집
    • /
    • pp.121-123
    • /
    • 2010
  • 현재 각 지자체 및 연구기관들은 이기종(異機種) 데이터베이스 상에서 각각의 목적에 맞도록 DB를 구축하며 활용하고 있다. 이러한 국토공간정보를 통합하기 위해 일반적으로 물리적 통합방식을 사용하고 있으나 이는 시간과 자원의 소모가 크며 주기적인 갱신 및 동기화가 요구된다. 따라서 본 연구에서는 물리적 통합방식의 비효율성을 극복하기 위해 이기종 데이터베이스의 속성 정보(attribute information)기반의 논리적인 연계 통합방식을 제안하고 이를 구현하기 위한 시스템 설계 및 구축 방안을 제시하고자 한다. 이를 통해 사용자 맞춤형 국토공간정보를 제공할 수 있는 시스템을 구축한 후, 실제 특정 지역의 도로데이터를 이용하여 기능을 검증하였다.

  • PDF