WO2024000858A1 - Data processing method and apparatus for inquiry system, and electronic device - Google Patents

Data processing method and apparatus for inquiry system, and electronic device Download PDF

Info

Publication number
WO2024000858A1
WO2024000858A1 PCT/CN2022/121219 CN2022121219W WO2024000858A1 WO 2024000858 A1 WO2024000858 A1 WO 2024000858A1 CN 2022121219 W CN2022121219 W CN 2022121219W WO 2024000858 A1 WO2024000858 A1 WO 2024000858A1
Authority
WO
WIPO (PCT)
Prior art keywords
drug
current target
information
attribute information
cache space
Prior art date
Application number
PCT/CN2022/121219
Other languages
French (fr)
Chinese (zh)
Inventor
高歌
Original Assignee
康键信息技术(深圳)有限公司
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 康键信息技术(深圳)有限公司 filed Critical 康键信息技术(深圳)有限公司
Publication of WO2024000858A1 publication Critical patent/WO2024000858A1/en

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
    • G16H80/00ICT specially adapted for facilitating communication between medical practitioners or patients, e.g. for collaborative diagnosis, therapy or health monitoring
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • 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
    • G16H20/00ICT specially adapted for therapies or health-improving plans, e.g. for handling prescriptions, for steering therapy or for monitoring patient compliance
    • G16H20/10ICT specially adapted for therapies or health-improving plans, e.g. for handling prescriptions, for steering therapy or for monitoring patient compliance relating to drugs or medications, e.g. for ensuring correct administration to patients
    • 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
    • G16H50/00ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics
    • G16H50/20ICT specially adapted for medical diagnosis, medical simulation or medical data mining; ICT specially adapted for detecting, monitoring or modelling epidemics or pandemics for computer-aided diagnosis, e.g. based on medical expert systems

