Movatterモバイル変換


[0]ホーム

URL:


CN111816301A - Medical inquiry assisting method, device, electronic equipment and medium - Google Patents

Medical inquiry assisting method, device, electronic equipment and medium
Download PDF

Info

Publication number
CN111816301A
CN111816301ACN202010645468.1ACN202010645468ACN111816301ACN 111816301 ACN111816301 ACN 111816301ACN 202010645468 ACN202010645468 ACN 202010645468ACN 111816301 ACN111816301 ACN 111816301A
Authority
CN
China
Prior art keywords
disease
entity
text
information
target
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.)
Granted
Application number
CN202010645468.1A
Other languages
Chinese (zh)
Other versions
CN111816301B (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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co LtdfiledCriticalPing An Technology Shenzhen Co Ltd
Priority to CN202010645468.1ApriorityCriticalpatent/CN111816301B/en
Priority to PCT/CN2020/111914prioritypatent/WO2021114736A1/en
Publication of CN111816301ApublicationCriticalpatent/CN111816301A/en
Application grantedgrantedCritical
Publication of CN111816301BpublicationCriticalpatent/CN111816301B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

The invention relates to artificial intelligence and provides a medical inquiry assisting method, a medical inquiry assisting device, electronic equipment and a medium. The method can determine a user to be diagnosed, acquire illness state text information and illness state image information of the user to be diagnosed, identify entities in the illness state text information, obtain a target text entity, determine a first disease entity associated with the target text entity from a pre-constructed text knowledge graph, determine a second disease entity associated with the illness state image information from the pre-constructed image knowledge graph, fuse the first disease entity and the second disease entity to obtain a target set, determine the probability of each disease entity in the target set, determine the disease entity with the highest probability as a main disease of the user to be diagnosed, and determine candidate diseases of the user to be diagnosed from the target set according to the probability. The invention can improve the accuracy of the inquiry assistance. In addition, the invention also relates to a block chain technology, and the main disease and the candidate disease can be stored in the block chain.

Description

Medical inquiry assisting method, device, electronic equipment and medium
Technical Field
The invention relates to the technical field of artificial intelligence, in particular to a medical inquiry assisting method, a medical inquiry assisting device, electronic equipment and a medium.
Background
Because the existing disease diagnosis method mainly completes diagnosis according to personal experience of doctors, and simultaneously, more experienced and more qualified doctors are few, the existing disease diagnosis method cannot meet the large number of diagnosis requirements at present. With the rapid development of artificial intelligence and the development of hospital informatization, an intelligent auxiliary inquiry method is generated, however, the method only analyzes text information, ignores the analysis of image information (for example, electrocardiogram) in a medical scene, and thus results in low accuracy of inquiry assistance.
Disclosure of Invention
In view of the above, it is necessary to provide a medical inquiry assisting method, a medical inquiry assisting apparatus, an electronic device, and a medium, which can not only improve the accuracy of the inquiry assisting, but also improve the inquiry efficiency of medical staff.
A medical consultation assistance method, comprising:
when a medical inquiry auxiliary request is received, determining a user to be diagnosed according to the medical inquiry auxiliary request;
acquiring the illness state text information and the illness state image information of the user to be diagnosed;
identifying an entity in the disease condition text information to obtain a target text entity;
determining a first disease entity associated with the target text entity from a pre-constructed text knowledge-graph and a second disease entity associated with the condition image information from a pre-constructed image knowledge-graph;
fusing the first disease entity and the second disease entity to obtain a target set;
determining a probability for each disease entity in the target set;
and determining the disease entity with the maximum probability as the main disease of the user to be diagnosed, and determining the candidate disease of the user to be diagnosed from the target set according to the probability.
According to a preferred embodiment of the present invention, the determining the user to be diagnosed according to the medical inquiry diagnosis assistance request comprises:
acquiring any idle thread from the thread connection pool;
analyzing the method body of the medical inquiry auxiliary request by using any idle thread to obtain data information carried by the medical inquiry auxiliary request;
acquiring a preset label, and acquiring information corresponding to the preset label from the data information as an identification code;
and determining the user to be diagnosed by using the identification code.
According to a preferred embodiment of the present invention, the acquiring of the medical condition text information and the medical condition image information of the user to be diagnosed includes one or more of the following combinations:
downloading a file corresponding to the identification code from a first preset website as the disease condition text information, and downloading a file corresponding to the identification code from a second preset website as the disease condition image information; and/or
And identifying the medical record of the user to be diagnosed by using an optical character recognition algorithm to obtain the medical condition text information, and controlling a medical instrument to acquire the medical condition image information of the user to be diagnosed.
According to a preferred embodiment of the present invention, the identifying the entity in the condition text information to obtain the target text entity includes:
performing word segmentation processing on the illness state text information to obtain a plurality of words;
converting each word segmentation into a word vector, and combining the word vectors according to the sequence of each word segmentation in the disease condition text information to obtain a vector sequence corresponding to the disease condition text information;
performing feature extraction on the vector sequence by using a bidirectional long and short term memory network to obtain a first feature vector corresponding to each participle in a forward long and short term memory network and a second feature vector corresponding to each participle in a reverse long and short term memory network;
splicing the first feature vector and the second feature vector to obtain a target vector corresponding to each word segmentation;
multiplying each target vector by a preset weight matrix, and adding a preset offset value to obtain a score vector of each participle, wherein each element in the score vector represents the score of a corresponding label of each participle;
for each score vector, determining a label corresponding to the element with the highest score as a target label of each word segmentation to obtain a plurality of target labels in the illness state text information;
acquiring a target label corresponding to a symptom entity in a preset symptom library from the plurality of target labels as a first text entity, and acquiring a target label corresponding to a sign entity in a preset sign library from the plurality of target labels as a second text entity;
and combining the first text entity and the second text entity to obtain the target text entity.
According to a preferred embodiment of the present invention, before determining the second disease entity associated with the condition image information from the pre-constructed image knowledgemap, the medical interrogation assistance method further comprises:
acquiring a plurality of inspection images by using a web crawler technology, and acquiring a plurality of inspection diseases corresponding to the plurality of inspection images;
aligning the plurality of inspection images to obtain a plurality of aligned images;
converting each alignment image into an image vector and each exam disease into a text vector based on pixels in each alignment image;
calculating the similarity of the image vector and the text vector as the relevance of the examination image and the examination disease;
generating the image knowledge-graph based on the image vector, the examination disease and the degree of association.
According to a preferred embodiment of the present invention, said determining the probability of each disease entity in said target set comprises:
acquiring an associated text entity associated with each disease entity from the text knowledge graph, and acquiring a first association degree of each disease entity and the associated text entity;
acquiring a related image corresponding to each disease entity from the image knowledge graph, and acquiring a second association degree of each disease entity and the related image;
multiplying the first relevance by the second relevance to obtain a target value of each disease, wherein the target value represents the probability that the associated text entity and the associated image exist in each disease at the same time;
calculating the sum of the target values of all disease entities in the target set to obtain a total value;
dividing the target value for each disease by the total value to obtain the probability for each disease entity.
According to a preferred embodiment of the present invention, after determining the disease with the highest probability as the main disease of the user to be diagnosed, and determining the candidate disease from the target set according to the probability, the medical inquiry assisting method further includes:
acquiring user information of the user to be diagnosed, and generating information to be confirmed according to the user information, the main disease and the candidate disease;
sending the information to be confirmed to terminal equipment of a designated contact person;
when the confirmation information sent by the terminal equipment is received within the preset time, the confirmed disease is extracted from the confirmation information;
generating a diagnosis report according to the user information and the confirmed diseases;
encrypting the diagnosis report by adopting a symmetric encryption algorithm to obtain a ciphertext;
and storing the mapping relation between the user information and the ciphertext, and sending the ciphertext to the client of the user to be diagnosed.
A medical interrogation assistance device, the medical interrogation assistance device comprising:
the system comprises a determining unit, a judging unit and a judging unit, wherein the determining unit is used for determining a user to be diagnosed according to a medical inquiry auxiliary request when the medical inquiry auxiliary request is received;
the acquisition unit is used for acquiring the illness state text information and the illness state image information of the user to be diagnosed;
the identification unit is used for identifying the entity in the disease condition text information to obtain a target text entity;
the determining unit is further used for determining a first disease entity associated with the target text entity from a pre-constructed text knowledge graph and determining a second disease entity associated with the disease image information from a pre-constructed image knowledge graph;
a fusion unit for fusing the first disease entity and the second disease entity to obtain a target set;
the determining unit is further configured to determine a probability of each disease entity in the target set;
the determining unit is further configured to determine a disease entity with the highest probability as a main disease of the user to be diagnosed, and determine a candidate disease of the user to be diagnosed from the target set according to the probability.
An electronic device, the electronic device comprising:
a memory storing at least one instruction; and
a processor executing instructions stored in the memory to implement the medical interrogation assistance method.
A computer-readable storage medium having at least one instruction stored therein, the at least one instruction being executable by a processor in an electronic device to implement the medical interrogation assistance method.
According to the technical scheme, when the medical condition text information and the medical condition image information of the user to be diagnosed are analyzed, the medical condition image information is analyzed, so that the medical condition text information and the medical condition image information are not limited to the analysis of the text information, the accuracy of inquiry assistance can be improved, a target set comprising a first disease entity and a second disease entity can be comprehensively obtained through the text knowledge graph and the image knowledge graph, and the comprehensiveness is improved. In addition, by analyzing the probability of each disease entity in the target set, determining the disease entity with the highest probability as the main disease and simultaneously selecting the candidate disease from the target set, the medical staff can confirm the confirmed disease again, and therefore the invention can provide inquiry assistance for the medical staff and further improve the inquiry efficiency of the medical staff.
Drawings
FIG. 1 is a flow chart of a preferred embodiment of the medical inquiry and diagnosis assistance method of the present invention.
FIG. 2 is a functional block diagram of a preferred embodiment of the medical interrogation auxiliary device of the present invention.
Fig. 3 is a schematic structural diagram of an electronic device for implementing an auxiliary method for medical inquiry according to a preferred embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in detail with reference to the accompanying drawings and specific embodiments.
Fig. 1 is a flow chart of a medical inquiry assisting method according to a preferred embodiment of the present invention. The order of the steps in the flow chart may be changed and some steps may be omitted according to different needs.
The medical inquiry assisting method is applied to one or more electronic devices, wherein the electronic devices are devices capable of automatically performing numerical calculation and/or information processing according to preset or stored instructions, and hardware of the electronic devices includes, but is not limited to, a microprocessor, an Application Specific Integrated Circuit (ASIC), a Programmable Gate Array (FPGA), a Digital Signal Processor (DSP), an embedded device, and the like.
The electronic device may be any electronic product capable of performing human-computer interaction with a user, for example, a Personal computer, a tablet computer, a smart phone, a Personal Digital Assistant (PDA), a game machine, an interactive Internet Protocol Television (IPTV), an intelligent wearable device, and the like.
The electronic device may also include a network device and/or a user device. The network device includes, but is not limited to, a single network server, a server group consisting of a plurality of network servers, or a cloud computing (cloud computing) based cloud consisting of a large number of hosts or network servers.
The Network where the electronic device is located includes, but is not limited to, the internet, a wide area Network, a metropolitan area Network, a local area Network, a Virtual Private Network (VPN), and the like.
In at least one embodiment of the invention, the medical inquiry assisting method is applied to the field of artificial intelligence.
And S10, when the medical inquiry assisting request is received, determining the user to be diagnosed according to the medical inquiry assisting request.
In at least one embodiment of the present invention, the medical inquiry service request may be triggered by a medical staff or may be triggered at a preset time, which is not limited by the present invention.
Further, the information carried by the medical inquiry assistance request includes, but is not limited to: an identification code, a preset tag, etc.
In at least one embodiment of the present invention, the electronic device determining, according to the medical inquiry diagnosis assistance request, a user to be diagnosed includes:
acquiring any idle thread from the thread connection pool;
analyzing the method body of the medical inquiry auxiliary request by using any idle thread to obtain data information carried by the medical inquiry auxiliary request;
acquiring a preset label, and acquiring information corresponding to the preset label from the data information as an identification code;
and determining the user to be diagnosed by using the identification code.
The identity identification code has uniqueness, so that the user to be diagnosed can be accurately determined through the identity identification code, in addition, the idle thread is directly acquired from the thread connection pool to analyze the medical inquiry auxiliary request, and the creation time of the thread is saved, so that the analysis speed of the medical inquiry auxiliary request is improved, and the determination efficiency of the user to be diagnosed is further improved.
And S11, acquiring the disease condition text information and the disease condition image information of the user to be diagnosed.
In at least one embodiment of the present invention, the medical condition text information includes symptom information of the user to be diagnosed communicating with the medical care personnel, and sign information of the user to be diagnosed. Further, the condition image information includes, but is not limited to: the electrocardiogram and color ultrasound images of the user to be diagnosed, and the like.
In at least one embodiment of the present invention, the acquiring, by the electronic device, the medical condition text information and the medical condition image information of the user to be diagnosed includes one or more of the following combinations:
(1) downloading a file corresponding to the identification code from a first preset website as the disease condition text information, and downloading a file corresponding to the identification code from a second preset website as the disease condition image information;
(2) and identifying the medical record of the user to be diagnosed by using an optical character recognition algorithm to obtain the medical condition text information, and controlling a medical instrument to acquire the medical condition image information of the user to be diagnosed.
Through the embodiment, the disease condition text information and the disease condition image information of the user to be diagnosed can be accurately acquired.
And S12, identifying the entity in the disease condition text information to obtain a target text entity.
In at least one embodiment of the present invention, the target text entities include symptom entities as well as sign entities.
In at least one embodiment of the present invention, the electronic device identifies an entity in the condition text information, and obtaining the target text entity includes:
performing word segmentation processing on the illness state text information to obtain a plurality of words;
converting each word segmentation into a word vector, and combining the word vectors according to the sequence of each word segmentation in the disease condition text information to obtain a vector sequence corresponding to the disease condition text information;
performing feature extraction on the vector sequence by using a bidirectional long and short term memory network to obtain a first feature vector corresponding to each participle in a forward long and short term memory network and a second feature vector corresponding to each participle in a reverse long and short term memory network;
splicing the first feature vector and the second feature vector to obtain a target vector corresponding to each word segmentation;
multiplying each target vector by a preset weight matrix, and adding a preset offset value to obtain a score vector of each participle, wherein each element in the score vector represents the score of a corresponding label of each participle;
for each score vector, determining a label corresponding to the element with the highest score as a target label of each word segmentation to obtain a plurality of target labels in the illness state text information;
acquiring a target label corresponding to a symptom entity in a preset symptom library from the plurality of target labels as a first text entity, and acquiring a target label corresponding to a sign entity in a preset sign library from the plurality of target labels as a second text entity;
and combining the first text entity and the second text entity to obtain the target text entity.
Wherein the target label can be B-PER, E-PER, B-ORG, I-ORG, E-ORG, B-EVE, I-EVE, E-EVE, O, etc.
The label with the highest score is determined as the target label, so that the plurality of target labels in the illness state text information can be accurately determined, and the target text entity can be accurately determined according to the relation between the entities in the preset symptom library and the preset sign library and the plurality of target labels.
S13, determining a first disease entity associated with the target textual entity from a pre-constructed textual knowledge-map and a second disease entity associated with the condition image information from a pre-constructed image knowledge-map.
In at least one embodiment of the invention, the textual knowledge-graph includes a degree of association of a textual entity with a disease entity.
Further, the image knowledge map includes a correlation of the examination image with the examination disease.
In at least one embodiment of the invention, prior to determining a second disease entity associated with the condition image information from the pre-constructed image knowledgemap, the medical interrogation assistance method further comprises:
acquiring a plurality of inspection images by using a web crawler technology, and acquiring a plurality of inspection diseases corresponding to the plurality of inspection images;
aligning the plurality of inspection images to obtain a plurality of aligned images;
converting each alignment image into an image vector and each exam disease into a text vector based on pixels in each alignment image;
calculating the similarity of the image vector and the text vector as the relevance of the examination image and the examination disease;
generating the image knowledge-graph based on the image vector, the examination disease and the degree of association.
By aligning the inspection images, the generated image vectors can be prevented from being inaccurate due to the problems of inclination and the like of the inspection images, and the accuracy of image vector conversion is improved.
In at least one embodiment of the invention, the determining a second disease entity associated with the condition image information from a pre-constructed image knowledgemap comprises:
converting the disease condition image information into a disease condition image vector;
acquiring a disease vector corresponding to each disease in all diseases from the image knowledge graph;
calculating the similarity of the disease condition image vector and each disease vector;
and selecting a disease vector with the similarity larger than a preset threshold value as a target disease vector, and determining the disease corresponding to the target disease vector as the second disease entity.
S14, fusing the first disease entity and the second disease entity to obtain a target set.
In at least one embodiment of the present invention, the elements in the target set include the first disease entity and the second disease entity.
S15, determining the probability of each disease entity in the target set.
In at least one embodiment of the invention, the electronic device determining the probability of each disease entity in the target set comprises:
acquiring an associated text entity associated with each disease entity from the text knowledge graph, and acquiring a first association degree of each disease entity and the associated text entity;
acquiring a related image corresponding to each disease entity from the image knowledge graph, and acquiring a second association degree of each disease entity and the related image;
multiplying the first relevance by the second relevance to obtain a target value of each disease, wherein the target value represents the probability that the associated text entity and the associated image exist in each disease at the same time;
calculating the sum of the target values of all disease entities in the target set to obtain a total value;
dividing the target value for each disease by the total value to obtain the probability for each disease entity.
And S16, determining the disease entity with the highest probability as the main disease of the user to be diagnosed, and determining the candidate disease of the user to be diagnosed from the target set according to the probability.
It is emphasized that the main disease and the candidate disease may also be stored in a node of a blockchain in order to further ensure privacy and security of the main disease and the candidate disease.
In at least one embodiment of the present invention, the determining, by the electronic device, the candidate disease of the user to be diagnosed from the target set according to the probability includes:
sequencing all disease entities in the target set according to the probability from large to small to obtain a target queue;
extracting the first N disease entities from the target queue as target disease entities, wherein the value of N is a configuration value;
deleting the main disease from the target disease entity to obtain the candidate disease.
Through the above embodiment, the candidate diseases can be quickly determined.
In at least one embodiment of the present invention, after determining the disease with the highest probability as the main disease of the user to be diagnosed, and determining the candidate disease from the target set according to the probability, the medical inquiry assisting method further includes:
acquiring user information of the user to be diagnosed, and generating information to be confirmed according to the user information, the main disease and the candidate disease;
sending the information to be confirmed to terminal equipment of a designated contact person;
when the confirmation information sent by the terminal equipment is received within the preset time, the confirmed disease is extracted from the confirmation information;
generating a diagnosis report according to the user information and the confirmed diseases;
encrypting the diagnosis report by adopting a symmetric encryption algorithm to obtain a ciphertext;
and storing the mapping relation between the user information and the ciphertext, and sending the ciphertext to the client of the user to be diagnosed.
By analyzing the confirmation information, the accuracy of the diagnosis report can be ensured, and the accuracy of the inquiry assistance can be improved.
According to the technical scheme, when the medical condition text information and the medical condition image information of the user to be diagnosed are analyzed, the medical condition image information is analyzed, so that the medical condition text information and the medical condition image information are not limited to the analysis of the text information, the accuracy of inquiry assistance can be improved, a target set comprising a first disease entity and a second disease entity can be comprehensively obtained through the text knowledge graph and the image knowledge graph, and the comprehensiveness is improved. In addition, by analyzing the probability of each disease entity in the target set, determining the disease entity with the highest probability as the main disease and simultaneously selecting the candidate disease from the target set, the medical staff can confirm the confirmed disease again, and therefore the invention can provide inquiry assistance for the medical staff and further improve the inquiry efficiency of the medical staff.
Fig. 2 is a functional block diagram of a preferred embodiment of the auxiliary device for medical inquiry of the present invention. The medical inquiry assisting apparatus 11 includes adetermination unit 110, anacquisition unit 111, anidentification unit 112, afusion unit 113, aprocessing unit 114, aconversion unit 115, acalculation unit 116, ageneration unit 117, atransmission unit 118, anextraction unit 119, and anencryption unit 120. The module/unit referred to in the present invention refers to a series of computer program segments that can be executed by theprocessor 13 and that can perform a fixed function, and that are stored in thememory 12. In the present embodiment, the functions of the modules/units will be described in detail in the following embodiments.
When receiving the medical consultation assistance request, thedetermination unit 110 determines the user to be diagnosed according to the medical consultation assistance request.
In at least one embodiment of the present invention, the medical inquiry service request may be triggered by a medical staff or may be triggered at a preset time, which is not limited by the present invention.
Further, the information carried by the medical inquiry assistance request includes, but is not limited to: an identification code, a preset tag, etc.
In at least one embodiment of the present invention, the determiningunit 110 determines the user to be diagnosed according to the medical inquiry diagnosis assistance request, including:
acquiring any idle thread from the thread connection pool;
analyzing the method body of the medical inquiry auxiliary request by using any idle thread to obtain data information carried by the medical inquiry auxiliary request;
acquiring a preset label, and acquiring information corresponding to the preset label from the data information as an identification code;
and determining the user to be diagnosed by using the identification code.
The identity identification code has uniqueness, so that the user to be diagnosed can be accurately determined through the identity identification code, in addition, the idle thread is directly acquired from the thread connection pool to analyze the medical inquiry auxiliary request, and the creation time of the thread is saved, so that the analysis speed of the medical inquiry auxiliary request is improved, and the determination efficiency of the user to be diagnosed is further improved.
The obtainingunit 111 obtains the illness state text information and the illness state image information of the user to be diagnosed.
In at least one embodiment of the present invention, the medical condition text information includes symptom information of the user to be diagnosed communicating with the medical care personnel, and sign information of the user to be diagnosed. Further, the condition image information includes, but is not limited to: the electrocardiogram and color ultrasound images of the user to be diagnosed, and the like.
In at least one embodiment of the present invention, the acquiringunit 111 acquires the medical condition text information and the medical condition image information of the user to be diagnosed, which includes one or more of the following combinations:
(1) downloading a file corresponding to the identification code from a first preset website as the disease condition text information, and downloading a file corresponding to the identification code from a second preset website as the disease condition image information;
(2) and identifying the medical record of the user to be diagnosed by using an optical character recognition algorithm to obtain the medical condition text information, and controlling a medical instrument to acquire the medical condition image information of the user to be diagnosed.
Through the embodiment, the disease condition text information and the disease condition image information of the user to be diagnosed can be accurately acquired.
Theidentification unit 112 identifies the entity in the disease condition text information to obtain a target text entity.
In at least one embodiment of the present invention, the target text entities include symptom entities as well as sign entities.
In at least one embodiment of the present invention, the identifyingunit 112 identifies the entity in the condition text information, and obtaining the target text entity includes:
performing word segmentation processing on the illness state text information to obtain a plurality of words;
converting each word segmentation into a word vector, and combining the word vectors according to the sequence of each word segmentation in the disease condition text information to obtain a vector sequence corresponding to the disease condition text information;
performing feature extraction on the vector sequence by using a bidirectional long and short term memory network to obtain a first feature vector corresponding to each participle in a forward long and short term memory network and a second feature vector corresponding to each participle in a reverse long and short term memory network;
splicing the first feature vector and the second feature vector to obtain a target vector corresponding to each word segmentation;
multiplying each target vector by a preset weight matrix, and adding a preset offset value to obtain a score vector of each participle, wherein each element in the score vector represents the score of a corresponding label of each participle;
for each score vector, determining a label corresponding to the element with the highest score as a target label of each word segmentation to obtain a plurality of target labels in the illness state text information;
acquiring a target label corresponding to a symptom entity in a preset symptom library from the plurality of target labels as a first text entity, and acquiring a target label corresponding to a sign entity in a preset sign library from the plurality of target labels as a second text entity;
and combining the first text entity and the second text entity to obtain the target text entity.
Wherein the target label can be B-PER, E-PER, B-ORG, I-ORG, E-ORG, B-EVE, I-EVE, E-EVE, O, etc.
The label with the highest score is determined as the target label, so that the plurality of target labels in the illness state text information can be accurately determined, and the target text entity can be accurately determined according to the relation between the entities in the preset symptom library and the preset sign library and the plurality of target labels.
Thedetermination unit 110 determines a first disease entity associated with the target text entity from a pre-constructed text knowledgemap and a second disease entity associated with the condition image information from a pre-constructed image knowledgemap.
In at least one embodiment of the invention, the textual knowledge-graph includes a degree of association of a textual entity with a disease entity.
Further, the image knowledge map includes a correlation of the examination image with the examination disease.
In at least one embodiment of the present invention, before determining the second disease entity associated with the disease condition image information from the pre-constructed image knowledge graph, the obtainingunit 111 obtains a plurality of examination images using a web crawler technique, and obtains a plurality of examination diseases corresponding to the plurality of examination images;
theprocessing unit 114 performs alignment processing on the plurality of inspection images to obtain a plurality of aligned images;
theconversion unit 115 converts each alignment image into an image vector and converts each examination disease into a text vector based on the pixels in each alignment image;
thecalculation unit 116 calculates the similarity between the image vector and the text vector as the association degree between the examination image and the examination disease;
thegeneration unit 117 generates the image knowledge map based on the image vector, the examination disease, and the degree of association.
By aligning the inspection images, the generated image vectors can be prevented from being inaccurate due to the problems of inclination and the like of the inspection images, and the accuracy of image vector conversion is improved.
In at least one embodiment of the present invention, the determiningunit 110 determines the second disease entity associated with the condition image information from a pre-constructed image knowledge-map comprises:
converting the disease condition image information into a disease condition image vector;
acquiring a disease vector corresponding to each disease in all diseases from the image knowledge graph;
calculating the similarity of the disease condition image vector and each disease vector;
and selecting a disease vector with the similarity larger than a preset threshold value as a target disease vector, and determining the disease corresponding to the target disease vector as the second disease entity.
Thefusion unit 113 fuses the first disease entity and the second disease entity to obtain a target set.
In at least one embodiment of the present invention, the elements in the target set include the first disease entity and the second disease entity.
Thedetermination unit 110 determines the probability of each disease entity in the target set.
In at least one embodiment of the present invention, the determiningunit 110 determines the probability of each disease entity in the target set comprises:
acquiring an associated text entity associated with each disease entity from the text knowledge graph, and acquiring a first association degree of each disease entity and the associated text entity;
acquiring a related image corresponding to each disease entity from the image knowledge graph, and acquiring a second association degree of each disease entity and the related image;
multiplying the first relevance by the second relevance to obtain a target value of each disease, wherein the target value represents the probability that the associated text entity and the associated image exist in each disease at the same time;
calculating the sum of the target values of all disease entities in the target set to obtain a total value;
dividing the target value for each disease by the total value to obtain the probability for each disease entity.
The determiningunit 110 determines the disease entity with the highest probability as the main disease of the user to be diagnosed, and determines the candidate disease of the user to be diagnosed from the target set according to the probability.
It is emphasized that the main disease and the candidate disease may also be stored in a node of a blockchain in order to further ensure privacy and security of the main disease and the candidate disease.
In at least one embodiment of the present invention, the determiningunit 110 determines the candidate diseases of the user to be diagnosed from the target set according to the probability includes:
sequencing all disease entities in the target set according to the probability from large to small to obtain a target queue;
extracting the first N disease entities from the target queue as target disease entities, wherein the value of N is a configuration value;
deleting the main disease from the target disease entity to obtain the candidate disease.
Through the above embodiment, the candidate diseases can be quickly determined.
In at least one embodiment of the present invention, after determining the disease with the highest probability as the main disease of the user to be diagnosed, and determining a candidate disease from the target set according to the probability, the obtainingunit 111 obtains the user information of the user to be diagnosed, and generates information to be confirmed according to the user information, the main disease, and the candidate disease;
the sendingunit 118 sends the information to be confirmed to the terminal device of the designated contact;
when receiving the confirmation information sent by the terminal device within the preset time, the extractingunit 119 extracts the diagnosed disease from the confirmation information;
the generatingunit 117 generates a diagnosis report according to the user information and the diagnosed disease;
theencryption unit 120 encrypts the diagnostic report by using a symmetric encryption algorithm to obtain a ciphertext;
the sendingunit 118 stores the mapping relationship between the user information and the ciphertext, and sends the ciphertext to the client of the user to be diagnosed.
By analyzing the confirmation information, the accuracy of the diagnosis report can be ensured, and the accuracy of the inquiry assistance can be improved.
According to the technical scheme, when the medical condition text information and the medical condition image information of the user to be diagnosed are analyzed, the medical condition image information is analyzed, so that the medical condition text information and the medical condition image information are not limited to the analysis of the text information, the accuracy of inquiry assistance can be improved, a target set comprising a first disease entity and a second disease entity can be comprehensively obtained through the text knowledge graph and the image knowledge graph, and the comprehensiveness is improved. In addition, by analyzing the probability of each disease entity in the target set, determining the disease entity with the highest probability as the main disease and simultaneously selecting the candidate disease from the target set, the medical staff can confirm the confirmed disease again, and therefore the invention can provide inquiry assistance for the medical staff and further improve the inquiry efficiency of the medical staff.
Fig. 3 is a schematic structural diagram of an electronic device according to a preferred embodiment of the method for assisting medical inquiry in the present invention.
In one embodiment of the present invention, the electronic device 1 includes, but is not limited to, amemory 12, aprocessor 13, and a computer program, such as a medical interrogation assistant program, stored in thememory 12 and executable on theprocessor 13.
It will be appreciated by a person skilled in the art that the schematic diagram is only an example of the electronic device 1 and does not constitute a limitation of the electronic device 1, and that it may comprise more or less components than shown, or some components may be combined, or different components, e.g. the electronic device 1 may further comprise an input output device, a network access device, a bus, etc.
TheProcessor 13 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. Theprocessor 13 is an operation core and a control center of the electronic device 1, and is connected to each part of the whole electronic device 1 by various interfaces and lines, and executes an operating system of the electronic device 1 and various installed application programs, program codes, and the like.
Theprocessor 13 executes an operating system of the electronic device 1 and various installed application programs. Theprocessor 13 executes the application program to implement the steps of the various medical inquiry assistance method embodiments described above, such as the steps shown in fig. 1.
Illustratively, the computer program may be divided into one or more modules/units, which are stored in thememory 12 and executed by theprocessor 13 to accomplish the present invention. The one or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution process of the computer program in the electronic device 1. For example, the computer program may be divided into adetermination unit 110, anacquisition unit 111, arecognition unit 112, afusion unit 113, aprocessing unit 114, aconversion unit 115, acalculation unit 116, ageneration unit 117, atransmission unit 118, anextraction unit 119, and anencryption unit 120.
Thememory 12 can be used for storing the computer programs and/or modules, and theprocessor 13 implements various functions of the electronic device 1 by running or executing the computer programs and/or modules stored in thememory 12 and calling data stored in thememory 12. Thememory 12 may mainly include a program storage area and a data storage area, wherein the program storage area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data created according to use of the electronic device, and the like. Further, thememory 12 may include a non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other non-volatile solid state storage device.
Thememory 12 may be an external memory and/or an internal memory of the electronic device 1. Further, thememory 12 may be a memory having a physical form, such as a memory stick, a TF Card (Trans-flash Card), or the like.
The integrated modules/units of the electronic device 1 may be stored in a computer-readable storage medium if they are implemented in the form of software functional units and sold or used as separate products. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented.
Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying said computer program code, recording medium, U-disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM).
The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like.
With reference to fig. 1, thememory 12 of the electronic device 1 stores a plurality of instructions to implement a medical inquiry assisting method, and theprocessor 13 can execute the plurality of instructions to implement:
when a medical inquiry auxiliary request is received, determining a user to be diagnosed according to the medical inquiry auxiliary request;
acquiring the illness state text information and the illness state image information of the user to be diagnosed;
identifying an entity in the disease condition text information to obtain a target text entity;
determining a first disease entity associated with the target text entity from a pre-constructed text knowledge-graph and a second disease entity associated with the condition image information from a pre-constructed image knowledge-graph;
fusing the first disease entity and the second disease entity to obtain a target set;
determining a probability for each disease entity in the target set;
and determining the disease entity with the maximum probability as the main disease of the user to be diagnosed, and determining the candidate disease of the user to be diagnosed from the target set according to the probability.
Specifically, theprocessor 13 may refer to the description of the relevant steps in the embodiment corresponding to fig. 1 for a specific implementation method of the instruction, which is not described herein again.
In the embodiments provided in the present invention, it should be understood that the disclosed system, apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional module.
The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference signs in the claims shall not be construed as limiting the claim concerned.
Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the system claims may also be implemented by one unit or means in software or hardware. The terms second, etc. are used to denote names, but not any particular order.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (10)

