Movatterモバイル変換


[0]ホーム

URL:


CN109147879B - Method and system for visual report based on medical document - Google Patents

Method and system for visual report based on medical document
Download PDF

Info

Publication number
CN109147879B
CN109147879BCN201810709344.8ACN201810709344ACN109147879BCN 109147879 BCN109147879 BCN 109147879BCN 201810709344 ACN201810709344 ACN 201810709344ACN 109147879 BCN109147879 BCN 109147879B
Authority
CN
China
Prior art keywords
disease
data
medical
level
algorithm
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
CN201810709344.8A
Other languages
Chinese (zh)
Other versions
CN109147879A (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.)
Beijing Zhongxin Yibao Technology Co ltd
Original Assignee
Beijing Zhongxin Yibao 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 Beijing Zhongxin Yibao Technology Co ltdfiledCriticalBeijing Zhongxin Yibao Technology Co ltd
Priority to CN201810709344.8ApriorityCriticalpatent/CN109147879B/en
Publication of CN109147879ApublicationCriticalpatent/CN109147879A/en
Application grantedgrantedCritical
Publication of CN109147879BpublicationCriticalpatent/CN109147879B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Images

Classifications

Landscapes

Abstract

The invention relates to a method for a visual report based on a medical document. The method of the invention comprises the following steps: 1) collecting data of medical documents; 2) dividing the data of the medical document into disease data and patient data; 3) analyzing the disease category data, adopting a clustering algorithm, and then presenting an analysis result in a disease category distribution map mode; 4) analyzing data of disease crowds, adopting a crowd attribute label algorithm and an association rule mining algorithm, and then presenting an analysis result by using a network relation graph method of the disease crowds; wherein the disease category data analysis adopts a clustering algorithm; the data of the disease population is analyzed by mining association rules by an Apriori algorithm. Aiming at the specificity of medical big data, the invention provides a solution for analyzing different dimensions in a unified way, which is convenient for disease prevention and control.

Description

