Multi-channel medical service access method and device, electronic equipment and medium

By parsing user access requests and generating page content using preset scripts, the problem of customized development in multi-channel medical service access is solved, achieving efficient access management and reducing development workload.

CN116975476BActive Publication Date: 2026-02-24KANG JIAN INFORMATION TECH (SHENZHEN) CO LTD
View PDF 2 Cites 0 Cited by

Patent Information

Application Number
CN202310847807.8
Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Filing Date
2023-07-11
Publication Date
2026-02-24
Estimated Expiration
2043-07-11

AI Technical Summary

Technical Problem

Existing medical technology products require customized page designs to meet different business application scenarios and access channels, resulting in a large workload for development and maintenance and low business reusability.

Method used

By listening to user access requests and parsing them to obtain the target access address, redirection method, access channel identifier, and access service identifier, page content is generated using a pre-set medical service script, and the user is redirected to the target access page according to the redirection method, thus reducing customized development.

Benefits of technology

It improves the efficiency of accessing medical services through multiple channels, reduces development workload, and supports unified management of different access channels and services.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN116975476B_ABST
    Figure CN116975476B_ABST
Patent Text Reader

Abstract

The present application relates to the field of digital medical treatment, and discloses a multi-channel medical service access method, comprising: when an access request of a user to access a preset medical service system is detected, parsing the access request to obtain a target access address, a jump mode, an access channel identifier and an access service identifier; obtaining a preset medical service script corresponding to the access channel identifier and the access service identifier, and generating page content corresponding to the target access address by using the medical service script; and jumping to a target access page corresponding to the target access address according to the jump mode. The present application also provides a multi-channel medical service access device, an electronic device and a computer readable storage medium. The present application can improve the efficiency of multi-channel medical service access.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] This invention relates to the field of digital healthcare, and more particularly to a method, apparatus, electronic device, and computer-readable storage medium for accessing multi-channel healthcare services. Background Technology

[0002] To meet users' personalized business needs and facilitate their access to relevant services anytime, anywhere, medical technology products typically provide users with a wide variety of application services and support users to access the required medical service applications through various channels such as mini-programs, apps, official accounts, or plugins. These services include medical check-up appointments, health assessments, and appointment booking.

[0003] Currently, medical technology product systems typically require customized page designs for different business application scenarios and access channels. This leads to the need to review the entire customization process and repeat customization development when new requirements arise, resulting in low business reusability and a large workload for development and maintenance. Summary of the Invention

[0004] This invention provides a method, apparatus, electronic device, and computer-readable storage medium for accessing multi-channel medical services, the main purpose of which is to improve the efficiency of accessing multi-channel medical services.

[0005] To achieve the above objectives, the present invention provides a method for accessing medical services through multiple channels, comprising:

[0006] When a user initiates an access request to access a preset medical service system, the access request is parsed to obtain the target access address, redirection method, access channel identifier, and access service identifier.

[0007] Obtain the preset medical service script corresponding to the access channel identifier and access service identifier, and use the medical service script to generate the page content corresponding to the target access address;

[0008] Redirecting to the target access page corresponding to the target access address according to the redirection method.

[0009] Optionally, parsing the access request to obtain the target access address, redirection method, access channel identifier, and access service identifier includes:

[0010] According to the preset access request syntax, the origin parameter, target object parameter and jump method parameter are extracted from the access request;

[0011] The origin parameter is fuzzily matched with the channel tags in the preset channel tag set, and the matched channel tag is used as the access channel identifier of the access request.

[0012] Extract target semantic information and target address information from the target object parameters, and use the target address information as the target access address of the access request;

[0013] Calculate the probability value between the target semantic information and the preset access service identifier, and select the access service identifier with the largest probability value as the access service identifier of the access request;

[0014] Obtain the value of the redirection method parameter, and determine the redirection method corresponding to the access request based on the value of the access parameter.

[0015] Optionally, calculating the probability value between the target semantic information and the preset access service identifier includes:

[0016] Extract the business function features corresponding to the target semantic information;

[0017] The probability value between the service function feature and the preset access service identifier is calculated using a pre-trained activation function.

[0018] Optionally, when a user initiates an access request to a preset medical service system, the method further includes:

[0019] The system prompts the user whether they need to register or log in to the preset medical service system.