Definitions

  • This application relates to the technical field of medical information technology in digital medicine. Specifically, it relates to a data processing method, device and electronic equipment for a consultation system.
  • this consultation method the doctor's diagnostic questions can be submitted and answered through the consultation page.
  • it is difficult to prescribe it is necessary to continuously search the drug information of the same drug from the database, which is not only time-consuming but also has low query efficiency and affects the user experience.
  • Embodiments of the present application provide a data processing method, device and electronic equipment for a consultation system, to at least solve the technical problem in related technologies that the efficiency of consultation and prescription of drug information is low, which affects the user experience.
  • a data processing method for a consultation system including: receiving a consultation form sent by a client; wherein the consultation form includes prescription information and consultation person information. ; Obtain corresponding drug order information according to the prescription information, and the drug order information includes a drug set of one or more target drugs; if the drug cache space stores drug attribute information of the current target drug, obtain the drug order information from the drug cache space Read the drug attribute information of the current target drug; wherein the drug cache space is stored on a distributed storage node, and the distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm; If not, read the drug attribute information of the current target drug from the drug information database; return the drug attribute information of the current target drug to the client.
  • a data processing device of a medical consultation system including: a receiving unit configured to receive a medical consultation form sent by a client; wherein the medical consultation form includes: Prescription information and interviewer information; a first acquisition unit, used to obtain corresponding drug order information according to the prescription information, where the drug order information includes a drug set of one or more target drugs; a first reading unit, If the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein the drug cache space is stored on a distributed storage node, The distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm; the second reading unit is used to read the drug attribute information of the current target drug from the drug information database if not; A return unit, configured to return drug attribute information of the current target drug to the client.
  • an electronic device including a memory and a processor.
  • a computer program is stored in the memory, and the processor is configured to perform the following steps through the computer program:
  • the drug order information includes a drug set of one or more target drugs
  • the drug cache space stores drug attribute information of the current target drug
  • a computer-readable storage medium stores a computer program, wherein the computer program is configured to perform the following steps when running:
  • the drug order information includes a drug set of one or more target drugs
  • the drug cache space stores drug attribute information of the current target drug
  • a medical consultation form sent by a client is received; wherein the medical consultation form includes prescription information and consultation person information; the corresponding drug order information is obtained according to the prescription information, so
  • the drug order information includes a drug set of one or more target drugs; if the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein , the drug cache space is stored on a distributed storage node, and the distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm; if not, read the current target from the drug information database Drug attribute information of the drug; a method of returning the drug attribute information of the current target drug to the client.
  • the acquired drug information is stored in the drug cache composed of distributed storage nodes, when the drug information is obtained again, Querying the same drug information does not require obtaining drug data from the drug database, which improves the efficiency of drug query and improves the user experience, thereby solving the technical problem in related technologies that the efficiency of querying drug information for diagnosis and prescribing is low and affects the user experience.
  • Figure 1 is a schematic diagram of the application environment of an optional data processing method for a consultation system according to an embodiment of the present application
  • Figure 2 is a schematic diagram of the application environment of another optional data processing method for a consultation system according to an embodiment of the present application;
  • Figure 3 is a schematic flowchart of an optional data processing method of the consultation system according to an embodiment of the present application
  • Figure 4 is a schematic flowchart of another optional data processing method of the consultation system according to an embodiment of the present application.
  • Figure 5 is a class function diagram of the decorator pattern of an optional data processing method of a consultation system according to an embodiment of the present application
  • Figure 6 is a schematic structural diagram of an optional data processing device according to an embodiment of the present application.
  • Figure 7 is a schematic structural diagram of an optional electronic device according to an embodiment of the present application.
  • a data processing method for a consultation system is provided.
  • the data processing method for the above consultation system can be, but is not limited to, applied in the following figure:
  • the application environment includes: a terminal device 102 for human-computer interaction with the user, a network 104, and a server 106. Human-computer interaction can be performed between the user 108 and the terminal device 102, and the terminal device 102 runs a data processing application program of the consultation system.
  • the above-mentioned terminal device 102 includes a human-computer interaction screen 1022, a processor 1024 and a memory 1026.
  • the human-computer interaction screen 1022 is used to display medical treatment information and prescription information; the processor 1024 is used to obtain form data of the medical consultation form.
  • the memory 1026 is used to store the above-mentioned medical treatment information, prescription information and form data of the medical consultation form.
  • the server 106 includes a database 1062 and a processing engine 1064.
  • the database 1062 is used to store form data of medical treatment information, prescription information and consultation forms.
  • the processing engine 1064 is used to receive a medical consultation form sent by the client; wherein the medical consultation form includes prescription information and patient information; and obtain corresponding drug order information based on the prescription information.
  • the drug order information A drug collection including one or more target drugs; if the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein, the drug The cache space is stored on a distributed storage node, which is a storage node mapped to a preset hash ring through a hash algorithm; if not, read the drug attributes of the current target drug from the drug information database Information; return the drug attribute information of the current target drug to the client of the above-mentioned terminal device 102.
  • the data processing method of the above-mentioned consultation system of the present application can be applied to the application environment shown in Figure 2.
  • human-computer interaction can be performed between user 202 and user device 204.
  • the user equipment 204 includes a memory 206 and a processor 208.
  • the user equipment 204 may, but is not limited to, refer to the operation performed by the terminal equipment 102 to obtain the drug attribute information of the current target drug.
  • the above-mentioned terminal equipment 102 and user equipment 204 include but are not limited to terminals such as mobile phones, set-top boxes, televisions, tablets, laptops, PCs, vehicle-mounted electronic devices, wearable devices, etc.
  • the above-mentioned network 104 may include but is not limited to Wireless or wired network.
  • the wireless network includes: WIFI and other networks that implement wireless communication.
  • the above-mentioned wired network may include but is not limited to: wide area network, metropolitan area network, and local area network.
  • the above-mentioned server 106 may include, but is not limited to, any hardware device that can perform calculations.
  • the above-mentioned server can be a single server, a server cluster composed of multiple servers, or a cloud server. The above is only an example, and there is no limitation on this in this embodiment.
  • this embodiment of the present application provides a data processing method for a consultation system, including the following steps:
  • S302 Receive a medical consultation form sent by the client; wherein the medical consultation form includes prescription information and patient information.
  • the consultation user can fill in medical records or related symptoms in the client of the consultation system. After the doctor diagnoses, the prescription information is sent to the consultation user's client for display.
  • S304 Obtain corresponding drug order information according to the prescription information, where the drug order information includes one or more drug sets of target drugs.
  • the server obtains the prescription information in the consultation form, it obtains the drug order information corresponding to the prescription, and further obtains the attributes of the drug from the database or drug cache space, that is, including price, function, contraindications and other information, and sends it to the user client.
  • the drug cache space stores drug attribute information of the current target drug
  • the distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm.
  • the cache space of medicines includes but is not limited to storage space based on the memory of multiple distributed storage nodes.
  • the NoSQL type distributed storage system tair is used as a cache space for medicines.
  • the tair system is a data storage system based on Key/Value structure.
  • multiple storage nodes servers
  • multiple storage nodes use a consistent hash algorithm to perform hash calculations based on the key in the key-value pair, and map the results to the preset hash ring, which means that the medicine cache space passes
  • Multiple storage nodes store drug or device attribute information.
  • the storage data of the first server in the clockwise direction of the hash ring can be used as target data. It can not only improve the efficiency of drug query, but also ensure the security of data when other storage nodes among multiple storage nodes fail.
  • the drug attribute information of the current target drug when the drug attribute information of the current target drug is not stored in the drug cache space, the drug attribute information of the current target drug needs to be obtained from the drug database.
  • the drug attribute information of the current target drug is returned to the client of the inquiring user, it is convenient for the user to view the drug information and place an order based on the drug information.
  • a medical consultation form sent by a client is received; wherein the medical consultation form includes prescription information and consultation person information; the corresponding drug order information is obtained according to the prescription information, so
  • the drug order information includes a drug set of one or more target drugs; if the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein , the drug cache space is stored on a distributed storage node, and the distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm; if not, read the current target from the drug information database Drug attribute information of the drug; a method of returning the drug attribute information of the current target drug to the client.
  • the acquired drug information is stored in the drug cache composed of distributed storage nodes, when the drug information is obtained again, Querying the same drug information does not require obtaining drug data from the drug database, which improves the efficiency of drug query and improves the user experience, thereby solving the technical problem in related technologies that the efficiency of querying drug information for diagnosis and prescribing is low and affects the user experience.
  • the method after obtaining the corresponding drug order information according to the prescription information, the method includes:
  • the SKUID of the current target drug query whether the drug attribute information of the current target drug is stored in the drug cache space.
  • the attribute information of the drug can be obtained more flexibly and accurately.
  • the data processing method of the consultation system further includes:
  • the key value in the key-value pair includes the consultation form and the current target.
  • the SKUID of the current target drug can be encrypted.
  • the encryption method here is through a symmetric encryption algorithm (DES, 3DES, AES), or through a non- Encrypt the SKUID of the above target drug using a symmetric algorithm (RSA, DSA) or a hash algorithm (SHA-1, MD5) to obtain the encrypted SKUID.
  • DES symmetric encryption algorithm
  • RSA symmetric algorithm
  • DSA symmetric algorithm
  • SHA-1, MD5 hash algorithm
  • the above-mentioned SKUID may be salted first and then encrypted.
  • querying whether to store drug attribute information of the current target drug from the drug cache space according to the key corresponding to the current target drug includes:
  • the server obtains the information of the current drug, it finds the key corresponding to the current target drug, decrypts it, obtains the SKUID of the current target drug, and then queries the drug cache space according to the SKUID. Store drug attribute information of the current target drug.
  • the data processing method of the consultation system further includes:
  • the drug attribute information of the current target drug read from the drug information database is stored in the drug cache space.
  • the drug attribute information of the current target drug if the drug attribute information of the current target drug does not exist in the drug cache space, it means that the current drug is queried for the first time. At this time, the drug attribute information of the current target drug needs to be read from the drug information database. , and then store it in the drug cache space, so that the current drug can be retrieved directly from the drug cache space after being queried again, thereby improving the system query efficiency.
  • the data processing method of the consultation system further includes:
  • the consultation system does not support dynamic switching of form questions and cannot adapt to various types of people. It requires users to frequently switch patients and reload the form page, which affects the performance of the form consultation. Therefore, the embodiment of the present application adopts a structural model. , that is, the decorator pattern supports the dynamic addition and deletion of form questions and answers.
  • the decorator pattern allows adding new functions to an existing object without changing its structure and reducing direct coupling of classes.
  • the implementation method first establishes an abstract form interface. Specifically, there are form subclass implementations to generate abstract decoration classes. Users can assemble the decoration classes according to their needs when decorating the form to generate different form templates.
  • abstract decoration classes are used to associate multiple form subcategories, such as contraindications, allergies, liver and kidney function, and breastfeeding issues, according to the person attributes in the consultation person information; for example, the current consultation user
  • the pre-created form creation function is called to obtain the target consultation category attributes that match the personnel attributes, that is, the corresponding breastfeeding questions are added to the display form of the client of the consultation user. Therefore, it can be dynamically and flexibly applied to different application scenarios and improve user experience.
  • encrypting the SKUID of the current target drug includes: encrypting the SKUID of the current target drug based on MD5 encryption.
  • the above data processing method of the consultation system also includes the following steps:
  • step S404 Determine whether the cache contains a value corresponding to the SKUID based on the drug SKUID. If yes, go to step S406. If not, go to step S412.
  • MD5 encryption is a hash function widely used in the field of computer security. MD5 can encrypt any long string to obtain Fixed length encrypted string. The encryption result is used as the key, and the form question and answer information is stored in the cache as the value. If the same product is used for consultation next time, the form information can be obtained directly from the cache without calling the interface query, which can greatly improve the access query performance and improve the interface. Response speed improves user experience.
  • the embodiments of this application are applied to online O2O drug purchase projects and CSO projects. Through the technical solutions of the embodiments of this application, form performance and form flexibility can be greatly improved, thereby improving consultation efficiency and user experience.
  • a data processing device of a consultation system for implementing the above data processing method of the consultation system is also provided.
  • the device includes:
  • the receiving unit 602 is configured to receive a medical consultation form sent by the client; wherein the medical consultation form includes prescription information and patient information;
  • the first acquisition unit 604 is configured to acquire corresponding drug order information according to the prescription information, where the drug order information includes one or more drug sets of target drugs;
  • the first reading unit 606 is configured to read the drug attribute information of the current target drug from the drug cache space if the drug cache space stores the drug attribute information of the current target drug; wherein the drug cache space stores the drug attribute information of the current target drug.
  • the distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm;
  • the second reading unit 608 is used to read the drug attribute information of the current target drug from the drug information database
  • the return unit 610 is used to return the drug attribute information of the current target drug to the client.
  • the consultation form sent by the client is received; wherein the consultation form includes prescription information and consultation person information; the corresponding drug order information is obtained according to the prescription information, so
  • the drug order information includes a drug set of one or more target drugs; if the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein , the drug cache space is stored on a distributed storage node, and the distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm; if not, read the current target from the drug information database Drug attribute information of the drug; a method of returning the drug attribute information of the current target drug to the client.
  • the acquired drug information is stored in the drug cache composed of distributed storage nodes, when the drug information is obtained again, Querying the same drug information does not require obtaining drug data from the drug database, which improves the efficiency of drug query and improves the user experience, thereby solving the technical problem in related technologies that the efficiency of querying drug information for diagnosis and prescribing is low and affects the user experience.
  • the data processing device of the consultation system further includes:
  • the second acquisition unit is used to acquire the unique identifier SKUID of each target drug in the drug collection
  • the first query unit is configured to query whether the drug attribute information of the current target drug is stored in the drug cache space according to the SKUID of the current target drug.
  • the data processing device of the consultation system further includes:
  • An encryption unit configured to encrypt the SKUID of the current target drug, and use the encryption result as a key in a key-value pair with the current target drug.
  • the key in the key-value pair includes the medical consultation form. and drug attribute information of the current target drug;
  • the second query unit is configured to query whether the drug attribute information of the current target drug is stored in the drug cache space according to the key corresponding to the current target drug.
  • the second query unit includes:
  • a decryption module used to decrypt the key corresponding to the current target drug to obtain the SKUID of the current target drug
  • a query module configured to query the drug cache space according to the SKUID whether to store the drug attribute information of the current target drug.
  • the data processing device of the consultation system further includes:
  • a storage unit configured to store the drug attribute information of the current target drug read from the drug information database into the drug cache space.
  • the data processing device of the consultation system further includes:
  • the encapsulation unit is used to encapsulate multiple consultation category attributes based on the decorator pattern to obtain the form creation function;
  • a calling unit configured to call a pre-created form creation function according to the person attributes in the interviewer information to obtain the target consultation category attributes that match the person attributes;
  • the encryption unit includes:
  • An encryption module configured to encrypt the SKUID of the current target drug based on the MD5 encryption method.
  • an electronic device for implementing the data processing method of the above-mentioned consultation system is also provided.
  • the electronic device may be a terminal device or a server shown in Figure 1 .
  • This embodiment takes the electronic device as a server as an example for description.
  • the electronic device includes a memory 702 and a processor 704.
  • the memory 702 stores a computer program.
  • the processor 704 is configured to execute the steps in any of the above method embodiments through the computer program.
  • the above-mentioned electronic device may be located in at least one network device among multiple network devices of the computer network.
  • the above-mentioned processor may be configured to perform the following steps through a computer program:
  • the drug cache space stores the drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein the drug cache space is stored on a distributed storage node,
  • the distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm;
  • the structure shown in Figure 7 is only illustrative, and the electronic device may also be a smart phone (such as an Android phone, iOS phone, etc.), a tablet computer, a handheld computer, and a mobile Internet device. (Mobile Internet Devices, MID), PAD and other terminal equipment.
  • FIG. 7 does not limit the structure of the above-mentioned electronic device.
  • the electronic device may also include more or fewer components (such as network interfaces, etc.) than those shown in FIG. 7 , or have a different configuration than that shown in FIG. 7 .
  • the memory 702 can be used to store software programs and modules, such as the program instructions/modules corresponding to the data processing method and device of the consultation system in the embodiment of the present application.
  • the processor 704 runs the software programs and modules stored in the memory 702 , thereby executing various functional applications and data processing, that is, realizing the above-mentioned data processing method of the consultation system.
  • Memory 702 may include high-speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory.
  • the memory 702 may further include memory located remotely relative to the processor 704, and these remote memories may be connected to the terminal through a network.
  • the memory 702 may be, but is not limited to, used to store attribute information of medicines.
  • the memory 702 may include, but is not limited to, the receiving unit 602 , the first obtaining unit 604 , the first reading unit 606 , the second reading unit 608 and the like in the data processing device. Return to unit 610. In addition, it may also include but is not limited to other module units in the above-mentioned data processing device, which will not be described again in this example.
  • the above-mentioned transmission device 706 is used to receive or send data via a network.
  • Specific examples of the above-mentioned network may include wired networks and wireless networks.
  • the transmission device 706 includes a network adapter (Network Interface Controller, NIC), which can be connected to other network devices and routers through network cables to communicate with the Internet or a local area network.
  • the transmission device 706 is a radio frequency (Radio Frequency, RF) module, which is used to communicate with the Internet wirelessly.
  • RF Radio Frequency
  • the above-mentioned electronic device also includes: a display 708 for displaying the attribute information of the medicine; and a connection bus 710 for connecting various module components in the above-mentioned electronic device.
  • the above-mentioned terminal device or server may be a node in a distributed system, wherein the distributed system may be a blockchain system, and the blockchain system may be composed of multiple nodes communicating through a network.
  • a distributed system formed by formal connections.
  • nodes can form a point-to-point (P2P, Peer To Peer) network, and any form of computing equipment, such as servers, terminals and other electronic equipment, can become a node in the blockchain system by joining the point-to-point network.
  • P2P point-to-point
  • computing equipment such as servers, terminals and other electronic equipment
  • the present application also provides a computer program product or computer program, which includes computer instructions stored in a computer-readable storage medium.
  • the processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions, so that the computer device executes the data processing method of the above-mentioned consultation system.
  • the computer program is configured to execute the steps in any of the above method embodiments when running.
  • the above-mentioned computer-readable storage medium may be configured to store a computer program for performing the following steps:
  • the drug cache space stores the drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein the drug cache space is stored on a distributed storage node,
  • the distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm;
  • the media can be non-volatile or volatile.
  • Storage media can include: flash disk, read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory) , RAM), disk or CD, etc.
  • the integrated units in the above embodiments are implemented in the form of software functional units and sold or used as independent products, they can be stored in the above computer-readable storage medium.
  • the technical solution of the present application is essentially or contributes to the existing technology, or all or part of the technical solution can be embodied in the form of a software product, and the computer software product is stored in a storage medium, It includes several instructions to cause one or more computer devices (which can be personal computers, servers, network devices, etc.) to execute all or part of the steps of the methods of various embodiments of the present application.
  • the disclosed client can be implemented in other ways.
  • the device embodiments described above are only illustrative.
  • the division of units is only a logical function division.
  • multiple units or components may be combined or integrated into Another system, or some features can be ignored, or not implemented.
  • the coupling or direct coupling or communication connection between each other shown or discussed may be through some interfaces, and the indirect coupling or communication connection of the units or modules may be in electrical or other forms.
  • a unit described as a separate component may or may not be physically separate.
  • a component shown as a unit may or may not be a physical unit, that is, it may be located in one place, or it may be distributed to multiple network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of this embodiment.
  • each functional unit in each embodiment of the present application can be integrated into one processing unit, each unit can exist physically alone, or two or more units can be integrated into one unit.
  • the above integrated units can be implemented in the form of hardware or software functional units.

Abstract

A data processing method and apparatus for an inquiry system, and an electronic device. The method comprises: receiving an inquiry consultation form sent by a client, the inquiry consultation form comprising prescription information and inquirer information (S302); acquiring corresponding drug order information according to the prescription information, the drug order information comprising a drug set of one or more target drugs (S304); if a drug cache space stores drug attribute information of the current target drug, reading the drug attribute information of the current target drug from the drug cache space, wherein the drug cache space is stored on distributed storage nodes, and the distributed storage nodes are storage nodes mapped to a preset Hash ring by means of a Hash algorithm (S306); if not, reading the drug attribute information of the current target drug from a drug information database (S308); and returning the drug attribute information of the current target drug to the client (S310). The method solves the technical problem in the prior art that the efficiency of inquiry, prescription and drug information query is low, thereby affecting user experience.

Description