Method and system for visual report based on medical document
Technical Field
The invention belongs to the technical field of data or information processing, particularly relates to processing of medical big data, and more particularly relates to a method and a system for a visual report of a medical document.
Background
In the medical industry, medical data includes specific diagnosis and treatment data of hospitals, and the data has high general speciality and is mainly stored in each department of the hospitals, so that common channels are not easy to acquire. However, since all the medical document data (invoice, prescription, etc.) is held by the patient, the collection is easy, and the data can be acquired from the insurance company settlement channel. As a result, such medical document data is growing in geometric progression. The following problems are: the medical document big data visualization system is extremely deficient.
Because when facing massive data, browsing the data one by one becomes meaningless. A visualization system is required to generate. For the visualization system, data and data dimensions of different industries bring the weather difference of the final report presentation.
With the rise of the big data concept, various industries have highly paid attention to the collection and storage of various data in the industry. Known big data analysis has certain application, for example, patent application No. 201610497249 relates to a method for establishing a disease cloud picture based on big data analysis, and patent application No. 201710150587.8 relates to an intelligent environment-friendly big data visualization method. But the medical big data has its specificity, such as related to disease, disease category, patient's age, sex, etc. How to present these different dimensions in a unified manner for analysis of disease prevention and control is a problem to be solved.
Disclosure of Invention
In view of the above requirements, the present invention provides a method for a visual report based on medical documents.
The invention discloses a method for a visual report based on a medical document, which mainly comprises the following procedures:
1) collecting data of medical documents
2) Separating medical document data into disease data and patient data
3) Analyzing the disease category data, adopting a clustering algorithm, and then presenting the analysis result in a disease category distribution map mode
4) Analyzing the data of the disease crowd, adopting a crowd attribute label algorithm and an association rule mining algorithm, and then presenting the analysis result by using a network relation graph method of the disease crowd
The method for analyzing the disease category data comprises the following steps:
the source of the disease data is obtained from the prescription on the medical document and the name of the disease in the proof of diagnosis.
ICD10 medical directory is mainly used as a tree-structured directory, and then a clustering algorithm is performed on the directory tree according to specific diseases. The specific process is as follows:
A) sorting the icd10 directory in a relational data mode into three levels including DS1, DS2 and DS3
B) Positioning to specific disease record DS3 by similarity search and error correction
The specific method of searching is to traverse the diseases on the document and calculate the edit distance between the diseases and DS3 level diseases.
The algorithm is as follows:
B1) a length of str1 or str2 of 0 returns the length of another string. if (str1.length ═ 0) return
B2) The matrix d of (n +1) × (m +1) is initialized and the values of the first row and column are incremented from 0. Two strings (of order n x m) are scanned, if: str1[ i ] ═ str2[ j ], which was recorded as 0 using temp. Otherwise temp is noted as 1. Then, the matrix d [ i, j ] is assigned to the minimum value of d [ i-1, j ] +1, d [ i, j-1] +1, d [ i-1, j-1] + temp.
B3) After scanning, the last value d n m of the matrix is returned, i.e. their distance.
B4) Comparing the distance with all DS3 levels, the distance is 0 or below a threshold, hit, and the disease on the document can be considered as the disease of DS 3.
C) For DS3, the number of patients was recorded.
D) Summarizing all times of DS3 level on DS2 level; all data of DS2 are summarized on DS1 level. Thus, the patient frequency can be obtained no matter which level of data.
E) Finally, the disease frequency and the number of people can be summarized according to a tree structure.
Through the method, the disease category distribution map is finally presented in a visual report based on the disease category distribution map. The invention adopts a rectangular tree diagram mode, presents the morbidity quantity of various diseases, and the larger the area of the area, the more morbidity is represented. The main purpose of the rectangular tree diagram is to clearly see the overall situation in one diagram, and the size of the diagram is determined by the size of each component and has the function of grouping.
The specific drawing method comprises the following steps: firstly, calculating the total proportion of the diseases according to the number of the diseases of the third level, and then determining the area of each disease of the third level on a rectangle according to the total proportion number. Once the rectangular area of all third-level diseases is determined, the area of second-level diseases and the area of first-level diseases are also determined.
Disease data is classified into three levels according to the catalog of icd 10. First order disease, presented with areas of different color. As illustrated in the illustration shown in fig. 2. Second and third level diseases, both represented by subdivided regions in the first level region. Clicking on any of the first level areas focuses on this level to specifically reveal its information. Such as respiratory disease after clicking, this category is presented with further information.
The method for analyzing the data of the patient population comprises the following steps:
sources of data include: the tree structure of each disease (obtained by the disease data analysis method) and the population attribute label of the patient data.
The data source of the patient population attribute label is the age, the sex and the medical insurance card number of the patient from the medical document (such as a medical record card), and then different user groups are formed according to the age and the sex.
Then, the data of both diseases and patients are used for association rule mining. The specific method mainly adopts Apriori algorithm to perform association rule mining.
The Apriori algorithm is an algorithm for mining a frequent item set of boolean association rules, which has the most influence. Is based on the fact that: the algorithm uses a priori knowledge of the nature of the frequent itemset. Apriori uses an iterative approach called layer-by-layer search, where a set of k-terms is used to explore a set of (k +1) -terms. First, a set of frequent 1-item sets is found. This set is denoted L1。L1Collections L for finding frequent 2-item sets2And L is2For finding L3And so on until a frequent k-term set cannot be found. Find each LkOne database scan is required.
All transactions are scanned first, resulting in a 1-item set C1, and a frequent 1-item set is obtained by filtering out the item sets that do not meet the requirements according to the support requirements. The recursive operation is then performed:
knowing the frequent K-item set (the frequent 1-item set is known), connecting all possible K +1_ items according to the items in the frequent K-item set, and pruning (if all K item subsets of the K +1_ item set can not meet the support degree condition, the K +1_ item set is pruned) to obtain Ck+1Set of items, then filter out the Ck+1Items in the item set that do not satisfy the support condition result in a frequent k + 1-item set. If C is obtainedk+1If the set of items is empty, the algorithm ends.
The connection method comprises the following steps: suppose LkAll items in the set of items are arranged in the same order, then if L isk[i]And Lk[j]The first k-1 terms in (A) are all identical, while the k-th term is different, then Lk[i]And Lk[j]Are connectable. Such as L2The { I1, I2} and { I1, I3} in (1) are connectable, and the connection results in { I1, I2, I3}, but { I1, I2} and { I2, I3} are not connectable, otherwise, the repeated items in the item set will occur.
Further examples are given with respect to pruning, as illustrated by L2Generation of K3In the process of (3), the 3_ item set obtained by enumeration comprises { I1, I2, I3}, { I1, I3, I5}, { I2, I3, I4}, { I2, I3, I5}, { I2, I4, I5}, but the { I3, I4} and { I4, I5} do not appear in L2In (b), so { I2, I3, I4}, { I2, I3, I5}, { I2, I4, I5} is pruned.
Through the method, the network relationship graph of the disease population is finally presented. Wherein, the internal relation between the disease category and the attribute of the susceptible population can be found out by the association rule mining. The specific method comprises the following steps:
firstly, for each disease, a primary code DS1 of the disease category can be calculated, a group code PG of the crowd attribute of the patient can also be calculated, and a one-dimensional array is constructed and put in [ DS1, PG ];
then, scanning all disease records, and filling the input of the one-dimensional array of the first step into a new array to construct a high-dimensional array;
and thirdly, performing association rule mining calculation on the high-dimensional array to finally obtain the frequency weight value FP of the DS1 and PG different combined data. Since the relationship of high frequency is analyzed, 80 sets of results of the highest frequency are taken and filled into Gexf format data. Gexf is a special xml language used to describe complex network relationships, and generally specifies nodes (nodes) and then establishes relationships between nodes (edges). DS3, PG is filled as Node of Gexf, and its corresponding FP value is filled as Edge.
And finally, rendering the relational graph by using Gexf data. Where red is the disease category and deep blue is the demographic attribute. Wherein the demographic attributes are grouped by age group and gender. Disease categories, classified by the level one category of icd 10. After the weight of the relationship between a group of people and a disease category is calculated, a weight value FP is displayed on the chain. Higher weight values indicate that such a population is more susceptible to the disease. Since the FP value is the mined result according to the frequency relationship between the crowd property PG and the disease code DS1, a high FP value represents that the relationship between the crowd property PG and the disease is high-frequency occurrence in the data result.
Correspondingly, the invention provides a system for a visualized report based on big data analysis of a medical document, which mainly comprises the following modules:
1) a data acquisition and classification module: the medical bill data acquisition system is used for acquiring data of a medical bill and dividing the data of the medical bill into disease data and patient data;
2) a data analysis module: the system comprises a disease category data analysis module and a disease crowd data analysis module respectively;
3) the visual report module: and respectively presenting the analysis result by using the disease category distribution map and the network relationship map of the disease population.
The invention provides a solution for analyzing different dimensions in a unified way, which is convenient for disease prevention and control aiming at the specificity of medical big data (including diseases, disease categories, and the attributes of patients such as age and sex). The problem that a medical document big data visualization system is deficient due to the fact that the medical document data are increased in a geometric progression is solved, and the method has good application and popularization values.
Drawings
FIG. 1 is a basic flow diagram of the method and system of the present invention.
FIG. 2 is a schematic view showing the number of diseases (illustration)
FIG. 3 is a pictorial representation of the number of respiratory diseases (illustration)
FIG. 4 is a graph of intrinsic contact network relationships for disease categories and susceptibility population attributes (illustration)
Detailed Description
The invention is further illustrated, but not limited, by the following description of specific embodiments.
First, the main process of the method of the present invention
1) Collecting data of medical documents
2) Separating medical document data into disease data and patient data
3) Analyzing the disease category data, adopting a clustering algorithm, and then presenting the analysis result in a disease category distribution map mode
4) Analyzing the data of the disease crowd, adopting a crowd attribute label algorithm and an association rule mining algorithm, and then presenting the analysis result by using a network relation graph method of the disease crowd
Second, description of analytical methods
1. Method for analyzing data of disease category distribution map
The source of the disease data is obtained from the prescription on the medical document and the name of the disease in the proof of diagnosis.
The ICD10 medical directory is mainly used as a tree structure directory, and then a clustering algorithm is performed on a specific disease on the directory tree, wherein the process is as follows:
A) sorting the icd10 directory in a relational data mode into three levels including DS1, DS2 and DS3
B) Positioning to specific disease record DS3 by similarity search and error correction
The specific method of searching is to traverse the diseases on the document and calculate the edit distance between the diseases and DS3 level diseases.
The algorithm is as follows:
B1) a length of str1 or str2 of 0 returns the length of another string. if (str1.length ═ 0) return
B2) The matrix d of (n +1) × (m +1) is initialized and the values of the first row and column are incremented from 0. Two strings (of order n x m) are scanned, if: str1[ i ] ═ str2[ j ], which was recorded as 0 using temp. Otherwise temp is noted as 1. Then, the matrix d [ i, j ] is assigned to the minimum value of d [ i-1, j ] +1, d [ i, j-1] +1, d [ i-1, j-1] + temp.
B3) After scanning, the last value d n m of the matrix is returned, i.e. their distance
B4) Comparing the distance with all DS3 levels, wherein the distance is 0 or below a threshold value, and the hit can be considered that the disease on the document is the disease of DS3
C) For DS3, the number of patients was recorded
D) Summarizing all times of DS3 level on DS2 level; all data of DS2 are summarized on DS1 level. Thus, the patient frequency can be obtained no matter which level of data.
E) Finally, the disease frequency and number of people can be summarized according to the tree structure
2. Method for analyzing data of network relation graph of patient population
Two sources of data are needed, namely the tree structure of each disease (obtained by data analysis of the disease category distribution map) and the population attribute label of the patient data.
The data source of the patient population attribute label is the age, the sex and the medical insurance card number of the patient from the medical document (such as a medical record card), and then different user groups are formed according to the age and the sex.
Then, the data of both diseases and patients are used for association rule mining.
The Apriori algorithm is mainly adopted for mining the association rule.
The Apriori algorithm is an algorithm for mining a frequent item set of boolean association rules, which has the most influence. Is based on the fact that: the algorithm uses a priori knowledge of the nature of the frequent itemset. Apriori uses an iterative approach called layer-by-layer search, where a set of k-terms is used to explore a set of (k +1) -terms. First, a set of frequent 1-item sets is found. This set is denoted L1。L1Collections L for finding frequent 2-item sets2And L is2For finding L3And so on until a frequent k-term set cannot be found. Find each LkOne database scan is required.
The idea of the algorithm is briefly described below. Simply stated, if set I is not a frequent item set, then all larger sets that contain set I are unlikely to be frequent item sets.
The algorithm raw data is as follows:
Figure BDA0001716072890000061
the basic process of the algorithm is as follows:
Figure BDA0001716072890000062
all transactions are scanned first, resulting in a 1-item set C1, and a frequent 1-item set is obtained by filtering out the item sets that do not meet the requirements according to the support requirements.
The following recursion operations are performed:
knowing the frequent K-item set (the frequent 1-item set is known), connecting all possible K +1_ items according to the items in the frequent K-item set, and pruning (if all K item subsets of the K +1_ item set can not meet the support degree condition, the K +1_ item set is pruned) to obtain Ck+1Set of items, then filter out the Ck+1Items in the item set that do not satisfy the support condition result in a frequent k + 1-item set. If C is obtainedk+1If the set of items is empty, the algorithm ends.
The connection method comprises the following steps: suppose LkAll items in the set of items are arranged in the same order, then if L isk[i]And Lk[j]The first k-1 terms in (A) are all identical, while the k-th term is different, then Lk[i]And Lk[j]Are connectable. Such as L2The { I1, I2} and { I1, I3} in (1) are connectable, and the connection results in { I1, I2, I3}, but { I1, I2} and { I2, I3} are not connectable, otherwise, the repeated items in the item set will occur.
Further examples are given with respect to pruning, as illustrated by L2Generation of K3In the process of (3), the 3_ item set obtained by enumeration comprises { I1, I2, I3}, { I1, I3, I5}, { I2, I3, I4}, { I2, I3, I5}, { I2, I4, I5}, but the { I3, I4} and { I4, I5} do not appear in L2In (b), so { I2, I3, I4}, { I2, I3, I5}, { I2, I4, I5} is pruned.
Style and data structure of visual report
1. Visual report based on disease category distribution map
The rectangular tree diagram shows the number of the diseases, and the larger the area of the region, the more the diseases are. The main purpose of the rectangular tree diagram is to clearly see the overall situation in one diagram, and the size of the diagram is determined by the size of each component and has the function of grouping.
The specific drawing method comprises the following steps: firstly, calculating the total proportion of the diseases according to the number of the diseases of the third level, and then determining the area of each disease of the third level on a rectangle according to the total proportion number. Once the rectangular area of all third-level diseases is determined, the area of second-level diseases and the area of first-level diseases are also determined. FIG. 2 is an illustration of a disease class distribution profile.
Disease data is classified into three levels according to the catalog of icd 10. First order disease, presented with areas of different color. As illustrated in the illustration shown in fig. 2. Second and third level diseases, both represented by subdivided regions in the first level region. Clicking on any of the first level areas focuses on this level to specifically reveal its information. Such as respiratory disease after clicking, this category is presented with further information, as illustrated in the diagram of fig. 3.
2. Network relation graph of disease population
Association rule mining is an important topic in data mining, and as the name suggests, it is to discover the possible associations or connections between things from behind the data. For example, by examining what customers buy in a shopping mall, it is found that 30% of the customers buy both sheets and pillows, and 80% of the people who buy sheets buy pillows, which hides a relationship: the bed sheet and the pillow case are used for shopping, namely, a large number of customers can buy the bed sheet and the pillow case at the same time, so that the bed sheet and the pillow case can be placed in the same shopping area for shopping in a shopping mall, and the customers can conveniently shop.
In particular, the invention can find out the internal relation between the disease category and the attribute of the susceptible population by the association rule mining. The specific method comprises the following steps:
firstly, for each disease, a primary code DS1 of the disease category can be calculated, a group code PG of the crowd attribute of the patient can also be calculated, and a one-dimensional array is constructed and put in [ DS1, PG ];
then, scanning all disease records, and filling the input of the one-dimensional array of the first step into a new array to construct a high-dimensional array;
and thirdly, performing association rule mining calculation on the high-dimensional array to finally obtain the frequency weight value FP of the DS1 and PG different combined data. Since the relationship of high frequency is analyzed, 80 sets of results of the highest frequency are taken and filled into Gexf format data. Gexf is a special xml language used to describe complex network relationships, and generally specifies nodes (nodes) and then establishes relationships between nodes (edges). DS3, PG is filled as Node of Gexf, and its corresponding FP value is filled as Edge.
And finally, rendering the relational graph by using Gexf data. Where red is the disease category and deep blue is the demographic attribute. Wherein the demographic attributes are grouped by age group and gender. Disease categories, classified by the level one category of icd 10. After the weight of the relationship between a group of people and a disease category is calculated, a weight value FP is displayed on the chain. Higher weight values indicate that such a population is more susceptible to the disease. Since the FP value is the mined result according to the frequency relationship between the crowd property PG and the disease code DS1, a high FP value represents that the relationship between the crowd property PG and the disease is high-frequency occurrence in the data result. FIG. 4 is a diagram illustrating the relationship between intrinsic contact networks for disease categories and attributes of susceptible groups.

