天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁 > 管理論文 > 信息管理論文 >

面向醫(yī)療信息管理系統(tǒng)的云存儲技術(shù)研究與實現(xiàn)

發(fā)布時間:2019-01-20 17:35
【摘要】:我國目前的醫(yī)療衛(wèi)生行業(yè)不斷的提高和完善,隨著各地各級醫(yī)療機構(gòu)如醫(yī)院、衛(wèi)生院、社區(qū)衛(wèi)生服務(wù)中心和診所的醫(yī)療衛(wèi)生機構(gòu)相應(yīng)建立,參加醫(yī)保的民眾不斷增加,對各種疾病的研究深入,我國的醫(yī)療信息已經(jīng)形成了相當(dāng)海量的數(shù)據(jù);加之各醫(yī)院的病歷信息、病人信息的大同小異,各地區(qū)實現(xiàn)和完善衛(wèi)生部相關(guān)信息系統(tǒng)的不盡相同,不僅對病人的就診、轉(zhuǎn)診帶來不便,分散的病歷對患者疾病的診療過程、用藥等情況缺乏連續(xù)性記載,也不利于治療,而且不盡相同的醫(yī)療信息影響國家對重大病例的管理和監(jiān)控。有效而集中的數(shù)據(jù),在如此海量信息的處理過程中起著重要作用,為此本文提出了醫(yī)療信息云存儲。云存儲是在云計算概念上延伸和發(fā)展出來的一個新的概念,繼承了云計算的虛擬化、高可靠性、高可延伸性和廉價等特性,搭建一個云存儲平臺,可以有效利用醫(yī)療資源和共享存儲信息。本文使用Hadoop、Hive、MongoDB等技術(shù)作為基礎(chǔ)存儲系統(tǒng),對開發(fā)了一個面向醫(yī)療信息的云存儲系統(tǒng)。 Hadoop是目前最為熱門的開源分布式系統(tǒng)框架,允許用戶簡單部署Hadoop集群開發(fā)MapReduce應(yīng)用,,并可以將Hive子項目作為數(shù)據(jù)任務(wù)處理。Hadoop項目的核心子項目HDFS,是分布式計算中數(shù)據(jù)存儲管理的基礎(chǔ),具有節(jié)點監(jiān)控日志管理、基礎(chǔ)數(shù)據(jù)一致性管理和集群負載平衡等功能。MongoDB是一個基于分布式文件存儲的NoSQL數(shù)據(jù)庫,能夠提供高效的數(shù)據(jù)訪問和檢索功能,并提供可擴展的數(shù)據(jù)處理能力,使數(shù)據(jù)具有一定的數(shù)據(jù)結(jié)構(gòu)卻不需要考慮數(shù)據(jù)模式問題,可以方便地進行數(shù)據(jù)分片處理和負載均衡。 融合MongoDB存儲和Hive處理是本系統(tǒng)最關(guān)鍵的模塊,通過使用MongoDB作為數(shù)據(jù)輸入,由Hive作為數(shù)據(jù)處理必須實現(xiàn)數(shù)據(jù)的輸入輸出、序列化反序列化等功能。在使用Hadoop和MongoDB作為底層存儲的基礎(chǔ)上,本文還介紹Spring Restful開發(fā)醫(yī)療信息數(shù)據(jù)訪問層,將數(shù)據(jù)存儲和各級醫(yī)療機構(gòu)本地應(yīng)用分離,并提供開放接口和安全認證,將數(shù)據(jù)訪問和安全認證交由本地應(yīng)用的業(yè)務(wù)流程處理。該系統(tǒng)將分成五個層次,分別是Hive處理數(shù)據(jù)層、MongoDB和HDFS數(shù)據(jù)存儲層、Restful服務(wù)數(shù)據(jù)訪問層、Nginx訪問控制層和各級醫(yī)療信息系統(tǒng)應(yīng)用層。
[Abstract]:At present, the medical and health industry in our country has been continuously improved and improved. With the corresponding establishment of medical and health institutions at various levels, such as hospitals, health centers, community health service centers and clinics, the number of people participating in medical insurance has been increasing. Deep research on various diseases, China's medical information has formed a considerable amount of data; In addition, the medical record information of each hospital is much the same as that of the patient, and the different regions realize and perfect the relevant information system of the Ministry of Health, which not only brings inconvenience to the patient's visit, but also brings inconvenience to the patient's referral, and the scattered medical record is the diagnosis and treatment process of the patient's disease. The lack of continuous records of drug use is not conducive to treatment, and different medical information affects the management and monitoring of major cases. Effective and centralized data play an important role in the process of processing such a large amount of information, so this paper proposes a medical information cloud storage. Cloud storage is a new concept that extends and develops in cloud computing concept. It inherits the virtualization, high reliability, high extensibility and low cost of cloud computing, and builds a cloud storage platform. It can effectively utilize medical resources and share storage information. In this paper, a cloud storage system for medical information is developed using Hadoop,Hive,MongoDB and other technologies as the basic storage system. Hadoop is the most popular open source distributed system framework, allowing users to simply deploy Hadoop clusters to develop MapReduce applications, and to treat Hive subprojects as data tasks. HDFS, is the core subproject of the Hadoop project MongoDB is a NoSQL database based on distributed file storage, which has the functions of node monitoring log management, basic data consistency management and cluster load balancing. It can provide efficient data access and retrieval function, and provide extensible data processing ability, so that the data have a certain data structure but do not need to consider the problem of data pattern, so it is convenient for data slicing and load balancing. Fusion of MongoDB storage and Hive processing is the most important module in this system. By using MongoDB as data input and Hive as data processing, the functions of data input and output, serialization and deserialization must be realized. On the basis of using Hadoop and MongoDB as the underlying storage, this paper also introduces the development of medical information data access layer by Spring Restful, which separates the data storage from the local application of medical institutions at all levels, and provides open interface and security authentication. Transfer data access and security authentication to local application business processes. The system will be divided into five layers: Hive processing data layer, MongoDB and HDFS data storage layer, Restful service data access layer, Nginx access control layer and medical information system application layer.
【學(xué)位授予單位】:華南理工大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2012
【分類號】:TP311.52