问诊系统的数据处理方法、装置及电子设备Data processing method, device and electronic equipment of consultation system
优先权信息priority information
本申请要求于2022年06月27日提交中国专利局、申请号为202210737146.9,发明名称为“问诊系统的数据处理方法、装置及电子设备”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims priority to the Chinese patent application submitted to the China Patent Office on June 27, 2022, with application number 202210737146.9, and the invention name is "Data processing method, device and electronic equipment for consultation system", the entire content of which is incorporated by reference incorporated in this application.
技术领域Technical field
本申请涉及数字医疗中的医疗信息化技术领域,技术领域,具体而言,涉及一种问诊系统的数据处理方法、装置及电子设备。This application relates to the technical field of medical information technology in digital medicine. Specifically, it relates to a data processing method, device and electronic equipment for a consultation system.
背景技术Background technique
随着互联网医疗行业的蓬勃发展,互联网医疗的出现打破了传统医疗就医方式,为患者提供快速购药和问诊的渠道,同时解决了患者购药困难,线下医院看病时间长,问诊咨询时间短的问题;网上购药也越来越得到人们的推崇,方便患者看病拿药,所以提升用户购药体验,改进问诊体验,可以提升企业价值。With the vigorous development of the Internet medical industry, the emergence of Internet medical treatment has broken the traditional way of medical treatment, providing patients with a channel to quickly purchase medicines and consultations. The problem of short time; online drug purchasing is also increasingly popular among people, making it convenient for patients to see a doctor and get medicine. Therefore, improving users’ drug purchasing experience and improving the consultation experience can increase corporate value.
发明人意识到当前开处方药问诊是通过表单问诊方式提升问诊效率的,这种问诊方式,可以通过问诊页面提交并回答医生的诊断问题,但对于不同就诊人出现诊断病情相似开药结果相同的情况,需要不断从数据库中查找同一药品的药品信息,不仅耗时且查询效率较低,影响用户体验。The inventor realized that the current consultation method for prescribing drugs is to improve the efficiency of consultation through a form consultation method. In this consultation method, the doctor's diagnostic questions can be submitted and answered through the consultation page. However, for different patients who have similar diagnoses, it is difficult to prescribe When the drug results are the same, it is necessary to continuously search the drug information of the same drug from the database, which is not only time-consuming but also has low query efficiency and affects the user experience.
发明内容Contents of the invention
本申请实施例提供了一种问诊系统的数据处理方法、装置及电子设备,以至少解决相关技术中问诊开药查询药品信息效率较低,影响用户体验的技术问题。Embodiments of the present application provide a data processing method, device and electronic equipment for a consultation system, to at least solve the technical problem in related technologies that the efficiency of consultation and prescription of drug information is low, which affects the user experience.
根据本申请实施例的一个方面,提供了一种问诊系统的数据处理方法,包括:接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合;若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;若否,从药品信息数据库中读取所述当前目标药品的药品属性信息;将所述当前目标药品的药品属性信息返回至所述客户端。According to one aspect of the embodiment of the present application, a data processing method for a consultation system is provided, including: receiving a consultation form sent by a client; wherein the consultation form includes prescription information and consultation person information. ; Obtain corresponding drug order information according to the prescription information, and the drug order information includes a drug set of one or more target drugs; if the drug cache space stores drug attribute information of the current target drug, obtain the drug order information from the drug cache space Read the drug attribute information of the current target drug; wherein the drug cache space is stored on a distributed storage node, and the distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm; If not, read the drug attribute information of the current target drug from the drug information database; return the drug attribute information of the current target drug to the client.
根据本申请实施例的另一方面,还提供了一种问诊系统的数据处理装置,包括:接收单元,用于接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;第一获取单元,用于根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合;第一读取单元,用于若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;第二读取单元,用 于若否,从药品信息数据库中读取所述当前目标药品的药品属性信息;返回单元,用于将所述当前目标药品的药品属性信息返回至所述客户端。According to another aspect of the embodiment of the present application, a data processing device of a medical consultation system is also provided, including: a receiving unit configured to receive a medical consultation form sent by a client; wherein the medical consultation form includes: Prescription information and interviewer information; a first acquisition unit, used to obtain corresponding drug order information according to the prescription information, where the drug order information includes a drug set of one or more target drugs; a first reading unit, If the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein the drug cache space is stored on a distributed storage node, The distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm; the second reading unit is used to read the drug attribute information of the current target drug from the drug information database if not; A return unit, configured to return drug attribute information of the current target drug to the client.
根据本申请实施例的又一方面,还提供了一种电子设备,包括存储器和处理器,上述存储器中存储有计算机程序,上述处理器被设置为通过上述计算机程序执行以下步骤:According to another aspect of the embodiment of the present application, an electronic device is also provided, including a memory and a processor. A computer program is stored in the memory, and the processor is configured to perform the following steps through the computer program:
接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;Receive a medical consultation form sent by the client; wherein the medical consultation form includes prescription information and patient information;
根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合;Obtain corresponding drug order information according to the prescription information, and the drug order information includes a drug set of one or more target drugs;
若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;If the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein the drug cache space is stored on a distributed storage node, and the The distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm;
若否,从药品信息数据库中读取所述当前目标药品的药品属性信息;If not, read the drug attribute information of the current target drug from the drug information database;
将所述当前目标药品的药品属性信息返回至所述客户端。Return the drug attribute information of the current target drug to the client.
根据本申请实施例的又一方面,还提供了一种计算机可读的存储介质,该计算机可读的存储介质中存储有计算机程序,其中,该计算机程序被设置为运行时执行以下步骤:According to yet another aspect of the embodiment of the present application, a computer-readable storage medium is also provided. The computer-readable storage medium stores a computer program, wherein the computer program is configured to perform the following steps when running:
接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;Receive a medical consultation form sent by the client; wherein the medical consultation form includes prescription information and patient information;
根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合;Obtain corresponding drug order information according to the prescription information, and the drug order information includes a drug set of one or more target drugs;
若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;If the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein the drug cache space is stored on a distributed storage node, and the The distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm;
若否,从药品信息数据库中读取所述当前目标药品的药品属性信息;If not, read the drug attribute information of the current target drug from the drug information database;
将所述当前目标药品的药品属性信息返回至所述客户端。Return the drug attribute information of the current target drug to the client.
在本申请实施例中,采用了接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合;若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;若否,从药品信息数据库中读取所述当前目标药品的药品属性信息;将所述当前目标药品的药品属性信息返回至所述客户端的方法,在上述方法中,由于通过分布式存储节点构成的药品缓存来存储已获取到的药品信息,当再次查询同一药品信息无需从药品数据库中获取药品数据,提高了药品的查询效率,提升了用户体验,进而解决了相关技术中问诊开药查询药品信息效率较低,影响用户体验的技术问题。In the embodiment of this application, a medical consultation form sent by a client is received; wherein the medical consultation form includes prescription information and consultation person information; the corresponding drug order information is obtained according to the prescription information, so The drug order information includes a drug set of one or more target drugs; if the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein , the drug cache space is stored on a distributed storage node, and the distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm; if not, read the current target from the drug information database Drug attribute information of the drug; a method of returning the drug attribute information of the current target drug to the client. In the above method, since the acquired drug information is stored in the drug cache composed of distributed storage nodes, when the drug information is obtained again, Querying the same drug information does not require obtaining drug data from the drug database, which improves the efficiency of drug query and improves the user experience, thereby solving the technical problem in related technologies that the efficiency of querying drug information for diagnosis and prescribing is low and affects the user experience.
附图说明Description of drawings
此处所说明的附图用来提供对本申请的进一步理解,构成本申请的一部分,本申请的示意性实施例及其说明用于解释本申请,并不构成对本申请的不当限定。在附图中:The drawings described here are used to provide a further understanding of the present application and constitute a part of the present application. The illustrative embodiments of the present application and their descriptions are used to explain the present application and do not constitute an improper limitation of the present application. In the attached picture:
图1是根据本申请实施例的一种可选的问诊系统的数据处理方法的应用环境的示意图;Figure 1 is a schematic diagram of the application environment of an optional data processing method for a consultation system according to an embodiment of the present application;
图2是根据本申请实施例的另一种可选的问诊系统的数据处理方法的应用环境的示意图;Figure 2 is a schematic diagram of the application environment of another optional data processing method for a consultation system according to an embodiment of the present application;
图3是根据本申请实施例的一种可选的问诊系统的数据处理方法的流程示意图;Figure 3 is a schematic flowchart of an optional data processing method of the consultation system according to an embodiment of the present application;
图4是根据本申请实施例的另一种可选的问诊系统的数据处理方法的流程示意图;Figure 4 is a schematic flowchart of another optional data processing method of the consultation system according to an embodiment of the present application;
图5是根据本申请实施例的一种可选的问诊系统的数据处理方法的装饰者模式的类函数示意图;Figure 5 is a class function diagram of the decorator pattern of an optional data processing method of a consultation system according to an embodiment of the present application;
图6是根据本申请实施例的一种可选的数据处理装置的结构示意图;Figure 6 is a schematic structural diagram of an optional data processing device according to an embodiment of the present application;
图7是根据本申请实施例的一种可选的电子设备的结构示意图。Figure 7 is a schematic structural diagram of an optional electronic device according to an embodiment of the present application.
具体实施方式Detailed ways
为了使本技术领域的人员更好地理解本申请方案,下面将结合本申请实施例中的附图,对本申请实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本申请一部分的实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都应当属于本申请保护的范围。In order to enable those in the technical field to better understand the solutions of the present application, the technical solutions in the embodiments of the present application will be clearly and completely described below in conjunction with the accompanying drawings in the embodiments of the present application. Obviously, the described embodiments are only These are part of the embodiments of this application, not all of them. Based on the embodiments in this application, all other embodiments obtained by those of ordinary skill in the art without creative efforts should fall within the scope of protection of this application.
需要说明的是,本申请的说明书和权利要求书及上述附图中的术语“第一”、“第二”等是用于区别类似的对象,而不必用于描述特定的顺序或先后次序。应该理解这样使用的数据在适当情况下可以互换,以便这里描述的本申请的实施例能够以除了在这里图示或描述的那些以外的顺序实施。此外,术语“包括”和“具有”以及他们的任何变形,意图在于覆盖不排他的包含,例如,包含了一系列步骤或单元的过程、方法、系统、产品或设备不必限于清楚地列出的那些步骤或单元,而是可包括没有清楚地列出的或对于这些过程、方法、产品或设备固有的其它步骤或单元。It should be noted that the terms "first", "second", etc. in the description and claims of this application and the above-mentioned drawings are used to distinguish similar objects and are not necessarily used to describe a specific order or sequence. It is to be understood that the data so used are interchangeable under appropriate circumstances so that the embodiments of the application described herein can be practiced in sequences other than those illustrated or described herein. In addition, the terms "including" and "having" and any variations thereof are intended to cover non-exclusive inclusions, e.g., a process, method, system, product, or apparatus that encompasses a series of steps or units and need not be limited to those explicitly listed. Those steps or elements may instead include other steps or elements not expressly listed or inherent to the process, method, product or apparatus.
根据本申请实施例的一个方面,提供了一种问诊系统的数据处理方法,可选地,作为一种可选地实施方式,上述问诊系统的数据处理方法可以但不限于应用于如图1所示的应用环境中。该应用环境中包括:与用户进行人机交互的终端设备102、网络104、服务器106。用户108与终端设备102之间可以进行人机交互,终端设备102中运行有问诊系统的数据处理应用程序。上述终端设备102中包括人机交互屏幕1022,处理器1024及存储器1026。人机交互屏幕1022用于显示就诊信息,处方信息;处理器1024用于获取问诊咨询表单的表单数据。存储器1026用于存储上述就诊信息、处方信息和问诊咨询表单的表单数据。According to one aspect of the embodiment of the present application, a data processing method for a consultation system is provided. Optionally, as an optional implementation manner, the data processing method for the above consultation system can be, but is not limited to, applied in the following figure: In the application environment shown in 1. The application environment includes: a terminal device 102 for human-computer interaction with the user, a network 104, and a server 106. Human-computer interaction can be performed between the user 108 and the terminal device 102, and the terminal device 102 runs a data processing application program of the consultation system. The above-mentioned terminal device 102 includes a human-computer interaction screen 1022, a processor 1024 and a memory 1026. The human-computer interaction screen 1022 is used to display medical treatment information and prescription information; the processor 1024 is used to obtain form data of the medical consultation form. The memory 1026 is used to store the above-mentioned medical treatment information, prescription information and form data of the medical consultation form.
此外,服务器106中包括数据库1062及处理引擎1064,数据库1062中用于存储 就诊信息、处方信息和问诊咨询表单的表单数据。处理引擎1064用于接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合;若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;若否,从药品信息数据库中读取所述当前目标药品的药品属性信息;将所述当前目标药品的药品属性信息返回至上述终端设备102的客户端。In addition, the server 106 includes a database 1062 and a processing engine 1064. The database 1062 is used to store form data of medical treatment information, prescription information and consultation forms. The processing engine 1064 is used to receive a medical consultation form sent by the client; wherein the medical consultation form includes prescription information and patient information; and obtain corresponding drug order information based on the prescription information. The drug order information A drug collection including one or more target drugs; if the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein, the drug The cache space is stored on a distributed storage node, which is a storage node mapped to a preset hash ring through a hash algorithm; if not, read the drug attributes of the current target drug from the drug information database Information; return the drug attribute information of the current target drug to the client of the above-mentioned terminal device 102.
在一个或多个实施例中,本申请上述问诊系统的数据处理方法可以应用于图2所示的应用环境中。如图2所示,用户202与用户设备204之间可以进行人机交互。用户设备204中包含有存储器206和处理器208。本实施例中用户设备204可以但不限于参考执行上述终端设备102所执行的操作,获取当前目标药品的药品属性信息。In one or more embodiments, the data processing method of the above-mentioned consultation system of the present application can be applied to the application environment shown in Figure 2. As shown in Figure 2, human-computer interaction can be performed between user 202 and user device 204. The user equipment 204 includes a memory 206 and a processor 208. In this embodiment, the user equipment 204 may, but is not limited to, refer to the operation performed by the terminal equipment 102 to obtain the drug attribute information of the current target drug.
可选地,上述终端设备102和用户设备204包括但不限于为手机、机顶盒、电视、平板电脑、笔记本电脑、PC机,车载电子设备,可穿戴设备等终端,上述网络104可以包括但不限于无线网络或有线网络。其中,该无线网络包括:WIFI及其他实现无线通信的网络。上述有线网络可以包括但不限于:广域网、城域网、局域网。上述服务器106可以包括但不限于任何可以进行计算的硬件设备。上述服务器可以是单一服务器,也可以是由多个服务器组成的服务器集群,或者是云服务器。上述仅是一种示例,本实施例中对此不作任何限定。Optionally, the above-mentioned terminal equipment 102 and user equipment 204 include but are not limited to terminals such as mobile phones, set-top boxes, televisions, tablets, laptops, PCs, vehicle-mounted electronic devices, wearable devices, etc. The above-mentioned network 104 may include but is not limited to Wireless or wired network. Among them, the wireless network includes: WIFI and other networks that implement wireless communication. The above-mentioned wired network may include but is not limited to: wide area network, metropolitan area network, and local area network. The above-mentioned server 106 may include, but is not limited to, any hardware device that can perform calculations. The above-mentioned server can be a single server, a server cluster composed of multiple servers, or a cloud server. The above is only an example, and there is no limitation on this in this embodiment.
作为一种可选地实施方式,如图3所示,本申请实施例提供了一种问诊系统的数据处理方法,包括如下步骤:As an optional implementation, as shown in Figure 3, this embodiment of the present application provides a data processing method for a consultation system, including the following steps:
S302,接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息。S302: Receive a medical consultation form sent by the client; wherein the medical consultation form includes prescription information and patient information.
具体地,问诊用户可以在问诊系统的客户端中填写病历或相关症状,经医生诊断后,开具处方信息发送至问诊用户的客户端进行显示。Specifically, the consultation user can fill in medical records or related symptoms in the client of the consultation system. After the doctor diagnoses, the prescription information is sent to the consultation user's client for display.
S304,根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合。S304: Obtain corresponding drug order information according to the prescription information, where the drug order information includes one or more drug sets of target drugs.
这里,服务器获取问诊咨询表单中的处方信息后,获取该处方对应的药品订单信息,并进一步从数据库或药品缓存空间中获取药品的属性,即包括价格,功能以及禁忌症等信息发送至用户的客户端。Here, after the server obtains the prescription information in the consultation form, it obtains the drug order information corresponding to the prescription, and further obtains the attributes of the drug from the database or drug cache space, that is, including price, function, contraindications and other information, and sends it to the user client.
S306,若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点。S306. If the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein the drug cache space is stored on a distributed storage node, The distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm.
具体地,药品的缓存空间包括但不限于为基于多个分布式存储节点的内存的存储空间。例如,使用NoSQL类型的分布式存储系统tair来作为药品的缓存空间。tair系统是基于Key/Value键值对结构数据存储系统。通过tair系统将多个存储节点(服务器)使用一致性哈希算法根据键值对中的键Key进行哈希计算,并将结果映射到预设的哈希环上,也就是说药品缓存空间通过多个存储节点来存储药品即器属性信息,当从缓存中获取时,可以将沿哈希环顺时针方向的第一服务器的存储数据作为目标数据。不 仅能提高药品查询的效率,而且在多个存储节点中的其他一部分存储节点出现故障时保证数据的安全性。Specifically, the cache space of medicines includes but is not limited to storage space based on the memory of multiple distributed storage nodes. For example, the NoSQL type distributed storage system tair is used as a cache space for medicines. The tair system is a data storage system based on Key/Value structure. Through the tair system, multiple storage nodes (servers) use a consistent hash algorithm to perform hash calculations based on the key in the key-value pair, and map the results to the preset hash ring, which means that the medicine cache space passes Multiple storage nodes store drug or device attribute information. When obtained from the cache, the storage data of the first server in the clockwise direction of the hash ring can be used as target data. It can not only improve the efficiency of drug query, but also ensure the security of data when other storage nodes among multiple storage nodes fail.
S308,若否,从药品信息数据库中读取所述当前目标药品的药品属性信息。S308, if not, read the drug attribute information of the current target drug from the drug information database.
这里,当药品缓存空间存储中没有存储当前目标药品的药品属性信息时,就需要从药品数据库中来获取该当前目标药品的药品属性信息。Here, when the drug attribute information of the current target drug is not stored in the drug cache space, the drug attribute information of the current target drug needs to be obtained from the drug database.
S310,将所述当前目标药品的药品属性信息返回至所述客户端。S310: Return the drug attribute information of the current target drug to the client.
这里,将所述当前目标药品的药品属性信息返回至问诊用户的客户端后,方便用户查看药品信息,并根据药品信息进行下单购买。Here, after the drug attribute information of the current target drug is returned to the client of the inquiring user, it is convenient for the user to view the drug information and place an order based on the drug information.
在本申请实施例中,采用了接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合;若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;若否,从药品信息数据库中读取所述当前目标药品的药品属性信息;将所述当前目标药品的药品属性信息返回至所述客户端的方法,在上述方法中,由于通过分布式存储节点构成的药品缓存来存储已获取到的药品信息,当再次查询同一药品信息无需从药品数据库中获取药品数据,提高了药品的查询效率,提升了用户体验,进而解决了相关技术中问诊开药查询药品信息效率较低,影响用户体验的技术问题。In the embodiment of this application, a medical consultation form sent by a client is received; wherein the medical consultation form includes prescription information and consultation person information; the corresponding drug order information is obtained according to the prescription information, so The drug order information includes a drug set of one or more target drugs; if the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein , the drug cache space is stored on a distributed storage node, and the distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm; if not, read the current target from the drug information database Drug attribute information of the drug; a method of returning the drug attribute information of the current target drug to the client. In the above method, since the acquired drug information is stored in the drug cache composed of distributed storage nodes, when the drug information is obtained again, Querying the same drug information does not require obtaining drug data from the drug database, which improves the efficiency of drug query and improves the user experience, thereby solving the technical problem in related technologies that the efficiency of querying drug information for diagnosis and prescribing is low and affects the user experience.
在一个或多个实施例中,所述根据所述处方信息获取对应的药品订单信息之后,包括:In one or more embodiments, after obtaining the corresponding drug order information according to the prescription information, the method includes:
获取所述药品集合中每个目标药品的唯一标识SKUID;Obtain the unique identifier SKUID of each target drug in the drug collection;
根据所述当前目标药品的SKUID,从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。According to the SKUID of the current target drug, query whether the drug attribute information of the current target drug is stored in the drug cache space.
在本申请实施例中,通过药品的唯一标识SKUID从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息,可以更加灵活准确的获取药品的属性信息。In this embodiment of the present application, by querying the drug cache space through the unique identifier SKUID of the drug whether the drug attribute information of the current target drug is stored, the attribute information of the drug can be obtained more flexibly and accurately.
在一个或多个实施例中,所述问诊系统的数据处理方法还包括:In one or more embodiments, the data processing method of the consultation system further includes:
对所述当前目标药品的SKUID进行加密,将加密结果作为与所述当前目标药品的键值对中的键,所述键值对中的键值包括所述问诊咨询表单和所述当前目标药品的药品属性信息;Encrypt the SKUID of the current target drug, and use the encryption result as the key in the key-value pair with the current target drug. The key value in the key-value pair includes the consultation form and the current target. Drug attribute information of drugs;
根据所述当前目标药品对应的键,从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。According to the key corresponding to the current target drug, query whether the drug attribute information of the current target drug is stored in the drug cache space.
在本申请实施例中,为了保证对问诊系统的数据安全性,可以将对所述当前目标药品的SKUID进行加密,这里的加密方式通过对称加密算法(DES、3DES、AES),或通过非对称算法(RSA、DSA),或通散列算法(SHA-1、MD5)等对上述目标药品的SKUID进行加密,得到加密后的SKUID。In the embodiment of this application, in order to ensure the data security of the consultation system, the SKUID of the current target drug can be encrypted. The encryption method here is through a symmetric encryption algorithm (DES, 3DES, AES), or through a non- Encrypt the SKUID of the above target drug using a symmetric algorithm (RSA, DSA) or a hash algorithm (SHA-1, MD5) to obtain the encrypted SKUID.
在一实施例中,可以对先对上述SKUID先进行加盐操作后,再进行加密操作。In one embodiment, the above-mentioned SKUID may be salted first and then encrypted.
在一个或多个实施例中,所述根据所述当前目标药品对应的键,从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息,包括:In one or more embodiments, querying whether to store drug attribute information of the current target drug from the drug cache space according to the key corresponding to the current target drug includes:
将所述当前目标药品对应的键进行解密,得到所述当前目标药品的SKUID;Decrypt the key corresponding to the current target drug to obtain the SKUID of the current target drug;
根据所述SKUID从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。Query whether to store the drug attribute information of the current target drug from the drug cache space according to the SKUID.
具体地,服务器获取当前药品的信息后,找到所述当前目标药品对应的键,并对其进行解密,得到所述当前目标药品的SKUID,然后根据所述SKUID从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。Specifically, after the server obtains the information of the current drug, it finds the key corresponding to the current target drug, decrypts it, obtains the SKUID of the current target drug, and then queries the drug cache space according to the SKUID. Store drug attribute information of the current target drug.
在一个或多个实施例中,所述问诊系统的数据处理方法还包括:In one or more embodiments, the data processing method of the consultation system further includes:
将从所述药品信息数据库中读取的所述当前目标药品的药品属性信息,存储至所述药品缓存空间中。The drug attribute information of the current target drug read from the drug information database is stored in the drug cache space.
在本申请实施例中,如果药品缓存空间中不存在当前目标药品的药品属性信息,说明当前药品为首次被查询,此时需要从药品信息数据库中读取的所述当前目标药品的药品属性信息,然后将其存储至所述药品缓存空间中,方便后续当前药品再次被查询后直接从药品缓存空间中获取,提高系统查询效率。In the embodiment of this application, if the drug attribute information of the current target drug does not exist in the drug cache space, it means that the current drug is queried for the first time. At this time, the drug attribute information of the current target drug needs to be read from the drug information database. , and then store it in the drug cache space, so that the current drug can be retrieved directly from the drug cache space after being queried again, thereby improving the system query efficiency.
在一个或多个实施例中,所述问诊系统的数据处理方法还包括:In one or more embodiments, the data processing method of the consultation system further includes:
基于装饰者模式将多个问诊类别属性进行封装后得到表单创建函数;Based on the decorator pattern, multiple consultation category attributes are encapsulated to obtain the form creation function;
根据所述问诊人信息中的人员属性,调用预先创建的表单创建函数获取与所述人员属性匹配的目标问诊类别属性;According to the person attributes in the interviewer information, call the pre-created form creation function to obtain the target consultation category attributes that match the person attributes;
将所述目标问诊类别属性发送至所述客户端进行显示。Send the target consultation category attribute to the client for display.
相关技术中由于问诊系统不支持表单问题的动态切换,无法适应多种类型人群,需要用户频繁切换就诊人,重新加载表单页面,影响表单问诊性能,因此,本申请实施例通过结构性模式,即装饰者模式支持表单问题及答案的动态增删功能,装饰者模式允许向一个现有的对象增加新功能,同时不改变他的机构,减少类直接的耦合,实现方式首先建立抽象表单接口,具体有表单子类实现,生成抽象装饰类,用户装饰表单问题根据需求去组装装饰类从而生成不同的表单模板。In related technologies, the consultation system does not support dynamic switching of form questions and cannot adapt to various types of people. It requires users to frequently switch patients and reload the form page, which affects the performance of the form consultation. Therefore, the embodiment of the present application adopts a structural model. , that is, the decorator pattern supports the dynamic addition and deletion of form questions and answers. The decorator pattern allows adding new functions to an existing object without changing its structure and reducing direct coupling of classes. The implementation method first establishes an abstract form interface. Specifically, there are form subclass implementations to generate abstract decoration classes. Users can assemble the decoration classes according to their needs when decorating the form to generate different form templates.
如图5所示,通过抽象装饰类来关联多个表单子类,如禁忌症,过敏症,肝肾功能,哺乳问题,根据所述问诊人信息中的人员属性;例如,当前问诊用户为哺乳期的用户,调用预先创建的表单创建函数获取与所述人员属性匹配的目标问诊类别属性,即在问诊用户的客户端的显示表单中增加相应的哺乳问题。因此,可以动态灵活的适用于不同的应用场景,提高用户体验。As shown in Figure 5, abstract decoration classes are used to associate multiple form subcategories, such as contraindications, allergies, liver and kidney function, and breastfeeding issues, according to the person attributes in the consultation person information; for example, the current consultation user For lactating users, the pre-created form creation function is called to obtain the target consultation category attributes that match the personnel attributes, that is, the corresponding breastfeeding questions are added to the display form of the client of the consultation user. Therefore, it can be dynamically and flexibly applied to different application scenarios and improve user experience.
在一个或多个实施例中,所述对所述当前目标药品的SKUID进行加密,包括:基于MD5加密方式对对所述当前目标药品的SKUID进行加密。In one or more embodiments, encrypting the SKUID of the current target drug includes: encrypting the SKUID of the current target drug based on MD5 encryption.
相关技术中国,问诊系统频繁切换就诊人影响表单性能问题,因查询药品信息比较耗时,每切换一次就诊人,就需要在系统中重新查一次相关药品的信息很耗费计算资源,为了解决上述技术问题,基于上述实施例,如图4所示,在一应用实施例中,上述的问诊系统的数据处理方法还包括如下步骤:Related Technology In China, frequent switching of patients in the consultation system affects form performance. Querying drug information is time-consuming. Every time a patient is switched, the relevant drug information needs to be re-checked in the system, which consumes computing resources. In order to solve the above problem Technical problem, based on the above embodiment, as shown in Figure 4, in an application embodiment, the above data processing method of the consultation system also includes the following steps:
S402,用户进入表单收集页。S402, the user enters the form collection page.
S404,根据药品SKUID判断缓存是否存在与该SKUID对应的值,若是,转入步骤S406,若否,转入步骤S412。S404: Determine whether the cache contains a value corresponding to the SKUID based on the drug SKUID. If yes, go to step S406. If not, go to step S412.
S406,根据药品信息查询表单答案。S406, query form answers based on drug information.
S408,组装表单信息。S408, assemble form information.
S410,根据药品SKUID将表单信息放入缓存。S410: Put the form information into cache according to the drug SKUID.
S412,获取缓存中的键值对的value值。S412: Obtain the value of the key-value pair in the cache.
S414,返回表单问题信息。S414, return form problem information.
在本申请实施例中,首先根据药品SKUID升序排序,然后对排序好的SKUID进行MD5加密,MD5加密为计算机安全领域广泛使用的一种散列函数,MD5对任意长的字符串进行加密可得到固定长度的加密串。以加密结果为key,表单问题以及答案信息为value存入缓存中,如果下次以相同商品进行问诊,可以直接从缓存获取表单信息,不必调用接口查询,可大大提升访问查询性能,提高接口响应速度,提升用户体验。In the embodiment of this application, first sort the medicine SKUID in ascending order, and then perform MD5 encryption on the sorted SKUID. MD5 encryption is a hash function widely used in the field of computer security. MD5 can encrypt any long string to obtain Fixed length encrypted string. The encryption result is used as the key, and the form question and answer information is stored in the cache as the value. If the same product is used for consultation next time, the form information can be obtained directly from the cache without calling the interface query, which can greatly improve the access query performance and improve the interface. Response speed improves user experience.
本申请实施例应用于线上o2o购药项目和cso项目中,通过本申请实施例的技术方案,可以大大提升了表单性能和表单灵活性,从而提升问诊效率,提升用户体验。The embodiments of this application are applied to online O2O drug purchase projects and CSO projects. Through the technical solutions of the embodiments of this application, form performance and form flexibility can be greatly improved, thereby improving consultation efficiency and user experience.
需要说明的是,对于前述的各方法实施例,为了简单描述,故将其都表述为一系列的动作组合,但是本领域技术人员应该知悉,本申请并不受所描述的动作顺序的限制,因为依据本申请,某些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作和模块并不一定是本申请所必须的。It should be noted that for the sake of simple description, the foregoing method embodiments are expressed as a series of action combinations. However, those skilled in the art should know that the present application is not limited by the described action sequence. Because in accordance with this application, certain steps may be performed in other orders or simultaneously. Secondly, those skilled in the art should also know that the embodiments described in the specification are preferred embodiments, and the actions and modules involved are not necessarily necessary for this application.
根据本申请实施例的另一个方面,还提供了一种用于实施上述问诊系统的数据处理方法的问诊系统的数据处理装置。如图6所示,该装置包括:According to another aspect of the embodiment of the present application, a data processing device of a consultation system for implementing the above data processing method of the consultation system is also provided. As shown in Figure 6, the device includes:
接收单元602,用于接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;The receiving unit 602 is configured to receive a medical consultation form sent by the client; wherein the medical consultation form includes prescription information and patient information;
第一获取单元604,用于根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合;The first acquisition unit 604 is configured to acquire corresponding drug order information according to the prescription information, where the drug order information includes one or more drug sets of target drugs;
第一读取单元606,用于若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;The first reading unit 606 is configured to read the drug attribute information of the current target drug from the drug cache space if the drug cache space stores the drug attribute information of the current target drug; wherein the drug cache space stores the drug attribute information of the current target drug. On the distributed storage node, the distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm;
第二读取单元608,用于从药品信息数据库中读取所述当前目标药品的药品属性信息;The second reading unit 608 is used to read the drug attribute information of the current target drug from the drug information database;
返回单元610,用于将所述当前目标药品的药品属性信息返回至所述客户端。The return unit 610 is used to return the drug attribute information of the current target drug to the client.
在本申请实施例中,采用了接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;根据所述处方信息获取对应的药品订单信息, 所述药品订单信息中包括一个或多个目标药品的药品集合;若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;若否,从药品信息数据库中读取所述当前目标药品的药品属性信息;将所述当前目标药品的药品属性信息返回至所述客户端的方法,在上述方法中,由于通过分布式存储节点构成的药品缓存来存储已获取到的药品信息,当再次查询同一药品信息无需从药品数据库中获取药品数据,提高了药品的查询效率,提升了用户体验,进而解决了相关技术中问诊开药查询药品信息效率较低,影响用户体验的技术问题。In the embodiment of this application, the consultation form sent by the client is received; wherein the consultation form includes prescription information and consultation person information; the corresponding drug order information is obtained according to the prescription information, so The drug order information includes a drug set of one or more target drugs; if the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein , the drug cache space is stored on a distributed storage node, and the distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm; if not, read the current target from the drug information database Drug attribute information of the drug; a method of returning the drug attribute information of the current target drug to the client. In the above method, since the acquired drug information is stored in the drug cache composed of distributed storage nodes, when the drug information is obtained again, Querying the same drug information does not require obtaining drug data from the drug database, which improves the efficiency of drug query and improves the user experience, thereby solving the technical problem in related technologies that the efficiency of querying drug information for diagnosis and prescribing is low and affects the user experience.
在一个或多个实施例中,所述问诊系统的数据处理装置还包括:In one or more embodiments, the data processing device of the consultation system further includes:
第二获取单元,用于获取所述药品集合中每个目标药品的唯一标识SKUID;The second acquisition unit is used to acquire the unique identifier SKUID of each target drug in the drug collection;
第一查询单元,用于根据所述当前目标药品的SKUID,从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。The first query unit is configured to query whether the drug attribute information of the current target drug is stored in the drug cache space according to the SKUID of the current target drug.
在一个或多个实施例中,所述问诊系统的数据处理装置还包括:In one or more embodiments, the data processing device of the consultation system further includes:
加密单元,用于对所述当前目标药品的SKUID进行加密,将加密结果作为与所述当前目标药品的键值对中的键,所述键值对中的键值包括所述问诊咨询表单和所述当前目标药品的药品属性信息;An encryption unit, configured to encrypt the SKUID of the current target drug, and use the encryption result as a key in a key-value pair with the current target drug. The key in the key-value pair includes the medical consultation form. and drug attribute information of the current target drug;
第二查询单元,用于根据所述当前目标药品对应的键,从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。The second query unit is configured to query whether the drug attribute information of the current target drug is stored in the drug cache space according to the key corresponding to the current target drug.
在一个或多个实施例中,所述第二查询单元,包括:In one or more embodiments, the second query unit includes:
解密模块,用于将所述当前目标药品对应的键进行解密,得到所述当前目标药品的SKUID;A decryption module, used to decrypt the key corresponding to the current target drug to obtain the SKUID of the current target drug;
查询模块,用于根据所述SKUID从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。A query module, configured to query the drug cache space according to the SKUID whether to store the drug attribute information of the current target drug.
在一个或多个实施例中,所述问诊系统的数据处理装置还包括:In one or more embodiments, the data processing device of the consultation system further includes:
存储单元,用于将从所述药品信息数据库中读取的所述当前目标药品的药品属性信息,存储至所述药品缓存空间中。A storage unit configured to store the drug attribute information of the current target drug read from the drug information database into the drug cache space.
在一个或多个实施例中,所述问诊系统的数据处理装置还包括:In one or more embodiments, the data processing device of the consultation system further includes:
封装单元,用于基于装饰者模式将多个问诊类别属性进行封装后得到表单创建函数;The encapsulation unit is used to encapsulate multiple consultation category attributes based on the decorator pattern to obtain the form creation function;
调用单元,用于根据所述问诊人信息中的人员属性,调用预先创建的表单创建函数获取与所述人员属性匹配的目标问诊类别属性;A calling unit, configured to call a pre-created form creation function according to the person attributes in the interviewer information to obtain the target consultation category attributes that match the person attributes;
将所述目标问诊类别属性发送至所述客户端进行显示。Send the target consultation category attribute to the client for display.
在一个或多个实施例中,所述加密单元,包括:In one or more embodiments, the encryption unit includes:
加密模块,用于基于MD5加密方式对对所述当前目标药品的SKUID进行加密。An encryption module, configured to encrypt the SKUID of the current target drug based on the MD5 encryption method.
根据本申请实施例的又一个方面,还提供了一种用于实施上述问诊系统的数据处理方法的电子设备,该电子设备可以是图1所示的终端设备或服务器。本实施例以该电子设备为服务器为例来说明。如图7所示,该电子设备包括存储器702和处理器704,该存储器702中存储有计算机程序,该处理器704被设置为通过计算机程序执行上述任一项方法实施例中的步骤。According to yet another aspect of the embodiment of the present application, an electronic device for implementing the data processing method of the above-mentioned consultation system is also provided. The electronic device may be a terminal device or a server shown in Figure 1 . This embodiment takes the electronic device as a server as an example for description. As shown in Figure 7, the electronic device includes a memory 702 and a processor 704. The memory 702 stores a computer program. The processor 704 is configured to execute the steps in any of the above method embodiments through the computer program.
可选地,在本实施例中,上述电子设备可以位于计算机网络的多个网络设备中的至少一个网络设备。Optionally, in this embodiment, the above-mentioned electronic device may be located in at least one network device among multiple network devices of the computer network.
可选地,在本实施例中,上述处理器可以被设置为通过计算机程序执行以下步骤:Optionally, in this embodiment, the above-mentioned processor may be configured to perform the following steps through a computer program:
S1,接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;S1. Receive a medical consultation form sent by the client; wherein the medical consultation form includes prescription information and consultation person information;
S2,根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合;S2, obtain corresponding drug order information according to the prescription information, where the drug order information includes a drug set of one or more target drugs;
S3,若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;S3. If the drug cache space stores the drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein the drug cache space is stored on a distributed storage node, The distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm;
S4,若否,从药品信息数据库中读取所述当前目标药品的药品属性信息;S4, if not, read the drug attribute information of the current target drug from the drug information database;
S5,将所述当前目标药品的药品属性信息返回至所述客户端。S5: Return the drug attribute information of the current target drug to the client.
可选地,本领域普通技术人员可以理解,图7所示的结构仅为示意,电子装置电子设备也可以是智能手机(如Android手机、iOS手机等)、平板电脑、掌上电脑以及移动互联网设备(Mobile Internet Devices,MID)、PAD等终端设备。图7其并不对上述电子装置电子设备的结构造成限定。例如,电子装置电子设备还可包括比图7中所示更多或者更少的组件(如网络接口等),或者具有与图7所示不同的配置。Optionally, those of ordinary skill in the art can understand that the structure shown in Figure 7 is only illustrative, and the electronic device may also be a smart phone (such as an Android phone, iOS phone, etc.), a tablet computer, a handheld computer, and a mobile Internet device. (Mobile Internet Devices, MID), PAD and other terminal equipment. FIG. 7 does not limit the structure of the above-mentioned electronic device. For example, the electronic device may also include more or fewer components (such as network interfaces, etc.) than those shown in FIG. 7 , or have a different configuration than that shown in FIG. 7 .
其中,存储器702可用于存储软件程序以及模块,如本申请实施例中的问诊系统的数据处理方法和装置对应的程序指令/模块,处理器704通过运行存储在存储器702内的软件程序以及模块,从而执行各种功能应用以及数据处理,即实现上述的问诊系统的数据处理方法。存储器702可包括高速随机存储器,还可以包括非易失性存储器,如一个或者多个磁性存储装置、闪存、或者其他非易失性固态存储器。在一些实例中,存储器702可进一步包括相对于处理器704远程设置的存储器,这些远程存储器可以通过网络连接至终端。上述网络的实例包括但不限于互联网、企业内部网、局域网、移动通信网及其组合。其中,存储器702具体可以但不限于用于存储药品的属性信息。作为一种示例,如图7所示,上述存储器702中可以但不限于包括上述数据处理装置中的接收单元602、第一获取单元604、第一读取单元606、第二读取单元608及返回单元610。此外,还可以包括但不限于上述数据处理装置中的其他模块单元,本示例中不再赘述。Among them, the memory 702 can be used to store software programs and modules, such as the program instructions/modules corresponding to the data processing method and device of the consultation system in the embodiment of the present application. The processor 704 runs the software programs and modules stored in the memory 702 , thereby executing various functional applications and data processing, that is, realizing the above-mentioned data processing method of the consultation system. Memory 702 may include high-speed random access memory, and may also include non-volatile memory, such as one or more magnetic storage devices, flash memory, or other non-volatile solid-state memory. In some examples, the memory 702 may further include memory located remotely relative to the processor 704, and these remote memories may be connected to the terminal through a network. Examples of the above-mentioned networks include but are not limited to the Internet, intranets, local area networks, mobile communication networks and combinations thereof. The memory 702 may be, but is not limited to, used to store attribute information of medicines. As an example, as shown in FIG. 7 , the memory 702 may include, but is not limited to, the receiving unit 602 , the first obtaining unit 604 , the first reading unit 606 , the second reading unit 608 and the like in the data processing device. Return to unit 610. In addition, it may also include but is not limited to other module units in the above-mentioned data processing device, which will not be described again in this example.
可选地,上述的传输装置706用于经由一个网络接收或者发送数据。上述的网络具体实例可包括有线网络及无线网络。在一个实例中,传输装置706包括一个网络适配器(Network Interface Controller,NIC),其可通过网线与其他网络设备与路由器相连从而可与互联网或局域网进行通讯。在一个实例中,传输装置706为射频(Radio Frequency,RF)模块,其用于通过无线方式与互联网进行通讯。Optionally, the above-mentioned transmission device 706 is used to receive or send data via a network. Specific examples of the above-mentioned network may include wired networks and wireless networks. In one example, the transmission device 706 includes a network adapter (Network Interface Controller, NIC), which can be connected to other network devices and routers through network cables to communicate with the Internet or a local area network. In one example, the transmission device 706 is a radio frequency (Radio Frequency, RF) module, which is used to communicate with the Internet wirelessly.
此外,上述电子设备还包括:显示器708,用于显示药品的属性信息;和连接总线710,用于连接上述电子设备中的各个模块部件。In addition, the above-mentioned electronic device also includes: a display 708 for displaying the attribute information of the medicine; and a connection bus 710 for connecting various module components in the above-mentioned electronic device.
在其他实施例中,上述终端设备或者服务器可以是一个分布式系统中的一个节点,其中,该分布式系统可以为区块链系统,该区块链系统可以是由该多个节点通过网络通信的形式连接形成的分布式系统。其中,节点之间可以组成点对点(P2P,Peer To Peer)网络,任意形式的计算设备,比如服务器、终端等电子设备都可以通过加入该点对点网络而成为该区块链系统中的一个节点。In other embodiments, the above-mentioned terminal device or server may be a node in a distributed system, wherein the distributed system may be a blockchain system, and the blockchain system may be composed of multiple nodes communicating through a network. A distributed system formed by formal connections. Among them, nodes can form a point-to-point (P2P, Peer To Peer) network, and any form of computing equipment, such as servers, terminals and other electronic equipment, can become a node in the blockchain system by joining the point-to-point network.
在一个或多个实施例中,本申请还提供了一种计算机程序产品或计算机程序,该计算机程序产品或计算机程序包括计算机指令,该计算机指令存储在计算机可读存储介质中。计算机设备的处理器从计算机可读存储介质读取该计算机指令,处理器执行该计算机指令,使得该计算机设备执行上述问诊系统的数据处理方法。其中,该计算机程序被设置为运行时执行上述任一项方法实施例中的步骤。In one or more embodiments, the present application also provides a computer program product or computer program, which includes computer instructions stored in a computer-readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions, so that the computer device executes the data processing method of the above-mentioned consultation system. Wherein, the computer program is configured to execute the steps in any of the above method embodiments when running.
可选地,在本实施例中,上述计算机可读的存储介质可以被设置为存储用于执行以下步骤的计算机程序:Optionally, in this embodiment, the above-mentioned computer-readable storage medium may be configured to store a computer program for performing the following steps:
S1,接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;S1. Receive a medical consultation form sent by the client; wherein the medical consultation form includes prescription information and consultation person information;
S2,根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合;S2, obtain corresponding drug order information according to the prescription information, where the drug order information includes a drug set of one or more target drugs;
S3,若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;S3. If the drug cache space stores the drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein the drug cache space is stored on a distributed storage node, The distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm;
S4,若否,从药品信息数据库中读取所述当前目标药品的药品属性信息;S4, if not, read the drug attribute information of the current target drug from the drug information database;
S5,将所述当前目标药品的药品属性信息返回至所述客户端。S5: Return the drug attribute information of the current target drug to the client.
可选地,在本实施例中,本领域普通技术人员可以理解上述实施例的各种方法中的全部或部分步骤是可以通过程序来指令终端设备相关的硬件来完成,该程序可以存储于一计算机可读存储介质中,该介质可以是非易失性,也可以是易失性,存储介质可以包括:闪存盘、只读存储器(Read-Only Memory,ROM)、随机存取器(Random Access Memory,RAM)、磁盘或光盘等。Optionally, in this embodiment, those of ordinary skill in the art can understand that all or part of the steps in the various methods of the above embodiments can be completed by instructing the hardware related to the terminal device through a program, and the program can be stored in a In computer-readable storage media, the media can be non-volatile or volatile. Storage media can include: flash disk, read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory) , RAM), disk or CD, etc.
上述本申请实施例序号仅仅为了描述,不代表实施例的优劣。The above serial numbers of the embodiments of the present application are only for description and do not represent the advantages and disadvantages of the embodiments.
上述实施例中的集成的单元如果以软件功能单元的形式实现并作为独立的产品销售或使用时,可以存储在上述计算机可读取的存储介质中。基于这样的理解,本申请的技术方案本质上或者说对现有技术做出贡献的部分或者该技术方案的全部或部分可以以软件产品的形式体现出来,该计算机软件产品存储在存储介质中,包括若干指令用以使得一台或多台计算机设备(可为个人计算机、服务器或者网络设备等)执行本申请各个实施例方法的全部或部分步骤。If the integrated units in the above embodiments are implemented in the form of software functional units and sold or used as independent products, they can be stored in the above computer-readable storage medium. Based on this understanding, the technical solution of the present application is essentially or contributes to the existing technology, or all or part of the technical solution can be embodied in the form of a software product, and the computer software product is stored in a storage medium, It includes several instructions to cause one or more computer devices (which can be personal computers, servers, network devices, etc.) to execute all or part of the steps of the methods of various embodiments of the present application.
在本申请的上述实施例中,对各个实施例的描述都各有侧重,某个实施例中没有详述的部分,可以参见其他实施例的相关描述。In the above-mentioned embodiments of the present application, each embodiment is described with its own emphasis. For parts that are not described in detail in a certain embodiment, please refer to the relevant descriptions of other embodiments.
在本申请所提供的几个实施例中,应该理解到,所揭露的客户端,可通过其它的方式实现。其中,以上所描述的装置实施例仅仅是示意性的,例如单元的划分,仅仅为一种逻辑功能划分,实际实现时可以有另外的划分方式,例如多个单元或组件可以结合或者可以集成到另一个系统,或一些特征可以忽略,或不执行。另一点,所显示或讨论的相互之间的耦合或直接耦合或通信连接可以是通过一些接口,单元或模块的间接耦合或通信连接,可以是电性或其它的形式。In the several embodiments provided in this application, it should be understood that the disclosed client can be implemented in other ways. The device embodiments described above are only illustrative. For example, the division of units is only a logical function division. In actual implementation, there may be other division methods. For example, multiple units or components may be combined or integrated into Another system, or some features can be ignored, or not implemented. On the other hand, the coupling or direct coupling or communication connection between each other shown or discussed may be through some interfaces, and the indirect coupling or communication connection of the units or modules may be in electrical or other forms.
作为分离部件说明的单元可以是或者也可以不是物理上分开的,作为单元显示的部件可以是或者也可以不是物理单元,即可以位于一个地方,或者也可以分布到多个网络单元上。可以根据实际的需要选择其中的部分或者全部单元来实现本实施例方案的目的。A unit described as a separate component may or may not be physically separate. A component shown as a unit may or may not be a physical unit, that is, it may be located in one place, or it may be distributed to multiple network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of this embodiment.
另外,在本申请各个实施例中的各功能单元可以集成在一个处理单元中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个单元中。上述集成的单元既可以采用硬件的形式实现,也可以采用软件功能单元的形式实现。In addition, each functional unit in each embodiment of the present application can be integrated into one processing unit, each unit can exist physically alone, or two or more units can be integrated into one unit. The above integrated units can be implemented in the form of hardware or software functional units.
以上仅是本申请的优选实施方式,应当指出,对于本技术领域的普通技术人员来说,在不脱离本申请原理的前提下,还可以做出若干改进和润饰,这些改进和润饰也应视为本申请的保护范围。The above are only the preferred embodiments of the present application. It should be pointed out that for those of ordinary skill in the art, several improvements and modifications can be made without departing from the principles of the present application. These improvements and modifications should also be regarded as This is the protection scope of this application.