[0020] Based on the user's returned information, redirect to the corresponding registration page or login page, and store the user's registration or login information;

[0021] Ask the user whether they are a member of the preset medical service system;

[0022] Based on the user's feedback, the user is redirected to the corresponding member registration page or member benefits page, and the user's input information is stored.

[0023] Optionally, generating the page content corresponding to the target access address using the medical service script includes:

[0024] Obtain the full information module corresponding to the target access address;

[0025] Using the medical service script, information modules applicable to both the access channel identifier and the access service identifier are extracted to form the page content corresponding to the target access address.

[0026] To address the above problems, the present invention also provides a multi-channel medical service access device, the device comprising:

[0027] The access parsing module is used to listen for user access requests to a preset medical service system, and parse the access requests to obtain the target access address, redirection method, access channel identifier and access service identifier.

[0028] The target page generation module is used to obtain the preset medical service script corresponding to the access channel identifier and access service identifier, and use the medical service script to generate the page content corresponding to the target access address.

[0029] The target page redirection module is used to redirect to the target access page corresponding to the target access address according to the redirection method.

[0030] Optionally, the access resolution module parses the access request to obtain the target access address, redirection method, access channel identifier, and access service identifier using the following method:

[0031] According to the preset access request syntax, the origin parameter, target object parameter and jump method parameter are extracted from the access request;

[0032] The origin parameter is fuzzily matched with the channel tags in the preset channel tag set, and the matched channel tag is used as the access channel identifier of the access request.

[0033] Extract target semantic information and target address information from the target object parameters, and use the target address information as the target access address of the access request;

[0034] Calculate the probability value between the target semantic information and the preset access service identifier, and select the access service identifier with the largest probability value as the access service identifier of the access request;

[0035] Obtain the value of the redirection method parameter, and determine the redirection method corresponding to the access request based on the value of the access parameter.

[0036] Optionally, the target page generation module generates the page content corresponding to the target access address using the following method:

[0037] Obtain the full information module corresponding to the target access address;

[0038] Using the medical service script, information modules applicable to both the access channel identifier and the access service identifier are extracted to form the page content corresponding to the target access address.

[0039] To address the above problems, the present invention also provides an electronic device, the electronic device comprising:

[0040] Memory, storing at least one computer program; and

[0041] The processor executes the program stored in the memory to implement the multi-channel medical service access method described above.

[0042] To address the aforementioned problems, the present invention also provides a computer-readable storage medium storing at least one computer program, which is executed by a processor in an electronic device to implement the multi-channel medical service access method described above.

[0043] This invention utilizes a preset medical service script corresponding to the access channel identifier and access service identifier to generate page content corresponding to the target access address. In other words, the customization of the page content of the target access page is completed through the medical service script, and the access process does not require any customization, reducing the development workload of multi-channel medical service access. At the same time, by parsing the access request to obtain the redirection method, different redirection methods to the target access page are supported, thereby improving the efficiency of multi-channel medical service access. Attached Figure Description

[0044] Figure 1 This is a flowchart illustrating a multi-channel medical service access method according to an embodiment of the present invention.

[0045] Figure 2 A detailed implementation flowchart of one step of the multi-channel medical service access method provided in an embodiment of the present invention is shown below;

[0046] Figure 3 This is a functional block diagram of a multi-channel medical service access device provided in an embodiment of the present invention;

[0047] Figure 4 This is a schematic diagram of the structure of an electronic device for implementing the multi-channel medical service access method according to an embodiment of the present invention.

[0048] The realization of the objective, functional features and advantages of the present invention will be further explained in conjunction with the embodiments and with reference to the accompanying drawings. Detailed Implementation

[0049] It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.

[0050] This application provides a method for accessing multi-channel medical services. The executing entity of the multi-channel medical service access method includes, but is not limited to, at least one of electronic devices such as servers and terminals that can be configured to execute the method provided in this application. In other words, the multi-channel medical service access method can be executed by software or hardware installed on terminal devices or server devices, and the software can be a blockchain platform. The server can be an independent server or a cloud server that provides basic cloud computing services such as cloud services, cloud databases, cloud computing, cloud functions, cloud storage, network services, cloud communication, middleware services, domain name services, security services, content delivery networks (CDNs), and big data and artificial intelligence platforms.

