• Title/Summary/Keyword: level design

Search Result 12,916, Processing Time 0.042 seconds

Design and Implementation of an Intelligent Medical Expert System for TMA(Tissue Mineral Analysis) (TMA 분석을 위한 지능적 의학 전문가 시스템의 설계 및 구현)

  • 조영임;한근식
    • Journal of KIISE:Software and Applications
    • /
    • v.31 no.2
    • /
    • pp.137-152
    • /
    • 2004
  • Assesment of 30 nutritional minerals and 8 toxic elements in hair are very important not only for determining adequacy, deficiencies and unbalance, but also for assessing their relative relationships in the body. A test has been developed that serves this purpose exceedingly well. This test is known as tissue mineral analysis(TMA). TMA is very popular method in hair mineral analysis for health care professionals in over 46 countries' medical center. However, there are some problems. First, they do not have database which is suitable for korean to do analyze. Second, as the TMA results from TEI-USA is composed of english documents and graphic files prohibited to open, its usability is very low. Third, some of them has low level database which is related to TMA, so hairs are sent to TEI-USA for analyzing and medical services. it bring about an severe outflow of dollars. Finally, TMA results are based on the database of american health and mineral standards, it is possibly mislead korean mineral standards. The purposes of this research is to develope the first Intelligent Medical Expert System(IMES) of TMA, in Korea, which makes clear the problems mentioned earlier IMES can analyze the tissue mineral data with multiple stage decision tree classifier. It is also constructed with multiple fuzzy rule base and hence analyze the complex data from Korean database by fuzzy inference methods. Pilot test of this systems are increased of business efficiency and business satisfaction 86% and 92% respectively.

Design and Evaluation of a NIC-Driven Host-Independent Network System (네트워크 인터페이스 카드에 기반한 호스트 독립적인 네트워크 시스템의 설계 및 성능평가)

  • Yim Keun Soo;Cha Hojung;Koh Kern
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.31 no.11
    • /
    • pp.626-634
    • /
    • 2004
  • In a client-server model, network server systems suffer from both heavy communication and computational loads. While communication channels become increasingly speedy, the existing protocol stack architectures still include mainly three performance bottlenecks of protocol stack processing, system call, and network interrupt overheads. To address these obstacles, in this paper we present a host-independent network system where a network interface card (NIC) is utilized in an efficient manner. First, by offloading network-related portion to the NIC, the host can fully utilize its processing power for other useful purposes. Second, it eliminates the system call overhead, such as context-switching and memory copy operations, since the host communicates with the NIC through its user-level libraries. Third, it a] so reduces the network interrupt operation count as the host handles the interrupt in a segment instead of a packet. The experimental results show that the proposed network system reduces the host CPU overhead for communication system by 68-71%. It also shows that the proposed system improves the communication speed by 11-83% under heavy computational and communication load conditions.

Desgin of a Spatial QueryExecutor using Tag Technique (태그 기법을 이용한 공간 질의 수행기의 설계)

  • Lee, Chan-Geun;Park, Ho-Hyeon;Lee, Yong-Ju;Jeong, Jin-Wan
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.5 no.5
    • /
    • pp.543-552
    • /
    • 1999
  • The iterator technique which is used for implementing physical operators of the query executor is known for its efficiency and extensibility. The most widely used technique for processing an operator on spatial objects is to process by dividing it into the filter step and the refinement step. Recently, there was a research for an optimizer which can generate more efficient query execution plans than those of traditional methods by separating a spatial operator into filter and refinement steps in the level of the object algebra. But, traditional query executors were not designed considering such query execution plans. So they have no function of transmitting the result of the filter operation between operators. We propose two methods, the probe technique and the tag technique, which transmit the result of the filter operator when using the iterator in the query execution plan in which operators are separated by filter/refinement steps and other operators can be allowed between the steps. Whereas the probe technique extends the state record within an operator, the tag technique stores the result of a filter step in an intermediate result in the form of the tag. Based on the comparison of these methods, we design and implement a query executor using the tag technique that is superior in extensibility. The implemented query executor can execute operations defined in the Spatial Object Algebra(SOA) to process an extended OQL for spatial queries.

Generation, Storing and Management System for Electronic Discharge Summaries Using HL7 Clinical Document Architecture (HL7 표준임상문서구조를 사용한 전자퇴원요약의 생성, 저장, 관리 시스템)

  • Kim, Hwa-Sun;Kim, Il-Kon;Cho, Hune
    • Journal of KIISE:Databases
    • /
    • v.33 no.2
    • /
    • pp.239-249
    • /
    • 2006
  • Interoperability has been deemphasized from the hospital information system in general, because it is operated independently of other hospital information systems. This study proposes a future-oriented hospital information system through the design and actualization of the HL7 clinical document architecture. A clinical document is generated using the hospital information system by analysis and designing the clinical document architecture, after we defined the item regulations and the templates for the release form and radiation interpretation form. The schema is analyzed based on the HL7 reference information model, and HL7 interface engine ver.2.4 was used as the transmission protocol. This study has the following significance. First, an expansion and redefining process conducted, founded on the HL7 clinical document architecture and reference information model, to apply international standards to Korean contexts. Second, we propose a next-generation web based hospital information system that is based on the clinical document architecture. In conclusion, the study of the clinical document architecture will include an electronic health record (EHR) and a clinical data repository (CDR), and also make possible medical information-sharing among various healthcare institutions.

