跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.188) 您好!臺灣時間:2025/10/07 20:55
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:張偉德
研究生(外文):WadeChang
論文名稱:大量傷患緊急醫療救護之最佳救護車派遣數學模式研究
論文名稱(外文):Mathematical models of optimal ambulance redeployment for shipping mass casualties in the emergency medical services system
指導教授:王逸琳
指導教授(外文):I-lin Wang
學位類別:碩士
校院名稱:國立成功大學
系所名稱:工業與資訊管理學系
學門:商業及管理學門
學類:其他商業及管理學類
論文種類:學術論文
論文出版年:2016
畢業學年度:104
語文別:中文
論文頁數:84
中文關鍵詞:救護車派遣緊急醫療救護整數規劃時空網路
外文關鍵詞:Ambulance redeploymentEmergency Medical ServicesInteger ProgrammingTime space network
相關次數:
  • 被引用被引用:3
  • 點閱點閱:604
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:2
發生大規模災害後,可能會同時在多個地方發生事故,而每事故點若有大量傷患的話,如何有效率地使用有限的救護車資源,將各事故點的傷患儘快送至合適的醫院便成為一個重要議題。現今由緊急醫療救護系統之救護車指揮中心所調度的救護車派遣方式,通常是取決於決策者的自身經驗,其直覺的派遣決策缺乏整體性的評估,可能導致傷患等待過久而死亡。本研究擬探討緊急醫療救護系統面對多事故點的大量傷患之救護車派遣問題,以最小化傷患總等候時間為目標,決定哪台救護車應去哪個事故點將傷患送至哪家醫院的最佳派遣路徑。本研究依救護車之初始位置狀態,分別研究「已知初始發車處」及「可彈性調整初始發車處」等兩類救護車派遣問題。兩者皆假設各事故點位址及其傷患數量、各醫院位址等資訊皆已知,只是前者假設各救護車發車處為已知,著重在如何計算車輛途徑;而後者則假設各救護車初始發車處可彈性調整,除了車輛途徑決策外還必須處理初始的車輛配置方式(每個事故點應配置幾台)。
在求解已知初始發車處之救護車派遣問題時,我們先以時空網路圖為基礎發展一整數規劃模式,求解最小化傷患總等候時間的救護車最佳路徑,然而此種作法經常耗時甚久,因此我們提出以傷患找尋最近救護車的貪婪演算法;而為避免派遣決策過度集中處理單一事故點而忽略其它事故點傷患,我們亦提出另一考量「公平性」的派遣演算法來比較。可彈性調整初始發車處之救護車派遣問題主要是著眼於現實的派遣決策幾乎無法即時使用電腦求解,而較直覺的派遣決策通常會以事故點與醫院之責任劃分方式來指派救護車,因此該如何指定哪些醫院負責哪些事故點,再依此指派各醫院的初始救護車數,以最小化傷患總等候時間。
最後本研究針對兩問題中建構出8個與24個不同的Case進行測試,證實本研究之數學模式可有效地使傷患總等候時間最小化,而提出之演算法亦能在短時間內得到求解品質佳的解。

The aim of this study included developing mathematical models of optimal ambulance redeployment for shipping mass casualties in an emergency medical services system by using integer programming. Additionally, the objectives of the study involved minimizing the total waiting time for casualties. In the study, two ambulance redeployment problems, namely (1) Ambulance Dispatching Problem with the Initial Location provided, and (2) Ambulance Dispatching Problem with a Flexible initial Location, were investigated. It was assumed that the number of event points, hospitals, and patients were given for both problems. Although both problems required solving for optimal ambulance routings, the latter problem focused more on initial ambulance deployment. An integer programming model was formulated on a time space network for the first problem. However, the model was extremely time consuming. This was followed by developing a greedy heuristics based on a nearest first concept, in which the ambulance closest to a casualty was assigned to the casualty. In order to derive a fair waiting time, another heuristics that allowed each casualty to have a more equal waiting time was also employed. With respect to the second problem, certain properties of optimal redeployment were first derived for a hospital case, and then greedy heuristics were derived for other general cases. Unfortunately, a specific relationship between the optimal number of ambulances and the distance of the number of casualties to event points could not be derived from the results of the study.
目錄