[0051] Reference Figure 1 The diagram shown is a flowchart illustrating a multi-channel medical service access method according to an embodiment of the present invention. In this embodiment, the multi-channel medical service access method includes:

[0052] S1. When a user initiates an access request to access a preset medical service system, the access request is parsed to obtain the target access address, redirection method, access channel identifier, and access service identifier.

[0053] In this embodiment of the invention, the preset medical service system can be a platform providing medical service products, such as a sleep quality monitoring system, a medical appointment system, or a big health management system. The preset medical service system provides users with a wide variety of medical services to meet different medical service scenarios. Simultaneously, it supports users accessing the preset medical service system through channels such as official accounts, mini-programs, or plugins.

[0054] For details, please refer to Figure 2 As shown, parsing the access request to obtain the target access address, redirection method, access channel identifier, and access service identifier includes:

[0055] S11. According to the preset access request syntax, extract the origin parameter, target object parameter and jump method parameter from the access request;

[0056] S12. Perform fuzzy matching between the origin parameters and the channel tags in the preset channel tag set, and use the matched channel tags as the access channel identifier of the access request.

[0057] S13. Extract target semantic information and target address information from the target object parameters, and use the target address information as the target access address of the access request;

[0058] S14. Calculate the probability value between the target semantic information and the preset access service identifier, and select the access service identifier with the largest probability value as the access service identifier of the access request.

[0059] S15. Obtain the value of the jump method parameter, and determine the jump method corresponding to the access request based on the value of the access parameter.

[0060] In this embodiment of the invention, to improve the efficiency of unified access to multi-channel medical services, a unified access request syntax structure can be predefined according to actual business conditions, i.e., the preset access request syntax is obtained. The preset access request syntax defines the various components of the access request, the meaning of the parameters in each component, and other information.

[0061] For example, the preset channel tag set includes, but is not limited to, GZH, APP, PLUGIN, etc., where GZH represents a public account channel, APP represents an application channel, and PLUGIN represents a plugin channel. Correspondingly, the value of the origin parameter can be defined according to the preset access request syntax, for example, it can be XXXGZH, XXXminiapp, XXPLUGIN, etc. By performing fuzzy matching between the origin parameter and the preset channel tag set, the access channel identifier corresponding to the access request is obtained.

[0062] In another embodiment of the present invention, fixed values ​​can be pre-assigned to the access channels supported by the preset medical service system. For example, 1 represents a public account, 2 represents a mini program, 3 represents an application, and 4 represents a plugin. Then, the access channel identifier corresponding to the access request can be determined by judging the exact value of the origin parameter.

[0063] Specifically, calculating the probability value between the target semantic information and the preset access service identifier includes:

[0064] Extract the business function features corresponding to the target semantic information;

[0065] The probability value between the service function feature and the preset access service identifier is calculated using a pre-trained activation function.

[0066] In this embodiment of the invention, NLP (Natural Language Processing) technology can be used to convert the target semantic information into business function features. These business function features include, but are not limited to, keyword features and business attribute features corresponding to business functions, such as features like outpatient appointments and health checkups.

[0067] In this embodiment of the invention, the pre-trained activation function includes, but is not limited to, the softmax activation function, the sigmoid activation function, and the ReLU activation function.

[0068] In this embodiment of the invention, the preset access service identifier can be set according to the types of medical services provided by the preset medical service system, such as physical examination services, appointment services, health consultation services, etc.

[0069] In another optional embodiment of the present invention, when a user initiates the access request, the user's data can also be maintained through the following operations:

[0070] The system prompts the user whether they need to register or log in to the preset medical service system.

[0071] Based on the user's returned information, redirect to the corresponding registration page or login page, and store the user's registration or login information;

[0072] Ask the user whether they are a member of the preset medical service system;

[0073] Based on the user's feedback, the user is redirected to the corresponding member registration page or member benefits page, and the user's input information is stored.

[0074] In this embodiment of the invention, by maintaining the user data, the user information of the preset medical service system can be further improved and enriched, and then the user information can be used to develop and improve corresponding medical services.

[0075] It should be noted that users can choose not to register or log in, and will instead be directly redirected to the page corresponding to the target access address.

[0076] This invention starts from the user's access request and obtains the user's target access address, redirection method, access channel identifier, and access service identifier based on the access request. This facilitates unified management of user access from these dimensions, reducing the workload of customized development of the access process and improving access efficiency.

