CN113707346B - Novel online inquiry system and method based on Internet hospital - Google Patents

Novel online inquiry system and method based on Internet hospital Download PDF

Info

Publication number
CN113707346B
CN113707346B CN202111026316.4A CN202111026316A CN113707346B CN 113707346 B CN113707346 B CN 113707346B CN 202111026316 A CN202111026316 A CN 202111026316A CN 113707346 B CN113707346 B CN 113707346B
Authority
CN
China
Prior art keywords
information
inquiry
inquiry information
client
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202111026316.4A
Other languages
Chinese (zh)
Other versions
CN113707346A (en
Inventor
谢方敏
周峰
蒋重灏
李家伟
张忠豹
兰志宏
李里
唐国安
张海强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Fangzhou Information Technology Co ltd
Original Assignee
Guangzhou Fangzhou Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangzhou Fangzhou Information Technology Co ltd filed Critical Guangzhou Fangzhou Information Technology Co ltd
Priority to CN202111026316.4A priority Critical patent/CN113707346B/en
Publication of CN113707346A publication Critical patent/CN113707346A/en
Application granted granted Critical
Publication of CN113707346B publication Critical patent/CN113707346B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/44Program or device authentication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/547Messaging middleware
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/548Queue

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Biomedical Technology (AREA)
  • Pathology (AREA)
  • Epidemiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Public Health (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to a novel online inquiry system and a novel online inquiry method based on an internet hospital, which are characterized in that an authentication module is used for obtaining ID information of a user and carrying out identity verification on the user in an IM server, an inquiry information processing module is used for obtaining inquiry information to be transmitted after the identity verification is successful, a preset information processing model is called to extract key information in the inquiry information, whether the inquiry information to be transmitted meets preset requirements or not is judged according to the key information, when the inquiry information meeting the preset requirements is met by an information transfer module, the preprocessed information is sent to a corresponding IM client based on the IM client information, the instant transmission of the inquiry information is realized based on IM communication, and the inquiry efficiency is improved.

Description

Novel online inquiry system and method based on Internet hospital
Technical Field
The invention relates to the technical field of computers, in particular to a novel online inquiry system and a novel online inquiry method based on an internet hospital.
Background
With the popularization of internet medical science and technology, the system for on-line inquiry can realize the business execution functions of doctor interface appointment, medical information feedback based on consultation for seeing a doctor, medical data auditing and the like. However, the existing inquiry method generally needs to transmit inquiry information by means of a third-party SDK, and the transmission efficiency is low.
Disclosure of Invention
The embodiment of the application provides a novel online inquiry system and method based on an internet hospital, which can transmit inquiry information in real time and improve inquiry efficiency.
In a first aspect of the embodiments of the present application, a novel online inquiry system based on an internet hospital is provided, including:
the authentication module is used for responding to a login request of a user, acquiring ID information of the user and carrying out identity verification on the user in the IM server;
the inquiry information processing module is used for acquiring inquiry information to be transmitted after the identity authentication is successful, calling a preset information processing model to extract key information in the inquiry information, and judging whether the inquiry information to be transmitted meets preset requirements or not according to the key information; wherein the key information comprises IM client information;
and the information transfer module is used for sending the preprocessed information to the corresponding IM client based on the IM client information if the inquiry information meets the preset requirement.
In one embodiment, the preset information processing model includes:
the keyword acquisition module is used for acquiring keyword information in the inquiry information;
the receiving detection module is used for detecting whether the inquiry information contains the received IM client information;
and the authority detection module is used for acquiring the authority information contained in the inquiry information and judging whether the current user has the authority for sending the inquiry information or not according to the authority information.
In one embodiment, the interrogation information processing module comprises:
the judging module is used for judging whether the inquiry information to be transmitted meets a preset requirement or not according to the keyword information, the detection information of the receiving detection module and the detection information of the permission detection module, and storing the inquiry information to be transmitted to a database when the inquiry information to be transmitted meets the preset requirement; and when the inquiry information to be transmitted does not meet the preset requirement, feeding back an abnormal prompt signal to the IM client side which sends the inquiry information.
In one embodiment, the information flow module comprises:
the queuing module is used for putting the inquiry information to be transmitted into a preset kafka message queue;
and the transmission module is used for calling the inquiry information in the kafka message queue and sending the preprocessed information to the corresponding IM client based on the Google remote calling technology and the IM client information.
In one embodiment, the system further comprises a gateway module, wherein the gateway module is used for establishing connection with the Android client, the iOS client and/or the webpage client.
In one embodiment, the transmission module sends the preprocessed information to the corresponding IM client through the gateway module.
In one embodiment, the system further comprises a load balancing module, and the load balancing module is configured to limit the transmission rate of the transmission module according to the number of connections of the gateway module.
In a second aspect of the embodiments of the present application, a novel online inquiry method based on an internet hospital is provided, which includes the following steps:
responding to a login request of a user, acquiring ID information of the user and carrying out identity authentication on the user in an IM server;
acquiring inquiry information to be transmitted after the identity authentication is successful, calling a preset information processing model to extract key information in the inquiry information, and judging whether the inquiry information to be transmitted meets preset requirements or not according to the key information; wherein the key information comprises IM client information;
and if the inquiry information meets the preset requirement, sending the preprocessed information to the corresponding IM client based on the IM client information.
In a third aspect of the embodiments of the present application, there is provided a computer-readable storage medium, on which a computer program is stored, wherein the computer program, when executed by a processor, implements the steps of the novel internet hospital-based online inquiry method according to any one of the above.
In a fourth aspect of the embodiments of the present application, there is provided a computer device, including a memory, a processor, and a computer program stored in the memory and executable by the processor, wherein the processor, when executing the computer program, implements the steps of the novel internet hospital-based online inquiry method according to any one of the above.
In the embodiment of the application, the ID information of a user is acquired by using the authentication module, the identity of the user is verified in the IM server, the inquiry information to be transmitted is acquired by using the inquiry information processing module after the identity is successfully verified, the key information in the inquiry information is extracted by calling the preset information processing model, whether the inquiry information to be transmitted meets the preset requirement or not is judged according to the key information, when the inquiry information meets the preset requirement by using the information transfer module, the preprocessed information is sent to the corresponding IM client based on the IM client information, the instant transmission of the inquiry information is realized based on the IM communication, and the inquiry efficiency is improved.
For a better understanding and practice, the invention is described in detail below with reference to the accompanying drawings.
Drawings
FIG. 1 is a schematic diagram of a novel Internet hospital-based online interrogation system according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of a novel Internet hospital-based online interrogation system according to another embodiment of the present invention;
fig. 3 is a flowchart of a novel internet hospital-based online inquiry method according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
It should be understood that the embodiments described are only some embodiments of the present application, and not all embodiments. All other examples, which can be obtained by a person skilled in the art without making any inventive step based on the embodiments in the present application, belong to the scope of protection of the embodiments in the present application.
The terminology used in the embodiments of the present application is for the purpose of describing particular embodiments only and is not intended to be limiting of the embodiments of the present application. As used in the examples of this application and the appended claims, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items.
When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present application. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the application, as detailed in the appended claims. In the description of the present application, it is to be understood that the terms "first," "second," "third," and the like are used solely to distinguish one from another and are not necessarily used to describe a particular order or sequence, nor are they to be construed as indicating or implying relative importance. The specific meaning of the above terms in the present application can be understood by those of ordinary skill in the art as appropriate.
In addition, in the description of the present application, "a plurality" means two or more unless otherwise specified. "and/or" describes the association relationship of the associated objects, meaning that there may be three relationships, e.g., a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship.
The utility model provides a novel online inquiry system based on internet hospital, including IM customer end and IM server. The IM client and the IM server refer to a communication system for instant sending and receiving internet messages based on an instant communication technology, wherein the IM client and the IM server may communicate one to one, or communicate many to one or many to many.
The IM client is used for obtaining a login request and inquiry information of a user and sending the login request and the inquiry information to the IM server through a network, the IM server carries out identity verification on the user, calls a preset information processing model to extract key information in the inquiry information, judges whether the inquiry information to be transmitted meets preset requirements or not according to the key information, and sends the preprocessed information to the corresponding IM client when the inquiry information meets the preset requirements.
The IM client may be various personal computers, notebook computers, smart phones, tablet computers, portable wearable devices, or other devices that can communicate with the IM server via a network, and the IM server may be an independent server or a server cluster formed by a plurality of servers.
As shown in fig. 1, the present invention provides a novel online inquiry system based on an internet hospital, comprising:
the authentication module 1 is used for responding to a login request of a user, acquiring ID information of the user and carrying out identity verification on the user in the IM server;
the inquiry information processing module 2 is configured to obtain inquiry information to be transmitted after the identity authentication is successful, call a preset information processing model to extract key information in the inquiry information, and judge whether the inquiry information to be transmitted meets preset requirements according to the key information; wherein the key information comprises IM client information;
the preset information processing model may be a key information extraction algorithm pre-stored by the user, and the key information to be extracted may be set according to the user's requirement, for example, may be set to obtain keywords related to diseases, received IM client information, or permission information.
In one embodiment, the preset information processing model includes:
the keyword acquisition module is used for acquiring keyword information in the inquiry information;
the receiving detection module is used for detecting whether the inquiry information contains the received IM client information;
and the authority detection module is used for acquiring the authority information contained in the inquiry information and judging whether the current user has the authority for sending the inquiry information or not according to the authority information.
The inquiry information processing module specifically comprises:
the judging module is used for judging whether the inquiry information to be transmitted meets a preset requirement or not according to the key information and the detection information of the receiving detection module and the permission detection module, and storing the inquiry information to be transmitted to a database when the inquiry information to be transmitted meets the preset requirement; and when the inquiry information to be transmitted does not meet the preset requirement, feeding back an abnormal prompt signal to the IM client side sending the inquiry information.
The keyword obtaining module may be preset with a keyword extraction algorithm for obtaining keyword information, and the reception detecting module may be preset with a detection algorithm for detecting whether the IM client information is available.
In the embodiment of the application, when the current user is detected to have the authority of sending the inquiry information, the inquiry information to be transmitted is stored in the database, and when the current user is detected to have the authority of sending the inquiry information and the inquiry information is detected to contain the received IM client information, the inquiry information is sent to the information circulation module for information circulation.
And the information transfer module 3 is used for sending the preprocessed information to the corresponding IM client based on the IM client information if the inquiry information meets the preset requirement.
In one embodiment, the information flow module comprises:
the queuing module is used for putting the inquiry information to be transmitted into a preset kafka message queue;
and the transmission module is used for calling the inquiry information in the kafka message queue and sending the preprocessed information to the corresponding IM client based on the Google remote calling technology and the IM client information.
The Google remote calling technology (Grpc) is a set of remote procedure calling framework developed by Google, can be used for communication between application programs, and is also suitable for communication between a client and a server. In the embodiment of the application, the modules are communicated by adopting a Google remote calling technology so as to improve the information transmission efficiency.
Kafka is a message transport that asynchronously transfers messages between a client application and a messaging system based on message queues. In the embodiment of the application, the inquiry information to be transmitted is stored in the kafka message queue, and then the inquiry information in the kafka message queue is called by the transmission module to realize asynchronous pushing of the inquiry information, so that data loss is avoided, and the reliability of data transmission is improved.
In the embodiment of the application, the ID information of a user is acquired by using the authentication module, the identity of the user is verified in the IM server, the inquiry information to be transmitted is acquired by using the inquiry information processing module after the identity is successfully verified, the key information in the inquiry information is extracted by calling the preset information processing model, whether the inquiry information to be transmitted meets the preset requirement or not is judged according to the key information, when the inquiry information meets the preset requirement by using the information transfer module, the preprocessed information is sent to the corresponding IM client based on the IM client information, the instant transmission of the inquiry information is realized based on the IM communication, and the inquiry efficiency is improved.
In one embodiment, the novel internet hospital-based online inquiry system further comprises a gateway module for establishing connection with the Android client, the iOS client and/or the web page client.
The web client may include web pages based on HTML/HTML5/Vue/CSS 3.
Specifically, the gateway module may search for corresponding client information in the IM server according to the ID information, and establish a communication connection between the IM client and the IM client, or between the IM client and the server according to the client information.
In one embodiment, the transmission module sends the preprocessed information to the corresponding IM client through the gateway module.
In one embodiment, the system further comprises a load balancing module, and the load balancing module is configured to limit the transmission rate of the transmission module according to the number of connections of the gateway module.
Specifically, the load balancing module may limit the number of messages transmitted by the transmission module at each time or limit the number of objects transmitted by the transmission module, so as to limit the data transmission rate, thereby ensuring the stability of the system. In other embodiments, the load balancing module may also be used for service management such as service discovery and service registration.
As shown in fig. 2, which is a schematic structural diagram of a novel online inquiry system based on an internet hospital in an embodiment, the system includes a gateway module, a service processing module, a third server access module, an information circulation module, and a load balancing module.
The business processing module comprises an authentication module and an inquiry information processing module, and is connected with the database. The third server access module can be used for accessing a third-party server so as to respond to a request signal of the third-party server for service processing, and the gateway module comprises three socket/websocket gateway layers.
As shown in fig. 3, an embodiment of the present application further provides a novel online inquiry method based on an internet hospital, including the following steps:
step S1: responding to a login request of a user, acquiring ID information of the user and carrying out identity authentication on the user in an IM server;
step S2: acquiring inquiry information to be transmitted after the identity authentication is successful, calling a preset information processing model to extract key information in the inquiry information, and judging whether the inquiry information to be transmitted meets preset requirements or not according to the key information;
step S3: and if the inquiry information meets the preset requirement, sending the preprocessed information to the corresponding IM client based on the IM client information.
In one embodiment, the step of calling a preset information processing model to extract key information in the inquiry information includes:
acquiring keyword information in the inquiry information;
detecting whether the inquiry information contains received IM client information;
and acquiring authority information contained in the inquiry information, and judging whether the current user has the authority to send the inquiry information or not according to the authority information.
In one embodiment, the step of determining whether the inquiry information to be transmitted meets preset requirements according to the key information includes:
judging whether the inquiry information to be transmitted meets preset requirements or not according to the keyword information, the received IM client information and the permission information;
when the inquiry information to be transmitted meets the preset requirement, storing the inquiry information to be transmitted to a database; and when the inquiry information to be transmitted does not meet the preset requirement, feeding back an abnormal prompt signal to the IM client side sending the inquiry information.
In one embodiment, the step of sending the preprocessed information to the corresponding IM client specifically includes:
putting the inquiry information to be transmitted into a preset kafka message queue;
and calling inquiry information in the kafka message queue, and sending the preprocessed information to a corresponding IM client based on Google remote calling technology and the IM client information.
In one embodiment, the method further comprises the following steps:
and establishing connection with the Android client, the iOS client and/or the webpage client by utilizing the gateway module.
In one embodiment, the step of sending the preprocessed information to the corresponding IM client includes:
and sending the preprocessed information to a corresponding IM client through the gateway module.
In one embodiment, the method further comprises the following steps:
and limiting the transmission rate of the transmission module by using a load balancing module according to the connection number of the gateway module.
It should be noted that the novel online inquiry method based on the internet hospital is implemented based on the novel online inquiry system based on the internet hospital in the above embodiments, the novel online inquiry method based on the internet hospital and the novel online inquiry system based on the internet hospital belong to the same concept, and the specific implementation process thereof is described in detail in the system embodiment and is not described herein again.
The embodiment of the present application further provides a computer-readable storage medium, on which a computer program is stored, wherein the computer program, when executed by a processor, implements the steps of the novel internet hospital-based online inquiry method according to any one of the above-mentioned embodiments.
Embodiments of the present application may take the form of a computer program product embodied on one or more storage media including, but not limited to, disk storage, CD-ROM, optical storage, and the like, in which program code is embodied. Computer readable storage media, which include both non-transitory and non-transitory, removable and non-removable media, may implement any method or technology for storage of information. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of the storage medium of the computer include, but are not limited to: phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technologies, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other non-transmission medium may be used to store information that may be accessed by a computing device.
The embodiment of the present application further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and executable by the processor, wherein the processor implements the steps of the novel internet hospital-based online inquiry method according to any one of the above mentioned methods when executing the computer program.
The present invention is not limited to the above-described embodiments, and various modifications and variations of the present invention are intended to be included within the scope of the claims and the equivalent technology of the present invention if they do not depart from the spirit and scope of the present invention.

Claims (8)

1. A novel online inquiry system based on an Internet hospital is characterized by comprising:
the authentication module is used for responding to a login request of a user, acquiring ID information of the user and carrying out identity verification on the user in the IM server;
the inquiry information processing module is used for acquiring inquiry information to be transmitted after the identity authentication is successful, calling a preset information processing model to extract key information in the inquiry information, and judging whether the inquiry information to be transmitted meets preset requirements or not according to the key information; wherein the key information comprises IM client information and keywords related to diseases; the preset information processing model comprises:
the keyword acquisition module is used for acquiring keyword information in the inquiry information;
the receiving detection module is used for detecting whether the inquiry information contains the received IM client information;
the authority detection module is used for acquiring authority information contained in the inquiry information, judging whether the current user has the authority to send the inquiry information according to the authority information, and storing the inquiry information into a database when the current user has the authority to send the inquiry information; when the current user has the right to send the inquiry information and the key information contains the received IM client information, sending the inquiry information to an information circulation module;
the information transfer module is used for placing the inquiry information to be transmitted into a preset kafka message queue if the inquiry information meets preset requirements; and calling inquiry information in the kafka message queue, and sending the preprocessed information to the corresponding IM client based on Google remote calling technology and the IM client information.
2. The internet hospital-based novel online inquiry system according to claim 1, wherein said inquiry information processing module comprises:
the judging module is used for judging whether the inquiry information to be transmitted meets a preset requirement or not according to the keyword information, the detection information of the receiving detection module and the detection information of the permission detection module, and storing the inquiry information to be transmitted to a database when the inquiry information to be transmitted meets the preset requirement; and when the inquiry information to be transmitted does not meet the preset requirement, feeding back an abnormal prompt signal to the IM client side sending the inquiry information.
3. The novel internet hospital based on-line interrogation system according to claim 2, further comprising a gateway module for establishing connection with an Android client, an iOS client and/or a web client.
4. The novel online inquiry and consultation system based on internet hospitals according to claim 3, characterized in that a transmission module transmits said preprocessed information to a corresponding IM client through said gateway module.
5. The novel internet hospital based on-line interrogation system according to claim 4, further comprising a load balancing module for limiting the transmission rate of the transmission module according to the number of connections of the gateway module.
6. A novel online inquiry method based on an Internet hospital is characterized by comprising the following steps:
responding to a login request of a user, acquiring ID information of the user and carrying out identity authentication on the user in an IM server;
acquiring inquiry information to be transmitted after the identity authentication is successful, calling a preset information processing model to extract key information in the inquiry information, and judging whether the inquiry information to be transmitted meets preset requirements or not according to the key information; wherein the key information comprises IM client information and keywords related to diseases; the preset information processing model comprises:
the keyword acquisition module is used for acquiring keyword information in the inquiry information;
the receiving detection module is used for detecting whether the inquiry information contains the received IM client information;
the authority detection module is used for acquiring authority information contained in the inquiry information, judging whether the current user has the authority to send the inquiry information according to the authority information, and storing the inquiry information into a database when the current user has the authority to send the inquiry information; when the current user has the right to send the inquiry information and the key information contains the received IM client information, sending the inquiry information to an information circulation module;
if the inquiry information meets the preset requirement, putting the inquiry information to be transmitted into a preset kafka message queue; and calling inquiry information in the kafka message queue, and sending the preprocessed information to the corresponding IM client based on Google remote calling technology and the IM client information.
7. A computer-readable storage medium having stored thereon a computer program, characterized in that: the computer program when executed by a processor implements the steps of the novel internet hospital-based on-line interrogation method of claim 6.
8. A computer device, characterized by: comprising a memory, a processor and a computer program stored in said memory and executable by said processor, said processor implementing the steps of the novel internet hospital-based on-line interrogation method according to claim 6 when executing said computer program.
CN202111026316.4A 2021-09-02 2021-09-02 Novel online inquiry system and method based on Internet hospital Active CN113707346B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111026316.4A CN113707346B (en) 2021-09-02 2021-09-02 Novel online inquiry system and method based on Internet hospital

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111026316.4A CN113707346B (en) 2021-09-02 2021-09-02 Novel online inquiry system and method based on Internet hospital

Publications (2)

Publication Number Publication Date
CN113707346A CN113707346A (en) 2021-11-26
CN113707346B true CN113707346B (en) 2022-06-14

Family

ID=78657393

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111026316.4A Active CN113707346B (en) 2021-09-02 2021-09-02 Novel online inquiry system and method based on Internet hospital

Country Status (1)

Country Link
CN (1) CN113707346B (en)

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
BRPI0621920A2 (en) * 2006-08-15 2012-07-24 Zte Corp local port network storage system and its network access method
US10585682B2 (en) * 2016-08-05 2020-03-10 Oracle International Corporation Tenant self-service troubleshooting for a multi-tenant identity and data security management cloud service
CN109036545B (en) * 2018-05-31 2023-04-18 平安医疗科技有限公司 Medical information processing method, apparatus, computer device and storage medium
CN109256217B (en) * 2018-07-30 2023-05-02 贵阳朗玛信息技术股份有限公司 Internet-based remote inquiry system and method
CN110634578A (en) * 2019-09-16 2019-12-31 重庆百行智能数据科技研究院有限公司 Remote intelligent inquiry method
CN111343168B (en) * 2020-02-19 2022-01-28 深圳壹账通智能科技有限公司 Identity authentication method and device, computer equipment and readable storage medium
CN112037903B (en) * 2020-08-31 2023-08-15 康键信息技术(深圳)有限公司 Online inquiry and medicine-making system

Also Published As

Publication number Publication date
CN113707346A (en) 2021-11-26

Similar Documents

Publication Publication Date Title
CN109040316B (en) HTTP service processing method and device
CN104580406B (en) A kind of method and apparatus of synchronous logging state
US20120094637A1 (en) Mobile Messaging Message Notifications Processing
CN103999120A (en) Sharing user information with proximate devices
CN107294832B (en) Method and device for adding friends
CN106992975B (en) Malicious website identification method and device
US20150264095A1 (en) Web service push method and web service push server and web service providing server performing same
US20150106879A1 (en) Data recovery method, device and system using same
WO2015017481A1 (en) Messaging api over http protocol to establish context for data exchange
WO2015014310A1 (en) Method, apparatus, and server for displaying information
CN108549586B (en) Information processing method and device
CN110851818A (en) Verification code display method and device, computer equipment and readable storage medium
CN103001934A (en) Terminal application login method and terminal application login system
CN110233843B (en) User request processing method and device
CN109032920A (en) A kind of method and device for being tested protocol interface
CN112260933B (en) Communication method, communication device, electronic equipment and medium
CN114095463B (en) Data processing method, device, equipment and medium based on instant messaging
RU121946U1 (en) AUTOMATED LAST INSTANCE SOCIAL AUTHENTICATION SYSTEM
CN113707346B (en) Novel online inquiry system and method based on Internet hospital
US20170155711A1 (en) Processing Requests
US20220311766A1 (en) Sensor-based authentication, notification, and assistance systems
CN114390452B (en) Message sending method and related equipment
CN107730380B (en) Method, system and server for processing joint account
US9785711B2 (en) Online location sharing through an internet service search engine
KR20150072680A (en) Apparatus and Method for managing Safety Number

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP02 Change in the address of a patent holder

Address after: Room 206-208, Building 4, No. 2 Tiantai 1st Road, Huangpu District, Guangzhou City, Guangdong Province, 510700

Patentee after: Guangzhou Fangzhou Information Technology Co.,Ltd.

Address before: 510700 room 1005, No. 118, banhe Road, Huangpu District, Guangzhou, Guangdong

Patentee before: Guangzhou Fangzhou Information Technology Co.,Ltd.

CP02 Change in the address of a patent holder