摘要 I
ABSTRACT II
誌謝 VI
目錄 VII
表目錄 XI
圖目錄 XII
第一章 緒論 1
1.1研究背景 1
1.2研究動機與目的 3
1.3研究問題 4
1.4論文架構 5
第二章 文獻探討 6
2.1緊急醫療救護系統與大量傷患事件 6
2.1.1緊急醫療救護服務系統 6
2.1.2大量傷患事件 8
2.2救護車派遣與緊急醫療救護系統佈署問題 10
2.2.1 救護車基地佈署問題 10
2.2.1.1確定性靜態佈署模式 10
2.2.1.2隨機性靜態佈署模式 14
2.2.1.3動態佈署模式 16
2.3救護車輛派遣問題 17
2.4小結 21
第三章 已知初始發車處之救護車派遣問題 22
3.1問題描述與相關假設 22
3.1.1問題描述 22
3.1.2問題假設 25
3.2數學模式 25
3.2.1已知初始發車處之救護車派遣之時空網路圖模式 25
3.3貪婪演算法與傷患平衡之救護車派遣法 30
3.3.1 演算法介紹 30
3.3.2 演算法介紹 34
3.3.3小結 36
3.4數值分析 36
3.4.1數據產生方式 36
3.4.2數值測試 38
3.4.3小結 42
第四章 可彈性調整初始發車處之救護車派遣問題 44
4.1問題描述與假設 45
4.1.1問題描述 45
4.1.2問題假設 45
4.2時空網路圖之救護車派遣整數規劃模式( ) 46
4.2.1參數與變數定義 46
4.2.2模式說明 47
4.2.3範例說明 49
4.3順序式救護車派遣之整數規劃模式( ) 52
4.3.1基本概念 52
4.3.2參數與變數定義 53
4.3.3順序式模式說明 54
4.3.4範例說明 55
4.4貪婪演算法 58
4.4.1基本想法 58
4.4.2 、 演算法說明 60
4.5數值分析 66
4.5.1數據產生方式 66
4.5.2數值測試 67
4.5.3小結 74
第五章 結論與未來方向 76
5.1研究結論 76
5.1.1已知初始發車處之救護車派遣問題 76
5.1.2可彈性調整初始發車處之救護車派遣問題 77
5.2未來研究方向 77
參考文獻 81


中文文獻
吳青翰(2006)。緊急醫療救護系統資源配置之模擬研究-以台南市為例。國立成功大學交通管理科學研究所碩士論文。
吳青翰(2010)。最小化整體死亡人數之大量傷病患事故救護車派遣模式。國立成功大學交通管理科學研究所博士論文。
胡勝川(2002)。「急診醫師與緊急醫療救護」。新北市:金名。
蘇喜、石崇良及陳麗華 (2001)。運用模擬技術建立緊急救護模式及效益評估。行政院國家科學委員會專題研究計畫:NSC89-2314-B-002-383。
英文文獻
Andersson, T., & Vaerband, P. (2007). Decision support tools for ambulance dispatch and relocation. Journal of the Operational Research Society, 58(2), 195-201.
Aytug, H., & Saydam, C. (2002). Solving large-scale maximum expected covering location problems by genetic algorithms: A comparative study. European Journal of Operational Research, 141, 480-494.
Berman, O., Drezner, Z., & Krass, D. (2011). Discreate cooperative covering problems. Journal of the Operational Research Society, 62, 2002-2012.
Bish, D. R., Agca, E., & Glick, R. (2011). Decision support for hospital evacuation and emergency response. Annals of Operations Research, 221, 89-106.
Carter, G. M., Chaiken, J.M., & Ignall, E. (1972). Response areas for two emergency units. Operations Research, 20, 571-594.
Brotcorne, L., Laporte, G., & Semet, F. (2003). Ambulance location and relocation models. European Journal of Operational Research, 147, 451-463.
Church, R. L., & ReVelle, C. (1974). The Maximal Covering Location Problem.Papers of Regional Science Association, 32(1), 101-118.
Cuninghame, R. A., & Harries, G. (1988). Nearest-neighbour rules for emergency services. Zeitschrift für Operations Research, 32(5), 299-306.
Daskin, M. (1983). A maximum expected covering location model: Formulation, properties and heuristic solution. Transportation Science, 17, 48-68.
Gendreau, M., Laporte, G., & Semet, F. (1997). Solving an Ambulance Location Model by Tabu Search. Location Science, 5(2), 75-88.
Gendreau, M., Laporte, G., & Semet, F. (2001). A dynamic model and parallel tabu search heuristic for real-time ambulance relocation. Parallel Computing, 27,1641-1653.
Gendreau, M., Laporte, G., & Semet, F. (2006). The maximal expected coverage relocation problem for emergency vehicles. Journal of the Operational Research Society, 57, 22-28
Gong, Q., & Batta, R. (2007). Allocation and reallocation of ambulances to casualty clusters in a disaster relief operation. IIE Transactions, 39(1), 27-39.
Haghani, A., Hu, H., & Tian, Q. (2003, January). An optimization model for real-time emergency vehicle dispatching and routing. Paper presented at the meeting of the Transportation Research Board, Washington, DC.
Huang, B., & Pan, X. (2007). GIS coupled with traffic simulation and optimization for incident response. Computers Environment and Urban Systems, 31, 116-132.
Ibri, S., Nourelfath, M., & Drias, H. (2012). A multi-agent approach for integrated emergency vehicle dispatching and covering problem. Engineering Applications of Artificial Intelligence, 25(3), 554-565.


