[go: up one dir, main page]

CN106485042A - Traditional Chinese Medicine Diagnosis System Based on Visual FoxPro - Google Patents

Traditional Chinese Medicine Diagnosis System Based on Visual FoxPro Download PDF

Info

Publication number
CN106485042A
CN106485042A CN201510544038.XA CN201510544038A CN106485042A CN 106485042 A CN106485042 A CN 106485042A CN 201510544038 A CN201510544038 A CN 201510544038A CN 106485042 A CN106485042 A CN 106485042A
Authority
CN
China
Prior art keywords
prescription
chinese medicine
traditional chinese
data
patient
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510544038.XA
Other languages
Chinese (zh)
Inventor
黄晓巧
王中立
赵艳杰
赵纪涛
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xuchang University
Original Assignee
Xuchang University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Xuchang University filed Critical Xuchang University
Priority to CN201510544038.XA priority Critical patent/CN106485042A/en
Publication of CN106485042A publication Critical patent/CN106485042A/en
Pending legal-status Critical Current

Links

Landscapes

  • Measuring And Recording Apparatus For Diagnosis (AREA)
  • Medical Treatment And Welfare Office Work (AREA)

Abstract

本发明公开一种基于Visual FoxPro的传统中医诊断系统,基于Visual FoxPro传统中医诊断系统是属于计算机领域及传统中医诊断领域,是一种将计算机技术与传统中医诊断相结合的一个系统。本系统利用Visual FoxPro系统的数据库及自带的编程功能完成传统中医诊断系统的构建及实现,很好地解决当前很多传统中医的诊断多以手工方式进行所造成的病倒记录不规范,记录内容不能永久性保存这个的弊端。使得传统中医的精华得传承和继承,为后人提供诊断的经验和依据,同时也为新药方的研发提供很好的平台。

The invention discloses a traditional Chinese medicine diagnosis system based on Visual FoxPro. The Visual FoxPro-based traditional Chinese medicine diagnosis system belongs to the field of computer and traditional Chinese medicine diagnosis, and is a system combining computer technology with traditional Chinese medicine diagnosis. This system uses the database of the Visual FoxPro system and its own programming function to complete the construction and realization of the traditional Chinese medicine diagnosis system, which is a good solution to the current many traditional Chinese medicine diagnoses caused by manual methods. The downside of not being able to save this permanently. It enables the inheritance and inheritance of the essence of traditional Chinese medicine, provides diagnostic experience and basis for future generations, and also provides a good platform for the research and development of new prescriptions.

Description

基于 Visual FoxPro 的传统中医诊断系统 based on Visual FoxPro traditional Chinese medicine diagnosis system

技术领域 technical field

本发明属于计算机领域及传统中医诊断领域,具体来说是一种基于Visual FoxPro的传统中医诊断系统。 The invention belongs to the fields of computer and traditional Chinese medicine diagnosis, and specifically relates to a traditional Chinese medicine diagnosis system based on Visual FoxPro.

背景技术 Background technique

当前很多传统中医的诊断多以手工方式进行,病倒记录不规范,也不完整,记录病人的内容也不能永久性保存。另外也不利于病人药方的修改,新药方的研发就更不用说了。 At present, many traditional Chinese medicine diagnoses are mostly carried out manually, and the records of illnesses are not standardized and complete, and the contents of patient records cannot be permanently preserved. In addition, it is not conducive to the revision of patient prescriptions, let alone the research and development of new prescriptions.

发明内容 Contents of the invention

本发明提供了一种基于Visual FoxPro的传统中医诊断系统,包含客户端、服务器和处理控件:所述客户端包含输入控件、数据采集控件、数据前处理控件、数据分析控件、数据整合与发送控件;所述客户端可建立在台式电脑、笔记本电脑以及智能手机上;所述服务器包含数据接受与暂存器、组合分析器、数据库模块、评价器、数据存储模块、数据发送控件;一台服务器可连接若干客户端;所述处理控件包含存储控件、显示器、打印控件和网络控件;系统还包括到的三张表:病人表、药方表及处方表,这三张表是数据库中使用的表,系统的实现就是由这三张表作为基础的;系统的实现是使用Visual FoxPro系统的表单来完成的。 The present invention provides a traditional Chinese medicine diagnostic system based on Visual FoxPro, which includes a client, a server and processing controls: the client includes input controls, data collection controls, data preprocessing controls, data analysis controls, data integration and sending controls ; The client can be set up on desktop computers, notebook computers and smart phones; the server includes data acceptance and temporary storage, combination analyzer, database module, evaluator, data storage module, data transmission control; a server Several clients can be connected; the processing control includes storage control, display, printing control and network control; the system also includes three tables: patient table, prescription table and prescription table, these three tables are the tables used in the database , the realization of the system is based on these three tables; the realization of the system is to use Visual FoxPro system to complete the form.