[0077] S2. Obtain the preset medical service script corresponding to the access channel identifier and access service identifier, and use the medical service script to generate the page content corresponding to the target access address;

[0078] In this embodiment of the invention, the preset medical service script refers to a script that can determine the specific medical service execution logic based on the combination of the access channel identifier and the access service identifier.

[0079] In this embodiment of the invention, the page content corresponding to the target access address varies depending on the combination of the access channel identifier and the access service identifier.

[0080] For example, the page corresponding to the target access address provides health consultation and medical services, which involves a follow function. For channels that are accessed through public accounts, a QR code can be provided for users to scan and follow. For channels that are accessed through plugins, a button can be provided for users to click and submit a follow request.

[0081] In this embodiment of the invention, a preset medical service script corresponding to the access channel identifier and access service identifier can be obtained through a pre-set mapping table of channels, services and service scripts.

[0082] Specifically, generating the page content corresponding to the target access address using the medical service script includes:

[0083] Obtain the full information module corresponding to the target access address;

[0084] Using the medical service script, information modules applicable to both the access channel identifier and the access service identifier are extracted to form the page content corresponding to the target access address.

[0085] In this embodiment of the invention, the medical service script can extract the scope of application of each information module and determine whether the scope of application of each information module covers the business requirements corresponding to the access channel identifier and the access service identifier.

[0086] This invention utilizes a preset medical service script corresponding to the access channel identifier and access service identifier to generate page content corresponding to the target access address. No customization is required in the access process, reducing the development workload for multi-channel medical service access.

[0087] S3. Redirect to the target access page corresponding to the target access address according to the redirection method.

[0088] In this embodiment of the invention, the redirection method refers to the routing method for accessing the target access page accessed by the access request, including but not limited to directly redirecting to the target access page through the URL information provided by the target access address, or redirecting to the target page according to preset judgment conditions, such as deciding whether to redirect to a member-exclusive target page based on the judgment condition of whether the user is a member.

[0089] In this embodiment of the invention, the user is redirected to the target access page corresponding to the target access address according to the redirection method. When the target access page is a native type page, the page will redirect back to the current page when the user returns after accessing the target access page. In this case, a switch to close the current page can be added in advance in the access request. When the user returns, the current page will be closed directly, which helps to improve the user experience.

[0090] This invention utilizes a preset medical service script corresponding to the access channel identifier and access service identifier to generate page content corresponding to the target access address. In other words, the customization of the page content of the target access page is completed through the medical service script, and the access process does not require any customization, reducing the development workload of multi-channel medical service access. At the same time, by parsing the access request to obtain the redirection method, different redirection methods to the target access page are supported, thereby improving the efficiency of multi-channel medical service access.

[0091] like Figure 3 The diagram shown is a functional block diagram of a multi-channel medical service access device provided in an embodiment of the present invention.

[0092] The multi-channel medical service access device 100 of this invention can be installed in an electronic device. Depending on the functions implemented, the multi-channel medical service access device 100 includes: an access parsing module 101, a target page generation module 102, and a target page redirection module 103. The module described in this invention can also be referred to as a unit, which refers to a series of computer program segments that can be executed by the processor of an electronic device and can perform a fixed function, and which are stored in the memory of the electronic device.

[0093] In this embodiment, the functions of each module / unit are as follows:

[0094] The access parsing module 101 is used to listen for when a user initiates an access request to access a preset medical service system, and parse the access request to obtain the target access address, redirection method, access channel identifier and access service identifier.

[0095] The target page generation module 102 is used to obtain the preset medical service script corresponding to the access channel identifier and access service identifier, and use the medical service script to generate the page content corresponding to the target access address.

[0096] The target page redirection module 103 is used to redirect to the target access page corresponding to the target access address according to the redirection method.

[0097] In detail, the specific implementation methods of each module of the multi-channel medical service access device 100 are as follows:

[0098] Step 1: When a user initiates an access request to access the preset medical service system, the access request is parsed to obtain the target access address, redirection method, access channel identifier, and access service identifier.