Claims (20)

  1. 一种问诊系统的数据处理方法,其中,包括:A data processing method for a consultation system, which includes:
    接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;Receive a medical consultation form sent by the client; wherein the medical consultation form includes prescription information and patient information;
    根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合;Obtain corresponding drug order information according to the prescription information, where the drug order information includes a drug set of one or more target drugs;
    若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;If the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein the drug cache space is stored on a distributed storage node, and the The distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm;
    若否,从药品信息数据库中读取所述当前目标药品的药品属性信息;If not, read the drug attribute information of the current target drug from the drug information database;
    将所述当前目标药品的药品属性信息返回至所述客户端。Return the drug attribute information of the current target drug to the client.
  2. 根据权利要求1所述的方法,其中,所述根据所述处方信息获取对应的药品订单信息之后,包括:The method according to claim 1, wherein after obtaining the corresponding drug order information according to the prescription information, the method includes:
    获取所述药品集合中每个目标药品的唯一标识SKUID;Obtain the unique identifier SKUID of each target drug in the drug collection;
    根据所述当前目标药品的SKUID,从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。According to the SKUID of the current target drug, query whether the drug attribute information of the current target drug is stored in the drug cache space.
  3. 根据权利要求2所述的方法,其中,所述方法还包括:The method of claim 2, further comprising:
    对所述当前目标药品的SKUID进行加密,将加密结果作为与所述当前目标药品的键值对中的键,所述键值对中的键值包括所述问诊咨询表单和所述当前目标药品的药品属性信息;Encrypt the SKUID of the current target drug, and use the encryption result as the key in the key-value pair with the current target drug. The key value in the key-value pair includes the consultation form and the current target. Drug attribute information of drugs;
    根据所述当前目标药品对应的键,从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。According to the key corresponding to the current target drug, query whether the drug attribute information of the current target drug is stored in the drug cache space.
  4. 根据权利要求3所述的方法,其中,所述根据所述当前目标药品对应的键,从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息,包括:The method according to claim 3, wherein querying whether to store the drug attribute information of the current target drug from the drug cache space according to the key corresponding to the current target drug includes:
    将所述当前目标药品对应的键进行解密,得到所述当前目标药品的SKUID;Decrypt the key corresponding to the current target drug to obtain the SKUID of the current target drug;
    根据所述SKUID从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。Query whether to store the drug attribute information of the current target drug from the drug cache space according to the SKUID.
  5. 根据权利要求1所述的方法,其中,所述方法还包括:The method of claim 1, further comprising:
    将从所述药品信息数据库中读取的所述当前目标药品的药品属性信息,存储至所述药品缓存空间中。The drug attribute information of the current target drug read from the drug information database is stored in the drug cache space.
  6. 根据权利要求1所述的方法,其中,所述方法还包括:The method of claim 1, further comprising:
    基于装饰者模式将多个问诊类别属性进行封装后得到表单创建函数;Based on the decorator pattern, multiple consultation category attributes are encapsulated and the form creation function is obtained;
    根据所述问诊人信息中的人员属性,调用预先创建的表单创建函数获取与所述人员属性匹配的目标问诊类别属性According to the person attributes in the interviewer information, call the pre-created form creation function to obtain the target consultation category attributes that match the person attributes.
    将所述目标问诊类别属性发送至所述客户端进行显示。Send the target consultation category attribute to the client for display.
  7. 根据权利要求3所述的方法,其中,所述对所述当前目标药品的SKUID进行加密,包括:The method according to claim 3, wherein encrypting the SKUID of the current target drug includes:
    基于MD5加密方式对对所述当前目标药品的SKUID进行加密。The SKUID of the current target drug is encrypted based on the MD5 encryption method.
  8. 一种问诊系统的数据处理装置,其中,包括:A data processing device for a consultation system, which includes:
    接收单元,用于接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;A receiving unit configured to receive a medical consultation form sent by the client; wherein the medical consultation form includes prescription information and patient information;
    第一获取单元,用于根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合;A first acquisition unit configured to acquire corresponding drug order information according to the prescription information, where the drug order information includes a drug set of one or more target drugs;
    第一读取单元,用于若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;The first reading unit is used to read the drug attribute information of the current target drug from the drug cache space if the drug cache space stores the drug attribute information of the current target drug; wherein the drug cache space is stored in On the distributed storage node, the distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm;
    第二读取单元,用于若否,从药品信息数据库中读取所述当前目标药品的药品属性信息;The second reading unit is used to read the drug attribute information of the current target drug from the drug information database if not;
    返回单元,用于将所述当前目标药品的药品属性信息返回至所述客户端。A return unit, configured to return drug attribute information of the current target drug to the client.
  9. 一种计算机可读的存储介质,其中,所述计算机可读的存储介质包括存储的程序,其中,所述程序运行时执行以下步骤:A computer-readable storage medium, wherein the computer-readable storage medium includes a stored program, wherein the following steps are performed when the program is run:
    接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;Receive a medical consultation form sent by the client; wherein the medical consultation form includes prescription information and patient information;
    根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合;Obtain corresponding drug order information according to the prescription information, and the drug order information includes a drug set of one or more target drugs;
    若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;If the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein the drug cache space is stored on a distributed storage node, and the The distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm;
    若否,从药品信息数据库中读取所述当前目标药品的药品属性信息;If not, read the drug attribute information of the current target drug from the drug information database;
    将所述当前目标药品的药品属性信息返回至所述客户端。Return the drug attribute information of the current target drug to the client.
  10. 根据权利要求9所述的计算机可读的存储介质,其中,所述计算机可读的存储介质中存储的程序运行时,在执行根据所述处方信息获取对应的药品订单信息之后,还执行以下步骤:The computer-readable storage medium according to claim 9, wherein when the program stored in the computer-readable storage medium is run, after obtaining the corresponding drug order information according to the prescription information, the following steps are also performed: :
    获取所述药品集合中每个目标药品的唯一标识SKUID;Obtain the unique identifier SKUID of each target drug in the drug collection;
    根据所述当前目标药品的SKUID,从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。According to the SKUID of the current target drug, query whether the drug attribute information of the current target drug is stored in the drug cache space.
  11. 根据权利要求10所述的计算机可读的存储介质,其中,所述计算机可读的存储介质中存储的程序运行时,还执行以下步骤:The computer-readable storage medium according to claim 10, wherein when the program stored in the computer-readable storage medium is run, the following steps are also performed:
    对所述当前目标药品的SKUID进行加密,将加密结果作为与所述当前目标药品的键值对中的键,所述键值对中的键值包括所述问诊咨询表单和所述当前目标药品的药品属性信息;Encrypt the SKUID of the current target drug, and use the encryption result as the key in the key-value pair with the current target drug. The key value in the key-value pair includes the consultation form and the current target. Drug attribute information of drugs;
    根据所述当前目标药品对应的键,从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。According to the key corresponding to the current target drug, query whether the drug attribute information of the current target drug is stored in the drug cache space.
  12. 根据权利要求11所述的计算机可读的存储介质,其中,所述计算机可读的存储介质中存储的程序运行时,执行根据所述当前目标药品对应的键,从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息时,具体包括:The computer-readable storage medium according to claim 11, wherein when the program stored in the computer-readable storage medium is run, it executes a query from the drug cache space according to the key corresponding to the current target drug. Whether to store the drug attribute information of the current target drug specifically includes:
    将所述当前目标药品对应的键进行解密,得到所述当前目标药品的SKUID;Decrypt the key corresponding to the current target drug to obtain the SKUID of the current target drug;
    根据所述SKUID从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。Query whether to store the drug attribute information of the current target drug from the drug cache space according to the SKUID.
  13. 根据权利要求9所述的计算机可读的存储介质,其中,所述述计算机可读的存储介质中存储的程序运行时,还执行以下步骤:The computer-readable storage medium according to claim 9, wherein when the program stored in the computer-readable storage medium is run, the following steps are also performed:
    将从所述药品信息数据库中读取的所述当前目标药品的药品属性信息,存储至所述药品缓存空间中。The drug attribute information of the current target drug read from the drug information database is stored in the drug cache space.
  14. 根据权利要求9所述的计算机可读的存储介质,其中,所述计算机可读的存储介质包括存储的程序运行时,还执行以下步骤:The computer-readable storage medium of claim 9, wherein the computer-readable storage medium includes a stored program runtime, further performing the following steps:
    基于装饰者模式将多个问诊类别属性进行封装后得到表单创建函数;Based on the decorator pattern, multiple consultation category attributes are encapsulated to obtain the form creation function;
    根据所述问诊人信息中的人员属性,调用预先创建的表单创建函数获取与所述人员属性匹配的目标问诊类别属性;According to the person attributes in the interviewer information, call the pre-created form creation function to obtain the target consultation category attributes that match the person attributes;
    将所述目标问诊类别属性发送至所述客户端进行显示。Send the target consultation category attribute to the client for display.
  15. 一种电子设备,包括存储器和处理器,其中,所述存储器中存储有计算机程序,所述处理器被设置为通过所述计算机程序执行如下步骤:An electronic device includes a memory and a processor, wherein a computer program is stored in the memory, and the processor is configured to perform the following steps through the computer program:
    接收客户端发送的问诊咨询表单;其中,所述问诊咨询表单中包括处方信息和问诊人信息;Receive a medical consultation form sent by the client; wherein the medical consultation form includes prescription information and patient information;
    根据所述处方信息获取对应的药品订单信息,所述药品订单信息中包括一个或多个目标药品的药品集合;Obtain corresponding drug order information according to the prescription information, where the drug order information includes a drug set of one or more target drugs;
    若药品缓存空间存储有当前目标药品的药品属性信息,从所述药品缓存空间中读取所述当前目标药品的药品属性信息;其中,所述药品缓存空间存储在分布式存储节点上,所述分布式存储节点为经哈希算法映射到预设哈希环的存储节点;If the drug cache space stores drug attribute information of the current target drug, read the drug attribute information of the current target drug from the drug cache space; wherein the drug cache space is stored on a distributed storage node, and the The distributed storage node is a storage node mapped to a preset hash ring through a hash algorithm;
    若否,从药品信息数据库中读取所述当前目标药品的药品属性信息;If not, read the drug attribute information of the current target drug from the drug information database;
    将所述当前目标药品的药品属性信息返回至所述客户端。Return the drug attribute information of the current target drug to the client.
  16. 根据权利要求15所述的电子设备,其中,所述处理器在执行根据所述处方信息获 取对应的药品订单信息之后,还执行以下步骤:The electronic device according to claim 15, wherein, after the processor obtains the corresponding drug order information according to the prescription information, it also performs the following steps:
    获取所述药品集合中每个目标药品的唯一标识SKUID;Obtain the unique identifier SKUID of each target drug in the drug collection;
    根据所述当前目标药品的SKUID,从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。According to the SKUID of the current target drug, query whether the drug attribute information of the current target drug is stored in the drug cache space.
  17. 根据权利要求16所述的电子设备,其中,所述处理器还执行以下步骤:The electronic device of claim 16, wherein the processor further performs the following steps:
    对所述当前目标药品的SKUID进行加密,将加密结果作为与所述当前目标药品的键值对中的键,所述键值对中的键值包括所述问诊咨询表单和所述当前目标药品的药品属性信息;Encrypt the SKUID of the current target drug, and use the encryption result as the key in the key-value pair with the current target drug. The key value in the key-value pair includes the consultation form and the current target. Drug attribute information of drugs;
    根据所述当前目标药品对应的键,从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。According to the key corresponding to the current target drug, query whether the drug attribute information of the current target drug is stored in the drug cache space.
  18. 根据权利要求17所述的电子设备,其中,所述处理器执行根据所述当前目标药品对应的键,从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息时,具体包括:The electronic device according to claim 17, wherein when the processor queries whether to store the drug attribute information of the current target drug from the drug cache space according to the key corresponding to the current target drug, it specifically includes: :
    将所述当前目标药品对应的键进行解密,得到所述当前目标药品的SKUID;Decrypt the key corresponding to the current target drug to obtain the SKUID of the current target drug;
    根据所述SKUID从所述药品缓存空间中查询是否存储所述当前目标药品的药品属性信息。Query whether to store the drug attribute information of the current target drug from the drug cache space according to the SKUID.
  19. 根据权利要求15所述的电子设备,其中,所述处理器还执行以下步骤:The electronic device of claim 15, wherein the processor further performs the following steps:
    将从所述药品信息数据库中读取的所述当前目标药品的药品属性信息,存储至所述药品缓存空间中。The drug attribute information of the current target drug read from the drug information database is stored in the drug cache space.
  20. 根据权利要求15所述的电子设备,其中,所述处理器还执行以下步骤:The electronic device of claim 15, wherein the processor further performs the following steps:
    基于装饰者模式将多个问诊类别属性进行封装后得到表单创建函数;Based on the decorator pattern, multiple consultation category attributes are encapsulated to obtain the form creation function;
    根据所述问诊人信息中的人员属性,调用预先创建的表单创建函数获取与所述人员属性匹配的目标问诊类别属性;According to the person attributes in the interviewer information, call the pre-created form creation function to obtain the target consultation category attributes that match the person attributes;
    将所述目标问诊类别属性发送至所述客户端进行显示。Send the target consultation category attribute to the client for display.
