§ 瀏覽學位論文書目資料
  
系統識別號 U0002-1109201312003500
DOI 10.6846/TKU.2013.00310
論文名稱(中文) 使用近場無線通訊建置復健醫療輔助系統之實作
論文名稱(英文) An implementation of building a physical medicine and rehabilitation assistive system using Near Field Communication technique
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 資訊工程學系碩士在職專班
系所名稱(英文) Department of Computer Science and Information Engineering
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 101
學期 2
出版年 102
研究生(中文) 傅聖超
研究生(英文) Sheng-Chao Fu
學號 700410011
學位類別 碩士
語言別 繁體中文
第二語言別 英文
口試日期 2013-06-21
論文頁數 62頁
口試委員 指導教授 - 潘孟鉉
委員 - 潘孟鉉
委員 - 張志勇
委員 - 張兆村
關鍵字(中) NFC
Arduino
Wi-Fi
嵌入式系統
復健
醫療
關鍵字(英) NFC
Arduino
Wi-Fi
Embedded System
Rehabilitation
Treatment
第三語言關鍵字
學科別分類
中文摘要
復健醫學是一個以恢復病患身體功能為目的的臨床科別,醫師藉由針對病情所設計的復健課程,重複訓練此課程以回復病患之身體功能,進而提升病患生活品質。在醫院中,由於醫療人力嚴重不足,造成每位醫療人員必需同時照料多位病患,不但拖延了病患受醫的時間,更影響到每位病患就醫的權利。本論文中開發出一套可以提供病患自行操作的復健醫療輔助系統,採用Arduino嵌入式裝置,搭配NFC近場無線通訊技術、Wi-Fi無線網路模組以及病患資料庫系統,提供病患以最簡單的方式實現自動化的復健醫療輔助。本系統將在走廊處提供醫院內診療室地圖導引功能、在診療室門口受理病患報到與預約器材功能,以及在復健器材旁提供教學影片與療程計時等復健療程輔助功能。本系統不但為病患提供服務,同時將可有效分擔醫療人員龐大的工作量。
英文摘要
Rehabilitation medicine is a clinical division that aims to restore the physical function of patients. The physician designs a rehabilitation program targeting a specific disease and repeatedly carries out program training in order to restore the patient’s physical function, thereby enhancing the quality of life for the patient. In the hospitals, due to a serious shortage of medical manpower, medical staff members must each take care of many patients, which not only results in delays in treatment, but also deprives patients of their rights to medical attention. In this thesis, a medical rehabilitation assistive system that can be self-operated by patients was developed. Arduino embedded devices, combined with Near Field Communication (a type of wireless technology), a Wi-Fi wireless network module, and a patient database system, provide patients with the simplest way to achieve automated rehabilitation medical assistance. The system provides hospital treatment room map navigation function in corridors and offers patient registration and appointment for equipment access function at the treatment room entrance, while instruction videos, therapy timing, and other rehabilitative therapy assistance functions are available next to the rehabilitation equipment. This system not only provides services for patients, but also effectively shares the huge workload of medical staff.
第三語言摘要
論文目次
目錄
第一章、 簡介	1
1.1	研究動機	1
1.2	研究目的	2
第二章、 相關技術	4
2.1	NFC技術簡介	4
2.2	NFC與RFID在醫療院所的應用	9
第三章、 硬體元件簡介及軟體平台背景	14
3.1	系統架構	14
3.2	硬體元件介紹	15
3.3	軟體開發環境	21
第四章、 復健醫療輔助系統之硬體開發	26
4.1	導引輔助機	26
4.2	硬體系統整合與韌體開發	31
第五章、 復健醫療輔助系統之軟體開發	37
5.1	使用MySQL建立資料庫系統	37
5.2	使用PHP語言建立網頁伺服器	44
第六章、 結論與未來工作	53
參考文獻	54
附錄–英文論文	58

圖目錄
圖 1、NFC射頻標準沿革圖	5
圖 2、NFC通訊模式示意圖	8
圖 3、NFC在一般病房護理日常作業上的應用之系統概念圖	10
圖 4、巡房事件標籤示意圖	11
圖 5、藥物與病患配對示意圖	12
圖 6、復健醫療輔助系統:系統架構圖	14
圖 7、Arduino UNO的硬體個單元示意圖	16
圖 8、NFC Shield 中所使用之腳位示意圖	18
圖 9、Wi-Fi shield 中所使用之腳位示意圖	20
圖 10、Arduino IDE 整合開發環境畫面	22
圖 11、phpMyAdmin網頁管理工具畫面	25
圖 12、導引輔助機:硬體系統架構圖	27
圖 13、NFC擴充板模組之硬體線路圖	28
圖 14、Wi-Fi擴充板模組之硬體線路圖	29
圖 15、NFC病患識別手環	31
圖 16、導引輔助機之實體照片	31
圖 17、導引輔助機之程式流程圖	32
圖 18、導引輔助機之程式執行監視畫面	35
圖 19、復健醫療輔助系統之資料庫示意圖	38
圖 20、地圖導引機的資料流程示意圖	45
圖 21、地圖導引機實際執行結果	46
圖 22、病患報到機的資料流程示意圖	47
圖 23、病患報到機實際執行之顯示頁面	48
圖 24、復健輔助機的資料流程示意圖	49
圖 25、通知醫療人員電子郵件畫面	50
圖 26、復健輔助機實際執行之顯示頁面	51
圖 27、療程已完成時之顯示頁面	51

