JP6866708B2 - Search program, search method and search device - Google Patents

Search program, search method and search device Download PDF

Info

Publication number
JP6866708B2
JP6866708B2 JP2017051936A JP2017051936A JP6866708B2 JP 6866708 B2 JP6866708 B2 JP 6866708B2 JP 2017051936 A JP2017051936 A JP 2017051936A JP 2017051936 A JP2017051936 A JP 2017051936A JP 6866708 B2 JP6866708 B2 JP 6866708B2
Authority
JP
Japan
Prior art keywords
graph
patient
feature
item
search
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
JP2017051936A
Other languages
Japanese (ja)
Other versions
JP2018156327A (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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2017051936A priority Critical patent/JP6866708B2/en
Publication of JP2018156327A publication Critical patent/JP2018156327A/en
Application granted granted Critical
Publication of JP6866708B2 publication Critical patent/JP6866708B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、検索プログラム等に関する。 The present invention relates to a search program and the like.

従来の医療システムでは、患者の検査結果の情報をデータベースに蓄積し、医師が患者の検査結果の情報を参照することで、患者の症状が悪化しているか否かを判断する。例えば、医師は、患者の症状が悪化していると判断した場合には、症状が悪化した要因を過去の経験則に基づき判断している。 In a conventional medical system, information on a patient's test result is stored in a database, and a doctor refers to the information on the patient's test result to determine whether or not the patient's symptoms are worsening. For example, when a doctor determines that a patient's symptoms are worsening, he / she determines the cause of the worsening of the symptoms based on past empirical rules.

また、自動的に患者の症状が悪化しているか否かを判定する従来技術として、ある検査項目について、検査時点の数値と、所定期間前の数値とを比較し、数値の上昇率または下降率を基にして、ある検査項目の症状が悪化しているか否かを判定する技術がある。また、単に、ある検査項目の検査時の値と閾値との比較により、ある項目の症状が悪化しているか否かを判定する従来技術もある。 In addition, as a conventional technique for automatically determining whether or not a patient's symptoms are worsening, for a certain test item, the value at the time of the test is compared with the value before a predetermined period, and the rate of increase or decrease of the value is obtained. There is a technique for determining whether or not the symptom of a certain test item is worsening based on the above. There is also a conventional technique for determining whether or not the symptom of a certain item is worsened by simply comparing the value at the time of inspection of a certain test item with the threshold value.

特開2009−66269号公報Japanese Unexamined Patent Publication No. 2009-66269 特開平8−235275号公報Japanese Unexamined Patent Publication No. 8-235275

しかしながら、上述した従来技術では、患者の検査結果から症状悪化の要因を特定することができないという問題がある。 However, the above-mentioned conventional technique has a problem that the cause of symptom exacerbation cannot be identified from the patient's test result.

例えば、症状悪化の要因は、様々な要因が影響しているため、従来技術のように上昇率、下降率、閾値比較によって症状悪化の要因を特定することは難しい。 For example, since various factors influence the factors of symptomatology deterioration, it is difficult to identify the factors of symptomatology deterioration by comparing the rate of increase, the rate of decrease, and the threshold value as in the prior art.

1つの側面では、本発明は、患者の検査結果から症状悪化の要因を特定することができる検索プログラム、検索方法および検索装置を提供することを目的とする。 In one aspect, it is an object of the present invention to provide a search program, a search method, and a search device capable of identifying a factor of aggravation of symptoms from a patient's test result.

第1の案では、コンピュータに下記の処理を実行させる。コンピュータは、複数の項目毎に患者の状態を示す情報を記憶した記憶部を参照する。コンピュータは、複数の項目のうち少なくとも2以上の項目について患者の状態を時系列に表示したグラフを項目毎にそれぞれ生成する。コンピュータは、グラフを生成した中の第1の項目の患者の状態を時系列に表示した第1グラフの一部分が選択された場合に、選択された部分周辺の第1グラフの図形の第1特徴と、グラフを生成した2以上の項目のそれぞれについてのグラフである複数のグラフにおける選択された部分周辺に対応する部分周辺の各第2特徴とを特定する。コンピュータは、第1特徴と類似する第2特徴を有する第2グラフに対応する項目を特定する。 In the first plan, the computer is made to perform the following processing. The computer refers to a storage unit that stores information indicating the patient's condition for each of a plurality of items. The computer generates a graph showing the patient's condition in chronological order for at least two or more items among the plurality of items for each item. When a part of the first graph displaying the patient's condition of the first item in the generated graph in chronological order is selected, the first feature of the figure of the first graph around the selected part is selected. And each second feature around the portion corresponding to the periphery of the selected portion in the plurality of graphs, which is a graph for each of the two or more items that generated the graph. The computer identifies the item corresponding to the second graph having the second feature similar to the first feature.

患者の検査結果から症状悪化の要因を特定することができる。 The cause of symptom exacerbation can be identified from the patient's test results.

図1は、本実施例に係る検索装置の構成を示す機能ブロック図である。FIG. 1 is a functional block diagram showing a configuration of a search device according to this embodiment. 図2は、検査履歴テーブルのデータ構造の一例を示す図である。FIG. 2 is a diagram showing an example of the data structure of the inspection history table. 図3は、検査結果のデータ構造の一例を示す図である。FIG. 3 is a diagram showing an example of the data structure of the inspection result. 図4は、グラフテーブルのデータ構造の一例を示す図である。FIG. 4 is a diagram showing an example of the data structure of the graph table. 図5は、ある検査項目の数値を時系列で表したグラフの一例を示す図である。FIG. 5 is a diagram showing an example of a graph showing the numerical values of a certain inspection item in chronological order. 図6は、期間特定処理を説明するための図である。FIG. 6 is a diagram for explaining a period specifying process. 図7は、項目検索処理を説明するための図である。FIG. 7 is a diagram for explaining the item search process. 図8は、本実施例に係る検索装置の処理手順を示すフローチャートである。FIG. 8 is a flowchart showing a processing procedure of the search device according to the present embodiment. 図9は、検索装置と同様の機能を実現するコンピュータのハードウェア構成の一例を示す図である。FIG. 9 is a diagram showing an example of a computer hardware configuration that realizes a function similar to that of a search device.

以下に、本願の開示する検索プログラム、検索方法および検索装置の実施例を図面に基づいて詳細に説明する。なお、この実施例によりこの発明が限定されるものではない。 Hereinafter, examples of the search program, search method, and search device disclosed in the present application will be described in detail with reference to the drawings. The present invention is not limited to this embodiment.

図1は、本実施例に係る検索装置の構成を示す機能ブロック図である。図1に示すように、この検索装置100は、通信部110と、入力部120と、表示部130と、記憶部140と、制御部150とを有する。 FIG. 1 is a functional block diagram showing a configuration of a search device according to this embodiment. As shown in FIG. 1, the search device 100 includes a communication unit 110, an input unit 120, a display unit 130, a storage unit 140, and a control unit 150.

通信部110は、ネットワークを介して図示しない外部装置と通信を実行する処理部である。通信部110は、通信装置に対応する。 The communication unit 110 is a processing unit that executes communication with an external device (not shown) via a network. The communication unit 110 corresponds to a communication device.

入力部120は、検索装置100に各種の情報を入力するための入力装置である。入力部120は、キーボードやマウス、タッチパネル等の入力装置に対応する。 The input unit 120 is an input device for inputting various information to the search device 100. The input unit 120 corresponds to an input device such as a keyboard, a mouse, and a touch panel.

表示部130は、制御部150から出力される情報を表示する表示装置である。表示部130は、液晶ディスプレイやタッチパネル等の表示装置に対応する。 The display unit 130 is a display device that displays information output from the control unit 150. The display unit 130 corresponds to a display device such as a liquid crystal display or a touch panel.

記憶部140は、検査履歴テーブル141と、グラフテーブル142とを有する。記憶部140は、RAM(Random Access Memory)、ROM(Read Only Memory)、フラッシュメモリ(Flash Memory)などの半導体メモリ素子や、HDD(Hard Disk Drive)などの記憶装置に対応する。 The storage unit 140 has an inspection history table 141 and a graph table 142. The storage unit 140 corresponds to semiconductor memory elements such as RAM (Random Access Memory), ROM (Read Only Memory), and flash memory (Flash Memory), and storage devices such as HDD (Hard Disk Drive).

検査履歴テーブル141は、患者毎の検査結果の履歴の情報を保持するテーブルである。図2は、検査履歴テーブルのデータ構造の一例を示す図である。図2に示すように、検査履歴テーブル141は、患者識別情報と、患者プロファイルと、検査結果とを有する。 The examination history table 141 is a table that holds information on the history of examination results for each patient. FIG. 2 is a diagram showing an example of the data structure of the inspection history table. As shown in FIG. 2, the examination history table 141 has patient identification information, a patient profile, and an examination result.

患者識別情報は、患者を一意に識別する情報である。患者プロファイルは、患者の性別、年齢、アレルギー等に関する情報が含まれる。検査結果は、各患者の検査結果に関する情報を保持する情報である。 The patient identification information is information that uniquely identifies the patient. The patient profile contains information about the patient's gender, age, allergies, etc. The test result is information that retains information about the test result of each patient.

図3は、検査結果のデータ構造の一例を示す図である。図3に示すように、この検査結果は、各検査項目の検査結果となる複数のテーブルを有する。図3に示す例では、検査結果として、テーブル50a,50b,50cを示すが、その他の検査項目に対応するテーブルを有していても良い。 FIG. 3 is a diagram showing an example of the data structure of the inspection result. As shown in FIG. 3, this inspection result has a plurality of tables that are the inspection results of each inspection item. In the example shown in FIG. 3, tables 50a, 50b, and 50c are shown as inspection results, but tables corresponding to other inspection items may be provided.

テーブル50aは、検査項目「項目A」の検査結果の情報を保持するテーブルであり、検査を行った「日付」と、検査結果の「数値」とを対応付ける。テーブル50bは、検査項目「項目B」の検査結果の情報を保持するテーブルであり、検査を行った「日付」と、検査結果の「数値」とを対応付ける。テーブル50cは、検査項目「項目C」の検査結果の情報を保持するテーブルであり、検査を行った「日付」と、検査結果の「数値」とを対応付ける。 The table 50a is a table that holds the information of the inspection result of the inspection item "item A", and associates the "date" of the inspection with the "numerical value" of the inspection result. The table 50b is a table that holds the information of the inspection result of the inspection item "item B", and associates the "date" of the inspection with the "numerical value" of the inspection result. The table 50c is a table that holds information on the inspection result of the inspection item "item C", and associates the "date" of the inspection with the "numerical value" of the inspection result.

グラフテーブル142は、患者毎の検査項目の数値を時系列で表すグラフの情報を保持するテーブルである。図4は、グラフテーブルのデータ構造の一例を示す図である。図4に示すように、このグラフテーブル142は、患者識別情報と、検査項目と、グラフとを対応付ける。患者識別情報は、患者を一意に識別する情報である。検査項目は、検査項目を一意に識別する情報である。グラフは、該当する検査項目の数値を時系列で表したグラフの情報である。 The graph table 142 is a table that holds graph information that represents the numerical values of the examination items for each patient in chronological order. FIG. 4 is a diagram showing an example of the data structure of the graph table. As shown in FIG. 4, the graph table 142 associates the patient identification information with the test items and the graph. The patient identification information is information that uniquely identifies the patient. The inspection item is information that uniquely identifies the inspection item. The graph is the information of the graph showing the numerical values of the corresponding inspection items in chronological order.

図5は、ある検査項目の数値を時系列で表したグラフの一例を示す図である。図5に示すグラフの横軸は時間に対応する軸であり、グラフの縦軸はある項目の数値に対応する軸である。本実施例では一例として、図5に示すグラフを、項目Aの数値を時系列に表したグラフとする。 FIG. 5 is a diagram showing an example of a graph showing the numerical values of a certain inspection item in chronological order. The horizontal axis of the graph shown in FIG. 5 is the axis corresponding to time, and the vertical axis of the graph is the axis corresponding to the numerical value of a certain item. In this embodiment, as an example, the graph shown in FIG. 5 is a graph showing the numerical values of item A in chronological order.

図1の説明に戻る。制御部150は、受付部151と、生成部152と、検索部153とを有する。制御部150は、CPU(Central Processing Unit)やMPU(Micro Processing Unit)などによって実現できる。また、制御部150は、ASIC(Application Specific Integrated Circuit)やFPGA(Field Programmable Gate Array)などのハードワイヤードロジックによっても実現できる。 Returning to the description of FIG. The control unit 150 includes a reception unit 151, a generation unit 152, and a search unit 153. The control unit 150 can be realized by a CPU (Central Processing Unit), an MPU (Micro Processing Unit), or the like. The control unit 150 can also be realized by hard-wired logic such as an ASIC (Application Specific Integrated Circuit) or an FPGA (Field Programmable Gate Array).

受付部151は、通信部110または入力部120を介して各種の情報を受け付け、受け付けた情報により、記憶部140に格納された情報を更新する処理部である。例えば、受付部151は、患者識別情報に対応付けられた患者プロファイル、検査結果を受け付けた場合には、受け付けた情報により、検査履歴テーブル141を更新する。 The reception unit 151 is a processing unit that receives various types of information via the communication unit 110 or the input unit 120, and updates the information stored in the storage unit 140 based on the received information. For example, when the reception unit 151 receives the patient profile and the test result associated with the patient identification information, the reception unit 151 updates the test history table 141 with the received information.

生成部152は、検査履歴テーブル141の検査結果を基にして、検査項目の値を時系列に表したグラフを生成する処理部である。生成部152は、患者識別情報毎に、検査項目毎のグラフを生成し、生成したグラフの情報を、グラフテーブル142に格納する。 The generation unit 152 is a processing unit that generates a graph showing the values of inspection items in chronological order based on the inspection results of the inspection history table 141. The generation unit 152 generates a graph for each examination item for each patient identification information, and stores the generated graph information in the graph table 142.

例えば、図3に示すように、検査項目に「項目A、項目B、項目C」が含まれる場合には、生成部152は、患者識別情報毎に、項目Aのグラフ、項目Bのグラフ、項目Cのグラフをそれぞれ生成する。生成部152は、患者識別情報と、項目Aのグラフ、項目Bのグラフ、項目Cのグラフとを対応付けて、グラフテーブル142に登録する。 For example, as shown in FIG. 3, when the inspection items include "item A, item B, item C", the generation unit 152 sets the graph of item A and the graph of item B for each patient identification information. Generate graphs for item C respectively. The generation unit 152 associates the patient identification information with the graph of item A, the graph of item B, and the graph of item C, and registers them in the graph table 142.

検索部153は、あるグラフに示される患者の症状が悪化した期間と同じ期間に、あるグラフの図形特徴と類似する図形特徴を有する他のグラフの項目を検索する処理部である。検索部153は、検索結果を表示部130に出力して表示しても良いし、ネットワークを介して外部装置に通知しても良い。検索部153は、期間特定処理と、項目検索処理とを順に実行する。 The search unit 153 is a processing unit that searches for items in another graph having graphic features similar to those of the graph in the same period as the period in which the patient's symptoms shown in the graph worsen. The search unit 153 may output the search result to the display unit 130 and display it, or may notify the external device via the network. The search unit 153 executes the period specifying process and the item search process in order.

図6は、期間特定処理を説明するための図である。例えば、検索部153が期間特定処理により特定する期間は、患者の症状が悪化した期間に対応するものである。以下の説明では、患者の症状が悪化した期間を、「対象期間」と表記する。検索部153は、ある患者識別情報のある項目に対応するグラフを、グラフテーブル142から取得する。検索部153は、入力部120等から、患者識別情報、検査項目の指示を受け付け、対応するグラフを、グラフテーブル142から取得しても良い。ここでは一例として、検索部153は、項目Aのグラフ60aを取得した場合について説明する。 FIG. 6 is a diagram for explaining a period specifying process. For example, the period specified by the search unit 153 by the period specifying process corresponds to the period in which the patient's symptom worsens. In the following description, the period during which the patient's symptoms worsen is referred to as the "target period". The search unit 153 acquires a graph corresponding to a certain item of certain patient identification information from the graph table 142. The search unit 153 may receive patient identification information and instructions for examination items from the input unit 120 or the like, and may acquire the corresponding graph from the graph table 142. Here, as an example, the case where the search unit 153 acquires the graph 60a of the item A will be described.

検索部153は、グラフ60a上にウインドウWを配置し、ウインドウW内において、グラフ60aの線分71aと、基準線70aとに囲まれる各領域Sの面積を算出する処理を、ウインドウWを移動させつつ、繰り返し実行する。基準線70aは、縦軸の数値が0となる位置において、縦軸と直交する平行線(横軸)である。基準線70aの位置は、管理者が適宜調整しても良い。検索部153は、所定面積以上の領域Sに対応する期間(対象期間)を特定する。 The search unit 153 arranges the window W on the graph 60a, and moves the window W to calculate the area of each area S surrounded by the line segment 71a of the graph 60a and the reference line 70a in the window W. Repeatedly execute while letting. The reference line 70a is a parallel line (horizontal axis) orthogonal to the vertical axis at a position where the numerical value on the vertical axis is 0. The position of the reference line 70a may be appropriately adjusted by the administrator. The search unit 153 specifies a period (target period) corresponding to the area S having a predetermined area or more.

図6に示す例では、検索部153は、ウインドウWを配置し、領域S〜Sの面積をそれぞれ算出する。検索部153は、ウインドウWの位置をずらして、ウインドウWを配置し、領域S〜S10の面積をそれぞれ算出する。検索部153は、ウインドウWの位置をずらして、ウインドウWを配置し、領域S11〜S15の面積をそれぞれ算出する。 In the example shown in FIG. 6, the search unit 153, the window W 1 is arranged to calculate the area of the region S 1 to S 5, respectively. The search unit 153 shifts the position of the window W , arranges the window W 2, and calculates the areas of the areas S 6 to S 10 , respectively. The search unit 153 shifts the position of the window W , arranges the window W 3, and calculates the areas of the areas S 11 to S 15 , respectively.

検索部153は、各領域S〜S15の面積と所定面積とを比較し、所定面積以上となるとなる領域Sを特定する。ここでは一例として、領域Sを、所定面積以上の領域とする。検索部153は、領域Sを構成するグラフの線分と基準線70aとが交差する日付Tから日付Tまでの期間を特定する。すなわち、対象期間は、日付Tから日付Tまでの期間となる。検索部153が比較する所定面積は、異なる検査項目毎に予め設定されているものとする。 Search section 153 compares the area to a predetermined area of each region S 1 to S 15, specifies an area S made becomes equal to or higher than a predetermined area. Here, as an example, the region S 7, a predetermined area or region. The search unit 153 specifies a period from date T 1 to date T 2 at which the line segment of the graph constituting the area S 7 and the reference line 70a intersect. That is, period is a period from the date T 1 to the date T 2. It is assumed that the predetermined area to be compared by the search unit 153 is preset for each different inspection item.

なお、上記の期間特定処理では、ウインドウWの位置をずらしつつ、各領域Sの面積を求める場合について説明したがこれに限定されるものではない。例えば、検索部153は、ウインドウWを配置する位置を入力部120から受け付け、受け付けた位置にウインドウWを配置して、上記処理を実行しても良い。 In the above-mentioned period specifying process, the case where the area of each area S is obtained while shifting the position of the window W has been described, but the present invention is not limited to this. For example, the search unit 153 may receive the position where the window W is arranged from the input unit 120, arrange the window W at the accepted position, and execute the above process.

検索部153は、期間特定処理を実行することで、対象期間を特定した後に、項目検索処理を実行する。図7は、項目検索処理を説明するための図である。検索部153は、各検索項目のグラフの内、対象期間の図形の特徴を比較し、基準となるグラフの図形の特徴と類似する図形の特徴を有するグラフの項目を検索する。例えば、基準となるグラフを、期間特定処理で用いたグラフとする。 The search unit 153 executes the item search process after specifying the target period by executing the period specifying process. FIG. 7 is a diagram for explaining the item search process. The search unit 153 compares the characteristics of the graphic of the target period in the graph of each search item, and searches for the item of the graph having the characteristics of the graphic similar to the characteristics of the graphic of the reference graph. For example, the reference graph is a graph used in the period specifying process.

図7に示す例では、項目Aのグラフをグラフ60aとし、項目Bのグラフをグラフ60bとし、項目Cのグラフをグラフ60cとし、項目Dのグラフをグラフ60dとする。基準となるグラフを、グラフ60aとし、対象期間を、期間T〜Tとする。グラフ60b〜60dにおいて、基準線をそれぞれ基準線70b〜70dとし、グラフの線分をそれぞれ線分71b〜71dとする。 In the example shown in FIG. 7, the graph of item A is referred to as graph 60a, the graph of item B is referred to as graph 60b, the graph of item C is referred to as graph 60c, and the graph of item D is referred to as graph 60d. The reference graph is graph 60a, and the target period is periods T 1 to T 2 . In the graphs 60b to 60d, the reference lines are the reference lines 70b to 70d, and the line segments of the graph are the line segments 71b to 71d, respectively.

検索部153は、各グラフ60a〜60dについて、対象期間T〜Tの図形特徴を抽出する。例えば、検索部153は、各日付に対応する基準線からグラフの線分までの距離を、時系列に並べた値を、図形特徴として抽出する。検索部153は、基準のグラフ60aの図形特徴と、他のグラフ60b〜60dの図形特徴との相関係数をそれぞれ算出し、相関係数が所定値以上となるグラフの組を特定する。検索部153は、相関係数が閾値以上となるグラフ60aとの組となったグラフの項目を検索する。 Search section 153 for each graph 60 a to 60 d, and extracts the shape characteristics of the target period T 1 through T 2. For example, the search unit 153 extracts values obtained by arranging the distances from the reference line corresponding to each date to the line segment of the graph in chronological order as graphic features. The search unit 153 calculates the correlation coefficient between the graphic feature of the reference graph 60a and the graphic feature of the other graphs 60b to 60d, respectively, and identifies a set of graphs having a correlation coefficient of a predetermined value or more. The search unit 153 searches for graph items that are paired with the graph 60a whose correlation coefficient is equal to or greater than the threshold value.

例えば、検索部153は、グラフ60aの図形特徴とグラフ60bの図形特徴との相関係数が閾値以上となり、グラフ60aの図形特徴とグラフ60cの図形特徴との相関係数が閾値以上となったとする。また、グラフ60aの図形特徴とグラフ60dの図形特徴との相関係数が閾値未満となったとする。この場合には、検索部153は、グラフ60bの項目Bおよびグラフ60cの項目Cを、検索結果とする。 For example, the search unit 153 states that the correlation coefficient between the graphic feature of the graph 60a and the graphic feature of the graph 60b is equal to or greater than the threshold value, and the correlation coefficient between the graphic feature of the graph 60a and the graphic feature of the graph 60c is equal to or greater than the threshold value. To do. Further, it is assumed that the correlation coefficient between the graphic feature of the graph 60a and the graphic feature of the graph 60d is less than the threshold value. In this case, the search unit 153 uses the item B of the graph 60b and the item C of the graph 60c as the search result.

ところで、検索部153は、基準となるグラフの図形特徴を用いて、基準となる患者に類似する他の患者を検索しても良い。ここでは、基準となるグラフをグラフ60aとして説明を行う。基準となるグラフ60aの検査項目を「項目A」とすると、検索部153は、他の患者識別情報に対応する、検査項目「項目A」のグラフの情報を取得し、図6で説明した期間特定処理を行うことで、対象期間を特定し、対象期間の図形特徴を抽出する。 By the way, the search unit 153 may search for another patient similar to the reference patient by using the graphic feature of the reference graph. Here, a reference graph will be described as a graph 60a. Assuming that the test item of the reference graph 60a is "item A", the search unit 153 acquires the information of the graph of the test item "item A" corresponding to other patient identification information, and the period described in FIG. By performing the specific processing, the target period is specified and the graphic features of the target period are extracted.

検索部153は、基準となるグラフ60aの図形特徴と、他の患者識別情報に対応する、検査項目「項目A」のグラフの図形特徴との相関係数を算出する。検索部153は、相関係数が、閾値以上となる場合に、かかる他の患者識別情報の患者を、基準となる患者に類似する他の患者として特定する。 The search unit 153 calculates the correlation coefficient between the graphic feature of the graph 60a as a reference and the graphic feature of the graph of the test item “item A” corresponding to other patient identification information. When the correlation coefficient is equal to or greater than the threshold value, the search unit 153 identifies the patient with such other patient identification information as another patient similar to the reference patient.

次に、本実施例に係る検索装置100の処理手順について説明する。図8は、本実施例に係る検索装置の処理手順を示すフローチャートである。図8に示すように、検索装置100の生成部152は、検査履歴テーブル141を参照し(ステップS101)、検査項目毎のグラフを生成する(ステップS102)。 Next, the processing procedure of the search device 100 according to this embodiment will be described. FIG. 8 is a flowchart showing a processing procedure of the search device according to the present embodiment. As shown in FIG. 8, the generation unit 152 of the search device 100 refers to the inspection history table 141 (step S101) and generates a graph for each inspection item (step S102).

検索装置100の検索部153は、基準のグラフについて、ウインドウを移動させつつ、ウインドウに含まれる基準線とグラフとに囲まれる領域の面積を算出する(ステップS103)。検索部153は、面積が閾値以上となる領域の期間を対象期間として特定する(ステップS104)。 The search unit 153 of the search device 100 calculates the area of the area surrounded by the reference line and the graph included in the window while moving the window with respect to the reference graph (step S103). The search unit 153 specifies a period in which the area is equal to or greater than the threshold value as a target period (step S104).

検索部153は、基準のグラフの図形特徴と、他の各グラフの図形特徴との相関係数を算出する(ステップS105)。検索部153は、相関係数が閾値以上となる他のグラフの項目を検索結果として特定する(ステップS106)。検索部153は、検索結果を出力する(ステップS107)。 The search unit 153 calculates the correlation coefficient between the graphic feature of the reference graph and the graphic feature of each of the other graphs (step S105). The search unit 153 identifies other graph items whose correlation coefficient is equal to or higher than the threshold value as the search result (step S106). The search unit 153 outputs the search result (step S107).

次に、本実施例に係る検索装置100の効果について説明する。検索装置100は、検査結果の検査項目毎に時系列のグラフを生成し、基準のグラフで特定した対象期間と同期間に、基準のグラフの図形特徴と類似する図形特徴を有するグラフの項目を検索する。このため、患者の検査結果から症状悪化の要因を特定することができる。例えば、対象期間は、ある検査項目について、患者の症状が悪化した期間であるといえ、同時期に、基準のグラフの図形特徴に類似する他のグラフの項目は、症状悪化に影響を与える要因であると言える。 Next, the effect of the search device 100 according to this embodiment will be described. The search device 100 generates a time-series graph for each inspection item of the inspection result, and during the same period as the target period specified by the reference graph, the item of the graph having the graphic feature similar to the graphic feature of the reference graph is displayed. Search for. Therefore, the cause of symptom exacerbation can be identified from the patient's test result. For example, it can be said that the target period is the period during which the patient's symptoms worsen for one test item, and at the same time, other graph items similar to the graphic features of the reference graph are factors that affect the worsening of symptoms. It can be said that.

検索装置100は、各患者の同一の検査項目に対応するグラフの図形特徴をそれぞれ比較することで、基準となる患者に類似する患者を検索するので、基準となる患者と同じような症状を持つ患者を精度良く検出することができる。 Since the search device 100 searches for a patient similar to the reference patient by comparing the graphic features of the graph corresponding to the same test item of each patient, the search device 100 has the same symptoms as the reference patient. The patient can be detected accurately.

検索装置100は、基準線とグラフとに囲まれる領域を図面特徴として特定・利用するため、各日付の検査結果を総合的に利用して、患者の症状が悪化しているか否かを評価することができる。 Since the search device 100 identifies and uses the area surrounded by the reference line and the graph as a drawing feature, it evaluates whether or not the patient's symptom is worsening by comprehensively using the test results of each date. be able to.

検索装置100は、ウインドウを移動させつつ、ウインドウに含まれる、基準線とグラフとに囲まれる領域の面積を算出し、所定面積以上となる領域を図形特徴として利用する。このため、患者の症状が悪化した期間を効率的に特定することができる。 The search device 100 calculates the area of the area surrounded by the reference line and the graph included in the window while moving the window, and uses the area having a predetermined area or more as a graphic feature. Therefore, it is possible to efficiently identify the period during which the patient's symptoms worsen.

次に、上記実施例に示した検索装置100と同様の機能を実現するコンピュータのハードウェア構成の一例について説明する。図9は、検索装置と同様の機能を実現するコンピュータのハードウェア構成の一例を示す図である。 Next, an example of a computer hardware configuration that realizes the same functions as the search device 100 shown in the above embodiment will be described. FIG. 9 is a diagram showing an example of a computer hardware configuration that realizes a function similar to that of a search device.

図9に示すように、コンピュータ200は、各種演算処理を実行するCPU201と、ユーザからのデータの入力を受け付ける入力装置202と、ディスプレイ203とを有する。また、コンピュータ200は、記憶媒体からプログラム等を読み取る読み取り装置204と、ネットワークを介して他のコンピュータとの間でデータの授受を行うインターフェース装置205とを有する。また、コンピュータ200は、各種情報を一時記憶するRAM206と、ハードディスク装置207とを有する。そして、各装置201〜207は、バス208に接続される。 As shown in FIG. 9, the computer 200 includes a CPU 201 that executes various arithmetic processes, an input device 202 that receives data input from a user, and a display 203. Further, the computer 200 has a reading device 204 for reading a program or the like from a storage medium, and an interface device 205 for exchanging data with another computer via a network. Further, the computer 200 has a RAM 206 for temporarily storing various information and a hard disk device 207. Then, each of the devices 201 to 207 is connected to the bus 208.

ハードディスク装置207は、特定プログラム207a、検索プログラム207bを有する。CPU201は、特定プログラム207a、検索プログラム207bを読み出して、RAM206に展開する。 The hard disk device 207 has a specific program 207a and a search program 207b. The CPU 201 reads out the specific program 207a and the search program 207b and deploys them in the RAM 206.

特定プログラム207aは、特定プロセス206aとして機能する。検索プログラム207bは、検索プロセス206bとして機能する。特定プロセス206aの処理は、特定部152の処理に対応する。検索プロセス206bの処理は、検索部153の処理に対応する。 The specific program 207a functions as a specific process 206a. The search program 207b functions as the search process 206b. The process of the specific process 206a corresponds to the process of the specific unit 152. The process of the search process 206b corresponds to the process of the search unit 153.

なお、各プログラム207a,207bについては、必ずしも最初からハードディスク装置207に記憶させておかなくても良い。例えば、コンピュータ200に挿入されるフレキシブルディスク(FD)、CD−ROM、DVDディスク、光磁気ディスク、ICカードなどの「可搬用の物理媒体」に各プログラムを記憶させておく。そして、コンピュータ200が各プログラム207a,207bを読み出して実行するようにしても良い。 The programs 207a and 207b do not necessarily have to be stored in the hard disk device 207 from the beginning. For example, each program is stored in a "portable physical medium" such as a flexible disk (FD), a CD-ROM, a DVD disk, a magneto-optical disk, or an IC card inserted into the computer 200. Then, the computer 200 may read and execute the programs 207a and 207b.

以上の各実施例を含む実施形態に関し、さらに以下の付記を開示する。 The following additional notes will be further disclosed with respect to the embodiments including each of the above embodiments.

(付記1)コンピュータに、
複数の項目毎に患者の状態を示す情報を記憶した記憶部を参照して、
前記複数の項目のうち少なくとも2以上の項目について患者の状態を時系列に表示したグラフを項目毎にそれぞれ生成し、
前記グラフを生成した中の第1の項目の患者の状態を時系列に表示した第1グラフの一部分が選択された場合に、選択された部分周辺の第1グラフの図形の第1特徴と、前記グラフを生成した2以上の項目のそれぞれについてのグラフである複数のグラフにおける前記選択された前記部分周辺に対応する部分周辺の各第2特徴とを特定し、
前記第1特徴と類似する第2特徴を有する第2グラフに対応する項目を特定する
処理を実行させることを特徴とする検索プログラム。
(Appendix 1) To the computer
With reference to the storage unit that stores information indicating the patient's condition for each of multiple items,
A graph displaying the patient's condition in chronological order for at least two or more of the plurality of items is generated for each item.
When a part of the first graph displaying the patient's condition of the first item in the generated graph in chronological order is selected, the first feature of the figure of the first graph around the selected part and the first feature. Each second feature around the portion corresponding to the selected periphery in the plurality of graphs, which is a graph for each of the two or more items that generated the graph, is identified.
A search program characterized by executing a process of specifying an item corresponding to a second graph having a second feature similar to the first feature.

(付記2)前記生成する処理は、異なる患者毎に、ある項目の患者の状態を時系列に表示したグラフを項目毎にそれぞれ生成し、前記特定する処理は、各患者の第1グラフの第1特徴をそれぞれ比較することで、ある患者に類似する他の患者を検索する処理を更に実行することを特徴とする付記1に記載の検索プログラム。 (Appendix 2) The generated process generates a graph showing the patient status of a certain item in chronological order for each different patient, and the specified process is the first graph of each patient. The search program according to Appendix 1, wherein the process of searching for another patient similar to a certain patient is further executed by comparing each of the features.

(付記3)前記第1特徴を特定する処理は、前記部分周辺に対応する領域の第1グラフについて、基準線と前記第1グラフとに囲まれる領域を前記第1特徴として特定することを特徴とする付記1または2に記載の検索プログラム。 (Appendix 3) The process of specifying the first feature is characterized in that, with respect to the first graph of the region corresponding to the periphery of the portion, the region surrounded by the reference line and the first graph is specified as the first feature. The search program described in Appendix 1 or 2.

(付記4)前記第1特徴を特定する処理は、前記部分周辺に対応する領域を移動させて、前記基準線と前記第1グラフとに囲まれる領域を特定する処理を繰り返し実行し、所定面積以上となる領域を、第1特徴として特定することを特徴とする付記3に記載の検索プログラム。 (Appendix 4) In the process of specifying the first feature, the area corresponding to the periphery of the portion is moved, and the process of specifying the area surrounded by the reference line and the first graph is repeatedly executed to obtain a predetermined area. The search program according to Appendix 3, wherein the above-mentioned area is specified as a first feature.

(付記5)コンピュータが実行する検索方法であって、
複数の項目毎に患者の状態を示す情報を記憶した記憶部を参照して、
前記複数の項目のうち少なくとも2以上の項目について患者の状態を時系列に表示したグラフを項目毎にそれぞれ生成し、
前記グラフを生成した中の第1の項目の患者の状態を時系列に表示した第1グラフの一部分が選択された場合に、選択された部分周辺の第1グラフの図形の第1特徴と、前記グラフを生成した2以上の項目のそれぞれについてのグラフである複数のグラフにおける前記選択された前記部分周辺に対応する部分周辺の各第2特徴とを特定し、
前記第1特徴と類似する第2特徴を有する第2グラフに対応する項目を特定する
処理を実行することを特徴とする検索方法。
(Appendix 5) This is a search method executed by a computer.
With reference to the storage unit that stores information indicating the patient's condition for each of multiple items,
A graph displaying the patient's condition in chronological order for at least two or more of the plurality of items is generated for each item.
When a part of the first graph displaying the patient's condition of the first item in the generated graph in chronological order is selected, the first feature of the figure of the first graph around the selected part and the first feature. Each second feature around the portion corresponding to the selected periphery in the plurality of graphs, which is a graph for each of the two or more items that generated the graph, is identified.
A search method characterized by executing a process of specifying an item corresponding to a second graph having a second feature similar to the first feature.

(付記6)前記生成する処理は、異なる患者毎に、ある項目の患者の状態を時系列に表示したグラフを項目毎にそれぞれ生成し、前記特定する処理は、各患者の第1グラフの第1特徴をそれぞれ比較することで、ある患者に類似する他の患者を検索する処理を更に実行することを特徴とする付記5に記載の検索方法。 (Appendix 6) The generated process generates a graph displaying the patient status of a certain item in chronological order for each different patient, and the specified process is the first graph of each patient. The search method according to Appendix 5, wherein the process of searching for another patient similar to a certain patient is further executed by comparing each of the features.

(付記7)前記第1特徴を特定する処理は、前記部分周辺に対応する領域の第1グラフについて、基準線と前記第1グラフとに囲まれる領域を前記第1特徴として特定することを特徴とする付記5または6に記載の検索方法。 (Appendix 7) The process for specifying the first feature is characterized in that, for the first graph of the region corresponding to the periphery of the portion, the region surrounded by the reference line and the first graph is specified as the first feature. The search method according to Appendix 5 or 6.

(付記8)前記第1特徴を特定する処理は、前記部分周辺に対応する領域を移動させて、前記基準線と前記第1グラフとに囲まれる領域を特定する処理を繰り返し実行し、所定面積以上となる領域を、第1特徴として特定することを特徴とする付記7に記載の検索方法。 (Appendix 8) In the process of specifying the first feature, the area corresponding to the periphery of the portion is moved, and the process of specifying the area surrounded by the reference line and the first graph is repeatedly executed to obtain a predetermined area. The search method according to Appendix 7, wherein the above-mentioned area is specified as a first feature.

(付記9)複数の項目毎に患者の状態を示す情報を記憶する記憶部と、
前記複数の項目のうち少なくとも2以上の項目について患者の状態を時系列に表示したグラフを項目毎にそれぞれ生成する生成部と、
前記グラフを生成した中の第1の項目の患者の状態を時系列に表示した第1グラフの一部分が選択された場合に、選択された部分周辺の第1グラフの図形の第1特徴と、前記グラフを生成した2以上の項目のそれぞれについてのグラフである複数のグラフにおける前記選択された前記部分周辺に対応する部分周辺の各第2特徴とを特定し、
前記第1特徴と類似する第2特徴を有する第2グラフに対応する項目を特定する検索部と
を有することを特徴とする検索装置。
(Appendix 9) A storage unit that stores information indicating the patient's condition for each of a plurality of items,
A generator that generates a graph displaying the patient's condition in chronological order for at least two or more of the plurality of items for each item.
When a part of the first graph displaying the patient's condition of the first item in the generated graph in chronological order is selected, the first feature of the figure of the first graph around the selected part and the first feature. Each second feature around the portion corresponding to the selected periphery in the plurality of graphs, which is a graph for each of the two or more items that generated the graph, is identified.
A search device comprising a search unit for specifying an item corresponding to a second graph having a second feature similar to the first feature.

(付記10)前記生成部は、異なる患者毎に、ある項目の患者の状態を時系列に表示したグラフを項目毎にそれぞれ生成し、前記検索部は、各患者の第1グラフの第1特徴をそれぞれ比較することで、ある患者に類似する他の患者を検索する処理を更に実行することを特徴とする付記9に記載の検索装置。 (Appendix 10) The generation unit generates a graph displaying the patient status of a certain item in chronological order for each different patient, and the search unit generates the first feature of the first graph of each patient. 9. The search device according to Appendix 9, wherein the process of searching for another patient similar to a certain patient is further executed by comparing each of the above.

(付記11)前記検索部は、前記部分周辺に対応する領域の第1グラフについて、基準線と前記第1グラフとに囲まれる領域を前記第1特徴として特定することを特徴とする付記9または10に記載の検索装置。 (Supplementary Note 11) The search unit specifies the region surrounded by the reference line and the first graph as the first feature of the first graph of the region corresponding to the periphery of the portion. 10. The search device according to 10.

(付記12)前記検索部は、前記部分周辺に対応する領域を移動させて、前記基準線と前記第1グラフとに囲まれる領域を特定する処理を繰り返し実行し、所定面積以上となる領域を、第1特徴として特定することを特徴とする付記11に記載の検索装置。 (Appendix 12) The search unit repeatedly executes a process of moving a region corresponding to the periphery of the portion and specifying an region surrounded by the reference line and the first graph, and obtains an region having a predetermined area or more. , The search device according to Appendix 11, characterized in that it is specified as a first feature.

100 検索装置
110 通信部
120 入力部
130 表示部
140 記憶部
141 検査履歴テーブル
142 グラフテーブル
150 制御部
151 受付部
152 生成部
153 検索部
100 Search device 110 Communication unit 120 Input unit 130 Display unit 140 Storage unit 141 Inspection history table 142 Graph table 150 Control unit 151 Reception unit 152 Generation unit 153 Search unit

Claims (6)

数の項目毎に患者の状態を示す情報を記憶した記憶部を参照して、
前記複数の項目のうち少なくとも2以上の項目について患者の状態を時系列に表示したグラフを項目毎にそれぞれ生成し、
前記グラフを生成した中の第1の項目の患者の状態を時系列に表示した第1グラフの選択される部分周辺の領域であって、基準線と前記第1グラフとに囲まれる前記領域が所定の面積以上となるように、前記部分周辺の選択を受け付け、選択された前記部分周辺の第1グラフの図形の第1特徴と、前記グラフを生成した2以上の項目のそれぞれについてのグラフである複数のグラフにおける前記選択された前記部分周辺に対応する部分周辺の各第2特徴とを特定し、
前記第1特徴と類似する第2特徴を有する第2グラフに対応する項目を特定する
処理を実行させることを特徴とする検索プログラム。
By referring to the storage unit that stores information indicating the state of the patient for each item of the multiple,
A graph displaying the patient's condition in chronological order for at least two or more of the plurality of items is generated for each item.
The area around the selected part of the first graph showing the patient's condition of the first item in the generated graph in chronological order, and the area surrounded by the reference line and the first graph is as equal to or greater than a predetermined area accepts the selection in the periphery of the above portion, a first feature of the figure of the first graph near the portion selected, the graph for each of the two or more items that generated the graph Each second feature around the portion corresponding to the selected periphery of the selected portion in a plurality of graphs is identified.
A search program characterized by executing a process of specifying an item corresponding to a second graph having a second feature similar to the first feature.
前記生成する処理は、異なる患者毎に、ある項目の患者の状態を時系列に表示したグラフを項目毎にそれぞれ生成し、前記特定する処理は、各患者の第1グラフの第1特徴をそれぞれ比較することで、ある患者に類似する他の患者を検索する処理を更に実行することを特徴とする請求項1に記載の検索プログラム。 The generated process generates a graph showing the patient status of a certain item in chronological order for each different patient, and the specific process generates the first feature of the first graph of each patient. The search program according to claim 1, further performing a process of searching for another patient similar to a certain patient by comparison. 前記第1特徴を特定する処理は、前記部分周辺に対応する領域の第1グラフについて、基準線と前記第1グラフとに囲まれる領域を前記第1特徴として特定することを特徴とする請求項1または2に記載の検索プログラム。 The process of specifying the first feature is characterized in that, with respect to the first graph of the region corresponding to the periphery of the portion, the region surrounded by the reference line and the first graph is specified as the first feature. The search program according to 1 or 2. 前記第1特徴を特定する処理は、前記部分周辺に対応する領域を移動させて、前記基準線と前記第1グラフとに囲まれる領域を特定する処理を繰り返し実行し、所定面積以上となる領域を、第1特徴として特定することを特徴とする請求項3に記載の検索プログラム。 In the process of specifying the first feature, the area corresponding to the periphery of the portion is moved, and the process of specifying the area surrounded by the reference line and the first graph is repeatedly executed, and the area becomes a predetermined area or more. The search program according to claim 3, wherein the search program is specified as the first feature. コンピュータが実行する検索方法であって、
複数の項目毎に患者の状態を示す情報を記憶した記憶部を参照して、
前記複数の項目のうち少なくとも2以上の項目について患者の状態を時系列に表示したグラフを項目毎にそれぞれ生成し、
前記グラフを生成した中の第1の項目の患者の状態を時系列に表示した第1グラフの選択される部分周辺の領域であって、基準線と前記第1グラフとに囲まれる前記領域が所定の面積以上となるように、前記部分周辺の選択を受け付け、選択された前記部分周辺の第1グラフの図形の第1特徴と、前記グラフを生成した2以上の項目のそれぞれについてのグラフである複数のグラフにおける前記選択された前記部分周辺に対応する部分周辺の各第2特徴とを特定し、
前記第1特徴と類似する第2特徴を有する第2グラフに対応する項目を特定する
処理を実行することを特徴とする検索方法。
It ’s a computer-run search method.
With reference to the storage unit that stores information indicating the patient's condition for each of multiple items,
A graph displaying the patient's condition in chronological order for at least two or more of the plurality of items is generated for each item.
The area around the selected part of the first graph showing the patient's condition of the first item in the generated graph in chronological order, and the area surrounded by the reference line and the first graph is as equal to or greater than a predetermined area accepts the selection in the periphery of the above portion, a first feature of the figure of the first graph near the portion selected, the graph for each of the two or more items that generated the graph Each second feature around the portion corresponding to the selected periphery of the selected portion in a plurality of graphs is identified.
A search method characterized by executing a process of specifying an item corresponding to a second graph having a second feature similar to the first feature.
複数の項目毎に患者の状態を示す情報を記憶する記憶部と、
前記複数の項目のうち少なくとも2以上の項目について患者の状態を時系列に表示したグラフを項目毎にそれぞれ生成する生成部と、
前記グラフを生成した中の第1の項目の患者の状態を時系列に表示した第1グラフの選択される部分周辺の領域であって、基準線と前記第1グラフとに囲まれる前記領域が所定の面積以上となるように、前記部分周辺の選択を受け付け、選択された前記部分周辺の第1グラフの図形の第1特徴と、前記グラフを生成した2以上の項目のそれぞれについてのグラフである複数のグラフにおける前記選択された前記部分周辺に対応する部分周辺の各第2特徴とを特定し、
前記第1特徴と類似する第2特徴を有する第2グラフに対応する項目を特定する検索部と
を有することを特徴とする検索装置。
A storage unit that stores information indicating the patient's condition for each of multiple items,
A generator that generates a graph displaying the patient's condition in chronological order for at least two or more of the plurality of items for each item.
The area around the selected part of the first graph showing the patient's condition of the first item in the generated graph in chronological order, and the area surrounded by the reference line and the first graph is as equal to or greater than a predetermined area accepts the selection in the periphery of the above portion, a first feature of the figure of the first graph near the portion selected, the graph for each of the two or more items that generated the graph Each second feature around the portion corresponding to the selected periphery of the selected portion in a plurality of graphs is identified.
A search device comprising a search unit for specifying an item corresponding to a second graph having a second feature similar to the first feature.
JP2017051936A 2017-03-16 2017-03-16 Search program, search method and search device Active JP6866708B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017051936A JP6866708B2 (en) 2017-03-16 2017-03-16 Search program, search method and search device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017051936A JP6866708B2 (en) 2017-03-16 2017-03-16 Search program, search method and search device

Publications (2)

Publication Number Publication Date
JP2018156327A JP2018156327A (en) 2018-10-04
JP6866708B2 true JP6866708B2 (en) 2021-04-28

Family

ID=63718194

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017051936A Active JP6866708B2 (en) 2017-03-16 2017-03-16 Search program, search method and search device

Country Status (1)

Country Link
JP (1) JP6866708B2 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03282216A (en) * 1990-03-29 1991-12-12 Shimadzu Corp Measured-data processing method
JP2015102985A (en) * 2013-11-25 2015-06-04 富士フイルム株式会社 Medical examination information display control device, method, and program
JP6615493B2 (en) * 2015-05-26 2019-12-04 株式会社野村総合研究所 Server device

Also Published As

Publication number Publication date
JP2018156327A (en) 2018-10-04

Similar Documents

Publication Publication Date Title
US9760689B2 (en) Computer-aided diagnosis method and apparatus
US10424067B2 (en) Image processing apparatus, image processing method and storage medium
JP5875285B2 (en) Medical diagnosis support apparatus, information processing method, and program
US9355304B2 (en) Apparatus and method of determining facial expression type
EP2752783A2 (en) Apparatus and method for supporting acquisition of multi-parametric images
JP2007172604A (en) Method and apparatus for selecting computer-assisted algorithm based on protocol and/or parameter of acquisition system
Wichtmann et al. Influence of image processing on radiomic features from magnetic resonance imaging
JP7236694B2 (en) Information processing method and information processing system
JP6271458B2 (en) Image processing apparatus, method, and program
CN107742536B (en) Information processing method and device
JP6866708B2 (en) Search program, search method and search device
US20150317283A1 (en) Correlation coefficient calculation method, computer-readable recording medium, and correlation coefficient calculation device
WO2016030436A1 (en) Method and apparatus for hierarchical data analysis based on mutual correlations
JP6336252B2 (en) Report creation support apparatus, control method thereof, and program
JP6932956B2 (en) Generation program, generation method and generation device
JP2019105921A (en) Image interpretation report creation support apparatus and image interpretation report creation support method
JP2018181106A (en) Device and method for processing medical information
US10817994B2 (en) Method and system for obtaining a true shape of objects in a medical image
CN108984587B (en) Information processing apparatus, information processing method, information processing system, and storage medium
CN109273077B (en) Data processing method and device and intelligent equipment
JP6879107B2 (en) Anonymity evaluation device, anonymity evaluation method and anonymity evaluation program
JP7207143B2 (en) Rule presenting method, rule presenting program and rule presenting device
JP5904152B2 (en) Information processing apparatus, information processing method, and program
JP7418730B2 (en) Medical image processing device, medical image processing method, and medical image processing program
JP2017162386A (en) Display control program, display control method, and display control device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20191212

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20201026

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201104

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201225

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20210309

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210322

R150 Certificate of patent or registration of utility model

Ref document number: 6866708

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150