PCT/CN2022/121219 2022-06-27 2022-09-26 Data processing method and apparatus for inquiry system, and electronic device WO2024000858A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202210737146.9A CN115101219A (en) 2022-06-27 2022-06-27 Data processing method and device of inquiry system and electronic equipment
CN202210737146.9 2022-06-27

Publications (1)

Publication Number Publication Date
WO2024000858A1 true WO2024000858A1 (en) 2024-01-04

Family

ID=83295751

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/121219 WO2024000858A1 (en) 2022-06-27 2022-09-26 Data processing method and apparatus for inquiry system, and electronic device

Country Status (2)

Country Link
CN (1) CN115101219A (en)
WO (1) WO2024000858A1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115101219A (en) * 2022-06-27 2022-09-23 康键信息技术(深圳)有限公司 Data processing method and device of inquiry system and electronic equipment

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8589186B1 (en) * 2010-11-01 2013-11-19 Walgreen Co. Systems and methods for determining pharmaceutical consultation compliance
US20150112723A1 (en) * 2013-10-21 2015-04-23 Therigy, LLC Specialty Medication Management and Referral Tracking System
CN109547214A (en) * 2018-12-26 2019-03-29 成都健数科技有限公司 A kind of drug information acquisition method for tracing
CN109783522A (en) * 2019-01-08 2019-05-21 郑州云海信息技术有限公司 A kind of data distribution formula caching method, system, equipment and computer storage medium
CN111291079A (en) * 2020-02-20 2020-06-16 京东数字科技控股有限公司 Data query method and device
WO2021237630A1 (en) * 2020-05-29 2021-12-02 深圳市欢太科技有限公司 Multi-key-value command processing method and apparatus, and electronic device and storage medium
CN114595380A (en) * 2022-02-14 2022-06-07 北京三快在线科技有限公司 Medicine recommendation method and device, electronic equipment and storage medium
CN115101219A (en) * 2022-06-27 2022-09-23 康键信息技术(深圳)有限公司 Data processing method and device of inquiry system and electronic equipment

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8589186B1 (en) * 2010-11-01 2013-11-19 Walgreen Co. Systems and methods for determining pharmaceutical consultation compliance
US20150112723A1 (en) * 2013-10-21 2015-04-23 Therigy, LLC Specialty Medication Management and Referral Tracking System
CN109547214A (en) * 2018-12-26 2019-03-29 成都健数科技有限公司 A kind of drug information acquisition method for tracing
CN109783522A (en) * 2019-01-08 2019-05-21 郑州云海信息技术有限公司 A kind of data distribution formula caching method, system, equipment and computer storage medium
CN111291079A (en) * 2020-02-20 2020-06-16 京东数字科技控股有限公司 Data query method and device
WO2021237630A1 (en) * 2020-05-29 2021-12-02 深圳市欢太科技有限公司 Multi-key-value command processing method and apparatus, and electronic device and storage medium
CN114595380A (en) * 2022-02-14 2022-06-07 北京三快在线科技有限公司 Medicine recommendation method and device, electronic equipment and storage medium
CN115101219A (en) * 2022-06-27 2022-09-23 康键信息技术(深圳)有限公司 Data processing method and device of inquiry system and electronic equipment