Claims (7)

1. A method for visualized report based on medical documents is characterized by comprising the following steps:
1) collecting data of medical documents;
2) dividing the data of the medical document into disease data and patient data;
3) analyzing the disease category data, adopting a clustering algorithm, and then presenting an analysis result in a disease category distribution map mode;
4) analyzing data of disease crowds, adopting a crowd attribute label algorithm and an association rule mining algorithm, and then presenting an analysis result by using a network relation graph method of the disease crowds;
the ICD10 medical directory is used as a tree structure directory for disease category data analysis, and then a clustering algorithm is performed on a directory tree for specific diseases;
the analysis of the data of the disease population is to use the data of the disease and the patient to carry out association rule mining, and the association rule mining is carried out by adopting an Apriori algorithm;
the method for analyzing the disease category data specifically comprises the following steps: obtaining a source of disease data based on the prescription on the medical document and the name of the disease in the proof of diagnosis; using ICD10 medical directory as tree structure directory, then making clustering algorithm on the specific disease directory tree, the specific clustering algorithm process is:
A) sorting out an ICD10 directory in a relational data mode, wherein the ICD10 directory is divided into three levels including DS1, DS2 and DS 3;
B) positioning to a specific disease record DS3 in a similarity searching method and an error correcting mode, wherein the specific searching method is to traverse the diseases on the document and calculate the editing distance between the document and the DS3 level diseases;
C) for DS3, record the number of patients;
D) summarizing all times of DS3 level on DS2 level; summarize all data for DS2 on DS1 level;
E) finally, the number of times and number of people of the disease are summarized according to a tree structure.
2. The method of claim 1, wherein the specific algorithm in B) is as follows:
B1) a length of str1 or str2 of 0 returns the length of another string:
B2) initializing a matrix d of (n +1) × (m +1) and letting the values of the first row and column grow from 0; scanning two character strings of n x m levels, if: str1[ i ] ═ str2[ j ], which is recorded as 0 with temp; otherwise temp is recorded as 1; then, the matrix d [ i, j ] is assigned with the minimum value of d [ i-1, j ] +1, d [ i, j-1] +1, d [ i-1, j-1] + temp;
B3) after scanning, returning the last value d [ n ] [ m ] of the matrix, namely the distance between the last value d [ n ] [ m ] and the matrix;
B4) comparing the distance with all DS3 levels, data with distance 0 or below a threshold, hits, and the disease on the document can be considered as the disease of DS 3.
3. The method of claim 1, wherein the data from the disease population is analyzed as follows:
sources of data include: the method comprises the steps of firstly, obtaining the tree structure of each disease by using the disease data analysis method, secondly, forming different user groups according to the age and the gender of patients in medical documents by using the crowd attribute labels of the patient data and the age, the gender and the medical insurance card number of the patients in the medical documents;
the association rule is made by using Apriori algorithm with the data of the disease and the patient.
4. The method of claim 1, wherein the disease category distribution map is used to represent the number of disease types, and the larger the area of the region, the more disease types are represented by a rectangular tree.
5. The method of claim 1, wherein the disease category distribution profile is specifically mapped as follows: firstly, calculating the total proportion of the morbidity according to the morbidity number of the third-level diseases, and then determining the area of each disease of the third level on a rectangle according to the total proportion number; the disease data is divided into three levels according to the catalog of ICD10, the first level disease is presented by areas with different colors; second and third level diseases, both represented by subdivided regions within the first level region; clicking on any of the first level areas focuses on this level to specifically reveal its information.
6. The method of claim 1, wherein the network relationship graph of the disease population is generated by the following method:
firstly, for each disease, calculating DS1 of disease category, calculating group code PG of the crowd attribute of the patient, and constructing a one-dimensional array to be put [ DS1, PG ];
then, scanning all disease records, and filling the input of the one-dimensional array of the first step into a new array to construct a high-dimensional array;
thirdly, performing association rule mining calculation on the high-dimensional array to finally obtain frequency weight values FP of different combined data of DS1 and PG; using the analyzed high-frequency relation, taking 80 groups of results of the highest frequency, and filling the results into Gexf format data; filling DS3 and PG as nodes of Gexf, and filling the corresponding FP value as Edge;
finally, rendering the relation graph by using Gexf data; wherein the disease category and the crowd attribute are respectively represented by different colors; wherein the crowd attributes are grouped according to age group and gender; the disease categories are classified according to the primary catalog of ICD10, and after a weight of the relationship between a group of people and the disease categories is calculated, a weight value FP is displayed on the chain.
7. A system for visual reporting based on big data analysis of medical documents according to the method of any of claims 1 to 6, characterized in that it essentially comprises the following modules:
1) a data acquisition and classification module: the medical bill data acquisition system is used for acquiring data of a medical bill and dividing the data of the medical bill into disease data and patient data;
2) a data analysis module: the system comprises a disease category data analysis module and a disease crowd data analysis module respectively;
3) a visual report module: and respectively presenting the analysis result by using the disease category distribution map and the network relationship map of the disease population.
CN201810709344.8A2018-07-022018-07-02Method and system for visual report based on medical documentActiveCN109147879B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201810709344.8ACN109147879B (en)2018-07-022018-07-02Method and system for visual report based on medical document

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201810709344.8ACN109147879B (en)2018-07-022018-07-02Method and system for visual report based on medical document