[0099] In this embodiment of the invention, the preset medical service system can be a platform providing medical service products, such as a sleep quality monitoring system, a medical appointment system, or a big health management system. The preset medical service system provides users with a wide variety of medical services to meet different medical service scenarios. Simultaneously, it supports users accessing the preset medical service system through channels such as official accounts, mini-programs, or plugins.

[0100] In detail, parsing the access request to obtain the target access address, redirection method, access channel identifier, and access service identifier includes:

[0101] According to the preset access request syntax, the origin parameter, target object parameter and jump method parameter are extracted from the access request;

[0102] The origin parameter is fuzzily matched with the channel tags in the preset channel tag set, and the matched channel tag is used as the access channel identifier of the access request.

[0103] Extract target semantic information and target address information from the target object parameters, and use the target address information as the target access address of the access request;

[0104] Calculate the probability value between the target semantic information and the preset access service identifier, and select the access service identifier with the largest probability value as the access service identifier of the access request;

[0105] Obtain the value of the redirection method parameter, and determine the redirection method corresponding to the access request based on the value of the access parameter.

[0106] In this embodiment of the invention, to improve the efficiency of unified access to multi-channel medical services, a unified access request syntax structure can be predefined according to actual business conditions, i.e., the preset access request syntax is obtained. The preset access request syntax defines the various components of the access request, the meaning of the parameters in each component, and other information.

[0107] For example, the preset channel tag set includes, but is not limited to, GZH, APP, PLUGIN, etc., where GZH represents a public account channel, APP represents an application channel, and PLUGIN represents a plugin channel. Correspondingly, the value of the origin parameter can be defined according to the preset access request syntax, for example, it can be XXXGZH, XXXminiapp, XXPLUGIN, etc. By performing fuzzy matching between the origin parameter and the preset channel tag set, the access channel identifier corresponding to the access request is obtained.

[0108] In another embodiment of the present invention, fixed values ​​can be pre-assigned to the access channels supported by the preset medical service system. For example, 1 represents a public account, 2 represents a mini program, 3 represents an application, and 4 represents a plugin. Then, the access channel identifier corresponding to the access request can be determined by judging the exact value of the origin parameter.

[0109] Specifically, calculating the probability value between the target semantic information and the preset access service identifier includes:

[0110] Extract the business function features corresponding to the target semantic information;

[0111] The probability value between the service function feature and the preset access service identifier is calculated using a pre-trained activation function.

[0112] In this embodiment of the invention, NLP (Natural Language Processing) technology can be used to convert the target semantic information into business function features. These business function features include, but are not limited to, keyword features and business attribute features corresponding to business functions, such as features like outpatient appointments and health checkups.

[0113] In this embodiment of the invention, the pre-trained activation function includes, but is not limited to, the softmax activation function, the sigmoid activation function, and the ReLU activation function.

[0114] In this embodiment of the invention, the preset access service identifier can be set according to the types of medical services provided by the preset medical service system, such as physical examination services, appointment services, health consultation services, etc.

[0115] In another optional embodiment of the present invention, when a user initiates the access request, the user's data can also be maintained through the following operations:

[0116] The system prompts the user whether they need to register or log in to the preset medical service system.

[0117] Based on the user's returned information, redirect to the corresponding registration page or login page, and store the user's registration or login information;

[0118] Ask the user whether they are a member of the preset medical service system;

[0119] Based on the user's feedback, the user is redirected to the corresponding member registration page or member benefits page, and the user's input information is stored.

[0120] In this embodiment of the invention, by maintaining the user data, the user information of the preset medical service system can be further improved and enriched, and then the user information can be used to develop and improve corresponding medical services.

[0121] It should be noted that users can choose not to register or log in, and will instead be directly redirected to the page corresponding to the target access address.

[0122] This invention starts from the user's access request and obtains the user's target access address, redirection method, access channel identifier, and access service identifier based on the access request. This facilitates unified management of user access from these dimensions, reducing the workload of customized development of the access process and improving access efficiency.

[0123] Step 2: Obtain the preset medical service script corresponding to the access channel identifier and access service identifier, and use the medical service script to generate the page content corresponding to the target access address;

[0124] In this embodiment of the invention, the preset medical service script refers to a script that can determine the specific medical service execution logic based on the combination of the access channel identifier and the access service identifier.

[0125] In this embodiment of the invention, the page content corresponding to the target access address varies depending on the combination of the access channel identifier and the access service identifier.