CN202010645468.1A2020-07-072020-07-07Medical inquiry assisting method, device, electronic equipment and mediumActiveCN111816301B (en)

Priority Applications (2)

Application NumberPriority DateFiling DateTitle
CN202010645468.1ACN111816301B (en)2020-07-072020-07-07Medical inquiry assisting method, device, electronic equipment and medium
PCT/CN2020/111914WO2021114736A1 (en)2020-07-072020-08-27Medical consultation assistance method and apparatus, electronic device, and medium

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202010645468.1ACN111816301B (en)2020-07-072020-07-07Medical inquiry assisting method, device, electronic equipment and medium

Publications (2)

Publication NumberPublication Date
CN111816301Atrue CN111816301A (en)2020-10-23
CN111816301B CN111816301B (en)2024-07-02

Family

ID=72842486

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202010645468.1AActiveCN111816301B (en)2020-07-072020-07-07Medical inquiry assisting method, device, electronic equipment and medium

Country Status (2)

CountryLink
CN (1)CN111816301B (en)
WO (1)WO2021114736A1 (en)

Cited By (28)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN112329471A (en)*2021-01-062021-02-05科大讯飞(苏州)科技有限公司Named entity identification method, device and equipment based on matching graph
CN112435745A (en)*2020-12-182021-03-02深圳赛安特技术服务有限公司Consultation strategy recommendation method and device, electronic equipment and storage medium
CN112768064A (en)*2021-01-262021-05-07北京搜狗科技发展有限公司Disease prediction device, disease prediction apparatus, symptom information processing method, symptom information processing device, and symptom information processing apparatus
CN112786194A (en)*2021-01-282021-05-11北京一脉阳光医学信息技术有限公司Medical image diagnosis guide inspection system, method and equipment based on artificial intelligence
CN113111162A (en)*2021-04-212021-07-13康键信息技术(深圳)有限公司Department recommendation method and device, electronic equipment and storage medium
CN113157640A (en)*2020-12-312021-07-23上海明品医学数据科技有限公司Family doctor auxiliary inquiry device, terminal and inquiry system
CN113327691A (en)*2021-06-012021-08-31平安科技(深圳)有限公司Query method and device based on language model, computer equipment and storage medium
CN113469049A (en)*2021-06-302021-10-01平安科技(深圳)有限公司Disease information identification method, system, device and storage medium
CN113486195A (en)*2021-08-172021-10-08深圳华声医疗技术股份有限公司Ultrasonic image processing method and device, ultrasonic equipment and storage medium
CN113658690A (en)*2021-08-302021-11-16平安医疗健康管理股份有限公司 A kind of intelligent medical guidance method, device, storage medium and electronic equipment
CN113724858A (en)*2021-08-312021-11-30平安国际智慧城市科技股份有限公司Artificial intelligence-based disease examination item recommendation device, method and apparatus
CN113782189A (en)*2021-09-162021-12-10平安国际智慧城市科技股份有限公司 Intelligent assisted diagnosis and treatment method and device based on regional disease atlas
CN113849577A (en)*2021-09-272021-12-28联想(北京)有限公司 Data enhancement method and device
CN113972005A (en)*2021-11-192022-01-25北京明略软件系统有限公司Artificial intelligence auxiliary diagnosis and treatment method and system, storage medium and electronic equipment
CN114141358A (en)*2021-11-292022-03-04平安医疗健康管理股份有限公司Disease diagnosis apparatus based on knowledge map, computer device, and storage medium
CN114218955A (en)*2021-12-282022-03-22上海柯林布瑞信息技术有限公司Medical knowledge graph-based auxiliary reference information determination method and system
CN114678115A (en)*2022-04-082022-06-28北京百度网讯科技有限公司Triage method, medical examination method, data identification device and storage medium
CN115019980A (en)*2022-08-082022-09-06阿里健康科技(杭州)有限公司Method and device for processing inquiry data, user terminal and server
CN115331804A (en)*2022-07-042022-11-11深圳市镜象科技有限公司Multi-modal psychological disease diagnosis method, computer device and storage medium
CN115514913A (en)*2022-09-162022-12-23深圳市拓普智造科技有限公司 Video data processing method and device, electronic equipment and storage medium
CN115827877A (en)*2023-02-072023-03-21湖南正宇软件技术开发有限公司Proposal auxiliary combination method, device, computer equipment and storage medium
WO2023160264A1 (en)*2022-02-282023-08-31京东方科技集团股份有限公司Medical data processing method and apparatus, and storage medium
CN117116472A (en)*2023-10-252023-11-24首都医科大学附属北京友谊医院Medical diagnostic apparatus, electronic device, and storage medium
CN117238527A (en)*2023-11-142023-12-15四川天府智链健康科技有限公司Medical information management method and system based on big data
CN117951330A (en)*2024-03-272024-04-30吉林大学 A medical data retrieval method based on artificial intelligence
CN118016274A (en)*2024-02-092024-05-10北京大学Disease knowledge retrieval and diagnosis decision-making auxiliary system
CN119230099A (en)*2024-12-022024-12-31吉林大学 Intelligent auxiliary system for diagnosis of children's respiratory diseases
CN119361121A (en)*2024-09-302025-01-24平安科技(深圳)有限公司 Method and device for detecting abnormality in medical consultation, electronic device and storage medium

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN113590775B (en)*2021-06-222023-07-21北京百度网讯科技有限公司 Method, device, electronic device and storage medium for processing medical data
CN113590777B (en)*2021-06-302024-09-06北京百度网讯科技有限公司Text information processing method, apparatus, electronic device and storage medium
CN113722504A (en)*2021-08-272021-11-30上海钛米机器人股份有限公司Pre-inquiry information generation method and device
CN113707301A (en)*2021-08-302021-11-26康键信息技术(深圳)有限公司Remote inquiry method, device, equipment and medium based on artificial intelligence
CN113657114B (en)*2021-08-312025-04-25深圳平安医疗健康科技服务有限公司 Method, device, equipment and storage medium for generating disease name code list
CN113870998B (en)*2021-09-292025-07-04北京百度网讯科技有限公司 Medical consultation method, device, electronic device and storage medium
CN114064818B (en)*2021-11-232025-09-09北京百度网讯科技有限公司Medical entity relationship determination method, training device, training equipment and medical entity relationship determination medium
CN114388123A (en)*2021-12-282022-04-22河南讯飞人工智能科技有限公司 Intelligent auxiliary diagnosis method, device, equipment and storage medium
CN114360732B (en)*2022-01-122024-04-09平安科技(深圳)有限公司Medical data analysis method, device, electronic equipment and storage medium
CN114428863A (en)*2022-01-192022-05-03上海掌门科技有限公司Method and equipment for determining symptom map
CN114743620A (en)*2022-02-182022-07-12北京京东拓先科技有限公司Information generation method and device, electronic equipment and computer readable medium
CN116798597B (en)*2022-03-142024-04-19数坤(北京)网络科技股份有限公司Diagnostic information deducing method, device, electronic equipment and storage medium
CN114596958B (en)*2022-03-152024-03-19平安科技(深圳)有限公司Pathological data classification method, device, equipment and medium based on cascade classification
CN114610902B (en)*2022-03-252024-09-06南京市畜牧兽医站(南京市动物疫病预防控制中心)Poultry disease diagnosis system based on knowledge graph
CN114944227A (en)*2022-06-172022-08-26平安科技(深圳)有限公司Skin disease online inquiry method, device, system, equipment and medium
CN114783559B (en)*2022-06-232022-09-30浙江太美医疗科技股份有限公司Medical image report information extraction method and device, electronic equipment and storage medium
CN116386063B (en)*2023-06-062023-08-11武汉大学人民医院(湖北省人民医院) Content recognition method and device for paper medical records
CN116662517A (en)*2023-06-152023-08-29平安科技(深圳)有限公司Method, device, equipment and storage medium for generating inquiry information
CN117766137B (en)*2024-02-222024-05-28广东省人民医院 A method and device for determining medical diagnosis results based on reinforcement learning
CN118014076B (en)*2024-04-092024-07-09中国人民解放军总医院Medical knowledge extraction method, device, electronic equipment and readable storage medium
CN118762795B (en)*2024-09-062025-01-28杭州全诊医学科技有限公司 Medical ultrasound imaging report structured generation method, device and storage medium
CN119938852B (en)*2025-01-142025-07-11华北触控(北京)电子技术有限公司Medical data processing method and system based on AI large model

Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106372439A (en)*2016-09-212017-02-01北京大学 Acquisition and processing method of disease symptoms and their weight knowledge based on case database
CN108986908A (en)*2018-05-312018-12-11平安医疗科技有限公司Interrogation data processing method, device, computer equipment and storage medium
CN109685102A (en)*2018-11-132019-04-26平安科技(深圳)有限公司Breast lesion image classification method, device, computer equipment and storage medium
CN109887596A (en)*2019-02-182019-06-14广州天鹏计算机科技有限公司 Diagnosis method, device and computer equipment for chronic obstructive pulmonary disease based on knowledge graph
CN110504028A (en)*2019-08-222019-11-26上海软中信息系统咨询有限公司A kind of disease way of inquisition, device, system, computer equipment and storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN107145744B (en)*2017-05-082018-03-02合肥工业大学Construction method, device and the aided diagnosis method of medical knowledge collection of illustrative plates
CN109243600B (en)*2018-08-062020-11-20百度在线网络技术(北京)有限公司Method and apparatus for outputting information
CN109616165A (en)*2018-11-072019-04-12平安科技(深圳)有限公司Medical information methods of exhibiting and device
CN110223751A (en)*2019-05-162019-09-10平安科技(深圳)有限公司Prescription evaluation method, system and computer equipment based on medical knowledge map
CN111008269A (en)*2019-11-132020-04-14泰康保险集团股份有限公司Data processing method and device, storage medium and electronic terminal

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106372439A (en)*2016-09-212017-02-01北京大学 Acquisition and processing method of disease symptoms and their weight knowledge based on case database
CN108986908A (en)*2018-05-312018-12-11平安医疗科技有限公司Interrogation data processing method, device, computer equipment and storage medium
CN109685102A (en)*2018-11-132019-04-26平安科技(深圳)有限公司Breast lesion image classification method, device, computer equipment and storage medium
CN109887596A (en)*2019-02-182019-06-14广州天鹏计算机科技有限公司 Diagnosis method, device and computer equipment for chronic obstructive pulmonary disease based on knowledge graph
CN110504028A (en)*2019-08-222019-11-26上海软中信息系统咨询有限公司A kind of disease way of inquisition, device, system, computer equipment and storage medium