Publications (2)

Publication NumberPublication Date
CN109147879A CN109147879A (en)2019-01-04
CN109147879Btrue CN109147879B (en)2021-07-27

Family

ID=64802681

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201810709344.8AActiveCN109147879B (en)2018-07-022018-07-02Method and system for visual report based on medical document

Country Status (1)

CountryLink
CN (1)CN109147879B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN111353051A (en)*2019-12-042020-06-30江苏蓝河智能科技有限公司K-means and Apriori-based algorithm maritime big data association analysis method
CN111582219B (en)*2020-05-182023-12-22湖南纳九物联科技有限公司Intelligent pet management system
CN114037004A (en)*2021-10-262022-02-11中电鸿信信息科技有限公司 An IP network attack group classification method based on behavior sequence

Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN105893766A (en)*2016-04-062016-08-24成都数联易康科技有限公司Graded diagnosis and treatment evaluating method based on data mining
CN106202883A (en)*2016-06-282016-12-07成都中医药大学A kind of method setting up disease cloud atlas based on big data analysis
CN106407650A (en)*2016-08-292017-02-15首都医科大学附属北京中医医院Traditional Chinese medicine data processing device and method
CN106709248A (en)*2016-12-162017-05-24浙江大学Disease complication excavating method based on FP-Growth algorithm
CN106934235A (en)*2017-03-092017-07-07中国科学院软件研究所Patient's similarity measurement migratory system between a kind of disease areas based on transfer learning

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
WO2015081086A1 (en)*2013-11-272015-06-04The Johns Hopkins UniversitySystem and method for medical data analysis and sharing

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN105893766A (en)*2016-04-062016-08-24成都数联易康科技有限公司Graded diagnosis and treatment evaluating method based on data mining
CN106202883A (en)*2016-06-282016-12-07成都中医药大学A kind of method setting up disease cloud atlas based on big data analysis
CN106407650A (en)*2016-08-292017-02-15首都医科大学附属北京中医医院Traditional Chinese medicine data processing device and method
CN106709248A (en)*2016-12-162017-05-24浙江大学Disease complication excavating method based on FP-Growth algorithm
CN106934235A (en)*2017-03-092017-07-07中国科学院软件研究所Patient's similarity measurement migratory system between a kind of disease areas based on transfer learning