[0126] For example, the page corresponding to the target access address provides health consultation and medical services, which involves a follow function. For channels that are accessed through public accounts, a QR code can be provided for users to scan and follow. For channels that are accessed through plugins, a button can be provided for users to click and submit a follow request.

[0127] In this embodiment of the invention, a preset medical service script corresponding to the access channel identifier and access service identifier can be obtained through a pre-set mapping table of channels, services and service scripts.

[0128] Specifically, generating the page content corresponding to the target access address using the medical service script includes:

[0129] Obtain the full information module corresponding to the target access address;

[0130] Using the medical service script, information modules applicable to both the access channel identifier and the access service identifier are extracted to form the page content corresponding to the target access address.

[0131] In this embodiment of the invention, the medical service script can extract the scope of application of each information module and determine whether the scope of application of each information module covers the business requirements corresponding to the access channel identifier and the access service identifier.

[0132] This invention utilizes a preset medical service script corresponding to the access channel identifier and access service identifier to generate page content corresponding to the target access address. No customization is required in the access process, reducing the development workload for multi-channel medical service access.

[0133] Step 3: Redirect to the target access page corresponding to the target access address according to the redirection method.

[0134] In this embodiment of the invention, the redirection method refers to the routing method for accessing the target access page accessed by the access request, including but not limited to directly redirecting to the target access page through the URL information provided by the target access address, or redirecting to the target page according to preset judgment conditions, such as deciding whether to redirect to a member-exclusive target page based on the judgment condition of whether the user is a member.

[0135] In this embodiment of the invention, the user is redirected to the target access page corresponding to the target access address according to the redirection method. When the target access page is a native type page, the page will redirect back to the current page when the user returns after accessing the target access page. In this case, a switch to close the current page can be added in advance in the access request. When the user returns, the current page will be closed directly, which helps to improve the user experience.

[0136] This invention utilizes a preset medical service script corresponding to the access channel identifier and access service identifier to generate page content corresponding to the target access address. In other words, the customization of the page content of the target access page is completed through the medical service script, and the access process does not require any customization, reducing the development workload of multi-channel medical service access. At the same time, by parsing the access request to obtain the redirection method, different redirection methods to the target access page are supported. Therefore, the multi-channel medical service access device provided by this invention can improve the efficiency of multi-channel medical service access.

[0137] like Figure 4 The diagram shown is a structural schematic of an electronic device for implementing a multi-channel medical service access method according to an embodiment of the present invention.

[0138] The electronic device 1 may include a processor 10, a memory 11 and a bus, and may also include a computer program stored in the memory 11 and executable on the processor 10, such as multi-channel medical service access.

[0139] The memory 11 includes at least one type of readable storage medium, such as flash memory, portable hard drive, multimedia card, card-type memory (e.g., SD or DX memory), magnetic memory, magnetic disk, optical disk, etc. In some embodiments, the memory 11 can be an internal storage unit of the electronic device 1, such as a portable hard drive. In other embodiments, the memory 11 can be an external storage device of the electronic device 1, such as a plug-in portable hard drive, smart media card (SMC), secure digital card (SD), flash card, etc., equipped on the electronic device 1. Furthermore, the memory 11 can include both internal and external storage units of the electronic device 1. The memory 11 can be used not only to store application software and various types of data installed on the electronic device 1, such as code for multi-channel medical service access, but also to temporarily store data that has been output or will be output.

[0140] In some embodiments, the processor 10 may be composed of integrated circuits, such as a single packaged integrated circuit or multiple integrated circuits with the same or different functions, including combinations of one or more central processing units (CPUs), microprocessors, digital processing chips, graphics processors, and various control chips. The processor 10 is the control unit of the electronic device, connecting various components of the entire electronic device through various interfaces and lines. It executes programs or modules stored in the memory 11 (e.g., multi-channel medical service access) and calls data stored in the memory 11 to perform various functions of the electronic device 1 and process data.

[0141] The bus can be a Peripheral Component Interconnect (PCI) bus or an Extended Industry Standard Architecture (EISA) bus, etc. This bus can be divided into an address bus, a data bus, a control bus, etc. The bus is configured to enable communication between the memory 11 and at least one processor 10, etc.

