CN111028904A - Disease information management method - Google Patents

Disease information management method Download PDF

Info

Publication number
CN111028904A
CN111028904A CN201911217724.0A CN201911217724A CN111028904A CN 111028904 A CN111028904 A CN 111028904A CN 201911217724 A CN201911217724 A CN 201911217724A CN 111028904 A CN111028904 A CN 111028904A
Authority
CN
China
Prior art keywords
disease information
information management
management method
paging
questions
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
CN201911217724.0A
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.)
Peking Union Medical College Hospital Chinese Academy of Medical Sciences
Original Assignee
Peking Union Medical College Hospital Chinese Academy of Medical Sciences
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 Peking Union Medical College Hospital Chinese Academy of Medical Sciences filed Critical Peking Union Medical College Hospital Chinese Academy of Medical Sciences
Priority to CN201911217724.0A priority Critical patent/CN111028904A/en
Publication of CN111028904A publication Critical patent/CN111028904A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H10/00ICT specially adapted for the handling or processing of patient-related medical or healthcare data
    • G16H10/60ICT specially adapted for the handling or processing of patient-related medical or healthcare data for patient-specific data, e.g. for electronic patient records
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Abstract

The application provides a disease information management method, which comprises the following steps: responding to the selection operation, and combining a plurality of questions in the question bank together to form a form; and judging whether the form is issued, and if so, allowing the user to enter disease information and/or data. The method and the device can achieve convenience, accuracy and uniformity of disease information management.

Description

Disease information management method
Technical Field
The invention relates to the field of medical information, in particular to a disease information management method.
Background
The existing hospital disease information management method is highly dependent on personal experience of doctors, for example, doctors need to make various laboratory sheets for patients through preliminary judgment, then input laboratory data, and the patients are diagnosed with diseases, so as to generate medical records. Thus, for the same disease characterization, different doctors see different problems, so that the issued laboratory sheet, the entered data and the diseases are different, and for remote hospitals and inexperienced doctors, the disease information management method cannot conveniently and accurately assist the doctors in disease diagnosis.
Disclosure of Invention
The purpose of this application is to improve convenience, accuracy and the unity of disease information management, for realizing above-mentioned purpose, the embodiment of this application provides following technical scheme:
a disease information management method, comprising: responding to the selection operation, and combining a plurality of questions in the question bank together to form a form; and judging whether the form is issued, and if so, allowing the user to enter disease information and/or data.
Preferably, the method further comprises: after the form is formed, the plurality of questions are ranked in response to a ranking operation.
Preferably, the questions can be attributed and/or logically set.
Preferably, the form can be edited as a title.
Preferably, the title can be added with one or more options.
Preferably, the form can be tagged with a pagination label.
Preferably, the name of the paging tag can be edited.
Preferably, the method further comprises: and responding to the name clicking operation of the paging label, and the form can jump to the paging corresponding to the name.
Pages with different page tags can preferably be copied, moved up or moved down.
Preferably, the method further comprises: automatically saving the form at a predetermined time interval before the form is issued.
In the embodiment of the application, a plurality of questions in the question bank are issued as forms from questions to be answered for disease diagnosis, and can be performed by doctors with abundant experience.
Drawings
Embodiments of the invention will be described in further detail below with reference to the attached drawing figures, wherein:
fig. 1 is a flowchart of a disease information management method employing an embodiment of the present application.
Detailed Description
Referring to fig. 1, in the disease information management method of the present embodiment, first, in response to a selection operation, a plurality of questions in a question bank are merged together to form a form. The questions in the question bank can be stored in advance, and can be continuously added or edited or deleted. The selection operation can be performed by a doctor with experience by clicking or dragging, and can also be performed remotely. Each form can be edited into a topic, and each topic can be added with one or more options. The questions can be set with attributes and/or logic.
After the form is formed, multiple questions in the form can be ordered as desired in response to the ordering operation. The sorting operation can be performed by means of dragging, clicking, and the sorting criterion can be the priority of the question, the time required to answer the question, and the like. For example, the questions most important to the diagnosis of the condition can be placed in top order, or the question can be answered the longest (e.g., waiting for a long time for the test results).
Next, it is determined whether the form is issued, and if so, the user is allowed to enter disease information and/or data. That is, the form can be issued to a remote user, who can be an inexperienced doctor who makes a disease diagnosis based on the questions in the form and then enters the disease information and various laboratory diagnostic data.
Preferably, in this embodiment, the form can be added with a paging tag, and the name of the paging tag can be edited. After the form is published, the whole form can be subjected to paging display according to the paging label. Due to the paging label, a user can click the name of the paging label, the name clicking operation of the paging label is responded, and the form can jump to the paging corresponding to the name. For the paging label, the following operations such as copying, moving up or moving down can be performed on the paging:
deleting the paging label;
copying the current page: regarding the paging label to the next label as a page, and copying the page content after the next label;
move this page up: all the problems of the current label to the next label are regarded as one page, clicking is carried out, and the positions of the page content and the next page content are exchanged;
move this page down: and all the problems of the current label to the previous label are regarded as one page, clicking is carried out, and the positions of the page content and the previous page content are interchanged.
The form can also be automatically saved at predetermined intervals before it is released.
The code and explanation for operating on the form is as follows:
moving up in pages: firstly, judging whether the page is automatically saved, if not, finding the element where the current tag is located, respectively finding the positions of the previous and next paging tags, then starting from (including) the current paging tag to (not including) the next paging tag, copying all the titles above the previous tag, and completing the whole page moving operation.
Figure BDA0002299949490000031
Figure BDA0002299949490000041
Figure BDA0002299949490000051
And (3) copying the whole page: firstly, starting from the current element, recording all problems until the next paging label, and finding the position of the next paging label; these problems (excluding the next tag) are then copied over the next tag, completing the full page copy operation.
Figure BDA0002299949490000052
Figure BDA0002299949490000061
The form is saved at predetermined time intervals: and acquiring whether the current page is stored or not, if the current page is stored, not executing any operation, and if the current page is not stored, executing the storage operation so as to avoid the edited data loss of the abnormal closed page.
Figure BDA0002299949490000062
Figure BDA0002299949490000071
Single selection logic setting: firstly, inquiring all logic conditions, judging logic types one by one, finding out elements controlled by the secondary single selection options, and respectively setting the showing and hiding modes, the skipping modes and the like of the logic questions according to the control identifications.
Figure BDA0002299949490000072
Figure BDA0002299949490000081
Figure BDA0002299949490000091
In the embodiment of the application, a plurality of questions in the question bank are issued as forms from questions to be answered for disease diagnosis, and can be performed by doctors with abundant experience.
The above description is only for the preferred embodiment of the present invention and should not be taken as limiting the scope of the invention, but the equivalent substitutions and modifications of the above-described embodiment should be made within the scope of the appended claims.