数据库中的表包括: Tables in the database include:

病人信息,其包括病人编号,姓名,年龄,家庭住址,既往病史,联系电话),其中病人的编号作为关键属性; Patient information, including patient number, name, age, home address, past medical history, contact number), where the patient's number is used as a key attribute;

药方信息,其包括药方编号,药方名,药方功能,价格,其中药方编号作为关键属性; Prescription information, including prescription number, prescription name, prescription function, price, where prescription number is the key attribute;

处方信息,其包括病人编号,药方编号,剂量,开药时间,总价),其中病人编号和药方编号作为关键属性。 Prescription information, including patient number, prescription number, dose, prescription time, total price), where patient number and prescription number are key attributes.

该系统还包括信息录入模块、疾病诊断模块、信息查询模块、数据统计模块。 The system also includes an information entry module, a disease diagnosis module, an information query module, and a data statistics module.

附图说明 Description of drawings

图1是本发明中的病人表、药方表和处方表之间的表间关系到的E-R图; Fig. 1 is the E-R diagram of the relationship among tables between the patient table, the prescription table and the prescription table among the present invention;

图2是病人基本情况录入图; Figure 2 is a picture of the basic situation of the patient;

图3为诊断结果处理图; Fig. 3 is a diagnosis result processing diagram;

图4是药方查询图。 Fig. 4 is a prescription query diagram.

具体实施方式 detailed description

本发明提供了一种基于Visual FoxPro的传统中医诊断系统,包含客户端、服务器和处理控件:所述客户端包含输入控件、数据采集控件、数据前处理控件、数据分析控件、数据整合与发送控件;所述客户端可建立在台式电脑、笔记本电脑以及智能手机上;所述服务器包含数据接受与暂存器、组合分析器、数据库模块、评价器、数据存储模块、数据发送控件;一台服务器可连接若干客户端;所述处理控件包含存储控件、显示器、打印控件和网络控件;系统还包括到的三张表:病人表、药方表及处方表,这三张表是数据库中使用的表,系统的实现就是由这三张表作为基础的;系统的实现是使用Visual FoxPro系统的表单来完成的。 The present invention provides a traditional Chinese medicine diagnostic system based on Visual FoxPro, which includes a client, a server and processing controls: the client includes input controls, data collection controls, data preprocessing controls, data analysis controls, data integration and sending controls ; The client can be set up on desktop computers, notebook computers and smart phones; the server includes data acceptance and temporary storage, combination analyzer, database module, evaluator, data storage module, data transmission control; a server Several clients can be connected; the processing control includes storage control, display, printing control and network control; the system also includes three tables: patient table, prescription table and prescription table, these three tables are the tables used in the database , the realization of the system is based on these three tables; the realization of the system is to use Visual FoxPro system to complete the form.

数据库中的表包括: Tables in the database include:

病人信息,其包括病人编号,姓名,年龄,家庭住址,既往病史,联系电话),其中病人的编号作为关键属性; Patient information, including patient number, name, age, home address, past medical history, contact number), where the patient's number is used as a key attribute;

药方信息,其包括药方编号,药方名,药方功能,价格,其中药方编号作为关键属性; Prescription information, including prescription number, prescription name, prescription function, price, where prescription number is the key attribute;

处方信息,其包括病人编号,药方编号,剂量,开药时间,总价),其中病人编号和药方编号作为关键属性。 Prescription information, including patient number, prescription number, dose, prescription time, total price), where patient number and prescription number are key attributes.