[0142] Figure 4 Only electronic devices with components are shown; it will be understood by those skilled in the art that... Figure 4 The structure shown does not constitute a limitation on the electronic device 1, and may include fewer or more components than shown, or combine certain components, or have different component arrangements.

[0143] For example, although not shown, the electronic device 1 may also include a power supply (such as a battery) to power various components. Preferably, the power supply can be logically connected to the at least one processor 10 through a power management device, thereby enabling functions such as charging management, discharging management, and power consumption management. The power supply may also include one or more DC or AC power supplies, recharging devices, power fault detection circuits, power converters or inverters, power status indicators, and other arbitrary components. The electronic device 1 may also include various sensors, Bluetooth modules, Wi-Fi modules, etc., which will not be described in detail here.

[0144] Furthermore, the electronic device 1 may also include a network interface. Optionally, the network interface may include a wired interface and / or a wireless interface (such as a Wi-Fi interface, a Bluetooth interface, etc.), which is typically used to establish communication connections between the electronic device 1 and other electronic devices.

[0145] Optionally, the electronic device 1 may further include a user interface, which may be a display, an input unit (such as a keyboard), or a standard wired or wireless interface. Optionally, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, or an OLED (Organic Light-Emitting Diode) touchscreen. The display may also be appropriately referred to as a screen or display unit, used to display information processed in the electronic device 1 and to display a visual user interface.

[0146] It should be understood that the embodiments described are for illustrative purposes only and are not limited to this structure in the scope of the patent application.

[0147] The multi-channel medical service access stored in the memory 11 of the electronic device 1 is a combination of multiple instructions, which, when run in the processor 10, can achieve the following:

[0148] When a user initiates an access request to access a preset medical service system, the access request is parsed to obtain the target access address, redirection method, access channel identifier, and access service identifier.

[0149] Obtain the preset medical service script corresponding to the access channel identifier and access service identifier, and use the medical service script to generate the page content corresponding to the target access address;

[0150] Redirecting to the target access page corresponding to the target access address according to the redirection method.

[0151] Furthermore, if the modules / units integrated in the electronic device 1 are implemented as software functional units and sold or used as independent products, they can be stored in a computer-readable storage medium. The computer-readable storage medium can be volatile or non-volatile. For example, the computer-readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a USB flash drive, a portable hard drive, a magnetic disk, an optical disk, a computer memory, or a read-only memory (ROM).

[0152] The present invention also provides a computer-readable storage medium storing a computer program, which, when executed by a processor of an electronic device, can perform the following:

[0153] When a user initiates an access request to access a preset medical service system, the access request is parsed to obtain the target access address, redirection method, access channel identifier, and access service identifier.

[0154] Obtain the preset medical service script corresponding to the access channel identifier and access service identifier, and use the medical service script to generate the page content corresponding to the target access address;

[0155] Redirecting to the target access page corresponding to the target access address according to the redirection method.

[0156] Furthermore, the functional modules in the various embodiments of the present invention can be integrated into one processing unit, or each unit can exist physically separately, or two or more units can be integrated into one unit. The integrated unit can be implemented in hardware or in the form of hardware plus software functional modules.

[0157] It will be apparent to those skilled in the art that the present invention is not limited to the details of the exemplary embodiments described above, and that the present invention can be implemented in other specific forms without departing from the spirit or essential characteristics of the present invention.

[0158] Therefore, the embodiments should be considered exemplary and non-limiting in all respects, and the scope of the invention is defined by the appended claims rather than the foregoing description. Thus, all variations falling within the meaning and scope of equivalents of the claims are intended to be embraced within the invention. No appended diagram markings in the claims should be construed as limiting the scope of the claims.

[0159] The blockchain referred to in this invention is a novel application model of computer technologies such as distributed data storage, peer-to-peer transmission, consensus mechanisms, and encryption algorithms. Essentially, a blockchain is a decentralized database, a chain of data blocks linked together using cryptographic methods. Each data block contains information about a batch of network transactions, used to verify the validity of the information (anti-counterfeiting) and generate the next block. A blockchain can include an underlying blockchain platform, a platform product service layer, and an application service layer.

[0160] The embodiments of this application can acquire and process relevant data based on holographic projection technology. Artificial Intelligence (AI) is the theory, method, technology, and application system that uses digital computers or machines controlled by digital computers to simulate, extend, and expand human intelligence, perceive the environment, acquire knowledge, and use that knowledge to obtain optimal results.