Cited By (40)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN112435745A (en)*2020-12-182021-03-02深圳赛安特技术服务有限公司Consultation strategy recommendation method and device, electronic equipment and storage medium
CN112435745B (en)*2020-12-182024-04-05深圳赛安特技术服务有限公司Method and device for recommending treatment strategy, electronic equipment and storage medium
CN113157640A (en)*2020-12-312021-07-23上海明品医学数据科技有限公司Family doctor auxiliary inquiry device, terminal and inquiry system
CN113157640B (en)*2020-12-312023-05-23上海明品医学数据科技有限公司Auxiliary inquiry device, terminal and inquiry system for family doctor
CN112329471B (en)*2021-01-062021-04-20科大讯飞(苏州)科技有限公司Named entity identification method, device and equipment based on matching graph
CN112329471A (en)*2021-01-062021-02-05科大讯飞(苏州)科技有限公司Named entity identification method, device and equipment based on matching graph
CN112768064A (en)*2021-01-262021-05-07北京搜狗科技发展有限公司Disease prediction device, disease prediction apparatus, symptom information processing method, symptom information processing device, and symptom information processing apparatus
CN112786194B (en)*2021-01-282024-11-01北京一脉阳光医学信息技术有限公司Medical image diagnosis guiding and guiding system, method and equipment based on artificial intelligence
CN112786194A (en)*2021-01-282021-05-11北京一脉阳光医学信息技术有限公司Medical image diagnosis guide inspection system, method and equipment based on artificial intelligence
WO2022222943A1 (en)*2021-04-212022-10-27康键信息技术(深圳)有限公司Department recommendation method and apparatus, electronic device and storage medium
CN113111162A (en)*2021-04-212021-07-13康键信息技术(深圳)有限公司Department recommendation method and device, electronic equipment and storage medium
CN113327691A (en)*2021-06-012021-08-31平安科技(深圳)有限公司Query method and device based on language model, computer equipment and storage medium
CN113327691B (en)*2021-06-012022-08-12平安科技(深圳)有限公司Query method and device based on language model, computer equipment and storage medium
CN113469049A (en)*2021-06-302021-10-01平安科技(深圳)有限公司Disease information identification method, system, device and storage medium
CN113469049B (en)*2021-06-302024-05-10平安科技(深圳)有限公司Disease information identification method, system, device and storage medium
CN113486195A (en)*2021-08-172021-10-08深圳华声医疗技术股份有限公司Ultrasonic image processing method and device, ultrasonic equipment and storage medium
CN113658690A (en)*2021-08-302021-11-16平安医疗健康管理股份有限公司 A kind of intelligent medical guidance method, device, storage medium and electronic equipment
CN113724858A (en)*2021-08-312021-11-30平安国际智慧城市科技股份有限公司Artificial intelligence-based disease examination item recommendation device, method and apparatus
CN113782189A (en)*2021-09-162021-12-10平安国际智慧城市科技股份有限公司 Intelligent assisted diagnosis and treatment method and device based on regional disease atlas
CN113849577A (en)*2021-09-272021-12-28联想(北京)有限公司 Data enhancement method and device
CN113972005A (en)*2021-11-192022-01-25北京明略软件系统有限公司Artificial intelligence auxiliary diagnosis and treatment method and system, storage medium and electronic equipment
CN114141358A (en)*2021-11-292022-03-04平安医疗健康管理股份有限公司Disease diagnosis apparatus based on knowledge map, computer device, and storage medium
CN114218955A (en)*2021-12-282022-03-22上海柯林布瑞信息技术有限公司Medical knowledge graph-based auxiliary reference information determination method and system
WO2023160264A1 (en)*2022-02-282023-08-31京东方科技集团股份有限公司Medical data processing method and apparatus, and storage medium
CN114678115A (en)*2022-04-082022-06-28北京百度网讯科技有限公司Triage method, medical examination method, data identification device and storage medium
CN115331804A (en)*2022-07-042022-11-11深圳市镜象科技有限公司Multi-modal psychological disease diagnosis method, computer device and storage medium
CN115019980B (en)*2022-08-082022-10-28阿里健康科技(杭州)有限公司Method and device for processing inquiry data, user terminal and server
CN115019980A (en)*2022-08-082022-09-06阿里健康科技(杭州)有限公司Method and device for processing inquiry data, user terminal and server
CN115514913A (en)*2022-09-162022-12-23深圳市拓普智造科技有限公司 Video data processing method and device, electronic equipment and storage medium
CN115514913B (en)*2022-09-162024-02-13深圳市拓普智造科技有限公司 Video data processing method and device, electronic equipment and storage medium
CN115827877A (en)*2023-02-072023-03-21湖南正宇软件技术开发有限公司Proposal auxiliary combination method, device, computer equipment and storage medium
CN117116472A (en)*2023-10-252023-11-24首都医科大学附属北京友谊医院Medical diagnostic apparatus, electronic device, and storage medium
CN117238527B (en)*2023-11-142024-02-13四川天府智链健康科技有限公司Medical information management method and system based on big data
CN117238527A (en)*2023-11-142023-12-15四川天府智链健康科技有限公司Medical information management method and system based on big data
CN118016274A (en)*2024-02-092024-05-10北京大学Disease knowledge retrieval and diagnosis decision-making auxiliary system
CN118016274B (en)*2024-02-092024-08-06北京大学Disease knowledge retrieval and diagnosis decision-making auxiliary system
CN117951330A (en)*2024-03-272024-04-30吉林大学 A medical data retrieval method based on artificial intelligence
CN119361121A (en)*2024-09-302025-01-24平安科技(深圳)有限公司 Method and device for detecting abnormality in medical consultation, electronic device and storage medium
CN119361121B (en)*2024-09-302025-09-16平安科技(深圳)有限公司 Medical question abnormality detection method and device, electronic device and storage medium
CN119230099A (en)*2024-12-022024-12-31吉林大学 Intelligent auxiliary system for diagnosis of children's respiratory diseases