Also Published As

Publication number Publication date
CN115101219A (en) 2022-09-23

Similar Documents

Publication Publication Date Title
US11882099B1 (en) Trusted tunnel bridge
US11233779B2 (en) Wireless credential sharing
CA3023831C (en) Distributed data access control
CN109067732B (en) Internet of things equipment, data access system, method and computer readable storage medium
CN111343048B (en) Pressure testing method and device, computer device and storage medium
CN108038128B (en) Retrieval method, system, terminal equipment and storage medium of encrypted file
WO2020220536A1 (en) Data backup method and device, and computer readable storage medium
WO2024000858A1 (en) Data processing method and apparatus for inquiry system, and electronic device
CN111241559A (en) Training model protection method, device, system, equipment and computer storage medium
JP5806167B2 (en) Service providing system, service computer, and terminal
WO2019001510A1 (en) Application information processing and downloading method, server, client and terminal device
CN110928681A (en) Data processing method and device, storage medium and electronic device
CN114625976A (en) Data recommendation method, device, equipment and medium based on federal learning
TW202321962A (en) Sample alignment method, device and equipment, and storage medium
JP6263547B2 (en) Third-party communication to social networking system users using user descriptors
CN115766313A (en) Audio-visual system control method, equipment and storage medium
US11800168B2 (en) Generic streaming media device configured as set top box
CN113744852B (en) Medical data management system, method, server and client device
CA3068320C (en) Generation of data configurations for a multiple application service and multiple storage service environment
WO2021139319A1 (en) Multi-platform permissions unified management method and apparatus, terminal, and storage medium
WO2019214067A1 (en) Method and device for user communication on blockchain, terminal device and storage medium
CN113486385B (en) Jewelry sharing method, device, equipment and storage medium based on block chain
CN113395262B (en) Multi-terminal information sharing method and device, computer equipment and storage medium
WO2023142072A1 (en) Encryption configuration method and apparatus, and device, storage medium and program product
WO2021114180A1 (en) Information filtering method, device, and server

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22948947

Country of ref document: EP

Kind code of ref document: A1