登录
首页 » Visual C++ » PMS

PMS

于 2007-11-15 发布 文件大小:963KB
0 136
下载积分: 1 下载次数: 411

代码说明:

  本系统模拟一个计算机病员监护系统(Patient Monitoring System, PMS)。该系统随时接受并监视病人的生理信号(脉搏、体温、血压、心电图等),定时记录病人情况以形成患者日志,当某个病人的生理信号超出医生规定的安全范围时向值班护士发出警告信息。当护士需要时还可以要求系统打印出某个指定病人的病情报告。 本系统全部代码采用MFC在Visual Studio .Net环境中编写。患者所有信息保存在Access数据库(PMS.mdb)中。 (A computer simulation of the system Patient Monitoring System (Patient Monitoring System, PMS). The system is ready to accept and monitor the patient s physiological signals (pulse, temperature, blood pressure, ECG, etc.), regularly records the condition of patients to form a log of patients, when a patient s physiological signals beyond the scope of the required safety of doctors to the nurses on duty to issue a warning message . When nurses need also can ask the system print out a report of the designated patient. All the system code using MFC in Visual Studio. Net environments prepared. Patients all the information stored in the Access database (PMS.mdb) in.)

文件列表:

PMS
...\PMS
...\...\DlgCG.cpp
...\...\DlgCG.h
...\...\DlgLog.cpp
...\...\DlgLog.h
...\...\DlgPatient.cpp
...\...\DlgPatient.h
...\...\DlgWarning.cpp
...\...\DlgWarning.h
...\...\hlp
...\...\...\afx_hidd_color.htm
...\...\...\afx_hidd_fileopen.htm
...\...\...\afx_hidd_filesave.htm
...\...\...\afx_hidd_find.htm
...\...\...\afx_hidd_font.htm
...\...\...\afx_hidd_newtypedlg.htm
...\...\...\afx_hidd_replace.htm
...\...\...\afx_hidp_default.htm
...\...\...\afx_hidw_dockbar_top.htm
...\...\...\afx_hidw_status_bar.htm
...\...\...\afx_hidw_toolbar.htm
...\...\...\hidr_doc1type.htm
...\...\...\hid_app_about.htm
...\...\...\hid_app_exit.htm
...\...\...\hid_context_help.htm
...\...\...\hid_edit_clear.htm
...\...\...\hid_edit_clear_all.htm
...\...\...\hid_edit_copy.htm
...\...\...\hid_edit_cut.htm
...\...\...\hid_edit_find.htm
...\...\...\hid_edit_paste.htm
...\...\...\hid_edit_redo.htm
...\...\...\hid_edit_repeat.htm
...\...\...\hid_edit_replace.htm
...\...\...\hid_edit_undo.htm
...\...\...\hid_file_close.htm
...\...\...\hid_file_mru_file1.htm
...\...\...\hid_file_new.htm
...\...\...\hid_file_open.htm
...\...\...\hid_file_save.htm
...\...\...\hid_file_save_as.htm
...\...\...\hid_file_send_mail.htm
...\...\...\hid_help_index.htm
...\...\...\hid_help_using.htm
...\...\...\hid_ht_caption.htm
...\...\...\hid_ht_nowhere.htm
...\...\...\hid_next_pane.htm
...\...\...\hid_prev_pane.htm
...\...\...\hid_sc_close.htm
...\...\...\hid_sc_maximize.htm
...\...\...\hid_sc_minimize.htm
...\...\...\hid_sc_move.htm
...\...\...\hid_sc_nextwindow.htm
...\...\...\hid_sc_prevwindow.htm
...\...\...\hid_sc_restore.htm
...\...\...\hid_sc_size.htm
...\...\...\hid_sc_tasklist.htm
...\...\...\hid_view_ruler.htm
...\...\...\hid_view_status_bar.htm
...\...\...\hid_view_toolbar.htm
...\...\...\hid_window_all.htm
...\...\...\hid_window_arrange.htm
...\...\...\hid_window_cascade.htm
...\...\...\hid_window_new.htm
...\...\...\hid_window_split.htm
...\...\...\hid_window_tile.htm
...\...\...\hid_window_tile_horz.htm
...\...\...\hid_window_tile_vert.htm
...\...\...\HTMLDefines.h
...\...\...\Images
...\...\...\......\Bullet.gif
...\...\...\main_index.htm
...\...\...\menu_edit.htm
...\...\...\menu_file.htm
...\...\...\menu_help.htm
...\...\...\menu_view.htm
...\...\...\menu_window.htm
...\...\...\PMS.chm
...\...\...\PMS.hhc
...\...\...\PMS.hhk
...\...\...\PMS.hhp
...\...\...\scrollbars.htm
...\...\LeftView.cpp
...\...\LeftView.h
...\...\MainFrm.cpp
...\...\MainFrm.h
...\...\PMS.APS
...\...\PMS.cpp
...\...\PMS.h
...\...\PMS.mdb
...\...\PMS.ncb
...\...\PMS.rc
...\...\PMS.reg
...\...\PMS.sln
...\...\PMS.vcproj
...\...\PMSDoc.cpp
...\...\PMSDoc.h
...\...\PMSView.cpp
...\...\PMSView.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论