Also Published As

Publication numberPublication date
CN111816301B (en)2024-07-02
WO2021114736A1 (en)2021-06-17

Similar Documents

PublicationPublication DateTitle
CN111816301B (en)Medical inquiry assisting method, device, electronic equipment and medium
CN111883251A (en)Medical misdiagnosis detection method and device, electronic equipment and storage medium
CN111985241B (en)Medical information query method, device, electronic equipment and medium
CN111949708B (en)Multi-task prediction method, device, equipment and medium based on time sequence feature extraction
CN113724830B (en)Medication risk detection method based on artificial intelligence and related equipment
CN112199494A (en)Medical information searching method and device, electronic equipment and storage medium
CN112232203B (en)Pedestrian recognition method and device, electronic equipment and storage medium
CN111986763B (en)Disease data analysis method, device, electronic equipment and storage medium
CN112435745B (en)Method and device for recommending treatment strategy, electronic equipment and storage medium
CN113032528A (en)Case analysis method, case analysis device, case analysis equipment and storage medium
CN114462412B (en)Entity identification method, entity identification device, electronic equipment and storage medium
CN113420143B (en)Method, device, equipment and storage medium for generating document abstract
CN117153391A (en)Health management method based on lung nodule prediction probability and related equipment thereof
CN113470775B (en)Information acquisition method, device, equipment and storage medium
CN113688319B (en)Medical product recommendation method and related equipment
CN111933241B (en)Medical data analysis method, device, electronic equipment and storage medium
CN113918467B (en) Financial system testing method, device, equipment and storage medium
CN112052409B (en)Address resolution method, device, equipment and medium
CN115222443A (en) Customer group division method, device, equipment and storage medium
CN112949305B (en)Negative feedback information acquisition method, device, equipment and storage medium
CN114238296A (en)Product index data display method, device, equipment and storage medium
CN114418398A (en)Scene task development method, device, equipment and storage medium
CN113705468A (en)Digital image identification method based on artificial intelligence and related equipment
CN114360732B (en)Medical data analysis method, device, electronic equipment and storage medium
CN113434895B (en)Text decryption method, device, equipment and storage medium

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp