在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 电子病历系统源码

电子病历系统源码

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:196.74M
  • 下载次数:133
  • 浏览次数:911
  • 发布时间:2022-04-01
  • 实例类别:C#语言基础
  • 发 布 人:zxdzl
  • 文件格式:.rar
  • 所需积分:5

实例介绍

【实例简介】电子病历系统源码

电子病历功能简介

 

电子病历系统是指计算机化的病历,它的内容包括纸张病历的所有信息。电子病历不仅指静态病历信息,还包括提供的相关服务。电子病历系统是支持电子病历的一套软硬件系统,它能实现病人信息的采集、加工、存储、传输、服务。

功能描述:

 

1 各种记录的书写,并可保留修改痕迹  

在各种记录的书写过程中,根据系统提供的首次护理记录、一般护理记录、术前术后护理记录等模板,可方便、轻松地完成书写。

上级医师所作的修改在记录中保留鲜明的修改痕迹,方便查看各种记录中具体内容的书写者。

2  体温单

体温单数据的录入为表格式填写,成完后,图形界面根据相应的数据自动产生曲线。

3  查询系统

领导查询:医院领导及相关的管理部门通过查询系统可了解到全院任何一个科室在院患者或归档病历的各种记录、医嘱及检验检查结果等。

查看病历:即时了解患者的主管医师书写的所有病程记录,便于掌握患者的病情变化,更便于护理记录的书写。

查看归档病历:归档后的病历,可以作为“学习病历”查看,亦可作为医师对病人再次入院时书写记录的参考。

4  缺省模板

系统提供丰富的模板,按性别自动选择相应的模板,数量多达数百种。

5  设置权限

设置主管医师、主治医师、主任医师、值班医师的权限。

6  医嘱系统

   提供丰富的医嘱套餐,并可对医嘱进行浏览、查询、打印。

7  会诊系统

   院内会诊,由主管医师发出邀请,被邀请科室接收会诊请求后,可在本科室即时查看病人的各种记录,完成会诊后,可根据需要在邀请科室或本科室进行会诊意见的书写。

8  监控系统

体温监控:体温超出设定的温度时,则自动提示。

书写提示及时间监控:对规定时间内完成书写的各种记录进行监控和提示。

签名提示:对各种记录签名的提示。

预防漏项:对出现漏项的记录进行提示。

检验项目的时间监控:对即复检验项目进行时间监控。具有各环节的时间提示。

9  科研系统

   系统提供对病例进行统计、分析的功能,为医务人员提供科研手段。

10  草稿记录

未完成的各种记录,可作为草稿进行保存,以后可继续修改或删除草稿。

11 相关记录内容的自动产生

只要相关内容完成一次,在其他相关的记录中,相关位置上会自动填写上相关的内容,减轻医务人员书写记录的工作量。

12  自定义的续打功能

由医务人员根据需要自行设置打印的内容,满足病历在续打方面不同程度的要求。

13  图片编辑

利用电子病历图像处理器可编辑各种各样的图片。

效益分析“海天”基于XML的电子病历有如下的特点:

 

14  便于长期保存病历。

用XML记录的病历是文本格式,不依赖于任何计算机平台、软件或者数据库格式,不会因为软硬件而要作相应的升级工作

l  便于信息交换和查询。

由于XML对内容进行了标记,因而其中的信息可以方便的在用户之间进行交换和检索

l  具有很大的适应性和灵活性

由于XML是一种强壮的语言,允许用户在不违背标准的前提下根据自己的当前和今后的需要进行扩充



【实例截图】

from clipboardfrom clipboardfrom clipboardfrom clipboardfrom clipboard
【核心代码】