【相似文獻】

相關(guān)期刊論文 前10條

1 趙智宏,倪奇志,張翔,楊小軍;12位多通道零相位差大容量數(shù)據(jù)采集系統(tǒng)[J];數(shù)據(jù)采集與處理;1999年04期

2 張馳;李安波;;房產(chǎn)產(chǎn)權(quán)產(chǎn)籍系統(tǒng)中數(shù)據(jù)緩存的應(yīng)用[J];測繪科學(xué);2009年03期

3 楊偉偉;胡黎瑋;孟利民;胡海勇;;基于H.264的無線視頻監(jiān)控系統(tǒng)設(shè)計與實現(xiàn)[J];杭州電子科技大學(xué)學(xué)報;2010年05期

4 黃世能,奚建清;分布數(shù)據(jù)緩存體系[J];軟件學(xué)報;2001年07期

5 馬騰;羅軍舟;王小鵬;;AMS實驗中的副本管理研究[J];華中科技大學(xué)學(xué)報(自然科學(xué)版);2005年S1期

6 郭天杰;曹強;謝長生;;基于iSCSI的遠程鏡像系統(tǒng)設(shè)計與實現(xiàn)[J];小型微型計算機系統(tǒng);2006年01期

7 謝強;于雅麗;丁秋林;;基于對象池和數(shù)據(jù)緩存技術(shù)的Web-OLAP系統(tǒng)[J];應(yīng)用科學(xué)學(xué)報;2007年02期

8 程明君;趙銳;;基于ASP.NET的緩存機制提升數(shù)據(jù)訪問性能的分析與實現(xiàn)[J];華南金融電腦;2007年10期

9 湯迪斌;王勁林;倪宏;;一種CDN中的動態(tài)數(shù)據(jù)存儲方案——UbDP[J];計算機應(yīng)用;2008年08期

10 趙婉芳;王梅;趙妍;;基于校園網(wǎng)學(xué)習(xí)系統(tǒng)實時響應(yīng)能力研究[J];科技創(chuàng)新導(dǎo)報;2009年22期

相關(guān)會議論文 前10條

1 秦燕峰;劉亞軍;;基于多文檔和動態(tài)鏈接庫技術(shù)的軟件開發(fā)方法研究與實現(xiàn)[A];第十八屆全國數(shù)據(jù)庫學(xué)術(shù)會議論文集(技術(shù)報告篇)[C];2001年