表目錄
表 1、NFC射頻標準規格表	6
表 2、NFC標籤類型及規格表	7
表 3、國內醫療院所導入RFID之現況表	9
表 4、復健醫療輔助系統與其他系統比較表	13
表 5、SeeedStudio NFC Shield V1.0之硬體規格表	17
表 6、SeeedStudio Wi-Fi Shield V1.1之硬體規格表	19
表 7、Mifare-One NFC Tag之硬體規格表	20
表 8、輔助導引機資料表	39
表 9、病患資料表	40
表 10、復健器材資料表	42
表 11、醫療人員資料表	44
參考文獻
[1]	周峰進、許富翔、尤國任,“零售供應鏈運用無線射頻辨識系統(RFID)之動態策略研究-以Wal-Mart為例”。吳鳳技術學院、南華大學,研討會論文集,2010。
[2]	近場通訊, URL: http://zh.wikipedia.org/wiki/%E8%BF%91%E5%A0%B4%E9%80%9A%E8%A8%8A
[3]	NFC Forum, URL: 
http://www.nfc-forum.org/aboutnfc/
[4]	張志勇、翁仲銘、石貴平、廖文華,物聯網概論。台北市:碁峰資訊股份有限公司,2013年1月。
[5]	Roland Minihold,  “Near Field Communication (NFC) Technology and Measurements”, URL: 
http://cdn.rohde-schwarz.com/dl_downloads/dl_application/application_notes/1ma182/NFC_WHITE_PAPER_1MA182_5epdf.pdf
[6]	NFC and Interoperability, URL: 
http://www.nfc-forum.org/aboutnfc/interop/
[7]	黃俊琦,“醫療機構導入RFID技術關鍵成功要素之個案研究”。朝陽科技大學碩士論文,2007。
[8]	薛硯文,“探討醫療機構對於實際應用RFID之缺失因素”。嘉南藥理科技大學碩士論文,2007。
[9]	張韶良,“醫療作業資訊化的最後一哩-NFC在一般病房護理日常作業上的應用”,國立宜蘭大學碩士論文,2013
[10]	Bravo, J. ; Hervas, R. ; Fuentes, C. ; Chavira, G. ; Nava, S.W., “Tagging for Nursing Care”, PervasiveHealth 2008. Second International Conference, pp.305-307, 2008
[11]	Jara, A.J. ; Alcolea, A.F. ; Zamora, M.A. ; Skarmeta, A.F.G. ; Alsaedy, M., “Drugs interaction checker based on IoT”, Internet of Things (IOT), pp.1-8, 2010
[12]	Alabdulhafith, Maali ; Sampangi, Raghav V. ; Sampalli, Srinivas, “NFC-enabled smartphone application for drug interaction and drug allergy detection”, Near Field Communication (NFC), 2013 5th International Workshop, pp.1-6, 2013
[13]	Lahtela, A. ; Hassinen, M. ; Jylha, V., “RFID and NFC in healthcare: Safety of hospitals medication care”, PervasiveHealth 2008. Second International Conference, pp.241-244, 2008
[14]	Arduino, URL: 
http://en.wikipedia.org/wiki/Arduino
[15]	Arduino Uno, URL: 
http://arduino.cc/en/Main/ArduinoBoardUno
[16]	NFC Shield V1.0, URL: 
http://www.seeedstudio.com/wiki/NFC_Shield_V1.0
[17]	NFC Shield V2.0, URL: 
http://www.seeedstudio.com/wiki/NFC_Shield_V2.0
[18]	Wifi Shield V1.1, URL: 
http://www.seeedstudio.com/wiki/Wifi_Shield_V1.1
[19]	Wifi Shield V1.0, URL: 
http://www.seeedstudio.com/wiki/Wifi_Shield_V1.0
[20]	Mifare-One RFID Tag (13.56MHz), URL: 
http://www.seeedstudio.com/wiki/index.php?title=Mifare-One_RFID_Tag_(13.56MHz)
[21]	Arduino Development Environment, URL: 
http://arduino.cc/en/Guide/Environment
[22]	Apache HTTP伺服器, URL: 
http://zh.wikipedia.org/wiki/Apache_HTTP_Server
[23]	Apache, URL: 
http://httpd.apache.org/
[24]	PHP, URL: 
http://zh.wikipedia.org/wiki/Php
[25]	PHP, URL: 
http://php.net/
[26]	MySQL, URL: 
http://zh.wikipedia.org/wiki/Mysql
[27]	phpMyAdmin, URL: 
http://zh.wikipedia.org/wiki/PhpMyAdmin
[28]	phpMyAdmin, URL: 
http://www.phpmyadmin.net/home_page/index.php
[29]	SPI library, URL: 
http://arduino.cc/en/Reference/SPI
[30]	WiFi Library Using WiFly for Arduino, URL: 
https://github.com/Seeed-Shield/WiFi_Shield
[31]	NFC Shield library for Arduino, URL: 
https://github.com/Seeed-Shield/NFC_Shield
論文全文使用權限
校內
紙本論文於授權書繳交後5年公開
同意電子論文全文授權校園內公開
校內電子論文於授權書繳交後5年公開
校外
同意授權
校外電子論文於授權書繳交後5年公開

如有問題,歡迎洽詢!
圖書館數位資訊組 (02)2621-5656 轉 2487 或 來信