.
├── Emr
│   ├── ArchivesManager
│   │   ├── App.config
│   │   ├── ArchivesManager.csproj
│   │   ├── ArchivesManager.csproj.user
│   │   ├── ArchivesManagerForm.cs
│   │   ├── ArchivesManagerForm.resx
│   │   ├── AssemblyInfo.cs
│   │   ├── CaseHistoryPigeonhole.cs
│   │   ├── CaseHistoryPigeonhole.resx
│   │   ├── CaseHistoryState.cs
│   │   ├── CaseHistoryState.resx
│   │   ├── CheckAndApproveNotify.cs
│   │   ├── CheckAndApproveNotify.resx
│   │   ├── CheckAndApproveSumUp.cs
│   │   ├── CheckAndApproveSumUp.resx
│   │   ├── LookOverInform.cs
│   │   ├── LookOverInform.resx
│   │   ├── Public
│   │   │   └── Public_AM.cs
│   │   ├── ReadCaseHistory.cs
│   │   ├── ReadCaseHistory.resx
│   │   ├── bin
│   │   │   ├── ArchivesManager.dll
│   │   │   ├── ArchivesManager.dll.config
│   │   │   ├── ArchivesManager.pdb
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── EmrBrowser.dll
│   │   │   ├── EmrBrowser.pdb
│   │   │   ├── EmrUC.dll
│   │   │   ├── EmrUC.pdb
│   │   │   ├── Interop.SHDocVw.dll
│   │   │   ├── SD.dll
│   │   │   ├── SD.pdb
│   │   │   ├── TheFtp.dll
│   │   │   ├── TheFtp.pdb
│   │   │   ├── Usual.dll
│   │   │   ├── Usual.pdb
│   │   │   ├── ZYTextDocumentLib.dll
│   │   │   ├── ZYTextDocumentLib.pdb
│   │   │   ├── devcomponents.dotnetbar.dll
│   │   │   └── en
│   │   ├── devcomponents.dotnetbar.dll
│   │   └── obj
│   │       └── Debug
│   ├── Backup
│   │   ├── ArchivesManager
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── ArchivesManager.csproj
│   │   │   ├── ArchivesManager.csproj.user
│   │   │   ├── ArchivesManagerForm.cs
│   │   │   ├── ArchivesManagerForm.resx
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CaseHistoryPigeonhole.cs
│   │   │   ├── CaseHistoryPigeonhole.resx
│   │   │   ├── CaseHistoryState.cs
│   │   │   ├── CaseHistoryState.resx
│   │   │   ├── CheckAndApproveNotify.cs
│   │   │   ├── CheckAndApproveNotify.resx
│   │   │   ├── CheckAndApproveSumUp.cs
│   │   │   ├── CheckAndApproveSumUp.resx
│   │   │   ├── LookOverInform.cs
│   │   │   ├── LookOverInform.resx
│   │   │   ├── Public
│   │   │   ├── ReadCaseHistory.cs
│   │   │   ├── ReadCaseHistory.resx
│   │   │   └── devcomponents.dotnetbar.dll
│   │   ├── BaseManager
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── BaseManager.csproj
│   │   │   ├── BaseManager.csproj.user
│   │   │   ├── Departments.cs
│   │   │   ├── Departments.resx
│   │   │   ├── DepartmentsType.cs
│   │   │   ├── DepartmentsType.resx
│   │   │   ├── Employee.cs
│   │   │   ├── Employee.resx
│   │   │   ├── EmployeeSet.cs
│   │   │   ├── EmployeeSet.resx
│   │   │   ├── InFoSetForm.cs
│   │   │   ├── InFoSetForm.resx
│   │   │   ├── Job.cs.cs
│   │   │   ├── Job.cs.resx
│   │   │   ├── JobEvaluation.cs
│   │   │   ├── JobEvaluation.resx
│   │   │   ├── MyMessageBox.cs
│   │   │   ├── MyMessageBox.resx
│   │   │   ├── Patients.cs
│   │   │   ├── Patients.resx
│   │   │   └── Public
│   │   ├── Consultation
│   │   │   ├── AccFrm.cs
│   │   │   ├── AccFrm.resx
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CWriteFrm.cs
│   │   │   ├── CWriteFrm.resx
│   │   │   ├── ConFrm.cs
│   │   │   ├── ConFrm.resx
│   │   │   ├── Consultation.csproj
│   │   │   ├── Consultation.csproj.user
│   │   │   ├── SendFrm.cs
│   │   │   ├── SendFrm.resx
│   │   │   └── img
│   │   ├── DBDef
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DBDef.csproj
│   │   │   ├── DBDef.csproj.user
│   │   │   └── DBFiles
│   │   ├── DoctorWorkstationManage
│   │   │   ├── AmendBeInHospitalDoctorInfo.cs
│   │   │   ├── AmendBeInHospitalDoctorInfo.resx
│   │   │   ├── AmendSickbedNoInfo.cs
│   │   │   ├── AmendSickbedNoInfo.resx
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CaseHistoryUntreadInFo.cs
│   │   │   ├── CaseHistoryUntreadInFo.resx
│   │   │   ├── CaseHistoryUntreadInFo_ParticularInfo.cs
│   │   │   ├── CaseHistoryUntreadInFo_ParticularInfo.resx
│   │   │   ├── DdeathInfoBookIn.cs
│   │   │   ├── DdeathInfoBookIn.resx
│   │   │   ├── DeathNote_Browser.cs
│   │   │   ├── DeathNote_Browser.resx
│   │   │   ├── DeparTmentAlterSet.cs
│   │   │   ├── DeparTmentAlterSet.resx
│   │   │   ├── DoctorWorkstationForm.cs
│   │   │   ├── DoctorWorkstationForm.resx
│   │   │   ├── DoctorWorkstationManage.csproj
│   │   │   ├── DoctorWorkstationManage.csproj.user
│   │   │   ├── FileCorrect.cs
│   │   │   ├── FileCorrect.resx
│   │   │   ├── LeaveHospitalBookIn.cs
│   │   │   ├── LeaveHospitalBookIn.resx
│   │   │   ├── PALHBookIn.cs
│   │   │   ├── PALHBookIn.resx
│   │   │   ├── PatientWorksTation.cs
│   │   │   ├── PatientWorksTation.resx
│   │   │   ├── Public
│   │   │   ├── RetakeArchivesInfo.cs
│   │   │   ├── RetakeArchivesInfo.resx
│   │   │   ├── SectionOffice_Examine.cs
│   │   │   ├── SectionOffice_Examine.resx
│   │   │   ├── SectionOffice_Examine_ParticulaInfor.cs
│   │   │   ├── SectionOffice_Examine_ParticulaInfor.resx
│   │   │   ├── SeeCaseHistoryIdea.cs
│   │   │   ├── SeeCaseHistoryIdea.resx
│   │   │   ├── SeeCaseHistoryIdea_ParticularContent.cs
│   │   │   ├── SeeCaseHistoryIdea_ParticularContent.resx
│   │   │   ├── See_SectionOffice_Examine.cs
│   │   │   ├── See_SectionOffice_Examine.resx
│   │   │   ├── See_SectionOffice_Examine_Doc.cs
│   │   │   └── See_SectionOffice_Examine_Doc.resx
│   │   ├── EmrBrowser
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Browser.cs
│   │   │   ├── Browser.resx
│   │   │   ├── EmrBrowser.csproj
│   │   │   ├── EmrBrowser.csproj.user
│   │   │   ├── MainFrm.cs
│   │   │   └── MainFrm.resx
│   │   ├── EmrKB
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── ButtonImage
│   │   │   ├── ElementInfo.cs
│   │   │   ├── ElementInfo.resx
│   │   │   ├── EmrKB.csproj
│   │   │   ├── EmrKB.csproj.user
│   │   │   ├── MainFrm.cs
│   │   │   ├── MainFrm.resx
│   │   │   ├── config.xml
│   │   │   ├── newemrtemplate.bmp
│   │   │   ├── projectdefine.xml
│   │   │   ├── toolbark.xml
│   │   │   └── trust.bat
│   │   ├── EmrMain
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── EmrMain.csproj
│   │   │   ├── EmrMain.csproj.user
│   │   │   ├── InfoFrm.cs
│   │   │   ├── InfoFrm.resx
│   │   │   ├── Login.cs
│   │   │   ├── Login.resx
│   │   │   ├── MainFrm.cs
│   │   │   ├── MainFrm.resx
│   │   │   ├── NotifyIconEx.cs
│   │   │   ├── NotifyIconEx.resx
│   │   │   ├── UC_Config.cs
│   │   │   ├── UC_Config.resx
│   │   │   ├── UC_Left.cs
│   │   │   ├── UC_Left.resx
│   │   │   ├── UC_Login.cs
│   │   │   ├── UC_Login.resx
│   │   │   ├── UC_Update.cs
│   │   │   └── UC_Update.resx
│   │   ├── EmrMain.sln
│   │   ├── EmrUC
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DataGridPage.cs
│   │   │   ├── DataGridPage.resx
│   │   │   ├── EmrUC.csproj
│   │   │   └── EmrUC.csproj.user
│   │   ├── MulEditor
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── FormMain.cs
│   │   │   ├── FormMain.resx
│   │   │   ├── FormSaveas.cs
│   │   │   ├── FormSaveas.resx
│   │   │   ├── MulEditor.csproj
│   │   │   └── MulEditor.csproj.user
│   │   ├── PersonalitySet
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── PersonalityFrom.cs
│   │   │   ├── PersonalityFrom.resx
│   │   │   ├── PersonalitySet.csproj
│   │   │   ├── PersonalitySet.csproj.user
│   │   │   ├── PrivatePassAmend.cs
│   │   │   ├── PrivatePassAmend.resx
│   │   │   ├── PrivateUserNameAmend.cs
│   │   │   ├── PrivateUserNameAmend.resx
│   │   │   ├── Public
│   │   │   ├── PublicPassAmend.cs
│   │   │   ├── PublicPassAmend.resx
│   │   │   ├── PublicUserNameAmend.cs
│   │   │   └── PublicUserNameAmend.resx
│   │   ├── PopedomManager
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CaseHistoryCodeCorrect.cs
│   │   │   ├── CaseHistoryCodeCorrect.resx
│   │   │   ├── EmComparison.cs
│   │   │   ├── EmComparison.resx
│   │   │   ├── EmrSectionOffice.cs
│   │   │   ├── EmrSectionOffice.resx
│   │   │   ├── GetPass.cs
│   │   │   ├── GetPass.resx
│   │   │   ├── ModuleInfoManage.cs
│   │   │   ├── ModuleInfoManage.resx
│   │   │   ├── PoPedomConnectionSet.cs
│   │   │   ├── PoPedomConnectionSet.resx
│   │   │   ├── PopedomManager.csproj
│   │   │   ├── PopedomManager.csproj.user
│   │   │   ├── Public
│   │   │   ├── SystemMaintenance.cs
│   │   │   ├── SystemMaintenance.resx
│   │   │   ├── UserInfoInitialization.cs
│   │   │   ├── UserInfoInitialization.resx
│   │   │   ├── UserRoleManage.cs
│   │   │   ├── UserRoleManage.resx
│   │   │   ├── UserTeamManage.cs
│   │   │   └── UserTeamManage.resx
│   │   ├── TheFtp
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── TheFtp.cs
│   │   │   ├── TheFtp.csproj
│   │   │   └── TheFtp.csproj.user
│   │   ├── UC_Prjs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── ButtonImage
│   │   │   ├── Grid
│   │   │   ├── ThiBPT
│   │   │   ├── UC_MA
│   │   │   ├── UC_MulEdit
│   │   │   ├── UC_PAF
│   │   │   ├── UC_Prjs.csproj
│   │   │   └── UC_Prjs.csproj.user
│   │   ├── Usual
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DTableClass.cs
│   │   │   ├── EnrolCode.cs
│   │   │   ├── FileOper.cs
│   │   │   ├── FileTrans.cs
│   │   │   ├── PermitKey.cs
│   │   │   ├── Public_AM.cs
│   │   │   ├── Public_BR.cs
│   │   │   ├── Public_DW.cs
│   │   │   ├── Public_OutDoctorWorkstation.cs
│   │   │   ├── Public_doctor.cs
│   │   │   ├── SecurityValidate.cs
│   │   │   ├── SystemPopedomManage.cs
│   │   │   ├── TheCtrl.cs
│   │   │   ├── UserInfo.cs
│   │   │   ├── Usual.csproj
│   │   │   └── Usual.csproj.user
│   │   ├── Watch
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MainFrm.cs
│   │   │   ├── MainFrm.resx
│   │   │   ├── Watch.csproj
│   │   │   └── Watch.csproj.user
│   │   └── ZYTextDocumentLib
│   │       ├── App.config
│   │       ├── Dom
│   │       ├── GUI
│   │       ├── KB
│   │       ├── XDesignerGUI
│   │       ├── ZYCommon
│   │       ├── ZYTextDocumentLib.csproj
│   │       ├── ZYTextDocumentLib.csproj.user
│   │       └── icon
│   ├── Backup1
│   │   ├── ArchivesManager
│   │   │   ├── App.config
│   │   │   ├── ArchivesManager.csproj
│   │   │   ├── ArchivesManager.csproj.user
│   │   │   ├── ArchivesManagerForm.cs
│   │   │   ├── ArchivesManagerForm.resx
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CaseHistoryPigeonhole.cs
│   │   │   ├── CaseHistoryPigeonhole.resx
│   │   │   ├── CaseHistoryState.cs
│   │   │   ├── CaseHistoryState.resx
│   │   │   ├── CheckAndApproveNotify.cs
│   │   │   ├── CheckAndApproveNotify.resx
│   │   │   ├── CheckAndApproveSumUp.cs
│   │   │   ├── CheckAndApproveSumUp.resx
│   │   │   ├── LookOverInform.cs
│   │   │   ├── LookOverInform.resx
│   │   │   ├── Public
│   │   │   ├── ReadCaseHistory.cs
│   │   │   ├── ReadCaseHistory.resx
│   │   │   └── devcomponents.dotnetbar.dll
│   │   ├── BaseManager
│   │   │   ├── App.config
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── BaseManager.csproj
│   │   │   ├── BaseManager.csproj.user
│   │   │   ├── Departments.cs
│   │   │   ├── Departments.resx
│   │   │   ├── DepartmentsType.cs
│   │   │   ├── DepartmentsType.resx
│   │   │   ├── Employee.cs
│   │   │   ├── Employee.resx
│   │   │   ├── EmployeeSet.cs
│   │   │   ├── EmployeeSet.resx
│   │   │   ├── InFoSetForm.cs
│   │   │   ├── InFoSetForm.resx
│   │   │   ├── Job.cs.cs
│   │   │   ├── Job.cs.resx
│   │   │   ├── JobEvaluation.cs
│   │   │   ├── JobEvaluation.resx
│   │   │   ├── MyMessageBox.cs
│   │   │   ├── MyMessageBox.resx
│   │   │   ├── Patients.cs
│   │   │   ├── Patients.resx
│   │   │   └── Public
│   │   ├── Consultation
│   │   │   ├── AccFrm.cs
│   │   │   ├── AccFrm.resx
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CWriteFrm.cs
│   │   │   ├── CWriteFrm.resx
│   │   │   ├── ConFrm.cs
│   │   │   ├── ConFrm.resx
│   │   │   ├── Consultation.csproj
│   │   │   ├── Consultation.csproj.user
│   │   │   ├── SendFrm.cs
│   │   │   ├── SendFrm.resx
│   │   │   └── img
│   │   ├── DBDef
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DBDef.csproj
│   │   │   ├── DBDef.csproj.user
│   │   │   ├── DBFiles
│   │   │   └── Set.cs
│   │   ├── DoctorWorkstationManage
│   │   │   ├── AmendBeInHospitalDoctorInfo.cs
│   │   │   ├── AmendBeInHospitalDoctorInfo.resx
│   │   │   ├── AmendSickbedNoInfo.cs
│   │   │   ├── AmendSickbedNoInfo.resx
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CaseHistoryUntreadInFo.cs
│   │   │   ├── CaseHistoryUntreadInFo.resx
│   │   │   ├── CaseHistoryUntreadInFo_ParticularInfo.cs
│   │   │   ├── CaseHistoryUntreadInFo_ParticularInfo.resx
│   │   │   ├── ClassDiagram1.cd
│   │   │   ├── DdeathInfoBookIn.cs
│   │   │   ├── DdeathInfoBookIn.resx
│   │   │   ├── DeathNote_Browser.cs
│   │   │   ├── DeathNote_Browser.resx
│   │   │   ├── DeparTmentAlterSet.cs
│   │   │   ├── DeparTmentAlterSet.resx
│   │   │   ├── DoctorWorkstationForm.cs
│   │   │   ├── DoctorWorkstationForm.resx
│   │   │   ├── DoctorWorkstationManage.csproj
│   │   │   ├── DoctorWorkstationManage.csproj.user
│   │   │   ├── FileCorrect.cs
│   │   │   ├── FileCorrect.resx
│   │   │   ├── LeaveHospitalBookIn.cs
│   │   │   ├── LeaveHospitalBookIn.resx
│   │   │   ├── PALHBookIn.cs
│   │   │   ├── PALHBookIn.resx
│   │   │   ├── PatientWorksTation.cs
│   │   │   ├── PatientWorksTation.resx
│   │   │   ├── Public
│   │   │   ├── RetakeArchivesInfo.cs
│   │   │   ├── RetakeArchivesInfo.resx
│   │   │   ├── SectionOffice_Examine.cs
│   │   │   ├── SectionOffice_Examine.resx
│   │   │   ├── SectionOffice_Examine_ParticulaInfor.cs
│   │   │   ├── SectionOffice_Examine_ParticulaInfor.resx
│   │   │   ├── SeeCaseHistoryIdea.cs
│   │   │   ├── SeeCaseHistoryIdea.resx
│   │   │   ├── SeeCaseHistoryIdea_ParticularContent.cs
│   │   │   ├── SeeCaseHistoryIdea_ParticularContent.resx
│   │   │   ├── See_SectionOffice_Examine.cs
│   │   │   ├── See_SectionOffice_Examine.resx
│   │   │   ├── See_SectionOffice_Examine_Doc.cs
│   │   │   └── See_SectionOffice_Examine_Doc.resx
│   │   ├── EmrBrowser
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Browser.cs
│   │   │   ├── Browser.resx
│   │   │   ├── EmrBrowser.csproj
│   │   │   ├── EmrBrowser.csproj.user
│   │   │   ├── MainFrm.cs
│   │   │   └── MainFrm.resx
│   │   ├── EmrKB
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── ButtonImage
│   │   │   ├── ElementInfo.cs
│   │   │   ├── ElementInfo.resx
│   │   │   ├── EmrKB.csproj
│   │   │   ├── EmrKB.csproj.user
│   │   │   ├── MainFrm.cs
│   │   │   ├── MainFrm.resx
│   │   │   ├── config.xml
│   │   │   ├── newemrtemplate.bmp
│   │   │   ├── projectdefine.xml
│   │   │   ├── toolbark.xml
│   │   │   └── trust.bat
│   │   ├── EmrMain
│   │   │   ├── AboutFrm.Designer.cs
│   │   │   ├── AboutFrm.cs
│   │   │   ├── AboutFrm.resx
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── EmrMain.csproj
│   │   │   ├── EmrMain.csproj.user
│   │   │   ├── InfoFrm.cs
│   │   │   ├── InfoFrm.resx
│   │   │   ├── Login.cs
│   │   │   ├── Login.resx
│   │   │   ├── MainFrm.cs
│   │   │   ├── MainFrm.resx
│   │   │   ├── NotifyIconEx.cs
│   │   │   ├── NotifyIconEx.resx
│   │   │   ├── Properties
│   │   │   ├── UC_Config.cs
│   │   │   ├── UC_Config.resx
│   │   │   ├── UC_Left.cs
│   │   │   ├── UC_Left.resx
│   │   │   ├── UC_Login.cs
│   │   │   ├── UC_Login.resx
│   │   │   ├── UC_Update.cs
│   │   │   └── UC_Update.resx
│   │   ├── EmrMain.sln
│   │   ├── EmrUC
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DataGridPage.cs
│   │   │   ├── DataGridPage.resx
│   │   │   ├── EmrUC.csproj
│   │   │   └── EmrUC.csproj.user
│   │   ├── MulEditor
│   │   │   ├── App.config
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── FormMain.cs
│   │   │   ├── FormMain.resx
│   │   │   ├── FormSaveas.cs
│   │   │   ├── FormSaveas.resx
│   │   │   ├── MulEditor.csproj
│   │   │   └── MulEditor.csproj.user
│   │   ├── PersonalitySet
│   │   │   ├── App.config
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── PersonalityFrom.cs
│   │   │   ├── PersonalityFrom.resx
│   │   │   ├── PersonalitySet.csproj
│   │   │   ├── PersonalitySet.csproj.user
│   │   │   ├── PrivatePassAmend.cs
│   │   │   ├── PrivatePassAmend.resx
│   │   │   ├── PrivateUserNameAmend.cs
│   │   │   ├── PrivateUserNameAmend.resx
│   │   │   ├── Public
│   │   │   ├── PublicPassAmend.cs
│   │   │   ├── PublicPassAmend.resx
│   │   │   ├── PublicUserNameAmend.cs
│   │   │   └── PublicUserNameAmend.resx
│   │   ├── PopedomManager
│   │   │   ├── App.config
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── CaseHistoryCodeCorrect.cs
│   │   │   ├── CaseHistoryCodeCorrect.resx
│   │   │   ├── EmComparison.cs
│   │   │   ├── EmComparison.resx
│   │   │   ├── EmrSectionOffice.cs
│   │   │   ├── EmrSectionOffice.resx
│   │   │   ├── GetPass.cs
│   │   │   ├── GetPass.resx
│   │   │   ├── HisInfoImport.cs
│   │   │   ├── HisInfoImport.resx
│   │   │   ├── ModuleInfoManage.cs
│   │   │   ├── ModuleInfoManage.resx
│   │   │   ├── PoPedomConnectionSet.cs
│   │   │   ├── PoPedomConnectionSet.resx
│   │   │   ├── PopedomManager.csproj
│   │   │   ├── PopedomManager.csproj.user
│   │   │   ├── Public
│   │   │   ├── SystemMaintenance.cs
│   │   │   ├── SystemMaintenance.resx
│   │   │   ├── UserInfoInitialization.cs
│   │   │   ├── UserInfoInitialization.resx
│   │   │   ├── UserRoleManage.cs
│   │   │   ├── UserRoleManage.resx
│   │   │   ├── UserTeamManage.cs
│   │   │   └── UserTeamManage.resx
│   │   ├── TheFtp
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── TheFtp.cs
│   │   │   ├── TheFtp.csproj
│   │   │   └── TheFtp.csproj.user
│   │   ├── UC_Prjs
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── ButtonImage
│   │   │   ├── Grid
│   │   │   ├── ThiBPT
│   │   │   ├── UC_Browser
│   │   │   ├── UC_MA
│   │   │   ├── UC_MulEdit
│   │   │   ├── UC_PAF
│   │   │   ├── UC_Prjs.csproj
│   │   │   └── UC_Prjs.csproj.user
│   │   ├── Usual
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── DTableClass.cs
│   │   │   ├── EnrolCode.cs
│   │   │   ├── FileOper.cs
│   │   │   ├── FileTrans.cs
│   │   │   ├── PermitKey.cs
│   │   │   ├── Public_AM.cs
│   │   │   ├── Public_BR.cs
│   │   │   ├── Public_DW.cs
│   │   │   ├── Public_OutDoctorWorkstation.cs
│   │   │   ├── Public_doctor.cs
│   │   │   ├── SecurityValidate.cs
│   │   │   ├── SystemPopedomManage.cs
│   │   │   ├── TheCtrl.cs
│   │   │   ├── UserInfo.cs
│   │   │   ├── Usual.csproj
│   │   │   └── Usual.csproj.user
│   │   ├── Watch
│   │   │   ├── App.config
│   │   │   ├── App.ico
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MainFrm.cs
│   │   │   ├── MainFrm.resx
│   │   │   ├── Watch.csproj
│   │   │   └── Watch.csproj.user
│   │   └── ZYTextDocumentLib
│   │       ├── Dom
│   │       ├── GUI
│   │       ├── KB
│   │       ├── XDesignerGUI
│   │       ├── ZYCommon
│   │       ├── ZYTextDocumentLib.csproj
│   │       ├── ZYTextDocumentLib.csproj.user
│   │       └── icon
│   ├── BaseManager
│   │   ├── App.config
│   │   ├── AssemblyInfo.cs
│   │   ├── BaseManager.csproj
│   │   ├── BaseManager.csproj.user
│   │   ├── CHWord2Spell.dll
│   │   ├── Departments.cs
│   │   ├── Departments.resx
│   │   ├── DepartmentsType.cs
│   │   ├── DepartmentsType.resx
│   │   ├── Employee.cs
│   │   ├── Employee.resx
│   │   ├── EmployeeSet.cs
│   │   ├── EmployeeSet.resx
│   │   ├── InFoSetForm.cs
│   │   ├── InFoSetForm.resx
│   │   ├── Job.cs.cs
│   │   ├── Job.cs.resx
│   │   ├── JobEvaluation.cs
│   │   ├── JobEvaluation.resx
│   │   ├── MyMessageBox.cs
│   │   ├── MyMessageBox.resx
│   │   ├── Patients.cs
│   │   ├── Patients.resx
│   │   ├── Public
│   │   │   └── Cl_BaseManage.cs
│   │   ├── bin
│   │   │   ├── BaseManager.dll
│   │   │   ├── BaseManager.dll.config
│   │   │   ├── BaseManager.pdb
│   │   │   ├── CHWord2Spell.dll
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── DevComponents.DotNetBar.dll
│   │   │   ├── TheFtp.dll
│   │   │   ├── TheFtp.pdb
│   │   │   ├── Usual.dll
│   │   │   └── Usual.pdb
│   │   └── obj
│   │       └── Debug
│   ├── Consultation
│   │   ├── AccFrm.cs
│   │   ├── AccFrm.resx
│   │   ├── App.config
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── Bin
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── Consultation.dll
│   │   │   ├── Consultation.dll.config
│   │   │   ├── Consultation.pdb
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── Interop.SHDocVw.dll
│   │   │   ├── SD.dll
│   │   │   ├── SD.pdb
│   │   │   ├── TheFtp.dll
│   │   │   ├── TheFtp.pdb
│   │   │   ├── Usual.dll
│   │   │   ├── Usual.pdb
│   │   │   ├── ZYTextDocumentLib.dll
│   │   │   ├── ZYTextDocumentLib.pdb
│   │   │   └── en
│   │   ├── CWriteFrm.cs
│   │   ├── CWriteFrm.resx
│   │   ├── ConFrm.cs
│   │   ├── ConFrm.resx
│   │   ├── Consultation.csproj
│   │   ├── Consultation.csproj.user
│   │   ├── SendFrm.cs
│   │   ├── SendFrm.resx
│   │   ├── img
│   │   │   ├── Accept.png
│   │   │   ├── Finish.png
│   │   │   ├── Refresh.png
│   │   │   └── Send.png
│   │   └── obj
│   │       └── Debug
│   ├── DBDef
│   │   ├── AssemblyInfo.cs
│   │   ├── DBDef.csproj
│   │   ├── DBDef.csproj.user
│   │   ├── DBFiles
│   │   │   ├── DBEmr
│   │   │   ├── DBHis
│   │   │   └── DBUtility
│   │   ├── Set.cs
│   │   ├── bin
│   │   │   ├── DBDef.dll
│   │   │   └── DBDef.pdb
│   │   └── obj
│   │       └── Debug
│   ├── DBDef.dll
│   ├── DBDef.pdb
│   ├── DoctorWorkstation
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── DoctorWorkstation.csproj
│   │   ├── Frm_NewQuery.cs
│   │   ├── Frm_NewQuery.resx
│   │   ├── Frm_SelectZLXM.cs
│   │   ├── Frm_SelectZLXM.resx
│   │   ├── Frm_YZZX.cs
│   │   ├── Frm_YZZX.resx
│   │   ├── InsertDoctor.cs
│   │   └── InsertDoctor.resx
│   ├── DoctorWorkstation.csproj
│   ├── DoctorWorkstation.csproj.user
│   ├── DoctorWorkstationManage
│   │   ├── AmendBeInHospitalDoctorInfo.cs
│   │   ├── AmendBeInHospitalDoctorInfo.resx
│   │   ├── AmendSickbedNoInfo.cs
│   │   ├── AmendSickbedNoInfo.resx
│   │   ├── App.config
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── CaseHistoryUntreadInFo.cs
│   │   ├── CaseHistoryUntreadInFo.resx
│   │   ├── CaseHistoryUntreadInFo_ParticularInfo.cs
│   │   ├── CaseHistoryUntreadInFo_ParticularInfo.resx
│   │   ├── ClassDiagram1.cd
│   │   ├── DdeathInfoBookIn.cs
│   │   ├── DdeathInfoBookIn.resx
│   │   ├── DeathNote_Browser.cs
│   │   ├── DeathNote_Browser.resx
│   │   ├── DeparTmentAlterSet.cs
│   │   ├── DeparTmentAlterSet.resx
│   │   ├── DoctorWorkstationForm.cs
│   │   ├── DoctorWorkstationForm.resx
│   │   ├── DoctorWorkstationManage.csproj
│   │   ├── DoctorWorkstationManage.csproj.user
│   │   ├── FileCorrect.cs
│   │   ├── FileCorrect.resx
│   │   ├── LeaveHospitalBookIn.cs
│   │   ├── LeaveHospitalBookIn.resx
│   │   ├── LongMedication.cs
│   │   ├── LongMedication.resx
│   │   ├── PALHBookIn.cs
│   │   ├── PALHBookIn.resx
│   │   ├── PatientWorksTation.cs
│   │   ├── PatientWorksTation.resx
│   │   ├── Public
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── Interop.SHDocVw.dll
│   │   │   ├── Public_DW.cs
│   │   │   └── WordMLHelper.cs
│   │   ├── RetakeArchivesInfo.cs
│   │   ├── RetakeArchivesInfo.resx
│   │   ├── SectionOffice_Examine.cs
│   │   ├── SectionOffice_Examine.resx
│   │   ├── SectionOffice_Examine_ParticulaInfor.cs
│   │   ├── SectionOffice_Examine_ParticulaInfor.resx
│   │   ├── SeeCaseHistoryIdea.cs
│   │   ├── SeeCaseHistoryIdea.resx
│   │   ├── SeeCaseHistoryIdea_ParticularContent.cs
│   │   ├── SeeCaseHistoryIdea_ParticularContent.resx
│   │   ├── See_SectionOffice_Examine.cs
│   │   ├── See_SectionOffice_Examine.resx
│   │   ├── See_SectionOffice_Examine_Doc.cs
│   │   ├── See_SectionOffice_Examine_Doc.resx
│   │   ├── WebFirstPage.cs
│   │   ├── WebFirstPage.resx
│   │   ├── bin
│   │   │   ├── ArchivesManager.dll
│   │   │   ├── ArchivesManager.pdb
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── Consultation.dll
│   │   │   ├── Consultation.pdb
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── DoctorWorkstationManage.dll
│   │   │   ├── DoctorWorkstationManage.dll.config
│   │   │   ├── DoctorWorkstationManage.pdb
│   │   │   ├── EmrBrowser.dll
│   │   │   ├── EmrBrowser.pdb
│   │   │   ├── EmrUC.dll
│   │   │   ├── EmrUC.pdb
│   │   │   ├── Interop.SHDocVw.dll
│   │   │   ├── SD.dll
│   │   │   ├── SD.pdb
│   │   │   ├── TheFtp.dll
│   │   │   ├── TheFtp.pdb
│   │   │   ├── Usual.dll
│   │   │   ├── Usual.pdb
│   │   │   ├── Watch.dll
│   │   │   ├── Watch.pdb
│   │   │   ├── ZYTextDocumentLib.dll
│   │   │   ├── ZYTextDocumentLib.pdb
│   │   │   ├── devcomponents.dotnetbar.dll
│   │   │   └── en
│   │   └── obj
│   │       └── Debug
│   ├── EmrBrowser
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── Browser.cs
│   │   ├── Browser.resx
│   │   ├── EmrBrowser.csproj
│   │   ├── EmrBrowser.csproj.user
│   │   ├── MainFrm.cs
│   │   ├── MainFrm.resx
│   │   ├── bin
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── CHWord2Spell.dll
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── EmrBrowser.dll
│   │   │   ├── EmrBrowser.pdb
│   │   │   ├── EmrUC.dll
│   │   │   ├── EmrUC.pdb
│   │   │   ├── Interop.SHDocVw.dll
│   │   │   ├── SD.dll
│   │   │   ├── SD.pdb
│   │   │   ├── TheFtp.dll
│   │   │   ├── TheFtp.pdb
│   │   │   ├── Usual.dll
│   │   │   ├── Usual.pdb
│   │   │   ├── ZYTextDocumentLib.dll
│   │   │   ├── ZYTextDocumentLib.pdb
│   │   │   ├── devcomponents.dotnetbar.dll
│   │   │   └── en
│   │   └── obj
│   │       └── Debug
│   ├── EmrCheck
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── EmrCheck.csproj
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── FormMain.cs
│   │   └── FormMain.resx
│   ├── EmrKB
│   │   ├── App.config
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── ButtonImage
│   │   │   ├── BLD.BMP
│   │   │   ├── BMP.BMP
│   │   │   ├── BackColor.bmp
│   │   │   ├── CNT.BMP
│   │   │   ├── CTR.bmp
│   │   │   ├── LFT.bmp
│   │   │   ├── NEW.bmp
│   │   │   ├── OPEN.bmp
│   │   │   ├── PROP.bmp
│   │   │   ├── RT.bmp
│   │   │   ├── SPELLING.bmp
│   │   │   ├── SaveImage.bmp
│   │   │   ├── about.bmp
│   │   │   ├── abspos.bmp
│   │   │   ├── anchor.bmp
│   │   │   ├── backward.bmp
│   │   │   ├── bgcolor.bmp
│   │   │   ├── bgpic.bmp
│   │   │   ├── blink.bmp
│   │   │   ├── bold.bmp
│   │   │   ├── br.bmp
│   │   │   ├── checked.bmp
│   │   │   ├── code.bmp
│   │   │   ├── componentmenu.bmp
│   │   │   ├── copy.bmp
│   │   │   ├── createlink.bmp
│   │   │   ├── createsql.bmp
│   │   │   ├── cut.bmp
│   │   │   ├── database.bmp
│   │   │   ├── date.bmp
│   │   │   ├── delete.bmp
│   │   │   ├── design.bmp
│   │   │   ├── div.bmp
│   │   │   ├── editmenu.bmp
│   │   │   ├── emot.bmp
│   │   │   ├── excel.bmp
│   │   │   ├── fieldset.bmp
│   │   │   ├── file.bmp
│   │   │   ├── filemenu.bmp
│   │   │   ├── findreplace.bmp
│   │   │   ├── flash.bmp
│   │   │   ├── fontmenu.bmp
│   │   │   ├── forecolor.bmp
│   │   │   ├── formbutton.bmp
│   │   │   ├── formcheckbox.bmp
│   │   │   ├── formdropdown.bmp
│   │   │   ├── formmenu.bmp
│   │   │   ├── formradio.bmp
│   │   │   ├── formtext.bmp
│   │   │   ├── formtextarea.bmp
│   │   │   ├── forward.bmp
│   │   │   ├── help.bmp
│   │   │   ├── icq.bmp
│   │   │   ├── iframe.bmp
│   │   │   ├── img.bmp
│   │   │   ├── indent.bmp
│   │   │   ├── inserthorizontalrule.bmp
│   │   │   ├── insertorderedlist.bmp
│   │   │   ├── insertparagraph.bmp
│   │   │   ├── insertunorderedlist.bmp
│   │   │   ├── italic.bmp
│   │   │   ├── justifycenter.bmp
│   │   │   ├── justifyfull.bmp
│   │   │   ├── justifyleft.bmp
│   │   │   ├── justifyright.bmp
│   │   │   ├── key.bmp
│   │   │   ├── lock.bmp
│   │   │   ├── logicdelete.bmp
│   │   │   ├── map.bmp
│   │   │   ├── marquee.bmp
│   │   │   ├── maximize.bmp
│   │   │   ├── media.bmp
│   │   │   ├── minimize.bmp
│   │   │   ├── modecode.bmp
│   │   │   ├── modecodebtn.bmp
│   │   │   ├── modeedit.bmp
│   │   │   ├── modeeditbtn.bmp
│   │   │   ├── modepreview.bmp
│   │   │   ├── modetext.bmp
│   │   │   ├── modetextbtn.bmp
│   │   │   ├── modeviewbtn.bmp
│   │   │   ├── msn.bmp
│   │   │   ├── myACDSeeCash.macdc
│   │   │   ├── newemrtemplate.bmp
│   │   │   ├── objectmenu.bmp
│   │   │   ├── outdent.bmp
│   │   │   ├── page.bmp
│   │   │   ├── pagesetting.bmp
│   │   │   ├── paragraphmenu.bmp
│   │   │   ├── paste.bmp
│   │   │   ├── pastetext.bmp
│   │   │   ├── pasteword.bmp
│   │   │   ├── print.bmp
│   │   │   ├── qq.bmp
│   │   │   ├── quote.bmp
│   │   │   ├── redo.bmp
│   │   │   ├── refresh.bmp
│   │   │   ├── remoteupload.bmp
│   │   │   ├── removeformat.bmp
│   │   │   ├── run.bmp
│   │   │   ├── save.bmp
│   │   │   ├── script.bmp
│   │   │   ├── selectall.bmp
│   │   │   ├── showborders.bmp
│   │   │   ├── showdetails.bmp
│   │   │   ├── showtree.bmp
│   │   │   ├── site.bmp
│   │   │   ├── sizeminus.bmp
│   │   │   ├── sizeplus.bmp
│   │   │   ├── space.bmp
│   │   │   ├── spellcheck.bmp
│   │   │   ├── spliter.bmp
│   │   │   ├── strikethrough.bmp
│   │   │   ├── subscript.bmp
│   │   │   ├── superscript.bmp
│   │   │   ├── symbol.bmp
│   │   │   ├── tablecellprop.bmp
│   │   │   ├── tablecellsplit.bmp
│   │   │   ├── tablecoldelete.bmp
│   │   │   ├── tablecolinsertleft.bmp
│   │   │   ├── tablecolinsertright.bmp
│   │   │   ├── tablecolmerge.bmp
│   │   │   ├── tablecolsplit.bmp
│   │   │   ├── tableinsert.bmp
│   │   │   ├── tablemenu.bmp
│   │   │   ├── tableprop.bmp
│   │   │   ├── tablerowdelete.bmp
│   │   │   ├── tablerowinsertabove.bmp
│   │   │   ├── tablerowinsertbelow.bmp
│   │   │   ├── tablerowmerge.bmp
│   │   │   ├── tablerowprop.bmp
│   │   │   ├── tablerowsplit.bmp
│   │   │   ├── tabpage.bmp
│   │   │   ├── time.bmp
│   │   │   ├── tobig.bmp
│   │   │   ├── toolmenu.bmp
│   │   │   ├── tosmall.bmp
│   │   │   ├── underline.bmp
│   │   │   ├── undo.bmp
│   │   │   ├── unlink.bmp
│   │   │   └── unselect.bmp
│   │   ├── ElementInfo.cs
│   │   ├── ElementInfo.resx
│   │   ├── EmrKB.csproj
│   │   ├── EmrKB.csproj.user
│   │   ├── MainFrm.cs
│   │   ├── MainFrm.resx
│   │   ├── bin
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── EmrKB.dll
│   │   │   ├── EmrKB.dll.config
│   │   │   ├── EmrKB.pdb
│   │   │   ├── ZYTextDocumentLib.dll
│   │   │   ├── ZYTextDocumentLib.pdb
│   │   │   └── en
│   │   ├── config.xml
│   │   ├── newemrtemplate.bmp
│   │   ├── obj
│   │   │   └── Debug
│   │   ├── projectdefine.xml
│   │   ├── toolbark.xml
│   │   └── trust.bat
│   ├── EmrMain
│   │   ├── AboutFrm.Designer.cs
│   │   ├── AboutFrm.cs
│   │   ├── AboutFrm.resx
│   │   ├── App.config
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── BinFiles
│   │   │   ├── CHWord2Spell.dll
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── DevComponents.DotNetBar.dll
│   │   │   ├── Pinyin.dll
│   │   │   ├── ZYTextDocumentLib.dll
│   │   │   ├── ZYTextDocumentLib.dll.config.bak
│   │   │   ├── ZYTextDocumentLib.pdb
│   │   │   ├── ZYTextDocumentLib.tlb
│   │   │   └── en
│   │   ├── EmrMain.csproj
│   │   ├── EmrMain.csproj.user
│   │   ├── Images
│   │   │   ├── (05,43).png
│   │   │   ├── (08,17).png
│   │   │   ├── 0029.png
│   │   │   ├── 017.png
│   │   │   ├── 1.gif
│   │   │   ├── 10009o.png
│   │   │   ├── 154640205.png
│   │   │   ├── 15464022.png
│   │   │   ├── 1ss009p.png
│   │   │   ├── 2.gif
│   │   │   ├── 20.png
│   │   │   ├── 20071206131858641 副本.png
│   │   │   ├── 20071211102752802.png
│   │   │   ├── 20071211131020543.png
│   │   │   ├── 20080317222819684.png
│   │   │   ├── 2008040510585d4872.png
│   │   │   ├── 20080405110502373.png
│   │   │   ├── 200804051105023733.png
│   │   │   ├── 20080405110504975.png
│   │   │   ├── 20080405142607151.png
│   │   │   ├── 20080405142607181.png
│   │   │   ├── 20080405142607960.png
│   │   │   ├── 20080405142608294.png
│   │   │   ├── 20080405142608295.png
│   │   │   ├── 20080405150725165.png
│   │   │   ├── 3.gif
│   │   │   ├── 4.gif
│   │   │   ├── 42.png
│   │   │   ├── 5.gif
│   │   │   ├── 52design.com_jingying_143.png
│   │   │   ├── 6.gif
│   │   │   ├── 79.png
│   │   │   ├── 9.png
│   │   │   ├── Alert_16.png
│   │   │   ├── BOOKS01.ICO
│   │   │   ├── Bottom.jpg
│   │   │   ├── Buttons.png
│   │   │   ├── HaoSc23_978_20052511024580.png
│   │   │   ├── NOTE16.ICO
│   │   │   ├── NOTEPA~5.ICO
│   │   │   ├── SAKURA_021.png
│   │   │   ├── Service.ico
│   │   │   ├── afro dude.ico
│   │   │   ├── bm.jpg
│   │   │   ├── box.ico
│   │   │   ├── classy_icons_033.png
│   │   │   ├── df_On_Stage_Icon_037.png
│   │   │   ├── diandao.gif
│   │   │   ├── dl_02.jpg
│   │   │   ├── dl_08.jpg
│   │   │   ├── dl_10.jpg
│   │   │   ├── folder open.ico
│   │   │   ├── folder.ico
│   │   │   ├── hgf7.png
│   │   │   ├── inde1_04.jpg
│   │   │   ├── inde1_05.jpg
│   │   │   ├── inde1_06.jpg
│   │   │   ├── inde1_08.jpg
│   │   │   ├── inde1_10.gif
│   │   │   ├── inde1_11.jpg
│   │   │   ├── inde1_12.jpg
│   │   │   ├── login.jpg
│   │   │   ├── myspaceb2070619.png
│   │   │   ├── new.gif
│   │   │   ├── notas1.png
│   │   │   ├── notesg.ico
│   │   │   ├── notesm.ico
│   │   │   ├── open.gif
│   │   │   ├── open.png
│   │   │   ├── people_vista_012.png
│   │   │   ├── person2.ico
│   │   │   ├── save.gif
│   │   │   ├── save1.gif
│   │   │   ├── sdf2.png
│   │   │   ├── tick.ico
│   │   │   ├── time.png
│   │   │   ├── tl.jpg
│   │   │   ├── transparenc_ystal_045.png
│   │   │   ├── viewmag .png
│   │   │   ├── viewmag-.png
│   │   │   ├── wbmIV Sharing Overlay.ico
│   │   │   ├── wh-15.gif
│   │   │   ├── wh-17.png
│   │   │   ├── wh-29.gif
│   │   │   ├── yy063.gif
│   │   │   ├── yy078.gif
│   │   │   ├── yy087.gif
│   │   │   ├── yy089.gif
│   │   │   ├── 按钮.png
│   │   │   ├── 按钮1.png
│   │   │   ├── 打印20-20.gif
│   │   │   ├── 续打20-20.gif
│   │   │   ├── 保存24-24.gif
│   │   │   ├── 关闭24-24.gif
│   │   │   ├── 删除24-24.gif
│   │   │   ├── 刷新24-24.gif
│   │   │   ├── 定位24-24.gif
│   │   │   ├── 打开24-24.gif
│   │   │   ├── 新建24-24.gif
│   │   │   ├── 登陆_05_left.jpg
│   │   │   ├── 登陆_05_right.jpg
│   │   │   ├── 无按钮.jpg
│   │   │   ├── 下划线20-20.gif
│   │   │   ├── 另存为24-24.gif
│   │   │   ├── 信息录入.png
│   │   │   ├── 科室信息.png
│   │   │   ├── 文件状态1-16-16.gif
│   │   │   ├── 科室状态1-16-16.gif
│   │   │   ├── 文件状态2-16-16.gif
│   │   │   ├── 科室状态2-16-16.gif
│   │   │   ├── 原始视图20-20.gif
│   │   │   ├── 存为图片20-20.gif
│   │   │   ├── 用户签名20-20.gif
│   │   │   ├── 签名层次20-20.gif
│   │   │   ├── 医生更换24-24.gif
│   │   │   ├── 床位修改24-24.gif
│   │   │   ├── 接受会诊24-24.gif
│   │   │   ├── 文书状态24-24.gif
│   │   │   ├── 死忙登记24-24.gif
│   │   │   ├── 申请会诊24-24.gif
│   │   │   ├── 病例提交24-24.gif
│   │   │   ├── 科室排版24-24.gif
│   │   │   ├── 科室转置24-24.gif
│   │   │   ├── 病例文书签收.gif
│   │   │   ├── 文件类型展开16-16.gif
│   │   │   ├── 共有密码修改24-24.gif
│   │   │   ├── 招回病例文书24-24.gif
│   │   │   ├── 文书状态查询24-24.gif
│   │   │   ├── 病例文书审阅24-24.gif
│   │   │   ├── 私有密码修改24-24.gif
│   │   │   ├── 系统维护(大).jpg
│   │   │   ├── 文件类型合起来16-16.gif
│   │   │   ├── 共有用户名修改24-24.gif
│   │   │   ├── 私有用户名修改24-24.gif
│   │   │   ├── 个性化设计(大).jpg
│   │   │   └── 基础信息维护(大).jpg
│   │   ├── InfoFrm.cs
│   │   ├── InfoFrm.resx
│   │   ├── Login.cs
│   │   ├── Login.resx
│   │   ├── MainFrm.cs
│   │   ├── MainFrm.resx
│   │   ├── NotifyIconEx.cs
│   │   ├── NotifyIconEx.resx
│   │   ├── Properties
│   │   │   ├── Resources.Designer.cs
│   │   │   └── Resources.resx
│   │   ├── Resources
│   │   ├── Skins
│   │   │   ├── Carlmness
│   │   │   ├── Deep
│   │   │   ├── Diamond
│   │   │   ├── Eighteen
│   │   │   ├── Emerald
│   │   │   ├── Glass
│   │   │   ├── IrisSkin.dll
│   │   │   ├── Longhorn
│   │   │   ├── MP10
│   │   │   ├── MSN
│   │   │   ├── MacOS
│   │   │   ├── Midsummer
│   │   │   ├── Office2007
│   │   │   ├── One
│   │   │   ├── Page
│   │   │   ├── RealOne
│   │   │   ├── Silver
│   │   │   ├── Sports
│   │   │   ├── Steel
│   │   │   ├── Vista1
│   │   │   ├── Vista2
│   │   │   ├── Warm
│   │   │   ├── Wave
│   │   │   └── WinXP
│   │   ├── UC_Config.cs
│   │   ├── UC_Config.resx
│   │   ├── UC_Left.cs
│   │   ├── UC_Left.resx
│   │   ├── UC_Login.cs
│   │   ├── UC_Login.resx
│   │   ├── UC_Update.cs
│   │   ├── UC_Update.resx
│   │   ├── bin
│   │   │   ├── AB0013.xml
│   │   │   ├── ArchivesManager.dll
│   │   │   ├── ArchivesManager.pdb
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── BaseManager.dll
│   │   │   ├── BaseManager.pdb
│   │   │   ├── ButtonImage
│   │   │   ├── CFG
│   │   │   ├── CHWord2Spell.dll
│   │   │   ├── Consultation.dll
│   │   │   ├── Consultation.pdb
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── DataBaseLog.log
│   │   │   ├── DoctorWorkstationManage.dll
│   │   │   ├── DoctorWorkstationManage.pdb
│   │   │   ├── EmrBrowser.dll
│   │   │   ├── EmrBrowser.pdb
│   │   │   ├── EmrKB.dll
│   │   │   ├── EmrKB.pdb
│   │   │   ├── EmrMain.exe
│   │   │   ├── EmrMain.exe.config
│   │   │   ├── EmrMain.exe.config.bak
│   │   │   ├── EmrMain.pdb
│   │   │   ├── EmrMain.vshost.exe
│   │   │   ├── EmrMain.vshost.exe.config
│   │   │   ├── EmrMain.vshost.exe.manifest
│   │   │   ├── EmrUC.dll
│   │   │   ├── EmrUC.pdb
│   │   │   ├── Interop.SHDocVw.dll
│   │   │   ├── IrisSkin.dll
│   │   │   ├── MulEditor.dll
│   │   │   ├── MulEditor.pdb
│   │   │   ├── PersonalitySet.dll
│   │   │   ├── PersonalitySet.pdb
│   │   │   ├── Pinyin.dll
│   │   │   ├── PopedomManager.dll
│   │   │   ├── PopedomManager.pdb
│   │   │   ├── SD.dll
│   │   │   ├── SD.pdb
│   │   │   ├── Skins
│   │   │   ├── TheFtp.dll
│   │   │   ├── TheFtp.pdb
│   │   │   ├── Update.ver
│   │   │   ├── Usual.dll
│   │   │   ├── Usual.pdb
│   │   │   ├── Watch.dll
│   │   │   ├── Watch.pdb
│   │   │   ├── ZYTextDocumentLib.dll
│   │   │   ├── ZYTextDocumentLib.pdb
│   │   │   ├── admin
│   │   │   ├── devcomponents.dotnetbar.dll
│   │   │   ├── en
│   │   │   ├── self.bat
│   │   │   ├── sqlnet.log
│   │   │   ├── toolbardef.xml
│   │   │   └── toolbark.xml
│   │   └── obj
│   │       └── Debug
│   ├── EmrMain.sln
│   ├── EmrUC
│   │   ├── AssemblyInfo.cs
│   │   ├── DataGridPage.cs
│   │   ├── DataGridPage.resx
│   │   ├── EmrUC.csproj
│   │   ├── EmrUC.csproj.user
│   │   ├── bin
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── EmrUC.dll
│   │   │   ├── EmrUC.pdb
│   │   │   ├── TheFtp.dll
│   │   │   ├── TheFtp.pdb
│   │   │   ├── Usual.dll
│   │   │   └── Usual.pdb
│   │   └── obj
│   │       └── Debug
│   ├── MulEditor
│   │   ├── App.config
│   │   ├── AssemblyInfo.cs
│   │   ├── Bin
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── Interop.SHDocVw.dll
│   │   │   ├── MulEditor.dll
│   │   │   ├── MulEditor.dll.config
│   │   │   ├── MulEditor.pdb
│   │   │   ├── SD.dll
│   │   │   ├── SD.pdb
│   │   │   ├── TheFtp.dll
│   │   │   ├── TheFtp.pdb
│   │   │   ├── Usual.dll
│   │   │   ├── Usual.pdb
│   │   │   ├── ZYTextDocumentLib.dll
│   │   │   ├── ZYTextDocumentLib.pdb
│   │   │   └── en
│   │   ├── FormMain.cs
│   │   ├── FormMain.resx
│   │   ├── FormSaveas.cs
│   │   ├── FormSaveas.resx
│   │   ├── MulEditor.csproj
│   │   ├── MulEditor.csproj.user
│   │   └── obj
│   │       └── Debug
│   ├── PersonalitySet
│   │   ├── App.config
│   │   ├── AssemblyInfo.cs
│   │   ├── PersonalityFrom.cs
│   │   ├── PersonalityFrom.resx
│   │   ├── PersonalitySet.csproj
│   │   ├── PersonalitySet.csproj.user
│   │   ├── PrivatePassAmend.cs
│   │   ├── PrivatePassAmend.resx
│   │   ├── PrivateUserNameAmend.cs
│   │   ├── PrivateUserNameAmend.resx
│   │   ├── Public
│   │   │   └── Public_PS.cs
│   │   ├── PublicPassAmend.cs
│   │   ├── PublicPassAmend.resx
│   │   ├── PublicUserNameAmend.cs
│   │   ├── PublicUserNameAmend.resx
│   │   ├── bin
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── PersonalitySet.dll
│   │   │   ├── PersonalitySet.dll.config
│   │   │   ├── PersonalitySet.pdb
│   │   │   ├── TheFtp.dll
│   │   │   ├── TheFtp.pdb
│   │   │   ├── Usual.dll
│   │   │   └── Usual.pdb
│   │   └── obj
│   │       └── Debug
│   ├── PopedomManager
│   │   ├── App.config
│   │   ├── AssemblyInfo.cs
│   │   ├── CaseHistoryCodeCorrect.cs
│   │   ├── CaseHistoryCodeCorrect.resx
│   │   ├── EmComparison.cs
│   │   ├── EmComparison.resx
│   │   ├── EmrSectionOffice.cs
│   │   ├── EmrSectionOffice.resx
│   │   ├── GetPass.cs
│   │   ├── GetPass.resx
│   │   ├── HisInfoImport.cs
│   │   ├── HisInfoImport.resx
│   │   ├── ModuleInfoManage.cs
│   │   ├── ModuleInfoManage.resx
│   │   ├── PoPedomConnectionSet.cs
│   │   ├── PoPedomConnectionSet.resx
│   │   ├── PopedomManager.csproj
│   │   ├── PopedomManager.csproj.user
│   │   ├── Public
│   │   │   └── public_pop.cs
│   │   ├── SystemMaintenance.cs
│   │   ├── SystemMaintenance.resx
│   │   ├── UserInfoInitialization.cs
│   │   ├── UserInfoInitialization.resx
│   │   ├── UserRoleManage.cs
│   │   ├── UserRoleManage.resx
│   │   ├── UserTeamManage.cs
│   │   ├── UserTeamManage.resx
│   │   ├── bin
│   │   │   ├── BaseManager.dll
│   │   │   ├── BaseManager.pdb
│   │   │   ├── CHWord2Spell.dll
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── DevComponents.DotNetBar.dll
│   │   │   ├── PopedomManager.dll
│   │   │   ├── PopedomManager.dll.config
│   │   │   ├── PopedomManager.pdb
│   │   │   ├── TheFtp.dll
│   │   │   ├── TheFtp.pdb
│   │   │   ├── Usual.dll
│   │   │   └── Usual.pdb
│   │   └── obj
│   │       └── Debug
│   ├── SourceGrid
│   │   ├── AssemblyInfo.cs
│   │   ├── BehaviorModels
│   │   │   ├── BehaviorModelCollection.cs
│   │   │   ├── BehaviorModelGroup.cs
│   │   │   ├── BindProperty.cs
│   │   │   ├── Button.cs
│   │   │   ├── CheckBox.cs
│   │   │   ├── ColumnHeader.cs
│   │   │   ├── Common.cs
│   │   │   ├── ContextMenu.cs
│   │   │   ├── Cursor.cs
│   │   │   ├── CustomEvents.cs
│   │   │   ├── Header.cs
│   │   │   ├── IBehaviorModel.cs
│   │   │   ├── Resize.cs
│   │   │   ├── RowHeader.cs
│   │   │   ├── ToolTipText.cs
│   │   │   ├── Unselectable.cs
│   │   │   └── vssver.scc
│   │   ├── Cells
│   │   │   ├── Button.cs
│   │   │   ├── Cell.cs
│   │   │   ├── CellControl.cs
│   │   │   ├── CellVirtual.cs
│   │   │   ├── CheckBox.cs
│   │   │   ├── ColumnHeader.cs
│   │   │   ├── ComboBox.cs
│   │   │   ├── Header.cs
│   │   │   ├── ICell.cs
│   │   │   ├── ICellCheckBox.cs
│   │   │   ├── ICellContextMenu.cs
│   │   │   ├── ICellCursor.cs
│   │   │   ├── ICellSortableHeader.cs
│   │   │   ├── ICellToolTipText.cs
│   │   │   ├── ICellVirtual.cs
│   │   │   ├── Link.cs
│   │   │   ├── RowHeader.cs
│   │   │   └── vssver.scc
│   │   ├── Common
│   │   │   ├── Border.cs
│   │   │   ├── CellVirtualCollection.cs
│   │   │   ├── ColumnInfo.cs
│   │   │   ├── CustomScrollControl.cs
│   │   │   ├── Enums.cs
│   │   │   ├── Events.cs
│   │   │   ├── GridContextMenu.cs
│   │   │   ├── GridSubPanel.cs
│   │   │   ├── Icons
│   │   │   ├── Position.cs
│   │   │   ├── Range.cs
│   │   │   ├── RowInfo.cs
│   │   │   ├── Selection.cs
│   │   │   ├── Utility.cs
│   │   │   ├── frmCellSize.cs
│   │   │   ├── frmCellSize.resx
│   │   │   └── vssver.scc
│   │   ├── DataModels
│   │   │   ├── ControlsRepository.cs
│   │   │   ├── DataModelBase.cs
│   │   │   ├── EditorComboBox.cs
│   │   │   ├── EditorControlBase.cs
│   │   │   ├── EditorDateTime.cs
│   │   │   ├── EditorNumericUpDown.cs
│   │   │   ├── EditorTextBox.cs
│   │   │   ├── EditorTextBoxButton.cs
│   │   │   ├── EditorTextBoxNumeric.cs
│   │   │   ├── EditorUITypeEditor.cs
│   │   │   ├── IDataModel.cs
│   │   │   └── vssver.scc
│   │   ├── Grid.bmp
│   │   ├── GridVirtual.bmp
│   │   ├── Grids
│   │   │   ├── Grid.cs
│   │   │   ├── Grid.resx
│   │   │   ├── GridVirtual.cs
│   │   │   └── vssver.scc
│   │   ├── SourceGrid2.csproj
│   │   ├── SourceGrid2.csproj.user
│   │   ├── SourceGrid2.snk
│   │   ├── VisualModels
│   │   │   ├── CheckBox.cs
│   │   │   ├── Common.cs
│   │   │   ├── Header.cs
│   │   │   ├── IVisualModel.cs
│   │   │   ├── MultiImages.cs
│   │   │   ├── VisualModelBase.cs
│   │   │   └── vssver.scc
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   └── Release
│   │   └── obj
│   │       └── Debug
│   ├── TheFtp
│   │   ├── AssemblyInfo.cs
│   │   ├── TheFtp.cs
│   │   ├── TheFtp.csproj
│   │   ├── TheFtp.csproj.user
│   │   ├── bin
│   │   │   ├── TheFtp.dll
│   │   │   └── TheFtp.pdb
│   │   └── obj
│   │       └── Debug
│   ├── Thermometer
│   │   ├── App.config
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── Images
│   │   │   ├── TmpInput.png
│   │   │   ├── TmpNextPage.png
│   │   │   ├── TmpPrePage.png
│   │   │   └── TmpPrint.png
│   │   ├── InputFrm.cs
│   │   ├── InputFrm.resx
│   │   ├── MainFrm.cs
│   │   ├── MainFrm.resx
│   │   └── Thermometer.csproj
│   ├── UC_Prjs
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── ButtonImage
│   │   │   ├── BLD.BMP
│   │   │   ├── BMP.BMP
│   │   │   ├── BackColor.bmp
│   │   │   ├── CNT.BMP
│   │   │   ├── CTR.bmp
│   │   │   ├── LFT.bmp
│   │   │   ├── NEW.bmp
│   │   │   ├── OPEN.bmp
│   │   │   ├── PROP.bmp
│   │   │   ├── RT.bmp
│   │   │   ├── SPELLING.bmp
│   │   │   ├── SaveImage.bmp
│   │   │   ├── about.bmp
│   │   │   ├── abspos.bmp
│   │   │   ├── anchor.bmp
│   │   │   ├── backward.bmp
│   │   │   ├── bgcolor.bmp
│   │   │   ├── bgpic.bmp
│   │   │   ├── blink.bmp
│   │   │   ├── bold.bmp
│   │   │   ├── br.bmp
│   │   │   ├── checked.bmp
│   │   │   ├── code.bmp
│   │   │   ├── componentmenu.bmp
│   │   │   ├── copy.bmp
│   │   │   ├── createlink.bmp
│   │   │   ├── createsql.bmp
│   │   │   ├── cut.bmp
│   │   │   ├── database.bmp
│   │   │   ├── date.bmp
│   │   │   ├── delete.bmp
│   │   │   ├── design.bmp
│   │   │   ├── div.bmp
│   │   │   ├── editmenu.bmp
│   │   │   ├── emot.bmp
│   │   │   ├── excel.bmp
│   │   │   ├── fieldset.bmp
│   │   │   ├── file.bmp
│   │   │   ├── filemenu.bmp
│   │   │   ├── findreplace.bmp
│   │   │   ├── flash.bmp
│   │   │   ├── fontmenu.bmp
│   │   │   ├── forecolor.bmp
│   │   │   ├── formbutton.bmp
│   │   │   ├── formcheckbox.bmp
│   │   │   ├── formdropdown.bmp
│   │   │   ├── formmenu.bmp
│   │   │   ├── formradio.bmp
│   │   │   ├── formtext.bmp
│   │   │   ├── formtextarea.bmp
│   │   │   ├── forward.bmp
│   │   │   ├── help.bmp
│   │   │   ├── icq.bmp
│   │   │   ├── iframe.bmp
│   │   │   ├── img.bmp
│   │   │   ├── indent.bmp
│   │   │   ├── inserthorizontalrule.bmp
│   │   │   ├── insertorderedlist.bmp
│   │   │   ├── insertparagraph.bmp
│   │   │   ├── insertunorderedlist.bmp
│   │   │   ├── italic.bmp
│   │   │   ├── justifycenter.bmp
│   │   │   ├── justifyfull.bmp
│   │   │   ├── justifyleft.bmp
│   │   │   ├── justifyright.bmp
│   │   │   ├── kb.bmp
│   │   │   ├── key.bmp
│   │   │   ├── lock.bmp
│   │   │   ├── logicdelete.bmp
│   │   │   ├── map.bmp
│   │   │   ├── marquee.bmp
│   │   │   ├── maximize.bmp
│   │   │   ├── media.bmp
│   │   │   ├── minimize.bmp
│   │   │   ├── modecode.bmp
│   │   │   ├── modecodebtn.bmp
│   │   │   ├── modeedit.bmp
│   │   │   ├── modeeditbtn.bmp
│   │   │   ├── modepreview.bmp
│   │   │   ├── modetext.bmp
│   │   │   ├── modetextbtn.bmp
│   │   │   ├── modeviewbtn.bmp
│   │   │   ├── msn.bmp
│   │   │   ├── myACDSeeCash.macdc
│   │   │   ├── newemrtemplate.bmp
│   │   │   ├── objectmenu.bmp
│   │   │   ├── outdent.bmp
│   │   │   ├── page.bmp
│   │   │   ├── pagesetting.bmp
│   │   │   ├── paragraphmenu.bmp
│   │   │   ├── paste.bmp
│   │   │   ├── pastetext.bmp
│   │   │   ├── pasteword.bmp
│   │   │   ├── print.bmp
│   │   │   ├── qq.bmp
│   │   │   ├── quote.bmp
│   │   │   ├── redo.bmp
│   │   │   ├── refresh.bmp
│   │   │   ├── remoteupload.bmp
│   │   │   ├── removeformat.bmp
│   │   │   ├── run.bmp
│   │   │   ├── save.bmp
│   │   │   ├── script.bmp
│   │   │   ├── selectall.bmp
│   │   │   ├── showborders.bmp
│   │   │   ├── showdetails.bmp
│   │   │   ├── showtree.bmp
│   │   │   ├── site.bmp
│   │   │   ├── sizeminus.bmp
│   │   │   ├── sizeplus.bmp
│   │   │   ├── space.bmp
│   │   │   ├── spellcheck.bmp
│   │   │   ├── spliter.bmp
│   │   │   ├── strikethrough.bmp
│   │   │   ├── subscript.bmp
│   │   │   ├── superscript.bmp
│   │   │   ├── symbol.bmp
│   │   │   ├── tablecellprop.bmp
│   │   │   ├── tablecellsplit.bmp
│   │   │   ├── tablecoldelete.bmp
│   │   │   ├── tablecolinsertleft.bmp
│   │   │   ├── tablecolinsertright.bmp
│   │   │   ├── tablecolmerge.bmp
│   │   │   ├── tablecolsplit.bmp
│   │   │   ├── tableinsert.bmp
│   │   │   ├── tablemenu.bmp
│   │   │   ├── tableprop.bmp
│   │   │   ├── tablerowdelete.bmp
│   │   │   ├── tablerowinsertabove.bmp
│   │   │   ├── tablerowinsertbelow.bmp
│   │   │   ├── tablerowmerge.bmp
│   │   │   ├── tablerowprop.bmp
│   │   │   ├── tablerowsplit.bmp
│   │   │   ├── tabpage.bmp
│   │   │   ├── time.bmp
│   │   │   ├── tobig.bmp
│   │   │   ├── toolbarback.bmp
│   │   │   ├── toolmenu.bmp
│   │   │   ├── tosmall.bmp
│   │   │   ├── underline.bmp
│   │   │   ├── undo.bmp
│   │   │   ├── unlink.bmp
│   │   │   ├── unselect.bmp
│   │   │   ├── zoom.bmp
│   │   │   ├── zoommenu.bmp
│   │   │   ├── 树状菜单图标1.bmp
│   │   │   └── 树状菜单图标2.bmp
│   │   ├── Grid
│   │   │   ├── CellLine.cs
│   │   │   ├── CellText.cs
│   │   │   ├── DLL
│   │   │   ├── ExRichTextBox.cs
│   │   │   ├── ExRichTextBox.resx
│   │   │   ├── FormCtrlSet.cs
│   │   │   ├── FormCtrlSet.resx
│   │   │   ├── GongShi.cs
│   │   │   ├── GongShi.resx
│   │   │   ├── GridAlignMethod.cs
│   │   │   ├── GridAlignMethod.resx
│   │   │   ├── GridLine.cs
│   │   │   ├── GridProperty.cs
│   │   │   ├── GridProperty.resx
│   │   │   ├── HT_Grid.cs
│   │   │   ├── Image
│   │   │   ├── UC_Grid.cs
│   │   │   └── UC_Grid.resx
│   │   ├── ThiBPT
│   │   │   ├── InputFrm.cs
│   │   │   ├── InputFrm.resx
│   │   │   ├── UC_BPT.cs
│   │   │   └── UC_BPT.resx
│   │   ├── UC_Browser
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── Interop.SHDocVw.dll
│   │   │   ├── UC_Browser.cs
│   │   │   └── UC_Browser.resx
│   │   ├── UC_MA
│   │   │   ├── UC_MAL.cs
│   │   │   ├── UC_MAL.resx
│   │   │   ├── UC_MAT.cs
│   │   │   └── UC_MAT.resx
│   │   ├── UC_MulEdit
│   │   │   ├── FormPaHead.cs
│   │   │   ├── FormPaHead.resx
│   │   │   ├── FormPaInfo.cs
│   │   │   ├── FormPaInfo.resx
│   │   │   ├── FormTmpNew.cs
│   │   │   ├── FormTmpNew.resx
│   │   │   ├── UC_MulEdit.cs
│   │   │   └── UC_MulEdit.resx
│   │   ├── UC_PAF
│   │   │   ├── FormInfos.cs
│   │   │   ├── FormInfos.resx
│   │   │   ├── TextBoxUC.cs
│   │   │   ├── UC_PAF.cs
│   │   │   ├── UC_PAF.resx
│   │   │   └── bak
│   │   ├── UC_Prjs.csproj
│   │   ├── UC_Prjs.csproj.user
│   │   ├── UC_Prjs.sln
│   │   ├── bin
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── Interop.SHDocVw.dll
│   │   │   ├── SD.dll
│   │   │   ├── SD.pdb
│   │   │   ├── TheFtp.dll
│   │   │   ├── TheFtp.pdb
│   │   │   ├── Usual.dll
│   │   │   ├── Usual.pdb
│   │   │   ├── ZYTextDocumentLib.dll
│   │   │   ├── ZYTextDocumentLib.pdb
│   │   │   └── en
│   │   └── obj
│   │       └── Debug
│   ├── UpgradeLog.XML
│   ├── UpgradeLog2.XML
│   ├── Usual
│   │   ├── AssemblyInfo.cs
│   │   ├── DTableClass.cs
│   │   ├── EnrolCode.cs
│   │   ├── FileOper.cs
│   │   ├── FileTrans.cs
│   │   ├── PermitKey.cs
│   │   ├── Public_AM.cs
│   │   ├── Public_BR.cs
│   │   ├── Public_DW.cs
│   │   ├── Public_OutDoctorWorkstation.cs
│   │   ├── Public_doctor.cs
│   │   ├── SecurityValidate.cs
│   │   ├── SystemPopedomManage.cs
│   │   ├── TheCtrl.cs
│   │   ├── TheFtp.cs
│   │   ├── UserInfo.cs
│   │   ├── Usual.csproj
│   │   ├── Usual.csproj.user
│   │   ├── bin
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── TheFtp.dll
│   │   │   ├── TheFtp.pdb
│   │   │   ├── Usual.dll
│   │   │   └── Usual.pdb
│   │   └── obj
│   │       └── Debug
│   ├── Watch
│   │   ├── App.config
│   │   ├── App.ico
│   │   ├── AssemblyInfo.cs
│   │   ├── MainFrm.cs
│   │   ├── MainFrm.resx
│   │   ├── Watch.csproj
│   │   ├── Watch.csproj.user
│   │   ├── bin
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── TheFtp.dll
│   │   │   ├── TheFtp.pdb
│   │   │   ├── Usual.dll
│   │   │   ├── Usual.pdb
│   │   │   ├── Watch.dll
│   │   │   ├── Watch.dll.config
│   │   │   └── Watch.pdb
│   │   └── obj
│   │       └── Debug
│   ├── ZYTextDocumentLib
│   │   ├── Dom
│   │   │   ├── A_ContentChangeLog.cs
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── TextScriptStyle.cs
│   │   │   ├── UnderWriteMark.cs
│   │   │   ├── VBDocument.cs
│   │   │   ├── XFontObject.cs
│   │   │   ├── XTextString.cs
│   │   │   ├── ZYAttribute.cs
│   │   │   ├── ZYAttributeCollection.cs
│   │   │   ├── ZYContent.cs
│   │   │   ├── ZYDataSource.cs
│   │   │   ├── ZYDocumentInfo.cs
│   │   │   ├── ZYEditorAction.cs
│   │   │   ├── ZYTextBlock.cs
│   │   │   ├── ZYTextBorder.cs
│   │   │   ├── ZYTextChar.cs
│   │   │   ├── ZYTextConst.cs
│   │   │   ├── ZYTextContainer.cs
│   │   │   ├── ZYTextDiv.cs
│   │   │   ├── ZYTextDocument.cs
│   │   │   ├── ZYTextDocumentUtil.cs
│   │   │   ├── ZYTextElement.cs
│   │   │   ├── ZYTextElementList.cs
│   │   │   ├── ZYTextFlag.cs
│   │   │   ├── ZYTextHRule.cs
│   │   │   ├── ZYTextImage.cs
│   │   │   ├── ZYTextInput.cs
│   │   │   ├── ZYTextKeyWord.cs
│   │   │   ├── ZYTextLine.cs
│   │   │   ├── ZYTextLineEnd.cs
│   │   │   ├── ZYTextListItem.cs
│   │   │   ├── ZYTextLock.cs
│   │   │   ├── ZYTextMark.cs
│   │   │   ├── ZYTextObject.cs
│   │   │   ├── ZYTextParagraph.cs
│   │   │   ├── ZYTextSaveLog.cs
│   │   │   ├── ZYTextSelect.cs
│   │   │   ├── ZYTextSelectElement.cs
│   │   │   └── ZYUserList.cs
│   │   ├── EMRTextDocumentLib.dll
│   │   ├── EMRTextDocumentLib.pdb
│   │   ├── EMRTextPublic.dll
│   │   ├── EMRTextPublic.dll.config
│   │   ├── GUI
│   │   │   ├── PopupInput.cs
│   │   │   ├── PopupInput.resx
│   │   │   ├── SmartTagProvider.cs
│   │   │   ├── TestControl.cs
│   │   │   ├── TestControl.resx
│   │   │   ├── TestControl2.cs
│   │   │   ├── TestControl2.resx
│   │   │   ├── ZYEditPanel.cs
│   │   │   ├── ZYEditPanel.resx
│   │   │   ├── ZYEditorControl.cs
│   │   │   ├── ZYEditorControl.resx
│   │   │   ├── ZYGout.cs
│   │   │   ├── ZYKnowledge.cs
│   │   │   ├── ZYKnowledge.resx
│   │   │   ├── dlgDivProperty.cs
│   │   │   ├── dlgDivProperty.resx
│   │   │   ├── dlgFormat.cs
│   │   │   ├── dlgFormat.resx
│   │   │   ├── dlgHRuleProperty.cs
│   │   │   ├── dlgHRuleProperty.resx
│   │   │   ├── dlgPageSetup.cs
│   │   │   ├── dlgPageSetup.resx
│   │   │   ├── dlgSetHeadFooter.cs
│   │   │   ├── dlgSetHeadFooter.resx
│   │   │   ├── frmDBFileList.cs
│   │   │   ├── frmDBFileList.resx
│   │   │   ├── frmEditImage.cs
│   │   │   ├── frmEditImage.resx
│   │   │   ├── frmScript.cs
│   │   │   ├── frmScript.resx
│   │   │   ├── frmTest.cs
│   │   │   └── frmTest.resx
│   │   ├── KB
│   │   │   ├── DataProvider.cs
│   │   │   ├── KB_List.cs
│   │   │   ├── SectionList.cs
│   │   │   ├── ZYKBBuffer.cs
│   │   │   ├── ZYKBListView.cs
│   │   │   ├── ZYKBListView.resx
│   │   │   ├── ZYKBPopupList.cs
│   │   │   ├── ZYKBPopupList.resx
│   │   │   ├── ZYKBTreeView.cs
│   │   │   ├── ZYKBTreeView.resx
│   │   │   ├── dlgIconInfo.cs
│   │   │   ├── dlgIconInfo.resx
│   │   │   ├── dlgKBPath.cs
│   │   │   ├── dlgKBPath.resx
│   │   │   ├── dlgKB_Item.cs
│   │   │   ├── dlgKB_Item.resx
│   │   │   ├── dlgKB_List.cs
│   │   │   └── dlgKB_List.resx
│   │   ├── XDesignerGUI
│   │   │   ├── BorderUserControl.cs
│   │   │   ├── DeviceContextBase.cs
│   │   │   ├── DocumentPageDrawer.cs
│   │   │   ├── DocumentViewControl.cs
│   │   │   ├── DocumentViewControl.resx
│   │   │   ├── DrawerUtil.cs
│   │   │   ├── EllipseObject.cs
│   │   │   ├── GDIObject.cs
│   │   │   ├── GDIPen.cs
│   │   │   ├── GraphicsUnitConvert.cs
│   │   │   ├── IPageDocument.cs
│   │   │   ├── MathCommon.cs
│   │   │   ├── MeasureConvert.cs
│   │   │   ├── MessageBoxHelper.cs
│   │   │   ├── MouseCapturer.cs
│   │   │   ├── MultiPageTransform.cs
│   │   │   ├── MultiRectangleTransform.cs
│   │   │   ├── PageFrameDrawer.cs
│   │   │   ├── PageLineInfo.cs
│   │   │   ├── PageScrollableControl.cs
│   │   │   ├── PageScrollableControl.resx
│   │   │   ├── PageSettingPreview.cs
│   │   │   ├── PointBuffer.cs
│   │   │   ├── PrintModel.cs
│   │   │   ├── PrintPage.cs
│   │   │   ├── PrintPageCollection.cs
│   │   │   ├── PrintUtil.cs
│   │   │   ├── RectangleCommon.cs
│   │   │   ├── RectangleCounter.cs
│   │   │   ├── RectangleDrawer.cs
│   │   │   ├── ReversibleDrawer.cs
│   │   │   ├── SimpleRectangleTransform.cs
│   │   │   ├── StackTraceHelper.cs
│   │   │   ├── StockObject.cs
│   │   │   ├── TextPageViewControl.cs
│   │   │   ├── TextPageViewControl.resx
│   │   │   ├── TransformBase.cs
│   │   │   ├── UpdateLock.cs
│   │   │   ├── VariableString.cs
│   │   │   ├── Win32Caret.cs
│   │   │   ├── XPrintDocument.cs
│   │   │   ├── dlgPageSetup.cs
│   │   │   ├── dlgPageSetup.en.resx
│   │   │   └── dlgPageSetup.resx
│   │   ├── ZYCommon
│   │   │   ├── Buffer.cs
│   │   │   ├── ClipboardHandler.cs
│   │   │   ├── CommandLine.cs
│   │   │   ├── CommonFunction.cs
│   │   │   ├── DBComboBox.cs
│   │   │   ├── DBComboBox.resx
│   │   │   ├── DBXMLConfig.cs
│   │   │   ├── DocumentView.cs
│   │   │   ├── IXMLSerializable.cs
│   │   │   ├── InputBox.cs
│   │   │   ├── InputBox.resx
│   │   │   ├── InputBox2.cs
│   │   │   ├── InputBox2.resx
│   │   │   ├── InputBox4.cs
│   │   │   ├── InputBox4.resx
│   │   │   ├── InputBox5.cs
│   │   │   ├── InputBox5.resx
│   │   │   ├── NameValueList.cs
│   │   │   ├── NameValueListControl.cs
│   │   │   ├── NameValueListControl.resx
│   │   │   ├── ObjectBlockBuffer.cs
│   │   │   ├── PropertyList.cs
│   │   │   ├── RectangleObject.cs
│   │   │   ├── SEQCreator.cs
│   │   │   ├── SimpleXMLConfig.cs
│   │   │   ├── StringCommon.cs
│   │   │   ├── StringDataFormat.cs
│   │   │   ├── Windows32.cs
│   │   │   ├── XMLCommon.cs
│   │   │   ├── XMLHttpConnection.cs
│   │   │   ├── ZYButtonGroup.cs
│   │   │   ├── ZYColorSelector.cs
│   │   │   ├── ZYDBConnection.cs
│   │   │   ├── ZYPopupList.cs
│   │   │   ├── ZYPopupList.resx
│   │   │   ├── ZYTime.cs
│   │   │   ├── ZYToolBar.cs
│   │   │   ├── ZYToolBar.resx
│   │   │   ├── ZYViewControl.cs
│   │   │   ├── ZYViewControl.resx
│   │   │   ├── dlgChangePWD.cs
│   │   │   ├── dlgChangePWD.resx
│   │   │   ├── dlgError.cs
│   │   │   ├── dlgError.resx
│   │   │   ├── dlgInputFormatText.cs
│   │   │   ├── dlgInputFormatText.resx
│   │   │   ├── dlgOpenConnection.cs
│   │   │   ├── dlgOpenConnection.resx
│   │   │   ├── dlgUnderWriteMarkList.cs
│   │   │   ├── dlgUnderWriteMarkList.resx
│   │   │   ├── dlgWaiting.cs
│   │   │   └── dlgWaiting.resx
│   │   ├── ZYTextChar.cs
│   │   ├── ZYTextDocumentLib.csproj
│   │   ├── ZYTextDocumentLib.csproj.user
│   │   ├── ZYTextDocumentLib.pdb
│   │   ├── aj.cs
│   │   ├── al.cs
│   │   ├── aw.cs
│   │   ├── bin
│   │   │   ├── DBDef.dll
│   │   │   ├── DBDef.pdb
│   │   │   ├── ZYTextDocumentLib.dll
│   │   │   ├── ZYTextDocumentLib.pdb
│   │   │   ├── ZYTextDocumentLib.tlb
│   │   │   ├── en
│   │   │   └── msxml2.dll
│   │   ├── demo.mdb
│   │   ├── icon
│   │   │   ├── IconHelper.cs
│   │   │   ├── PPINTL5.ico
│   │   │   ├── PPINTL6.ico
│   │   │   ├── check.bmp
│   │   │   ├── checked.bmp
│   │   │   ├── chm.bmp
│   │   │   ├── close.bmp
│   │   │   ├── close_2.bmp
│   │   │   ├── createsql.bmp
│   │   │   ├── delete.bmp
│   │   │   ├── div.bmp
│   │   │   ├── event.bmp
│   │   │   ├── frm.bmp
│   │   │   ├── frmX.bmp
│   │   │   ├── hrule.bmp
│   │   │   ├── img.bmp
│   │   │   ├── imgtools.bmp
│   │   │   ├── item.bmp
│   │   │   ├── link.bmp
│   │   │   ├── linka.bmp
│   │   │   ├── lock.bmp
│   │   │   ├── mspaint.ico
│   │   │   ├── new.bmp
│   │   │   ├── open.bmp
│   │   │   ├── open_2.bmp
│   │   │   ├── paragraph.bmp
│   │   │   ├── paragraphmenu.gif
│   │   │   ├── save.bmp
│   │   │   ├── system.bmp
│   │   │   ├── text.bmp
│   │   │   ├── textbox.bmp
│   │   │   └── unit.bmp
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   └── ZYTextDocumentLib.csproj.UnmanagedRegistration.cache
│   │   └── u.cs
│   ├── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport.xslt
│   │   ├── UpgradeReport_Minus.gif
│   │   └── UpgradeReport_Plus.gif
│   └── editor
│       ├── DBDef.dll
│       └── en
│           └── ZYTextDocumentLib.resources.dll
├── FtpRoot_27095
│   └── FtpRoot
│       └── emr
│           ├── MR
│           ├── TEMPLET
│           └── UPDATE
├── database
│   └── 2012-12-03.dmp
├── doc
│   ├── ~$病历操作手册.doc
│   ├── 安装手册.doc
│   ├── 安装说明.txt
│   ├── 电子病历功能简介.doc
│   ├── 电子病历操作手册.doc
│   ├── 电子病历数据字段.doc
│   ├── 电子病历项目模块说明.doc
│   └── 电子病历表数据库表说明及关系.xls
└── 电子病历系统源码.rar

244 directories, 1795 files



实例下载地址

电子病历系统源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警