0 个回复

  • Desktop
    假设有n个任务由k个可并行工作的机器来完成,完成任务i需要的时间为ti,试设计一个算法找出完成这n个任务的最佳调度,式的完成全部任务的时间最早(Suppose there are n tasks done by the k-th machine can work in parallel, needed to complete the task i time Ti, try to design an algorithm to find the complete optimal scheduling of the n tasks, the task time of the completion of the formula earliest)
    2013-01-23 14:40:57下载
    积分:1
  • 3242
    数字图像处理实习代码,包括图像转换,灰度变换、几何变换.....(Digital image processing practical code, including image conversion, gray-scale transformation, geometric transformation .....)
    2010-03-06 18:04:23下载
    积分:1
  • gest
    void swap1(int x, int y) //值传递 void swap2(int *px, int *py) //指针传递 void swap3(int &x, int &y) //引用传递 的使用(void swap1(int x, int y) //值传递 void swap2(int*px, int*py) //指针传递 void swap3(int &x, int &y) //引用传递 的使用)
    2012-04-30 16:41:44下载
    积分:1
  • VB与EXCEL精华
    VB与EXCEL精华 VB与EXCEL精华 VB与EXCEL精华(VB and Excel essence of the essence of VB and Excel and VB VB and Excel essence of the essence of VB and Excel Excel cream)
    2005-06-24 17:06:52下载
    积分:1
  • torbrowser
    torborwser 洋葱路由安装包,隐藏IP地址。(Torborwser onion routing package, hide IP address.)
    2016-07-19 13:16:42下载
    积分:1
  • ARQtest
    实现ARQ协议的简单模拟,包括发送,确认号,等待,出错重发等等。(Realise a simple Model as ARQ Protocol)
    2010-10-27 12:32:34下载
    积分:1
  • serial2.1.3.4
    自己用api写的串口通信动态库,可以同时打开多个串行口,自带设置函数(own use api write serial communication DLL, it will also open up a number of serial port, bringing their function set)
    2007-01-03 19:40:09下载
    积分:1
  • vbbarcodeprint
    VB打印条形码的测试程序,不包括其它的功能,只是演示如何将条码打印出来,功能单一,不过容易理解,VB6.0打印条形码无思路的可参考。 (VB test program print bar codes do not include other functions, but demonstrates how to print out barcodes, single function, but it is easy to understand, VB6.0 print barcodes without thinking can be found.)
    2014-05-14 16:02:11下载
    积分:1
  • LabVIEWandUSB
    说明:  利用动态链接库现LabVIEW与USB设备的数据通信(Is the use of dynamic-link library of LabVIEW and the USB data communication equipment)
    2009-08-12 16:47:22下载
    积分:1
  • Opencv2.3-on-VS2008-aVS2010
    open2.3在vs 2008 2010上的配置详细图解,希望能帮到你!!(open2.3 on vs 2008 2010)
    2013-11-04 12:29:55下载
    积分:1
  • 696518资源总数
  • 104793会员总数
  • 32今日下载