该系统还包括信息录入模块、疾病诊断模块、信息查询模块、数据统计模块。 The system also includes an information entry module, a disease diagnosis module, an information query module, and a data statistics module.

计算机科学技术的迅速发展与普及为传统中医诊断提供了技术支持,建立数字化的中医诊断系统也是大势所趋,同时也是解决中医药的创新与继承的好办法。本文就是基于这种思想建立基于Visual FoxPro传统中医诊断系统。 The rapid development and popularization of computer science and technology has provided technical support for traditional Chinese medicine diagnosis, and the establishment of a digital Chinese medicine diagnosis system is also the general trend, and it is also a good way to solve the innovation and inheritance of Chinese medicine. This article is based on this idea to establish a Visual FoxPro traditional Chinese medicine diagnosis system.

Visual FoxPro是一个数据库产品,它以强大的性能、完整而又丰富的工具、较高的处理速度、友好的用户界面以及完备的兼容性等特点,受到广大用户的欢迎。作为关系型数据库产品,Visual FoxPro提供了一个集成化的系统开发环境,它使数据的组织与操作变得简单方便。它在语言体系方面作了强大的扩充,不仅支持传统的结构化程序设计,而且支持面向对象程序设计,并拥有功能强大的可视化程序设计工具。 visual FoxPro is a database product, which is welcomed by users for its powerful performance, complete and rich tools, high processing speed, friendly user interface and complete compatibility. As a relational database product, Visual FoxPro provides an integrated system development environment, which makes the organization and operation of data easy and convenient. It has made a powerful expansion in the language system, not only supports traditional structured programming, but also supports object-oriented programming, and has a powerful visual programming tool.

1.数据库设计 1. Database design

数据库的设计在传统中医诊断系统中占有重要地位。在该系统中共有3张表,即病人、药方及处方三张表。三张表的E-R图如图1所示。 The design of the database plays an important role in the diagnosis system of traditional Chinese medicine. There are 3 tables in this system, namely patient, prescription and prescription. The E-R diagrams of the three tables are shown in Figure 1.

病人实体与药方实体是一个多对多的关系,两个实体通过处方取得联系,因此有三个关系: There is a many-to-many relationship between the patient entity and the prescription entity. The two entities are connected through the prescription, so there are three relationships:

病人(病人编号,姓名,年龄,家庭住址,既往病史,联系电话),其中病人的编号作为关键属性 Patient (patient number, name, age, home address, past medical history, contact number), where the patient's number is used as a key attribute

药方(药方编号,药方名,药方功能,价格),其中药方编号作为关键属性 Prescription (prescription number, prescription name, prescription function, price), where the prescription number is the key attribute

处方(病人编号,药方编号,剂量,开药时间,总价),其中病人编号和药方编号作为关键属性 Prescription (Patient ID, Prescription ID, Dosage, Prescription Time, Total Price), with Patient ID and Prescription ID as key attributes

数据库中各种数据表结构如下: The various data table structures in the database are as follows:

(1)病人基本情况表 (1) Patient's basic information table

表1-病人基本情况表 Table 1-Basic information table of patients

(2)药方表 (2) prescription list

表2-药方表 Table 2 - Prescription Table

(3)处方表 (3) prescription form

表3-处方表 Table 3 - Prescription Form

2.基于Visual FoxPro传统中医诊断系统功能有: 2. Functions of traditional Chinese medicine diagnosis system based on Visual FoxPro include:

(1)信息录入 (1) Information entry

信息录入包括医生病人的信息录入及药方录入。病人的信息录入主要有就医病人的姓名、性别、年龄、既往病史、家庭住址和联系方式等。药方录入包括中药经典药方的录入及创新药方--自成药方的录入。通过信息录入建立起完整的信息系统,方便后序工作的开展。 Information entry includes doctor-patient information entry and prescription entry. The patient's information entry mainly includes the patient's name, gender, age, past medical history, home address and contact information. Prescription entry includes the entry of traditional Chinese medicine classic prescriptions and innovative prescriptions - the entry of self-made prescriptions. Establish a complete information system through information entry to facilitate the development of subsequent work.

(2)疾病诊断 (2) Disease diagnosis