[0161] Furthermore, it is clear that the word "comprising" does not exclude other units or steps, and the singular does not exclude the plural. Multiple units or devices recited in a system claim may also be implemented by a single unit or device through software or hardware. The term "second class" is used to indicate names and does not indicate any specific order.

[0162] Finally, it should be noted that the above embodiments are only used to illustrate the technical solutions of the present invention and are not intended to limit it. Although the present invention has been described in detail with reference to preferred embodiments, those skilled in the art should understand that modifications or equivalent substitutions can be made to the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims

1. A method for accessing multi-channel medical services, characterized in that, The method includes: When a user initiates an access request to a preset medical service system, the system parses the access request to obtain the target access address, redirection method, access channel identifier, and access service identifier. This includes: extracting origin parameters, target object parameters, and redirection method parameters from the access request according to a preset access request syntax; performing fuzzy matching between the origin parameters and channel tags in a preset channel tag set; using the matched channel tag as the access channel identifier of the access request; extracting target semantic information and target address information from the target object parameters; using the target address information as the target access address of the access request; calculating the probability value between the target semantic information and the preset access service identifier; selecting the access service identifier with the highest probability value as the access service identifier of the access request; obtaining the value of the redirection method parameter; and determining the redirection method corresponding to the access request based on the value of the access parameter. According to the pre-set mapping table of channels, services and service scripts, the preset medical service script corresponding to the access channel identifier and access service identifier is obtained. Using the medical service script, information modules that are applicable to both the access channel identifier and access service identifier are extracted to form the page content corresponding to the target access address. Redirecting to the target access page corresponding to the target access address according to the redirection method.

2. The multi-channel medical service access method as described in claim 1, characterized in that, The calculation of the probability value between the target semantic information and the preset access service identifier includes: Extract the business function features corresponding to the target semantic information; The probability value between the service function feature and the preset access service identifier is calculated using a pre-trained activation function.

3. The multi-channel medical service access method as described in claim 1, characterized in that, When a user initiates an access request to a preset medical service system, the method further includes: The system prompts the user whether they need to register or log in to the preset medical service system. Based on the user's returned information, redirect to the corresponding registration page or login page, and store the user's registration or login information; Ask the user whether they are a member of the preset medical service system; Based on the user's feedback, the user is redirected to the corresponding member registration page or member benefits page, and the user's input information is stored.

4. A multi-channel medical service access device, characterized in that, The device includes: The access parsing module is used to listen for user requests to access a preset medical service system, and parse the access request to obtain the target access address, redirection method, access channel identifier, and access service identifier. This includes: extracting origin parameters, target object parameters, and redirection method parameters from the access request according to a preset access request syntax; performing fuzzy matching of the origin parameters with channel tags in a preset channel tag set, and using the matched channel tag as the access channel identifier of the access request; extracting target semantic information and target address information from the target object parameters, and using the target address information as the target access address of the access request; calculating the probability value between the target semantic information and the preset access service identifier, and selecting the access service identifier with the highest probability value as the access service identifier of the access request; obtaining the value of the redirection method parameter; and determining the redirection method corresponding to the access request based on the value of the access parameter. The target page generation module is used to obtain the preset medical service script corresponding to the access channel identifier and access service identifier according to the preset mapping relationship table of channels, services and service scripts, and use the medical service script to extract information modules that are applicable to both the access channel identifier and access service identifier to form the page content corresponding to the target access address. The target page redirection module is used to redirect to the target access page corresponding to the target access address according to the redirection method.

5. An electronic device, characterized in that, The electronic device includes: At least one processor; and, A memory communicatively connected to the at least one processor; wherein, The memory stores a computer program that can be executed by the at least one processor, the computer program being executed by the at least one processor to enable the at least one processor to perform the multi-channel healthcare service access method as described in any one of claims 1 to 3.

6. A computer-readable storage medium storing a computer program, characterized in that, When the computer program is executed by the processor, it implements the multi-channel medical service access method as described in any one of claims 1 to 3.

Citation Information

Patent Citations

  • Medical service page access method and device, storage medium and computer equipment

    CN115550239A

  • Jumping method and device for quickly accessing medical service, equipment and medium

    CN116383527A