Ibri, S., Nourelfath, M. & Drias, H. (2010). On the integration of dispatching and covering for emergency vehicles management system. Machine and Web Intelligence (ICMWI), 2010 International Conference on, 198-204.
Inoue, H., Yanagisawa, S., & Kamae, I. (2006). Computer-simulated assessment of methods of transporting severely injured individuals in disaster—case study of an airport accident. Computer Methods and Programs in Biomedicine, 81(3), 256-265.
Jacobson, E. U., Argon, N. T., & Ziya, Serhan. (2012). Priority Assignment in Emergency Response. Operation Resaerch, 60(4), 813-832.
Jagtenberg, C. J., Bhulai, S., & Mei, R. D. (2015). An efficient heuristic for real-time ambulance redeployment. Operation Research for Health Care, 4, 27-35.
Jotshi, A., Gong, Q., & Batta, R. (2009). Dispatching and routing of emergency vehicles in disaster mitigation using data fusion. Socio-Economic Planning Sciences, 43(1), 1-24.
Karasakal, O., & Karasakal, E. K. (2004). A maximal covering location model in the presence of partial coverage. Computer & Operation Research, 31, 1515-1526.
Koenig, K. L., Dinerman, N., & Kuehl, A. E. (1996). Disaster nomenclature — a functional impact approach: the PICE system. Academic Emergency Medicine, 3(7), 723-727.
Larson, R. C. (1974). A hypercube queuing model for facility location and redistricting in urban emergency services. Computers & Operations Research. 1, 67-95.
Lee, S. (2011). The role of preparedness in ambulance dispatching. Journal of the Operational Research Society, 62, 1888-1897.
Li, X., Zhao, Z., & Zhu, X. (2011). Covering models and optimization techniques for emergency response facility location and planning: a review. Mathematical Methods of Operations Research, 74, 281-310.
Maleki, M., Majlesinasab, N., & Sepehri, M. M. (in press). Two new models for redeployment of ambulances. Computers & Industrial Engineering, 78, 271-284.
Repede, J. F., & Bernardo, J. J. (1994). Developing and validating a decision support system for locating emergency medical vehicles in Louisville, Kentucky. European Journal of Operational Research, 75, 567-581.
Schilling, D. A., Elzinga, D. J., Cohon, J., Church, R. L., & ReVelle, C. (1979). The team/fleet models for simultaneous facility and equipment Siting. Transportation Science, 13(2), 163-175.
Spaite, D. W., Valenzuela, T. D., Meislin, H. W., Criss, F. A., & Hinsberg, P. (1993). Prospective validation of a new model for evaluating emergency medical services systems by in-field observation of specific time intervals in prehospital care. Annals of Emergency Medicine, 22, 638-645.
Tayfur, E., & Taaffe, K. (2009). A model for allocating resources during hospital evacuations. Computers & Industrial Engineering, 57, 1313-1323.
Toregas, C., Swain, R., ReVelle, C., & Bergman, L. (1971). The location of Emergency service facilities. Operations Research, 19 (6), 1363-1373.
Toro-Diaz, H., Mayorga, M. E., Chanta, S., & Mclay, L. A. (2013). Joint location and dispatching decisions for Emergency Medical Services. Computers & Industrial Engineering, 64, 917-928.
Weintraub, A., Aboud, J., Fernandez, C., Laporte, G., & Ramirez, E. (1999). An emergency vehicle dispatching system for an electric utility in Chile. Journal of the Operational Research Society, 50, 690-696.
Yang, S., Hamedi, M., & Haghani, A. (2007). Integrated approach for Emergency Medical Service location and assignment problem. Transportation Research Record:Journal of the Transportation Research Board, 1882, 184-192.

連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