疾病诊断就是医生通过望、闻、问、切四诊诊断,同时再依据病人提供的医院里开具的血压、心电图、CT等相关资料进行辨证论治,最终给出诊断结论,并开出药方。 Disease diagnosis is a doctor's diagnosis through observation, smell, questioning, and palpation. At the same time, he conducts syndrome differentiation and treatment based on blood pressure, electrocardiogram, and CT and other relevant information provided by the hospital, and finally gives a diagnostic conclusion and prescribes a prescription.

(3)信息查询 (3) Information query

信息查询包括病人的信息查询及药方信息查询。病人的信息查询主要有病人的姓名、性别、年龄、既住病史、家庭住址、联系方式,本次就医的诊断信息,诊断结果及药方的开具等。药方信息查询就是查询药方的组成及药方的价格。 Information query includes patient information query and prescription information query. The patient's information query mainly includes the patient's name, gender, age, past medical history, home address, contact information, diagnosis information of this medical visit, diagnosis result and prescription issuance, etc. Prescription information query is to query the composition of the prescription and the price of the prescription.

(4) 数据统计 (4) Statistics

数据统计可以按不同要求进行统计。如果按疾病的名称来进行统计,目的是就最近一段时间内哪一种病发病率较高,以便做出决策;也可以按地区进行统计,看一下哪个地区的哪一种病发病率高一些,找出相应的原因并进行解决。 Data statistics can be counted according to different requirements. If the statistics are made by the name of the disease, the purpose is to make a decision on which disease has a higher incidence in the recent period; it can also be counted by region to see which region has a higher incidence of which disease , find out the corresponding reason and solve it.

基于Visual FoxPro传统中医诊断系统的实现是有Visual FoxPro系统环境下进行的。Visual FoxPro系统是即是数据库系统,又自带编程环境,很适合传统中医诊断。具体的系统实现如下: The realization of traditional Chinese medicine diagnosis system based on Visual FoxPro is based on Visual Under the FoxPro system environment. The Visual FoxPro system is not only a database system, but also has its own programming environment, which is very suitable for traditional Chinese medicine diagnosis. The specific system implementation is as follows:

1信息录入 1 information entry

信息录入包括病人信息录入及药方的录入。病人信息录入界面的实现如图2所示。 Information entry includes patient information entry and prescription entry. The implementation of the patient information input interface is shown in Figure 2.

通过“显示”按钮可以显示所有病人的基本信息;“查找”按钮可以显示单个人的信息;“增加”按钮可以新增加一位病人的信息;通过“修改”可以对部分病人的部分信息进行修改;“删除”可以将某位病人的信息进行删除;“保存”可以将修改后或新增加的记录进行保存;“退出”按钮实现病人基本情况录入结束。 The basic information of all patients can be displayed through the "Display" button; the information of a single person can be displayed through the "Search" button; the information of a new patient can be added through the "Add" button; part of the information of some patients can be modified through the "Modify" button ; "Delete" can delete a patient's information; "Save" can save the modified or newly added records; "Exit" button completes the entry of the patient's basic information.

药方录入包括中药经典药方组成录入以及自成药方录入。药方的组成不是一成不变的,根据时间的变迁及环境的改变,药方的组成有所变化,也会出现新的药方。例如在清朝以前的药方就没有专门治疗癌症的,而现在这种病有比较多见,又因为癌症所患部位不同,用药也就不同,使得药方就要增加。 Prescription entry includes the composition entry of traditional Chinese medicine prescriptions and the entry of self-made prescriptions. The composition of the prescription is not static. According to the changes of time and environment, the composition of the prescription changes, and new prescriptions will appear. For example, before the Qing Dynasty, there were no prescriptions specifically for the treatment of cancer, but now this disease is more common, and because the location of the cancer is different, the medicines are different, so the number of prescriptions has to increase.

2疾病诊断 2 Disease diagnosis

疾病诊断就是医生通过望闻问切四诊,再加上病人的即往病史以及在医院里做的检查结果进行辨证论治。这一功能实现相对来说比较复杂,主要包括医生对病人的诊断过程情况的记录和诊断结果及药方的开具。其中诊断结果及药方开具的实现界面如图3所示。 Disease diagnosis is that doctors conduct syndrome differentiation and treatment by looking, smelling, asking, and making four diagnoses, together with the patient's current medical history and the results of examinations done in the hospital. The realization of this function is relatively complicated, mainly including the doctor's record of the patient's diagnosis process, diagnosis results and prescription. The implementation interface of diagnosis results and prescription issuance is shown in Figure 3.