Claims (10)

1. A method for managing disease information, comprising:
responding to the selection operation, and combining a plurality of questions in the question bank together to form a form;
and judging whether the form is issued, and if so, allowing the user to enter disease information and/or data.
2. The disease information management method according to claim 1, further comprising: after the form is formed, the plurality of questions are ranked in response to a ranking operation.
3. The disease information management method according to claim 1, wherein the question can be set with attributes and/or logics.
4. The disease information management method according to claim 1, wherein the form can be edited as a title.
5. The disease information management method according to claim 4, wherein the title can be added with one or more options.
6. The disease information management method according to claim 1, wherein the form can be added with a pagination label.
7. The disease information management method according to claim 6, wherein the name of the paging tag can be edited.
8. The disease information management method according to claim 7, further comprising: and responding to the name clicking operation of the paging label, and the form can jump to the paging corresponding to the name.
9. The disease information management method of claim 6, wherein pages with different page tags can be copied, moved up or moved down.
10. The disease information management method according to claim 1, further comprising: automatically saving the form at a predetermined time interval before the form is issued.
CN201911217724.0A 2019-12-03 2019-12-03 Disease information management method Pending CN111028904A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911217724.0A CN111028904A (en) 2019-12-03 2019-12-03 Disease information management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911217724.0A CN111028904A (en) 2019-12-03 2019-12-03 Disease information management method

Publications (1)

Publication Number Publication Date
CN111028904A true CN111028904A (en) 2020-04-17

Family

ID=70203989

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911217724.0A Pending CN111028904A (en) 2019-12-03 2019-12-03 Disease information management method

Country Status (1)

Country Link
CN (1) CN111028904A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102231172A (en) * 2011-06-10 2011-11-02 王坦 Remote medical information acquisition system
CN104834824A (en) * 2015-05-20 2015-08-12 上海简医信息科技有限公司 Mobile terminal visual hospital guide system and method based on anthropometric dummy
CN105809600A (en) * 2016-03-24 2016-07-27 上海交迅智能科技有限公司 Intelligent pre-interrogation system and method based on intelligent terminal
CN109841285A (en) * 2017-11-28 2019-06-04 北京市眼科研究所 A kind of clinical research cooperative system and method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102231172A (en) * 2011-06-10 2011-11-02 王坦 Remote medical information acquisition system
CN104834824A (en) * 2015-05-20 2015-08-12 上海简医信息科技有限公司 Mobile terminal visual hospital guide system and method based on anthropometric dummy
CN105809600A (en) * 2016-03-24 2016-07-27 上海交迅智能科技有限公司 Intelligent pre-interrogation system and method based on intelligent terminal
CN109841285A (en) * 2017-11-28 2019-06-04 北京市眼科研究所 A kind of clinical research cooperative system and method

Similar Documents

Publication Publication Date Title
US20220189644A9 (en) Informatics platform for integrated clinical care
US7899684B2 (en) Medical report creating apparatus, medical report referencing apparatus, medical report creating method, and medical report creation program recording medium
US6047259A (en) Interactive method and system for managing physical exams, diagnosis and treatment protocols in a health care practice
CN101964016B (en) Improvements relating to graphical user interfaces
US7873526B2 (en) Medical report producing apparatus, medical report referencing apparatus, and method for producing medical report
US20050075544A1 (en) System and method for managing an endoscopic lab
CN101561849B (en) Support apparatus, support method and support program for making file
TW200841244A (en) Managing web page links using structured data
US20160378923A1 (en) Caregiver interface for electronic medical records
JP2002024409A (en) Health care system for patient
JP6594059B2 (en) Information processing apparatus, information processing method, and program
KR101646298B1 (en) A development monitoring system
US8447783B2 (en) Intelligent agent and manager system
US20160092637A1 (en) Medical assistance device, medical assistance system, medical assistance program, and medical assistance method
Misra et al. Using Apollo to browse and edit genome annotations
CN110767275A (en) Disease information management system
US10790047B2 (en) Collaborative synthesis-based clinical documentation
US11183279B2 (en) Method and apparatus for a treatment timeline user interface
CN111028904A (en) Disease information management method
US20040078240A1 (en) Method and apparatus for capturing and analyzing individual patient clinical data
US11742061B2 (en) Systems and methods for managing clinical trials
JP2003331059A (en) System, method and program for supporting drug profile management work, and machine readable recording medium with drug profile management work support program recorded thereon
JP4802487B2 (en) Medical support system
US20120166214A1 (en) Method and system for managing work lists for medical imaging procedures
Hornof et al. Development of a complete electronic medical record in an academic institution

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination