CN111367587A - Loading method of online registration interface - Google Patents

Loading method of online registration interface Download PDF

Info

Publication number
CN111367587A
CN111367587A CN202010280971.1A CN202010280971A CN111367587A CN 111367587 A CN111367587 A CN 111367587A CN 202010280971 A CN202010280971 A CN 202010280971A CN 111367587 A CN111367587 A CN 111367587A
Authority
CN
China
Prior art keywords
interface
user
users
recommendation
loading
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.)
Withdrawn
Application number
CN202010280971.1A
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.)
Hangzhou Wanzhi Technology Co ltd
Original Assignee
Hangzhou Wanzhi Technology Co ltd
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 Hangzhou Wanzhi Technology Co ltd filed Critical Hangzhou Wanzhi Technology Co ltd
Priority to CN202010280971.1A priority Critical patent/CN111367587A/en
Publication of CN111367587A publication Critical patent/CN111367587A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • 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
    • G16H40/00ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices
    • G16H40/20ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices for the management or administration of healthcare resources or facilities, e.g. managing hospital staff or surgery rooms

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Epidemiology (AREA)
  • Biomedical Technology (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Primary Health Care (AREA)
  • Public Health (AREA)
  • Human Computer Interaction (AREA)
  • Measuring And Recording Apparatus For Diagnosis (AREA)

Abstract

The embodiment of the invention provides a loading method of an online registration interface, which comprises the following steps: acquiring basic information input by a user on the initial interface; grouping the users logged in the same time period according to the disease parts in the basic information; and loading and presenting a recommendation interface for displaying only part of resources in the resource pool for the members in the group. According to the invention, under the condition that a large number of users access the interfaces simultaneously, the individual requirements of all people can be met only by generating and loading a small number of interfaces, so that the convenience of different users in information acquisition is met, and the server resources are greatly saved.

Description

Loading method of online registration interface
Technical Field
The invention belongs to the technical field of information, and particularly relates to a loading method for an online registration interface in medical care informatics.
Background
In many medical devices, such as a professional-use Computed Tomography (CT) machine or a Magnetic Resonance Imaging (MRI) device, and also a general-purpose hospital self-registration device or an online registration website/public account/applet, a dedicated graphical user interface is usually required for operation.
Taking a CT machine as an example, some graphical user interfaces provide a more complicated configuration interface for each parameter in the CT workflow, which is more favorable for some doctors or trainees in the hospital to acquire different CT imaging results through different parameter configurations. However, the CT machine operator in a hospital may be faced with a large number of patients each day, and there may be little time for the CT workflow to be configured for each patient, and thus, a user interface that requires complex parameter configuration is not suitable. However, it is inconvenient for a person who needs to perform complicated parameter configuration if only a user interface providing simple parameter configuration is employed. Since in practical applications, the CT machine is usually shared by different people, it is necessary to provide a solution to meet the needs of different people. In view of this problem, patent document CN 105989227B provides a workflow configuration method for a medical device, which can determine a user interface with a current complexity selected by a user from at least two user interfaces with different complexities configured for the medical device in advance according to a preset default value of user interface selection or a previous user interface selection record. Or, the user can also select the user interfaces with at least two different complexities in the login interface, and the user interface with the current complexity selected by the user from the user interfaces with at least two different complexities configured for the medical equipment in advance is determined according to the selection operation.
Taking the registered system interface as an example, in the actual use process of the user, the user needs to manually click and search in the corresponding interface in detail, for example, when the user has headache and wants to query the medical resource information capable of diagnosing and treating the headache, the user needs to repeatedly click, search and obtain in a large number of department introductions or doctor introductions, the operation is complicated, and the difficulty in obtaining the information is high. If the method described in CN 105989227B is used, this is applicable when the interface is customized in a small scale, such as only on a self-service registration machine arranged in a hospital, but for a case where a large number of users access the interface at the same time, such as an online registration system/small program/public number, the above method will result in a great consumption of server resources.
Disclosure of Invention
The invention provides a loading method of an online registration interface, which comprises the following steps:
constructing a medical resource pool, and establishing a stealth interface covering all medical resources, wherein the stealth interface only exists in a background under the default condition and is not presented to a user;
establishing an initial interface for logging in and inputting basic information, wherein the basic information at least comprises information for representing the body part which a user wants to treat, and the initial interface is the same for all users;
acquiring basic information input by a user on the initial interface;
grouping the users logged in at the same time interval according to the information of the body part;
loading and presenting a recommendation interface for displaying only part of resources in the resource pool for members in the group, wherein the recommendation interface is the same for all users in the same group, and each recommendation interface has a unique interface ID;
and identifying the operation behavior of the user on the recommendation interface, and if the operation is not confirmed within a certain time, loading and presenting the stealth interface for the user to replace the recommendation interface.
In one embodiment, the method further comprises the step of grouping users logged in at the same time interval according to the information of the body part, and further comprises the following steps: and if the number of the grouped groups exceeds the first set value, the groups are arranged in a descending order according to the number of group members, and the groups with the number of people less than the second set value are merged in the next time interval.
In one embodiment, the recommendation interface is cached, the corresponding interface ID is attached to the basic information of the user, and the recommendation interface corresponding to the interface ID is preferentially presented when the user logs in again within a period of time.
In one embodiment, after the period of time, the interface ID and its corresponding recommended interface are deleted to release the server resource.
The invention has the beneficial effects that: under the condition that a large number of users access the interfaces simultaneously, the personalized requirements of all people can be met only by generating and loading a small number of interfaces, so that the convenience of different users in information acquisition is met, and the server resources are greatly saved.
Drawings
FIG. 1 is a flowchart illustrating an exemplary loading method of an online registration interface according to an embodiment of the present invention;
fig. 2 is a diagram illustrating an exemplary structure of a loading apparatus of an online registration interface according to an embodiment of the present invention.
Detailed Description
The structure and functions implemented by the present invention are described in detail below with reference to the accompanying drawings.
Fig. 1 is an exemplary flowchart of a loading method of an online registration interface according to an embodiment of the present invention, where the method may include the following steps:
step S1, a medical resource pool is constructed, and a stealth interface covering all medical resources is established.
Wherein the medical resource pool should cover all on-duty and on-duty medical staff and available medical equipment, beds, etc. of a hospital from the time of construction to a later time, such as a week or a month. A stealth interface for displaying all medical resources is established based on these medical resources, which is mostly present in the background and not presented to the user by default.
Step S2, an initial interface for login and basic information input is established, which is the same for all users.
In the conventional design, an online registration system requires a user to log in first, and to register and/or log in with a mobile phone number, an identification number, a medical insurance card number, a treatment card number, and the like, and possibly, the user is required to input some basic information, such as sex, age, name, whether the user is present for treatment, and the like.
In particular, said basic information comprises at least one piece of information representative of the part of the body that the user wants to treat; in the embodiment, the user can also input the body part needing diagnosis, because the person using the online registration system usually does not have professional medical knowledge, the person using the online registration system usually does not know the registration of the selection in which department, such as abdominal pain of the user, and in the cognition of general people, the person can only feel the 'belly pain', but does not know which department to visit when registering, an interactive human body picture is provided on the initial interface of the invention, the user can click on the human body picture to select an uncomfortable position, such as the abdomen, and the background can recommend the digestive department or internal medicine for the person under the mapping of preset rules;
and step S3, acquiring the basic information input by the user on the initial interface.
As described in step S2, the basic information input by the user on the initial interface, especially the identification of the identity, based on the big data technology, the past medical record of the same user can become an important reference for the registration, and if there is no medical record, the uncomfortable position for the click input at this time is the key information. These key information will be the important basis for subsequent interface adjustment.
And step S4, grouping the users logged in at the same time interval according to the information of the body parts.
Taking the case of no medical record as an example, users logged in at the same time interval are grouped according to the position of the disease in the basic information, for example, in the time period from 10:00:00 to 10:00:03, 100 users are totally input with information and are clicked to log in, in the case of acquiring the basic information of the 100 users, the people with abdominal pain in the 100 users are grouped into one group, the people with headache are grouped into another group, and the like. Considering that the waiting time of the user on the registration interface is not too long, the time span of the same period should be set to be short, for example, 3 seconds.
As an example, if the 100 users are divided into 20 groups by disease part, and executed according to step S4, in order to load 20 different recommendation interfaces for the 20 groups of users, it is obviously not the optimal solution considering the conditions of server resources. Therefore, in one embodiment, the users logged in at the same time interval are grouped according to the information of the body part, further comprising the steps of: and if the number of the grouped groups exceeds the first set value, the groups are arranged in a descending order according to the number of group members, and the groups with the number of people less than the second set value are merged in the next time interval. For example, 100 logged-in users in the period of 10:00:00 to 10:00:03 are divided into 20 groups according to the disease parts, the 20 groups are arranged in a descending order according to the number of group members, wherein the number of people in the group of 'headache' is small (2 people), the 2 headache users are temporarily not loaded with a recommendation interface, and the 2 people are postponed to the next period, namely, the period of 10:00:04 to 10:00: 07. If there are other headache patients among the users logged in during the period of 10:00:04 to 10:00:07, a recommendation interface related to "headache" is loaded together with them.
In particular, even if there are no headache patients among the users who log in during the period of 10:00:04 to 10:00:07, the recommendation interface is loaded for the 2 headache users in consideration of the user's waiting experience.
And step S5, loading and presenting a recommendation interface for displaying only part of resources in the resource pool for the members in the group, wherein the recommendation interface is the same for all users in the same group, and each recommendation interface has a unique interface ID.
Taking the example above, this step loads and presents a list of 100 users who have abdominal pain, showing only the available medical resources of the department involved in the abdominal diagnosis, such as the department of gastroenterology or internal medicine, and this "abdominal pain-department of gastroenterology/internal medicine" mapping is just an example, and it is a preset rule that can be customized, and in practice, is made empirically by the hospital.
And step S6, identifying the operation behavior of the user on the recommendation interface, and if the operation is not confirmed within a certain time, loading and presenting the stealth interface for the user to replace the recommendation interface.
As an example, the recommended interface provided to the user with abdominal pain in step S5 only contains information about the availability of the gastroenterology or medical department, and if the gastroenterology or medical department is not intended by the user, i.e. no confirmation operation is performed within a certain time, this step provides a compensation measure for the situation, and the user is provided with a stealth interface covering all medical resources for his/her own selection. Wherein the confirmation operation is a further operation on the recommendation interface besides negation selections such as 'cancel', 'quit' and the like.
In one embodiment, the method further includes step S7, caching the recommendation interface, and attaching the corresponding interface ID to the basic information of the user, and preferentially presenting the recommendation interface corresponding to the interface ID when the user logs in again within a period of time. And step S8, deleting the interface ID and the corresponding recommended interface to release the server resource after the period of time.
It can be seen from this embodiment that, under the condition that a large number of users access interfaces simultaneously, only a small number of interfaces need to be generated and loaded to meet the personalized requirements of all the users, which not only meets the convenience of different users in information acquisition, but also greatly saves server resources.
Corresponding to the method embodiment of the present invention, this embodiment further provides an apparatus, which includes a server and a user, where the user is configured to present, to a user, a plurality of interactive interfaces established by the server, and the server includes:
the medical resource pool system comprises a first building module 1, a first database module and a second building module, wherein the first building module is used for building a medical resource pool and building a stealth interface covering all medical resources, and the stealth interface only exists in a background and is not presented to a user under the default condition;
a second building module 2 for building an initial interface of login and basic information input, said initial interface being the same for all users, said basic information comprising at least one piece of information characterizing the body part that the user wants to treat.
The grouping module 3 is used for acquiring basic information input by a user on the initial interface and grouping the users logged in at the same time interval according to the information of the body part;
the third building module 4 is used for building a recommendation interface for displaying only part of the resources in the resource pool for the members in the group, the recommendation interface is the same for all the users in the same group, and each recommendation interface has a unique interface ID;
the interface loading module 5 is used for loading each interface to the user side;
and the identification module 6 is used for identifying the operation behavior of the user on the recommendation interface.
The interface loading module 5 loads the same recommendation interface to the user side of each member in the group. If the recognition module 6 recognizes that the user does not confirm the operation on the recommendation interface within a certain time, the interface loading module 5 loads the stealth interface for the user to replace the recommendation interface.
In one embodiment, if the number of groups grouped by the grouping module 3 exceeds a first set value, the groups are arranged in descending order according to the number of group members, and the groups with the number of people less than a second set value are continued to a next time period for combination.
In an embodiment, the server further includes a storage module 7, configured to cache the recommendation interface, attach the interface ID to the user information, and preferentially present the recommendation interface corresponding to the interface ID when the user logs in again within a period of time.
In one embodiment, the storage module 7 deletes the interface ID and its corresponding recommended interface after the period of time to release the server resource.
Fig. 2 also shows, as an example, a schematic view of an initial interface on the user side, which has input fields for user input, and also provides an interactive body picture on which the user can click an uncomfortable position.
It will be appreciated by persons skilled in the art that numerous variations and/or modifications may be made to the invention as shown in the specific embodiments without departing from the spirit or scope of the invention as broadly described. The present embodiments are, therefore, to be considered in all respects as illustrative and not restrictive. Likewise, the invention encompasses any combination of features, in particular of features in the patent claims, even if this feature or this combination of features is not explicitly specified in the patent claims or in the individual embodiments herein.

Claims (4)

1. A loading method of an online registration interface comprises the following steps:
constructing a medical resource pool, and establishing a stealth interface covering all medical resources, wherein the stealth interface only exists in a background under the default condition and is not presented to a user;
establishing an initial interface for logging in and inputting basic information, wherein the basic information at least comprises information for representing the body part which a user wants to treat, and the initial interface is the same for all users;
acquiring basic information input by a user on the initial interface;
grouping the users logged in at the same time interval according to the information of the body part;
loading and presenting a recommendation interface for displaying only part of resources in the resource pool for members in the group, wherein the recommendation interface is the same for all users in the same group, and each recommendation interface has a unique interface ID;
and identifying the operation behavior of the user on the recommendation interface, and if the operation is not confirmed within a certain time, loading and presenting the stealth interface for the user to replace the recommendation interface.
2. The loading method of claim 1, wherein the users logged in at the same time period are grouped by the information of the body part, further comprising:
and if the number of the grouped groups exceeds the first set value, the groups are arranged in a descending order according to the number of group members, and the groups with the number of people less than the second set value are merged in the next time interval.
3. A loading method according to claims 1-2, characterized in that the recommendation interface is cached and the corresponding interface ID is attached to the basic information of the user, and the recommendation interface corresponding to the interface ID is preferentially presented when the user logs in again within a period of time.
4. A loading method according to claims 1-3, wherein after the period of time, the interface ID and its corresponding recommended interface are deleted to release server resources.
CN202010280971.1A 2020-04-10 2020-04-10 Loading method of online registration interface Withdrawn CN111367587A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010280971.1A CN111367587A (en) 2020-04-10 2020-04-10 Loading method of online registration interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010280971.1A CN111367587A (en) 2020-04-10 2020-04-10 Loading method of online registration interface

Publications (1)

Publication Number Publication Date
CN111367587A true CN111367587A (en) 2020-07-03

Family

ID=71209607

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010280971.1A Withdrawn CN111367587A (en) 2020-04-10 2020-04-10 Loading method of online registration interface

Country Status (1)

Country Link
CN (1) CN111367587A (en)

Similar Documents

Publication Publication Date Title
KR102177697B1 (en) Massage apparatus and massage system
JP6647583B1 (en) Information processing apparatus, program and information processing method
JP5404750B2 (en) Dementia care support method, dementia information output device, dementia care support system, and computer program
US20170011195A1 (en) System And Method Of User Identity Validation in a Telemedicine System
US20070168225A1 (en) Workflow generator for medical-clinical facilities
US20150213194A1 (en) Methods, Devices, And Systems For Multi-Format Data Aggregation
US20100204596A1 (en) Method and system for providing remote healthcare
JP2012094127A (en) Diagnostic result explanation report creation device, diagnostic result explanation report creation method and diagnostic result explanation report creation program
US20050251011A1 (en) Clinical trial image and data processing system
KR101177712B1 (en) Matching method for patient with customized medical service using network
US20160239616A1 (en) Medical support system, method and apparatus for medical care
JP2003167960A (en) Health control system
JP2003050869A (en) Medical treatment information providing system and medical treatment information providing method
JP2004344314A (en) Medical information management system and medical information management method
JP7024451B2 (en) Telemedicine terminal device and computer program
CN111367587A (en) Loading method of online registration interface
KR101919236B1 (en) Method and system to support smart nursing care
CN111190521A (en) Dynamic adjustment method and device for medical interface
US20210151197A1 (en) Storage medium, information processing apparatus, information processing system, and information processing method
US20080221931A1 (en) Method and system to enable following a medical procedure from a remote location
US20090070143A1 (en) Method and system for differential diagnosis neuro solution
JP2007058824A (en) Virtual pet hospital system
JP2020149131A (en) Medical information linkage device, computer program, and medical information linkage method
JP7199135B1 (en) program, method, information processing device, system
JP7390543B2 (en) Telemedicine support system

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
WW01 Invention patent application withdrawn after publication
WW01 Invention patent application withdrawn after publication

Application publication date: 20200703