2 齊智平;;具有開放式體系結(jié)構(gòu)的數(shù)控系統(tǒng)軟件平臺的研究與實現(xiàn)[A];西部大開發(fā) 科教先行與可持續(xù)發(fā)展——中國科協(xié)2000年學(xué)術(shù)年會文集[C];2000年

3 童小華;張錦;田根;;基于PDA的嵌入式GIS研究與實現(xiàn)[A];中國地理信息系統(tǒng)協(xié)會第三次代表大會暨第七屆年會論文集[C];2003年

4 唐揚;熊偉;趙鋒銳;景寧;;數(shù)據(jù)庫功能擴展技術(shù)研究與實現(xiàn)[A];第二十一屆中國數(shù)據(jù)庫學(xué)術(shù)會議論文集(技術(shù)報告篇)[C];2004年

5 張鵬;李昭原;;基于組件技術(shù)的事務(wù)處理研究與實現(xiàn)[A];第十九屆全國數(shù)據(jù)庫學(xué)術(shù)會議論文集(技術(shù)報告篇)[C];2002年

6 王靖宇;李素梅;汪清;;基于PIC的USB通信板的研究與實現(xiàn)[A];2010年通信理論與信號處理學(xué)術(shù)年會論文集[C];2010年

7 林琦;王麗娜;董曉梅;于戈;申德榮;;MPEG視頻信息中的數(shù)字水印研究與實現(xiàn)[A];第十九屆全國數(shù)據(jù)庫學(xué)術(shù)會議論文集(技術(shù)報告篇)[C];2002年

8 黃立平;馮玉才;肖偉器;;一種多媒體數(shù)據(jù)庫數(shù)據(jù)模型的研究與實現(xiàn)[A];第十屆全國數(shù)據(jù)庫學(xué)術(shù)會議論文集[C];1992年

9 馬繼峰;彭曉源;馮勤;;基于微機的圖形圖象系統(tǒng)的研究與實現(xiàn)[A];二○○一年中國系統(tǒng)仿真學(xué)會學(xué)術(shù)年會論文集[C];2001年

10 楊林;張?zhí)镂?柴旭東;;基于協(xié)同仿真平臺COSIM集成仿真軟件工具MATLAB的研究與實現(xiàn)[A];2003年全國系統(tǒng)仿真學(xué)術(shù)年會論文集[C];2003年

相關(guān)重要報紙文章 前10條

1 CPW記者 馮華中;理論還未最終驗證 醫(yī)療信息化普及尚需時日[N];電腦商報;2005年

2 謝琳;中聯(lián):專注醫(yī)療信息化[N];中國電子報;2007年

3 朱;醫(yī)療信息化亟待統(tǒng)籌規(guī)范[N];計算機世界;2006年

4 云夢澤;美國的醫(yī)療信息化與EHR系統(tǒng)[N];醫(yī)藥經(jīng)濟報;2006年

5 本報記者 戴丹;醫(yī)療信息化“柳暗花明”[N];醫(yī)藥經(jīng)濟報;2005年

6 本報記者 武漢;熾熱的IT 溫吞的醫(yī)療[N];網(wǎng)絡(luò)世界;2005年

7 楊文興;醫(yī)療設(shè)備信息化水平國內(nèi)領(lǐng)先[N];汕頭日報;2007年

8 ;國內(nèi)醫(yī)療信息化市場待開發(fā)[N];中國醫(yī)藥報;2006年

9 姚志洪;基于XML的醫(yī)療信息傳輸和共享[N];計算機世界;2004年

10 李封巖;現(xiàn)代醫(yī)療信息化告別簡單化[N];中國企業(yè)報;2005年

相關(guān)博士學(xué)位論文 前10條

1 葉凡;無線網(wǎng)絡(luò)中移動數(shù)據(jù)緩存若干問題的研究[D];中國科學(xué)技術(shù)大學(xué);2010年

2 呂旭東;醫(yī)療信息系統(tǒng)體系結(jié)構(gòu)研究及開發(fā)平臺設(shè)計[D];浙江大學(xué);2002年

3 陳靜;分布式虛擬GIS關(guān)鍵技術(shù)研究[D];武漢大學(xué);2004年

4 李洪亮;支持Live遷移機制的動態(tài)虛擬集群研究[D];吉林大學(xué);2012年

5 陳秀忠;面向云計算的基礎(chǔ)網(wǎng)絡(luò)提供技術(shù)研究[D];北京郵電大學(xué);2011年