Design and Implementation of a Reusable and Extensible HL7 Encoding/Decoding Framework (재사용성과 확장성 있는 HL7 인코딩/디코딩 프레임워크의 설계 및 구현)

  • Kim, Jung-Sun;Park, Seung-Hun;Nah, Yun-Mook
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.8 no.1
    • /
    • pp.96-106
    • /
    • 2002
  • this paper, we propose a flexible, reusable, and extensible HL7 encoding and decoding framework using a Message Object Model (MOM) and Message Definition Repository (MDR). The MOM provides an abstract HL7 message form represented by a group of objects and their relationships. It reflects logical relationships among the standard HL7 message elements such as segments, fields, and components, while enforcing the key structural constraints imposed by the standard. Since the MOM completely eliminates the dependency of the HL7 encoder and decoder on platform-specific data formats, it makes it possible to build the encoder and decoder as reusable standalone software components, enabling the interconnection of arbitrary heterogeneous hospital information systems(HISs) with little effort. Moreover, the MDR, an external database of key definitions for HL7 messages, helps make the encoder and decoder as resilient as possible to future modifications of the standard HL7 message formats. It is also used by the encoder and decoder to perform a well formedness check for their respective inputs (i. e., HL7 message objects expressed in the MOM and encoded HL7 message strings). Although we implemented a prototype version of the encoder and decoder using JAVA, they can be easily packaged and delivered as standalone components using the standard component frameworks like ActiveX, JAVABEAN, or CORBA component.

Variation of Harbor Oscillations in Youngil Bay (영일만 항만에서의 부진동 변화에 관한 연구)

  • Jeon Min-Su;Lee Joong-Woo;Lee Seung-Chul;Jung Jae-Hyun;Hwang Ho-Dong
    • Proceedings of the Korean Institute of Navigation and Port Research Conference
    • /
    • 2006.06b
    • /
    • pp.199-206
    • /
    • 2006
  • Today the harbor oscillation problems are the most significant factor to design harbors serving the very large ships. Large vessels moored in the elastic hawsers at the coastal harbors are often displaced due to the resonance between the long period waves and mooring system. The cargo handling may be interrupted and the hawsers may be broken, especially when the amplification becomes remarkable. The most significant harbor which is confronted with harbor oscillation problem in Korea is the Pohang New Port. Many cases of problems are being notified by the pilot association and local office of MOMAF. However, it is difficult to prevent the arrival of long waves causing oscillation within this harbor. Moreover, Government already started new port plan at the mouth of YoungIl Bay without treating problems occurred in the Pohang New Port. This study deals with the variation of harbor oscillation due to the construction of 4.1km breakwater at the bay mouth and new port plan. Numerical method used are fairly standard form from the extended mild slope equation. The obtained numerical results were compared with the field measurement from the previous study and this will bring a certain level of discussion and consideration of variation in the future port development.

  • PDF

A Fundamental Study on the Application of Water Souuble Pouch for Ground Reinforcement (지반보강용 수용성파우치(PVP)의 활용을 위한 기초적 연구)

  • Jung, Dongho;Kim, Kiho;Kim, Joo-Hyun;Han, Jung-Geun
    • Journal of the Korean Geosynthetics Society
    • /
    • v.16 no.2
    • /
    • pp.121-129
    • /
    • 2017
  • There have been a number of water and sewer pipe breakdown reports followed by ground subsidence. Also, the excavating works for construction due to overcrowding of city have been common. Particularly, in urban areas ground becomes unstable because of the lowered lifeline sinkage followed excavation and backfilling. In order to solve the problem, some reinforcement works for ground by rod tamping or grouting have been applied. However, it is hard to predict when the buried utilities in underground will be damaged. Also, there is a limit for the underground exploration and investigation methods. Therefore, in this study, the estimated about the water soluble polymer pouch including poor mixed admixture which is designed to eliminate the dangerous factors. The reinforcement strength of this method was confirmed by verifying three points: meltiness in a certain period, water solubility in the ground water level, and characteristics of the pouch, which can be stored in daily conditions. It is also proved that this method allows to keep the ground from getting weakened in the installation of water and sewer pipe along with back filling materials.

