
http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
이 기종간의 문서교환을 위한 ODA 처리시스템 설계 및 구현에 관한 연구
본 논문은 이(異) 기종 시스템들과 응용들 간의 문서 정보 교환을 위한 문서처리 시스템의 설계 및 구현에 관한 것이다. 각기 상이한 환경속에서 문서 정보 교환을 위하여 문서 정보의 체제, 구조 및 교환 양식에 관한 표준의 적용이 매우 중요한 요인이 된다. 이에 본 연구에서는 국제 표준화 기구(ISO : International Organization for Standardization)의 기본 표준인 ODA(Open Document Architecture)와 기능 표준인 FOD26을 채택하였다. ODA/ODIF(Open Document Interchange Format)의 효율적인 구현 및 확장을 위하여 ODA의 처리 모델에 따라 모듈(module)화를 추구한 결과, 문서편집기, 포맷터(formatter), ODIF 변환기 및 진단 도구와 같은 부시스템(subsystem)으로 구성되는 문서처리 시스템을 설계 구현하였다. 문서 편집기는 순수 ODA 편집기 형식으로 구성하였으며, 문서 클래스(class) 편집기와 특정구조(srecific structure) 편집기로 구성된다. 전자는 특정 클래스의 문서 생성을 효율적으로 도모하기 위한 공통 논리구조(generic logical structure) 및 공통 배치구조(generic layout structure)를 생성토록 하였고, 후자는 이들 공통구조를 이용하여 실제 문서인 특정 논리구조를 생성토록 하였다. 이때 사용자 인터페이스(interface)로써 대화식(interactive)처리 방식을 사용하였으며, 한글 처리도 가능하도륵 하였다. 포맷터는 공통 배치구조로부터 특정 배치구조를 생성함과 동시에 사용자의 상호작용에 따라서 특정 배치구조와 특정 논리구조의 관계를 설정토록 하였으며, 이를 위하여 역추적(backtracking) 메카니즘(mechanism)과 배치 지시자(layout directive)의 처리 규칙을 제안하였다. 특히 복잡한 내부 구조를 문서 작성자에게 투명하게 보임으로써 보다 용이하게 문서 작성을 수행하도록 하기위해 사용자 인터페이스를 대화식 처리 방식으로 구현하였다. ODIF 변환기는 ODA 문서의 내부 구조와 ODA 데이타 스트림(data stream)을 상호 변환하는 기능을 갖도륵 하였으며, 수정 가능한 형식(PDA : Processable Document Architecture)뿐만 아니라, 포맷된 형식(FDA : Formatted Document Architecture) 및 포맷된 수정 가능한 형식(FPDA : Formatted Processable Document Architecture)과 같은 3가지 문서 형식을 처리할 수 있도록 하여 시스템의 기능성을 재고토록 하였다. 이때 도형과 라스터(raster) 그래픽스 정보의 부호화는 각각 CGM(Computer Graphics Metafile)의 2진 부호화와 팩시밀리(facsimile) 부호화 알고리즘(algorithm)을 적용하였다. 실제 작성한 ODA 문서 및 ODIF 데이타 스트림 화일을 확인하고, 오류수정 및 ODA 이해를 위한 진단도구와 FPDA 문서를 FDA와 PDA로 분류하는 여과기(filter)도 설계하였다. 본 시스템은 UNIX 운영체제의 SUN 시스템상에서 X 윈도우(window)와 Motif를 사용하여 설계 구현하였다. 추상 구문 표기(ASN.1 : Abstract Syntax Notation.1)를 사용하여 기술된 ODIF 데이타 스트림을 해석하고 생성하기 위해 ISODE(ISO Development Environment)를 사용하였다. 구현 단계는 국제기능표준에 기본해 설계함으로써 국제 환경속에서 문서 교환이 가능하며, 멀티미디어 문서 정보통신 분야에 크게 기여할 수 있으리라 기대한다. This paper describes the design and implementation of document processing system with the capability of the interchange the structured document information between heterogenous systems and applications. As the adoption of related standards is essential to establish in which document informations such as the architecture, structure and interchanging format can be interchangable between each different environment respectively, we have adopted an ISO(International Organization for Standardization), base standard of ODA(Open Document Architecture) and a functional standard, FOD26 of ODA. In order to achieve modularity for the efficient implementation and extentionability basing on the processing model of ODA, subsystems such as document editor, ODIF converter and diagonistic tools have been implemented separately to build up the document processing system. The class editor consists of a document class editor and a specific structure editor. The former creates generic logical/layout structure for the efficient generating of the document of specific class. And the latter creates specific logical structure as a practical document instance using a generic structure. An interactive mechanism was adopted as an user interface. Hanguel document can be processed. We designed the formatter generating the specific layout structure by the generic layout structure and establishing relationship between specific logical/layout structure by interaction of user. For it we proposed backtracking mechanism and processing rules of layout directive. Especially, we implemented an interactive method as user interface for ease creation of a document due to show user transparently complicate internal of structure. And we designed ODIF translator for the transformation between ODA document and ODIF data stream. With managing the intermediate table, we can manipulate all kinds of document format such as processable document architecture(PDA), formatted document architecture(FDA) and formatted processable document architecture(FPDA). During this process, the geometric/raster graphics was encoded according to algorithms of the binary encoding of CGM(computer graphics metafile) and the facsimile encoding. We have implemented not only diagnostic tool to verify the ODA document/ODIF data stream, to debug errors and to understand ODA, but also the filter by which FPDA document was classed as FDA and PDA. This system was implemented by using the X window system and the Motif as graphical user interface in the UNIX environment of SUN SPARC II. To analyze and interprete ODIF data stream using ASN.1(Abstract Syntax Notation.1), we used ISODE. We have implemented the system based on international functional standardization to be interchange documents on the international environment. We expect that this system contributed to the development of the communication of multimedia information.
한 의료원의 이전 전·후 환자만족도 비교분석 : P의료원을 중심으로
정회경 고신대학교 보건대학원 2002 국내석사
본 연구는 부산시에 소재하고 있는 P의료원의 신축 이전 전·후 입원환자 만족도를 비교 분석 파악하여 효율적인 병원의료서비스 개설과 병원경영에 도움이 되는 기초자료를 제공함을 목적으로 하였다. 조사대상으로는 P의료원 신축 이전 전 입원환자 112명과 이전 후 이전 전에 입원했었던 환자111명 총233명의 응답자를 대상으로 설문조사를 하였으며 통계분석은 SAS 프로그램을 사용하여 빈도와 백분율을 산출하고 x^(2) 검정을 실시하였다. 이 연구의 주요결과를 요약하면 다음과 같다. 첫째, 병원의 시설과 환경에 대한 만족도 영역에서 병실의 청결상태, 병실의 환기상태, 병실의 냉·온방 상태, 화장실 또는 샤워시설, 음식물 보관이나 데워 먹기의 편리함, 주차시설의 이용 등 이전 후가 이전 전보다 전반적으로 병원시설이나 환경이 향상되었다. 둘째, 병원이용 절차의 편리성 영역에서 입원절차의 간편성은 이전 후에 더 긍정적인 면이 많았고 음식의 맛과 식단에 대해서는 이전 전·후 모두 만족도가 낮은 것으로 나타났다. 세째, 병원 직원들의 친절성과 성의에 대한 만족도 영역에서는 담당의사, 간호사의 친절항목에서는 이전 전·후 만족도가 모두 높게 나타났으나 안내, 경비, 주차요원의 친절에 대해서는 이전 전보다 이전 후에 긍정적인 대답을 많이 보였다. 넷째, 환자에 대한 관심과 서비스에 대한 설명 영역에서는 이전 전 보다 이전후가 만족도가 높은 것으로 나타났다. 다섯째, 진단이나 치료 결과에 만족하느냐는 질문에서는 이전 전·후 모두 만족도가 높으나 이전 후 만족도가 더 높은 것으로 응답하였다. 여섯째, 부가적인 서비스 영역(전반적인 평가와 재이용 의사)에서 병원서비스 전반에 대해 이전 전보다 이전 후 서비스가 많이 좋아졌다. 병원의 재이용, 병원이용의 권유, 둘 다 이전 전보다 이전 후 긍정적인 응답이 많이 나왔다. 병원 이용의 중요한 항목으로는 이전 전·후 모두 의료진의 기술과 전문성에, 이전 전에는 병원시설과 환경이 중요하다고 응답하였다. <각 문항별 유의성을 영역별로 살펴보면> 첫째, 병원의 시설과 환경에 대한 만족도 영역에서는 14개 항목 모두 매우 유의한 통계가 있는 것으로 나타났다. 둘째, 병원 이용 절차의 편리성 영역에서는 3개 항목이 유의한 차이가 없는 것으로 나타났다. ('입원 대기시간', '환자 면회 시간대', '검사나 치료를 받을 때 기다린 시간의 적절함'). 셋째, 병원 직원들의 친절성과 성의에 대한 만족도 영역에서는 6개 문항 모두 유의성이 없는 것으로 나타났다. 다만 안내, 경비 및 주차요원의 친절에서는 경계선적인 유의성을 보였다(P=0.0539). 넷째, 환자에 대한 관심과 서비스에 대한 설명 영역에서도 전혀 유의성이 없었다. 다섯째, '진단이나 치료 결과에 만족하느냐' 는 질문에서는 유의성을 보였다. 여섯째, 전반적인 평가와 재이용 의사에 대한 영역에서는 4개 문항 모두 매우 유의한 통계가 있는 것으로 나타났다. This study aimed to offer fundamental data helpful for the establishment of effective hospital medical service and hospital management by comparing, analyzing and grasping the satisfying level of the inpatient before and after removal to newly built P Clinic located in Busan City. The research was executed by questionnaires to 233 patients in total : 111 inpatients before removal to the newly built P Clinic and 112 inpatients as the objects of research after the removal of the said Clinic, and the SAS program was used for the statistical analysis, and frequency and percentage was calculated and x^(2) verification was executed. The important results of this study are summarized as follows : First, in the realm of satisfying level for the facility and environment of the hospital, cleanness condition of the sickroom, the environmental condition of the sickroom, the cooling and heating condition of the sickroom, toilet or shower facility, convenience of keeping food or eating heated food, utilization of car parking facility, etc. after removal of the hospital have generally improved facility or environment of the hospital than before removal. Second, in the realm of convenience of the procedure of utilizing hospital, the handiness of the procedure of hospitalization after removal had more affirmative aspect, but satisfying level for the taste of food and menu showed low both before and after removal. Third, in the realm of satisfying level for the kindness and sincerity of the staff members of the hospital, the satisfying level in the item of kindness of doctors and nurses in charge showed high both before and after removal, while for the kindness of members of information, guard and parking lot, affirmative replies were shown many after removal than before removal. Fourth, in the realm for the interest and service for the patient, the satisfying level was shown higher after removal than before removal. Fifth, to the questions whether they are satisfied with diagnosis or the result of medical treatment, the satisfying level was high both before and after removal, but they showed higher satisfying level after removed. Sixth, in the additional service realm, general service by the hospital became much better after removal than before removal. Much affirmative replies appeared after removal than before removal in both re-utilization of the hospital and inducement of utilizing hospital. As the important item of utilizing hospital, they replied that technology and speciality of the medical team is important both before and after removal. and that the hospital facility and environment is important after removal.
4 방향 선분 분리법에 의한 Dot pattern의 차수변환에 관한 연구
본 논문에서는 문자, 도형등을 포함하는 화소 패턴(dot pattern)을 차수변환(size transformation)하는 알고리즘(algorithm)인 4방향 선분 분리법을 제안한다. 본 알고리즘은 종래의 화소단위 처리에 대해 화소 패턴을 수평, 수직 및 사선 선분으로 분리시켜 각 선분 단위로 처리하는 것이다. 본 알고리즘을 적용한 결과로 화소 패턴의 확대, 축소 및 회전이 용이하고 변환 패턴의 선분폭과 균형 유지가 양호하게 제어되며 변환처리후 별도의 정형(smoothing) 처리를 요하지 않았다. In this paper, we suggest the 4 directional line segmentation algorithm that transforms the size of dot pattern including characters and figures. This algorithm is the method that divides dot pattern into horizontal, vertical, 2 slant lines segments and processes them as the unit of each line, in contrary to traditional methods. Consequently, we can transform(enlargement, reduction and rotation) the original pattern without difficulty, and control line width and balance maintenance of transformed dot pattern, and needed not other smoothing process after the transformation.