6 裴科;PRSoC三層服務(wù)架構(gòu)及其URAP協(xié)議研究[D];太原理工大學(xué);2010年

7 李洪寧;萬維網(wǎng)地理信息系統(tǒng)分布式理論體系研究與實現(xiàn)[D];中國地質(zhì)大學(xué)(北京);2003年

8 樓向雄;Mass-Storage SOC片上集成系統(tǒng)研究與實現(xiàn)[D];浙江大學(xué);2004年

9 劉棣華;網(wǎng)絡(luò)入侵檢測系統(tǒng)及其自適應(yīng)性的研究與實現(xiàn)[D];東華大學(xué);2009年

10 郭杰;融合網(wǎng)絡(luò)中面向最終用戶的服務(wù)按需生成的研究與實現(xiàn)[D];北京郵電大學(xué);2009年

相關(guān)碩士學(xué)位論文 前10條

1 李偉宏;面向醫(yī)療信息管理系統(tǒng)的云存儲技術(shù)研究與實現(xiàn)[D];華南理工大學(xué);2012年

2 王俊;基于數(shù)據(jù)傳輸?shù)木W(wǎng)絡(luò)架構(gòu)仿真與性能評估技術(shù)研究[D];上海交通大學(xué);2008年

3 王志剛;基于FPGA的高速數(shù)字化接收與處理技術(shù)[D];南京信息工程大學(xué);2009年

4 劉軍;基于SIP協(xié)議的可視終端與服務(wù)器的研究與實現(xiàn)[D];北京郵電大學(xué);2012年

5 林帆;下一代網(wǎng)絡(luò)安全態(tài)勢評估系統(tǒng)中數(shù)據(jù)緩存子系統(tǒng)的設(shè)計與實現(xiàn)[D];北京郵電大學(xué);2010年

6 謝鵬;空間數(shù)據(jù)庫數(shù)據(jù)緩存與調(diào)度技術(shù)研究[D];解放軍信息工程大學(xué);2009年

7 曾濤;重復(fù)數(shù)據(jù)刪除技術(shù)的研究與實現(xiàn)[D];華中科技大學(xué);2011年

8 關(guān)海生;數(shù)據(jù)緩存實現(xiàn)快速數(shù)據(jù)訪問的設(shè)計[D];上海交通大學(xué);2012年

9 喬穩(wěn);數(shù)據(jù)集中化管理技術(shù)在融合計費系統(tǒng)中的應(yīng)用研究與設(shè)計[D];浙江工業(yè)大學(xué);2011年

10 楊超;數(shù)字電視嵌入式瀏覽器的研究與實現(xiàn)[D];電子科技大學(xué);2008年



本文編號:2412237

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/guanlilunwen/sjfx/2412237.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶e148a***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com
内用黄老外示儒术出处| 少妇在线一区二区三区| 黄片在线观看一区二区三区| 熟女白浆精品一区二区| 国产成人av在线免播放观看av| 加勒比东京热拍拍一区二区| 国产精品午夜福利免费阅读| 中国少妇精品偷拍视频| 色婷婷成人精品综合一区| 亚洲美女国产精品久久| 久久精品a毛片看国产成人| 国产精品人妻熟女毛片av久久| 欧美一级特黄大片做受大屁股| 亚洲中文字幕三区四区| 国产欧美一区二区另类精品| 欧美在线观看视频免费不卡| 日本高清不卡在线一区| 日本99精品在线观看| 国产午夜精品亚洲精品国产| 99久久人妻中文字幕| 男女一进一出午夜视频| 国产欧美一区二区久久| 欧美人妻盗摄日韩偷拍| 亚洲国产精品一区二区| 国产又粗又猛又大爽又黄同志 | 日韩精品毛片视频免费看| 国产欧美精品对白性色| 高中女厕偷拍一区二区三区| 国产午夜精品美女露脸视频| 婷婷伊人综合中文字幕| 国产欧美一区二区另类精品| 亚洲精选91福利在线观看| 欧美在线观看视频三区| 国产精品二区三区免费播放心 | 国产精品欧美激情在线观看| 亚洲男人的天堂就去爱| 国产不卡最新在线视频| 国产不卡在线免费观看视频| 亚洲国产婷婷六月丁香| 欧美黄色黑人一区二区| 久久久精品日韩欧美丰满|