3信息查询 3Information query

信息查询主要是病人的信息查询及药方的信息查询。病人的信息查询主要有病人的姓名、性别、年龄、既住病史、家庭住址、联系方式,本次就医的诊断信息,诊断结果及药方的开具等。药方信息查询就是查询药方的组成及药方的价格。药方信息查询实现界面如图4所示。 Information inquiry mainly includes patient information inquiry and prescription information inquiry. The patient's information query mainly includes the patient's name, gender, age, past medical history, home address, contact information, diagnosis information of this medical visit, diagnosis result and prescription issuance, etc. Prescription information query is to query the composition of the prescription and the price of the prescription. The realization interface of prescription information query is shown in Figure 4.

4 数据统计 4 Statistics

数据统计可以按不同要求进行统计。如果按疾病的名称来进行统计,目的是就最近一段时间内哪一种病发病率较高,找出原因,以便再有相同病人来就诊时快速诊断,减少医生的诊断时间;也可以按地区进行统计,看一下哪个地区的哪一种病发病率高一些,找出相应的原因并进行解决。通过数据统计还可以进行药方的修改和完善,药方不可能一成不变,随着环境的变迁,天气的变化,一年四季的轮回,药方用量都是有所不同的。另外也会产生新的药方。由于环境的变化,以前没有的病现在出现了,例如癌症、帕金森综合症等。 Data statistics can be counted according to different requirements. If the statistics are carried out by the name of the disease, the purpose is to find out the reason for which disease has a higher incidence rate in the recent period, so that when the same patient comes to see a doctor, it can be quickly diagnosed and the doctor's diagnosis time can be reduced; it can also be classified by region Make statistics to see which area has a higher incidence of which disease, find out the corresponding reasons and solve them. The prescription can also be modified and improved through data statistics. The prescription cannot remain unchanged. With the changes of the environment, the weather, and the cycle of seasons throughout the year, the dosage of the prescription is different. In addition, new prescriptions will be produced. Due to changes in the environment, diseases that did not exist before are now appearing, such as cancer, Parkinson's syndrome, etc.

Claims (3)

1. the Traditional Chinese Medicine diagnostic system based on Visual FoxPro, comprises client, server and processes control:Described client comprises input control, data acquisition control, data pre-processing control, data analysiss control, Data Integration and sends control;Described client can be set up on desktop computer, notebook computer and smart mobile phone;Described server comprises data and accepts and buffer, combinative analysiss device, DBM, evaluator, data memory module, data is activation control;One server can connect some clients;Described process control comprises storage control, display, word depghi and GetIpUpDown;It is characterized in that:
Three tables that system also includes:Patient's table, prescription table and prescription table, this three tables are tables used in data base, based on the realization of system is by this three tables;The realization of system is to be completed using the list of Visual FoxPro system.
2. according to claim 1 based on Visual FoxPro Traditional Chinese Medicine diagnostic system it is characterised in that:Table in data base includes:
Patient information, it includes patient number, name, age, home address, medical history, telephone number), the numbering of wherein patient is as determinant attribute;
Prescription information, it includes prescription numbering, prescription name, prescription function, price, and its prescription is numbered as determinant attribute;
Prescription information, it includes patient number, and prescription is numbered, and dosage is write a prescription the time, total price), wherein patient number and prescription numbering are as determinant attribute.
3. according to claim 1 based on Visual FoxPro Traditional Chinese Medicine diagnostic system it is characterised in that:This system also includes Data Enter module, medical diagnosis on disease module, information inquiry module, data statistics module.
CN201510544038.XA 2015-08-31 2015-08-31 Traditional Chinese Medicine Diagnosis System Based on Visual FoxPro Pending CN106485042A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510544038.XA CN106485042A (en) 2015-08-31 2015-08-31 Traditional Chinese Medicine Diagnosis System Based on Visual FoxPro

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510544038.XA CN106485042A (en) 2015-08-31 2015-08-31 Traditional Chinese Medicine Diagnosis System Based on Visual FoxPro