A Preliminary Study on the Establishment of Long-Life Housing Infill Information System (장수명주택 인필 정보시스템 구축에 관한 기초 연구)

  • Jung, Yoon-Hye;Hwang, EunKyoung;Kim, Eun-Young
    • KIEAE Journal
    • /
    • v.17 no.5
    • /
    • pp.51-59
    • /
    • 2017
  • Purpose: This study aims to set up the classification system for providing infill information and draw detailed infill information required by suppliers, thereby promoting the revitalization of long-life housing and utilizing such information as preliminary data for establishing web system, on which infill information required by users in the long-life housing design process are available. Method: For the method of study, the infill information classification system and detailed information were drawn through the analysis of existing building material information systems; and the survey targeting working-level personnel was carried out in order to verify the drawn information system. The results of this study can be summarized as follows. First, the hierarchical classification system (scheme) was selected by quoting the classification system by material type as infill type, after analyzing existing DB information systems and drawing the hierarchical classification system for infill. Second, the comparative analysis between infill was available to users for the detailed infill information of long-life housing, and the essential information and general information were selected for differentiating information. Results: First, the hierarchical classification system (scheme) was selected by quoting the classification system by material type as infill type, after analyzing existing DB information systems and drawing the hierarchical classification system for infill. Second, the comparative analysis between infill was available to users for the detailed infill information of long-life housing, and the essential information and general information were selected for differentiating information. Third, only approximately 30% of the survey respondents recognized the infill of long-life housing, but they did not recognize its difference from existing building materials. Fourth, through the analysis of paths to obtain infill information of long-life housing, it was confirmed that infill information was obtained mostly through books and research papers regarding long-life housing, followed by the existing information systems. The significance of the study lies in that it is differentiated from the previous information system as the information system specialized in the infill of long-life housing was established, and can be used as a measure to revitalize long-life housing market.

Study on the Analysis of Vehicle Impact to Small Sign Support (소형표지판 지주와 차량의 충돌해석에 관한 연구)

  • Ko, Man-Gil;Kim, Kee-Dong;Sung, Jung-Gon;Yun, Duk-Geun
    • International Journal of Highway Engineering
    • /
    • v.9 no.3
    • /
    • pp.39-50
    • /
    • 2007
  • Barrier VII program is normally used for the design of flexible barrier, but if modelled properly it can be used for the analysis of vehicle impact to small sign posts. In this paper sign post is shown to be modelled as flexible barrier by combining beam and column elements at each beam node. Simulations with the Barrier VII program have been made for 7 impact cases composed of sign posts of circular and H section with rigidly connected support and breakaway support system. The impact speed used for the simulation ranged from 30km/h to 110km/h. The study shows that in the vehicle impacts to a circular sign post with high speed, the large deflection and high inertia force causes the sign plate to hit the windshield leading to a hazard to the occupants. It is also shown that impact to H section post results in small deflection of the post and abrupt velocity change and high deceleration of the impact vehicle causing severe damage to both the vehicle and occupants. Simulation study also shows that breakaway support system eliminates the potential danger of the vehicle impact to the rigidly connected small sign posts by reducing deflection of the post, abrupt change in velocity and deceleration level.

  • PDF

Development Plan of Rural Village Based on Rural Forum - Cases Bong-whang Region - (농촌현장포럼을 적용한 마을발전계획 수립 방안 - 충주시 봉황권역 사례 -)

  • Kim, Eun Yeong;Eom, Seong-Jun;Jeong, Dayeong;Hwang, Sungki;Choi, Se Hyun;Rhee, Shinho
    • Journal of Korean Society of Rural Planning
    • /
    • v.20 no.4
    • /
    • pp.209-220
    • /
    • 2014
  • This study investigated the problem of the existing rural development plan where the opinions of local residents are excluded due to the lack of expert knowledge and limited participation and sought the village development plan driven by the voluntary participation of local residents by applying a rural forum targeting rural villages to solve the problem. As a result of the study, (1) the problem of the current village development plan should be made based on the participation of local residents, and (2) this problem has remained as an important challenge. Therefore, the village improvement activities that have reflected the opinions of local residents can be said to be (3) the process that seeks the change into the rural planning process led by local residents, and this study derived the ways to ensure the voluntary behavior of local residents, strengthen local residents' capacity to create on-going villages, and expand local residents' participation opportunities in the entire process of rural planning through the application of the rural forum. (4) Although it is generally difficult for local residents to propose opinions directly and exert influence in the rural planning and design process and it is not easy to reduce the difference in the perspective between the professionals and local residents, significance lies in the fact that local residents voluntarily determine the future of their region and derive the plan. Therefore, the experience of decision-making and consensus process through the rural forum can promote the sustainability of the village creation participated by local residents and the increase of local residents' role. This study took one village as an example to reflect the results applied to the rural forum, and it is difficult to determine that it has been fully verified with the method of residents' participation. Therefore, future studies to verify the effectiveness of village creation and seek the empirical utilization measures are needed more, and the operation of education programs and various support plans suitable to the capacity and level of local residents should be promoted rather than the traditional lecture-style stereotyped education in the future for sustainable rural development.