DOI QR코드

DOI QR Code

Implementation on ADHD Diagnostic Expert System based on DSM Diagnostic Criteria

DSM 진단 기준을 이용한 ADHD 진단 전문가시스템 구현

  • Received : 2017.08.23
  • Accepted : 2017.09.13
  • Published : 2017.11.30

Abstract

In this paper, we design and implement an expert system for diagnosing ADHD. As a result of the analysis with DSM-IV-TR, the ADHD diagnostic criteria are changed according to the age group. With this analyzed diagnostic, objects and their values are set and rules are created. We design a diagnostic system consisting of 'ADHD diagnostic system engine' and 'user query response program'. The ADHD diagnostic system engine is a rule-based reasoning engine that is implemented in the Prolog language and receives INPUT from the user query response program. By INPUT, the rule is executed based on the ADHD diagnostic criteria and the OUTPUT is sent back to the 'user query response program' by inferring the diagnostic result. The 'user query response program' is implemented in the Python language and serves as an interface for handling conversation with the user. The bridge between 'ADHD diagnostic system engine' and 'user query response program' is performed through the Pyswip library. As a result, the ADHD Diagnostic Expert System will help you plan your treatment with reduced diagnostic costs and use-complexity.

본 논문에서는 ADHD 진단을 해주는 전문가시스템을 설계 및 구현한다. DSM-IV-TR을 이용하여 ADHD 진단기준을 연령대에 따라 단어를 바꾸어 구체화한다. 이 진단지를 가지고 오브젝트와 해당 값을 설정하고 규칙을 생성한다. 그리고 'ADHD 진단 시스템 엔진'과 '사용자 질의응답 프로그램'으로 구성된 진단시스템을 설계한다. 'ADHD 진단 시스템 엔진'은 규칙 기반 추론 엔진으로 Prolog 언어로 구현하여, INPUT을 '사용자 질의응답 프로그램'으로부터 받는다. INPUT에 의해 규칙은 ADHD 진단기준을 기반으로 점화되며 진단결과를 추론해서 OUTPUT을 다시 '사용자 질의응답 프로그램'으로 보낸다. '사용자 질의응답 프로그램'은 Python 언어로 구현하여 사용자와의 대화를 처리하는 인터페이스 역할을 한다. 'ADHD 진단 시스템 엔진'과 '사용자 질의응답 프로그램'의 중간다리 역할을 Pyswip 라이브러리를 통해서 수행한다. 결과적으로 ADHD 진단 전문가시스템을 통해 진단비용 절감과 간편한 이용으로 치료계획에 도움을 주고자한다.

Keywords