Publications (1)

Publication Number Publication Date
CN106485042A true CN106485042A (en) 2017-03-08

Family

ID=58235308

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510544038.XA Pending CN106485042A (en) 2015-08-31 2015-08-31 Traditional Chinese Medicine Diagnosis System Based on Visual FoxPro

Country Status (1)

Country Link
CN (1) CN106485042A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109300520A (en) * 2018-08-03 2019-02-01 贵州松桃信仁苗药有限公司 A kind of Culture of TCM verifying system
CN109448804A (en) * 2018-10-18 2019-03-08 中国中医科学院 A kind of succession of Chinese medicine is with teacher's Notes System

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103034775A (en) * 2011-09-29 2013-04-10 上海中医药大学 Traditional Chinese-medical face diagnosis analyzing and diagnosing system
CN104083147A (en) * 2014-07-04 2014-10-08 上海赛诚医药科技有限公司 Traditional Chinese medicine diagnostic system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103034775A (en) * 2011-09-29 2013-04-10 上海中医药大学 Traditional Chinese-medical face diagnosis analyzing and diagnosing system
CN104083147A (en) * 2014-07-04 2014-10-08 上海赛诚医药科技有限公司 Traditional Chinese medicine diagnostic system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
李丹: ""基于J2EE的中药药方管理系统设计"", 《中国优秀硕士学位论文全文数据库-信息科技辑》 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109300520A (en) * 2018-08-03 2019-02-01 贵州松桃信仁苗药有限公司 A kind of Culture of TCM verifying system
CN109448804A (en) * 2018-10-18 2019-03-08 中国中医科学院 A kind of succession of Chinese medicine is with teacher's Notes System

Similar Documents

Publication Publication Date Title
US10319466B2 (en) Intelligent filtering of health-related information
He et al. Toward ubiquitous healthcare services with a novel efficient cloud platform
WO2021211865A1 (en) Method and system for improving the health of users through engagement, monitoring, analytics, and care management
Kortüm et al. Using electronic health records to build an ophthalmologic data warehouse and visualize patients' data
WO2018126925A1 (en) Personal health record system with process decision support function
Yang et al. Medication abortion through telemedicine: implications of a ruling by the Iowa Supreme Court
Singh et al. Factors to overcoming barriers affecting electronic medical record usage by physicians
Laker-Oketta et al. Task shifting and skin punch for the histologic diagnosis of Kaposi's sarcoma in sub-Saharan Africa: A public health solution to a public health problem
WO2021139477A1 (en) Intelligent medical access method and apparatus, and computer device and storage medium
Ku et al. Trends in cardiovascular mortality among a cohort of children and young adults starting dialysis in 1995 to 2015
JP5494018B2 (en) Input support program, input support device, input support system, and input support method
Hu et al. A cloud system for mobile medical services of traditional Chinese medicine
JP2015090572A (en) Telemedicine support system and nursing facility terminal program, hospital terminal program, pharmacy terminal program used in the system
Selamat et al. PHYSICIANS’ATTITUDE TOWARDS ARTIFICIAL INTELLIGENCE IN MEDICINE, THEIR EXPECTATIONS AND CONCERNS: AN ONLINE MOBILE SURVEY
CN111882203A (en) An experimental system of traditional Chinese medicine cloud service
CN105574355A (en) Method and system for recording clinical scientific research data
CN106485042A (en) Traditional Chinese Medicine Diagnosis System Based on Visual FoxPro
CN107680690B (en) Clinical information system based on metadata
US20220076814A1 (en) Health administration method, apparatus, and system, and data collection apparatus
CN108564990A (en) Doctor, which supports, combines data pick-up synchronization system and method, information data processing terminal
Abernethy et al. Management of dyspnea within a rapid learning healthcare model
US9158917B2 (en) Methods, apparatuses and computer program products for auditing protected health information
WO2022068184A1 (en) Currency transaction method, system and apparatus based on blockchain
CN115602292A (en) Facial paralysis data management platform in modern clinical environment
Woods et al. Using UMLS metathesaurus concepts to describe medical images: dermatology vocabulary

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20170308

RJ01 Rejection of invention patent application after publication