Also Published As

Publication numberPublication date
CN109147879A (en)2019-01-04

Similar Documents

PublicationPublication DateTitle
Gu et al.Record linkage: Current practice and future directions
US6665677B1 (en)System and method for transforming a relational database to a hierarchical database
CN106844723B (en)Medical knowledge base construction method based on question answering system
JP5616335B2 (en) Queries for join data in search engine indexes
US20100082697A1 (en)Data model enrichment and classification using multi-model approach
US20050038533A1 (en)System and method for simplifying and manipulating k-partite graphs
US20060179051A1 (en)Methods and apparatus for steering the analyses of collections of documents
US20030236785A1 (en)Method of extracting item patterns across a plurality of databases, a network system and a processing apparatus
CN105144200A (en)Content based search engine for processing unstructurd digital
CN109147879B (en)Method and system for visual report based on medical document
CN107464134A (en)A kind of various dimensions material price comparative analysis and visualization show method
Olukunle et al.A fast algorithm for mining association rules in medical image data
Chang et al.Classification and visualization of the social science network by the minimum span clustering method
CN114168751B (en)Medical text label identification method and system based on medical knowledge conceptual diagram
CN106960004A (en)A kind of analysis method of multidimensional data
CN117390274A (en)Enterprise patent recommendation system based on multisource public data
CN115510289B (en)Data cube configuration method and device, electronic equipment and storage medium
Christen et al.Assessing deduplication and data linkage quality: What to measure?
CN114841136B (en)Inspection report editing method, device and equipment
Neiling et al.The object identification framework
Xu et al.Automatic semantic modeling for structural data source with the prior knowledge from knowledge base
Barnard et al.Adjacency Matrix Decomposition Clustering for Human Activity Data
LiivData Science Techniques for Cryptocurrency Blockchains
CN111768821A (en)Distributed patient record matching method, system and terminal
DraisbachEfficient duplicate detection and the impact of transitivity

Legal Events

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

[8]ページ先頭

©2009-2025 Movatter.jp