JP6932956B2 - Generation program, generation method and generation device - Google Patents

Generation program, generation method and generation device Download PDF

Info

Publication number
JP6932956B2
JP6932956B2 JP2017051916A JP2017051916A JP6932956B2 JP 6932956 B2 JP6932956 B2 JP 6932956B2 JP 2017051916 A JP2017051916 A JP 2017051916A JP 2017051916 A JP2017051916 A JP 2017051916A JP 6932956 B2 JP6932956 B2 JP 6932956B2
Authority
JP
Japan
Prior art keywords
specific
patient
parameter type
value
unit
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
JP2017051916A
Other languages
Japanese (ja)
Other versions
JP2018156325A (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 JP2017051916A priority Critical patent/JP6932956B2/en
Publication of JP2018156325A publication Critical patent/JP2018156325A/en
Application granted granted Critical
Publication of JP6932956B2 publication Critical patent/JP6932956B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

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

従来の医療システムでは、患者情報を収集し、データベースに蓄積している。例えば、患者情報には、患者プロファイル、治療履歴、検査内容、医療従事者に記述されたフリーテキストの情報等が含まれる。患者プロファイルには、患者の性別、年齢、アレルギーに関する情報が含まれる。医師は、患者の状態や、今後の治療方針等を決定する場合に、データベースに蓄積された患者情報にアクセスし、総合的な判断を行っている。 In a conventional medical system, patient information is collected and stored in a database. For example, patient information includes patient profiles, treatment histories, test content, free text information written to healthcare professionals, and the like. The patient profile contains information about the patient's gender, age, and allergies. Doctors access the patient information stored in the database and make comprehensive decisions when deciding the patient's condition and future treatment policy.

特開2004−157623号公報Japanese Unexamined Patent Publication No. 2004-157623 特開2012−198846号公報Japanese Unexamined Patent Publication No. 2012-198846 国際公開第2013/001584号International Publication No. 2013/001584 特開2015−116319号公報Japanese Unexamined Patent Publication No. 2015-116319

しかしながら、上述した従来技術では、患者の特徴を確認可能な情報を提供することができないという問題がある。 However, the above-mentioned conventional technique has a problem that it is not possible to provide information that can confirm the characteristics of the patient.

患者情報には、多種多様な情報が含まれており、特に、フリーテキストに記載された全てのテキストを参照する場合には、時間を要するだけでなく、医師に係る負担が大きくなる。 The patient information includes a wide variety of information, and in particular, when referring to all the texts described in the free text, not only is it time-consuming, but also the burden on the doctor is increased.

1つの側面では、本発明は、患者の特徴を確認可能な情報を提供することができる生成プログラム、生成方法および生成装置を提供することを目的とする。 In one aspect, it is an object of the present invention to provide a generation program, a generation method and a generation device capable of providing information that can confirm the characteristics of a patient.

第1の案では、コンピュータに、下記の処理を実行させる。コンピュータは、複数の項目毎に患者の状態を表す文字列情報を記憶した記憶装置を参照する。コンピュータは、文字列情報の意味を解析して、特定の患者に関する特定のパラメータ種別に対応する値を、特定のパラメータ種別毎に特定する。コンピュータは、各特定のパラメータ種別の値に基づく図形を配置した図形データを生成する。 In the first plan, the computer is made to perform the following processing. The computer refers to a storage device that stores character string information indicating the patient's condition for each of a plurality of items. The computer analyzes the meaning of the character string information and specifies a value corresponding to a specific parameter type for a specific patient for each specific parameter type. The computer generates graphic data in which a graphic is arranged based on the value of each specific parameter type.

患者の特徴を確認可能な情報を提供することができる。 It is possible to provide information that can confirm the characteristics of the patient.

図1は、本実施例に係る生成装置の構成を示す機能ブロック図である。FIG. 1 is a functional block diagram showing a configuration of a generator according to this embodiment. 図2は、治療履歴テーブルのデータ構造の一例を示す図である。FIG. 2 is a diagram showing an example of the data structure of the treatment history table. 図3は、治療履歴情報のデータ構造の一例を示す図である。FIG. 3 is a diagram showing an example of a data structure of treatment history information. 図4は、スコアテーブルのデータ構造の一例を示す図である。FIG. 4 is a diagram showing an example of the data structure of the score table. 図5は、補正情報のデータ構造の一例を示す図である。FIG. 5 is a diagram showing an example of a data structure of correction information. 図6は、ヒートマップテーブルのデータ構造の一例を示す図である。FIG. 6 is a diagram showing an example of the data structure of the heat map table. 図7は、患者のヒートマップの一例を示す図である。FIG. 7 is a diagram showing an example of a patient heat map. 図8は、ヒートマップの一部を具体的に示す図である。FIG. 8 is a diagram showing a part of the heat map in detail. 図9は、特定部が生成する特定結果の一例を示す図である。FIG. 9 is a diagram showing an example of a specific result generated by the specific unit. 図10は、検索部のその他の処理を説明するための図である。FIG. 10 is a diagram for explaining other processes of the search unit. 図11は、本実施例に係る生成装置の処理手順を示すフローチャートである。FIG. 11 is a flowchart showing a processing procedure of the generator according to the present embodiment. 図12は、生成装置と同様の機能を実現するコンピュータのハードウェア構成の一例を示す図である。FIG. 12 is a diagram showing an example of a hardware configuration of a computer that realizes the same function as the generator.

以下に、本願の開示する生成プログラム、生成方法および生成装置の実施例を図面に基づいて詳細に説明する。なお、この実施例によりこの発明が限定されるものではない。 Hereinafter, examples of the generation program, generation method, and generation apparatus 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 generator according to this embodiment. As shown in FIG. 1, the generation 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 generation 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と、補正情報143と、ヒートマップテーブル144とを有する。記憶部140は、RAM(Random Access Memory)、ROM(Read Only Memory)、フラッシュメモリ(Flash Memory)などの半導体メモリ素子や、HDD(Hard Disk Drive)などの記憶装置に対応する。 The storage unit 140 has a treatment history table 141, a score table 142, correction information 143, and a heat map table 144. 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 treatment history table 141 is a table that holds various information about the patient. FIG. 2 is a diagram showing an example of the data structure of the treatment history table. As shown in FIG. 2, the treatment history table 141 has patient identification information, a patient profile, and treatment history information.

患者識別情報は、患者を一意に識別する情報である。患者プロファイルは、患者の性別、年齢、アレルギー等に関する情報が含まれる。治療履歴情報は、患者の治療内容や検査結果等に関連する各種の情報を保持する情報である。以下において、ある患者識別情報の患者に関する治療履歴情報について説明する。 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 treatment history information is information that retains various types of information related to the patient's treatment content, test results, and the like. Hereinafter, treatment history information regarding a patient with certain patient identification information will be described.

図3は、治療履歴情報のデータ構造の一例を示す図である。図3に示すように、この治療履歴情報は、日付と、患部と、病名と、医師コメントと、薬とを有する。日付は、治療や検査を行った日付を示す。患部は、治療や検査を行った場所を示す。病名は、患者が患った病名を示す。医師コメントは、患者の治療または検査を行った医師のコメントを示す。薬は、治療を行う場合に使用した薬を示す。ここでは一例として、薬のみを示すが、治療履歴情報には、その他にも、治療の内容として、手術の内容等を含んでいても良い。 FIG. 3 is a diagram showing an example of a data structure of treatment history information. As shown in FIG. 3, this treatment history information has a date, an affected area, a disease name, a doctor's comment, and a drug. The date indicates the date of treatment or examination. The affected area indicates where the treatment or examination was performed. The disease name indicates the name of the disease that the patient suffered. Physician comments indicate the comments of the physician who treated or tested the patient. Drugs indicate the drugs used to provide treatment. Here, as an example, only the drug is shown, but the treatment history information may also include the content of surgery as the content of treatment.

スコアテーブル142は、パラメータに対応するスコア(値)を算出する場合に用いられるテーブルである。ここでパラメータは、治療履歴情報に含まれる各項目を組み合わせたものである。本実施例では一例として、パラメータを、項目「患部」と「病名」との組み合わせとするがこれに限定されるものではない。 The score table 142 is a table used when calculating a score (value) corresponding to a parameter. Here, the parameter is a combination of each item included in the treatment history information. In this embodiment, as an example, the parameter is a combination of the items "affected part" and "disease name", but the present invention is not limited to this.

図4は、スコアテーブルのデータ構造の一例を示す図である。図4に示すように、このスコアテーブル142は、パラメータ種別と基本スコアとを対応付ける。本実施例では、パラメータ種別を、患部と病名との組み合わせとするが、他の組み合わせであってもよい。例えば、患部「頭」、病名「病名a」に対応する基本スコアは「S」となる。後述するように、基本スコアに基づき特定されるスコアは、重篤度の度合いを示すものであり、スコアが大きいほど、より患者の病状が悪いことを示す。 FIG. 4 is a diagram showing an example of the data structure of the score table. As shown in FIG. 4, the score table 142 associates the parameter type with the basic score. In this embodiment, the parameter type is a combination of the affected area and the disease name, but other combinations may be used. For example, the basic score corresponding to the affected area "head", name of disease "disease name a" is "S A". As will be described later, the score specified based on the basic score indicates the degree of severity, and the higher the score, the worse the patient's condition.

補正情報143は、図4で説明したスコアを補正する場合に用いる重みの情報である。図5は、補正情報のデータ構造の一例を示す図である。図5に示すように、この補正情報143は、テーブル143aと、テーブル143bとを有する。テーブル143aは、薬に対応する重みを定義した情報である。テーブル143bは、所定のキーワードに対応する重みを定義した情報である。 The correction information 143 is weight information used when correcting the score described with reference to FIG. FIG. 5 is a diagram showing an example of a data structure of correction information. As shown in FIG. 5, the correction information 143 has a table 143a and a table 143b. Table 143a is information that defines the weights corresponding to the drugs. Table 143b is information that defines weights corresponding to a predetermined keyword.

図5に示す例では、テーブル143aとテーブル143bとを示すが、補正情報143は、他のテーブルを更に有していても良い。例えば、補正情報143は、手術の内容と、重みとを対応付けたテーブルを有していても良い。 In the example shown in FIG. 5, the table 143a and the table 143b are shown, but the correction information 143 may further have another table. For example, the correction information 143 may have a table in which the content of the operation and the weight are associated with each other.

ヒートマップテーブル144は、各患者に対応するヒートマップの情報を保持する。図6は、ヒートマップテーブルのデータ構造の一例を示す図である。図6に示すように、このヒートマップテーブルは、患者識別情報と、ヒートマップとを対応付ける。患者識別情報は、患者を一意に識別する情報である。ヒートマップは、患者に関するパラメータのスコアに応じて濃淡値を調整した図形をマトリクス状に配置した図形データである。 The heat map table 144 holds heat map information corresponding to each patient. FIG. 6 is a diagram showing an example of the data structure of the heat map table. As shown in FIG. 6, this heat map table associates the patient identification information with the heat map. The patient identification information is information that uniquely identifies the patient. The heat map is graphic data in which figures whose shading values are adjusted according to the scores of parameters related to patients are arranged in a matrix.

図7は、患者のヒートマップの一例を示す図である。図7において、縦軸は日付に対応する軸であり、横軸は、パラメータに対応する軸である。本実施例では、縦軸は、所定期間ごとに分割される。横軸は、パラメータ毎に分割される。 FIG. 7 is a diagram showing an example of a patient heat map. In FIG. 7, the vertical axis is the axis corresponding to the date, and the horizontal axis is the axis corresponding to the parameter. In this embodiment, the vertical axis is divided into predetermined periods. The horizontal axis is divided for each parameter.

図8は、ヒートマップの一部を具体的に示す図である。図8に示す例では、図形10a,11a,12a,10b,11b,12b,10c,11c,12cを有する。図形10aは、期間「2015年4月;2015年4月1日〜4月30日」と、パラメータAとに対応する図形である。図形11aは、期間「2015年5月;2015年5月1日〜5月31日」と、パラメータAとに対応する図形である。図形12aは、期間「2015年6月;2015年6月1日〜6月30日」と、パラメータAとに対応する図形である。 FIG. 8 is a diagram showing a part of the heat map in detail. The example shown in FIG. 8 has figures 10a, 11a, 12a, 10b, 11b, 12b, 10c, 11c, 12c. The figure 10a is a figure corresponding to the period "April 2015; April 1st to April 30th, 2015" and the parameter A. The figure 11a is a figure corresponding to the period “May 2015; May 1st to May 31st, 2015” and the parameter A. The figure 12a is a figure corresponding to the period "June 2015; June 1st to June 30th, 2015" and the parameter A.

図形10bは、期間「2015年4月;2015年4月1日〜4月30日」と、パラメータBとに対応する図形である。図形11bは、期間「2015年5月;2015年5月1日〜5月31日」と、パラメータBとに対応する図形である。図形12bは、期間「2015年6月;2015年6月1日〜6月30日」と、パラメータBとに対応する図形である。 The figure 10b is a figure corresponding to the period "April 2015; April 1st to April 30th, 2015" and the parameter B. The figure 11b is a figure corresponding to the period "May 2015; May 1st to May 31st, 2015" and the parameter B. The figure 12b is a figure corresponding to the period "June 2015; June 1st to June 30th, 2015" and the parameter B.

図形10cは、期間「2015年4月;2015年4月1日〜4月30日」と、パラメータCとに対応する図形である。図形11cは、期間「2015年5月;2015年5月1日〜5月31日」と、パラメータCとに対応する図形である。図形12cは、期間「2015年6月;2015年6月1日〜6月30日」と、パラメータCとに対応する図形である。 The figure 10c is a figure corresponding to the period "April 2015; April 1st to April 30th, 2015" and the parameter C. The figure 11c is a figure corresponding to the period “May 2015; May 1st to May 31st, 2015” and the parameter C. The figure 12c is a figure corresponding to the period "June 2015; June 1st to June 30th, 2015" and the parameter C.

図形10a〜12cは、該当する期間のパラメータ種別のスコアに応じて濃さが異なる。例えば、スコアが大きいほど、図形の色が濃くなる。 The darkness of the figures 10a to 12c varies depending on the score of the parameter type in the corresponding period. For example, the higher the score, the darker the color of the figure.

図1の説明に戻る。制御部150は、受付部151と、特定部152と、生成部153と、検索部154とを有する。制御部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 specific unit 152, a generation unit 153, and a search unit 154. 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 treatment identification information associated with the patient identification information, the reception unit 151 updates the treatment history table 141 with the received information.

特定部152は、治療履歴テーブル141と、スコアテーブル142と、補正情報143とを基にして、患者のパラメータ種別のスコアを、パラメータ種別毎に特定する処理部である。特定部は、特定結果を、生成部153に出力する。例えば、パラメータ種別は、スコアテーブル142に予め定義されているものとする。 The identification unit 152 is a processing unit that specifies the score of the patient parameter type for each parameter type based on the treatment history table 141, the score table 142, and the correction information 143. The specific unit outputs the specific result to the generation unit 153. For example, it is assumed that the parameter type is defined in the score table 142 in advance.

特定部152が、パラメータ種別のスコアを特定する処理の一例について説明する。例えば、特定部152は、パラメータ種別のスコアを式(1)に基づいて特定する。式(1)において、基本スコアは、スコアテーブル142に定義されたパラメータ種別に対応する基本スコアである。Wa、Wbは、補正情報143に基づいて特定される重みである。 The identification unit 152 describes an example of the process of specifying the score of the parameter type. For example, the identification unit 152 specifies the score of the parameter type based on the equation (1). In the formula (1), the basic score is a basic score corresponding to the parameter type defined in the score table 142. Wa and Wb are weights specified based on the correction information 143.

スコア=基本スコア×Wa×Wb・・・(1) Score = basic score x Wa x Wb ... (1)

特定部152が、患者識別情報「P101」の患者の「パラメータA」のスコアを特定する処理の一例について説明する。パラメータAを、患部「頭」と病名「病名a」との組み合わせとする。特定部152は、パラメータAの基本スコアを、スコアテーブル142から取得する。図4に示す例では、パラメータA(患部「頭」,病名「病名a」)の基本スコアは「S」となる。 An example of a process in which the identification unit 152 identifies the score of the patient “parameter A” of the patient identification information “P101” will be described. Parameter A is a combination of the affected area “head” and the disease name “disease name a”. The specific unit 152 acquires the basic score of the parameter A from the score table 142. In the example shown in FIG. 4, the basic score of the parameters A (diseased "head", name of disease "disease name a") is "S A".

Waを特定する処理の一例について説明する。特定部152は、治療履歴テーブル141にアクセスし、患者識別情報「P101」の治療識別情報を文字解析して、パラメータAに対応する患部「頭」と病名「病名a」とを有するレコードを特定する。特定部152が特定したレコードを、適宜、「対象レコード」と表記する。図3に示す例では、対象レコードは、1行目のレコードとなる。なお、対象レコードは、予め指定される期間の日付のレコードから特定されるものとする。 An example of the process of specifying Wa will be described. The specific unit 152 accesses the treatment history table 141, analyzes the treatment identification information of the patient identification information "P101" by characters, and identifies a record having the affected area "head" and the disease name "disease name a" corresponding to the parameter A. do. The record specified by the specific unit 152 is appropriately referred to as a "target record". In the example shown in FIG. 3, the target record is the record on the first row. The target record shall be specified from the record of the date of the period specified in advance.

特定部152は、対象レコードの「薬」に対して文字解析を実行し、テーブル143aに定義された薬を抽出する。特定部152は、テーブル143aを参照して、抽出した薬に対応する重みWaを特定する。 The specific unit 152 executes character analysis on the "drug" of the target record, and extracts the medicine defined in the table 143a. The identification unit 152 identifies the weight Wa corresponding to the extracted drug with reference to the table 143a.

特定部152は、対象レコードに含まれる薬が1つの場合には、1つの薬に対応する重みを、Waとする。特定部152は、対象レコードに含まれる薬が複数の場合には、複数の薬に対応する重みの平均値を、Waとする。 When the target record contains one drug, the specific unit 152 sets the weight corresponding to one drug as Wa. When there are a plurality of drugs included in the target record, the specific unit 152 sets the average value of the weights corresponding to the plurality of drugs as Wa.

Wbを特定する処理の一例について説明する。特定部152は、対象レコードの「医師コメント」に対して文字解析を実行し、テーブル143bに定義されたキーワードを抽出する。特定部152は、テーブル143bを参照して、抽出したキーワードに対応する重みWbを特定する。 An example of the process for specifying Wb will be described. The specific unit 152 executes character analysis on the "doctor comment" of the target record, and extracts the keywords defined in the table 143b. The identification unit 152 identifies the weight Wb corresponding to the extracted keyword with reference to the table 143b.

特定部152は、テーブル143bに定義されたキーワードの内、対象レコードの医師コメントに含まれるキーワードが1つの場合には、1つのキーワードに対応する重みを、Wbとする。特定部152は、テーブル143bに定義されたキーワードの内、対象レコードの医師コメントに含まれるキーワードが複数の場合には、複数のキーワードに対応する重みの平均値を、Wbとする。 When one of the keywords defined in the table 143b is included in the doctor's comment of the target record, the specific unit 152 sets the weight corresponding to one keyword as Wb. When there are a plurality of keywords included in the doctor's comment of the target record among the keywords defined in the table 143b, the identification unit 152 sets the average value of the weights corresponding to the plurality of keywords as Wb.

特定部152は、上記処理を実行することで、対象レコードの日付と、パラメータAのスコアを対応付ける。特定部152は、複数の対象レコードが存在する場合には、対象レコードの日付毎に、パラメータAのスコアを対応付ける。特定部152は、他のパラメータ種別についても、パラメータAと同様の処理を実行することで、日付とパラメータ種別のスコアとを対応付けた情報を生成する。更に、特定部152は、他の患者についても、同様に、上記の処理を実行する。 By executing the above process, the specific unit 152 associates the date of the target record with the score of the parameter A. When a plurality of target records exist, the specific unit 152 associates the score of the parameter A with each date of the target record. The specific unit 152 also executes the same processing as that of the parameter A for the other parameter types to generate information in which the date and the score of the parameter type are associated with each other. Further, the specific unit 152 also executes the above processing for other patients in the same manner.

図9は、特定部が生成する特定結果の一例を示す図である。図9に示すように、この特定結果は、患者識別情報と、パラメータ種別と、日付と、スコアとを対応付ける。特定部152は、図9に示す特定結果を、生成部153に出力する。 FIG. 9 is a diagram showing an example of a specific result generated by the specific unit. As shown in FIG. 9, the specific result associates the patient identification information with the parameter type, the date, and the score. The specific unit 152 outputs the specific result shown in FIG. 9 to the generation unit 153.

生成部153は、特定部152が生成した特定結果の情報を基にして、ヒートマップテーブル144を生成する処理部である。生成部153は、患者識別情報に対応付けられた各パラメータ種別のスコアを基にして、患者識別情報毎にヒートマップを生成し、ヒートマップテーブル144に登録する。 The generation unit 153 is a processing unit that generates the heat map table 144 based on the information of the specific result generated by the specific unit 152. The generation unit 153 generates a heat map for each patient identification information based on the score of each parameter type associated with the patient identification information, and registers the heat map in the heat map table 144.

生成部153は、あるパラメータ種別について、期間毎のスコアの平均値をそれぞれ算出する。期間の区切りは、予め設定されているものとする。図8に示した例では、期間は月毎の区切りとなっている。 The generation unit 153 calculates the average value of the scores for each period for a certain parameter type. The period delimiter shall be set in advance. In the example shown in FIG. 8, the period is separated by month.

生成部153は、算出したスコアの平均値と、濃淡テーブルとを比較して、あるパラメータ種別の各期間の濃淡値を特定する。濃淡テーブルは、スコアの平均値と、濃淡値とを対応付けたテーブルであり、スコアの平均値が大きいほど、濃淡値は大きくなる(濃くなる)。例えば、濃淡テーブルに定義された濃淡値は0〜255の間に収まるように予め設定されているものとする。 The generation unit 153 compares the calculated average value of the score with the shading table to specify the shading value for each period of a certain parameter type. The shading table is a table in which the average value of the score and the shading value are associated with each other, and the larger the average value of the score, the larger (darker) the shading value. For example, it is assumed that the shade value defined in the shade table is set in advance so as to fall between 0 and 255.

生成部153は、各パラメータ種別について、上記処理を繰り返し実行することで、期間と、パラメータ種別と、濃淡値とを関連付けた情報を生成する。以下の説明では適宜、期間と、パラメータ種別と、濃淡値とを関連付けた情報を「図形情報」と表記する。 The generation unit 153 repeatedly executes the above processing for each parameter type to generate information in which the period, the parameter type, and the shading value are associated with each other. In the following description, information relating the period, the parameter type, and the shading value is appropriately referred to as "graphic information".

生成部153は、ヒートマップ上において、図形情報の期間とパラメータに対応する位置を特定し、特定した位置に、濃淡値に応じた濃さに調整された図形を配置する処理を繰り返し実行することで、ヒートマップを生成する。ヒートマップの縦軸に設定される期間の順序、横軸に設定されるパラメータ種別の順序は予め設定されているものとする。 The generation unit 153 repeatedly executes a process of specifying a position corresponding to a period and a parameter of the figure information on the heat map and arranging the figure adjusted to the density according to the shading value at the specified position. Then generate a heat map. It is assumed that the order of the periods set on the vertical axis of the heat map and the order of the parameter types set on the horizontal axis are preset.

生成部153は、上記処理を実行することで、各患者のヒートマップを生成する。生成部153は、患者識別情報と、ヒートマップとを対応付けてヒートマップテーブル144に登録する。 The generation unit 153 generates a heat map of each patient by executing the above process. The generation unit 153 registers the patient identification information and the heat map in the heat map table 144 in association with each other.

検索部154は、通信部110または入力部120を介して患者識別情報および起点日の指定を受け付ける。検索部154は、起点日前後の期間において、指定を受け付けた患者識別情報のヒートマップと類似するヒートマップを有する患者識別情報を検索する。以下の説明では、適宜、指定された患者識別情報を、「指定識別情報」と表記する。起点日は、指定された患者の入院日や、所定の治療を受けた日付であっても良い。 The search unit 154 receives the patient identification information and the designation of the starting date via the communication unit 110 or the input unit 120. The search unit 154 searches for patient identification information having a heat map similar to the heat map of the patient identification information that has received the designation in the period before and after the starting date. In the following description, the designated patient identification information will be referred to as "designated identification information" as appropriate. The starting date may be the date of admission of the designated patient or the date of receiving the prescribed treatment.

検索部154は、ヒートマップテーブル144を参照し、起点日を基準とする一定期間幅において、指定識別情報に対応するヒートマップと、他の患者識別情報に対応するヒートマップとを比較し、同一位置の図形の濃淡値の差分値をそれぞれ算出する。例えば、起点日を含む月の前後一年を、一定期間幅とするが、適宜変更しても良い。検索部154は、各差分値の合計が、閾値未満となる場合に、比較対象となったヒートマップの患者識別情報を、検索結果として、表示部130に出力する。 The search unit 154 refers to the heat map table 144, compares the heat map corresponding to the designated identification information with the heat map corresponding to other patient identification information within a certain period width based on the starting date, and makes the same. Calculate the difference value of the shade value of the figure at the position. For example, one year before and after the month including the starting date is set as a fixed period width, but it may be changed as appropriate. When the total of the difference values is less than the threshold value, the search unit 154 outputs the patient identification information of the heat map to be compared to the display unit 130 as a search result.

ここでは、検索部154が、差分値を求めることで、指定識別情報のヒートマップに類似するヒートマップとなる患者識別情報を検索する場合について説明したがこれに限定されるものではない。例えば、検索部154は、指定識別情報のヒートマップと、患者識別情報のヒートマップとの相関値を求め、相関値が閾値以上となる場合に、係る患者識別情報を、検索結果として、表示部130に出力しても良い。 Here, the case where the search unit 154 searches for the patient identification information which is a heat map similar to the heat map of the designated identification information by obtaining the difference value has been described, but the present invention is not limited to this. For example, the search unit 154 obtains a correlation value between the heat map of the designated identification information and the heat map of the patient identification information, and when the correlation value is equal to or greater than the threshold value, the search unit 154 displays the patient identification information as a search result. It may be output to 130.

また、検索部154は、各種条件に基づき、患者識別情報の絞り込みを行い、絞り込んだ患者識別情報のヒートマップを対象として、上記処理を実行しても良い。例えば、検索部154は、通信部110または入力部120を介して、キーワードリストの情報を取得し、キーワードリストに定義されたキーワードを治療履歴情報に含む患者識別情報を、患者履歴テーブル141を参照することで、特定する。検索部154は、特定した患者識別情報のヒートマップを対象として、指定識別情報のヒートマップとの差分値が閾値未満となる患者識別情報を検索する。 Further, the search unit 154 may narrow down the patient identification information based on various conditions, and execute the above processing for the heat map of the narrowed down patient identification information. For example, the search unit 154 acquires the information of the keyword list via the communication unit 110 or the input unit 120, and refers to the patient identification information including the keywords defined in the keyword list in the treatment history information with reference to the patient history table 141. Identify by doing. The search unit 154 searches the heat map of the identified patient identification information for the patient identification information whose difference value from the heat map of the designated identification information is less than the threshold value.

なお、検索部154は、患者プロファイルによる指定や、検査結果の条件、キーワードリストなどを組み合わせて、患者識別情報の絞り込みを行っても良い。 The search unit 154 may narrow down the patient identification information by combining the designation by the patient profile, the condition of the test result, the keyword list, and the like.

更に、検索部154は、指定識別情報に対応するヒートマップと類似するヒートマップを検索した場合に、下記の処理を実行しても良い。以下の説明では、類似するヒートマップに対応する患者識別情報を、「類似識別情報」と表記する。 Further, the search unit 154 may execute the following processing when searching for a heat map similar to the heat map corresponding to the designated identification information. In the following description, patient identification information corresponding to similar heat maps will be referred to as "similar identification information".

図10は、検索部のその他の処理を説明するための図である。検索部154は、指定識別情報のヒートマップ30と、類似識別情報のヒートマップ20とを比較し、同一位置の図形の濃淡値の差分値の内、差分値が閾値以上となる図形の位置を特定する。 FIG. 10 is a diagram for explaining other processes of the search unit. The search unit 154 compares the heat map 30 of the designated identification information with the heat map 20 of the similar identification information, and finds the position of the figure whose difference value is equal to or more than the threshold value among the difference values of the shade values of the figures at the same position. Identify.

図10に示す例では、図形21、31の組、図形22、32の組、図形23、33の組、図形24、34の組については、差分値が閾値未満となる。図形26、36の組、図形27、37の組、図形28、38の組、図形29、39の組についても、差分値が閾値未満となる。一方、図形25、35の組については、差分値が閾値以上となる。このため、検索部154は、図形25、35を特定し、特定した図形に対応するパラメータ種別と、期間とを表示部130に出力する。 In the example shown in FIG. 10, the difference value is less than the threshold value for the set of figures 21 and 31, the set of figures 22 and 32, the set of figures 23 and 33, and the set of figures 24 and 34. The difference value is also less than the threshold value for the set of the figures 26 and 36, the set of the figures 27 and 37, the set of the figures 28 and 38, and the set of the figures 29 and 39. On the other hand, for the set of figures 25 and 35, the difference value is equal to or larger than the threshold value. Therefore, the search unit 154 identifies the figures 25 and 35, and outputs the parameter type and the period corresponding to the specified figure to the display unit 130.

指定識別情報の患者と、類似識別情報の患者とは類似した病歴を持っていると言えるので、指定識別情報の患者に発症しておらず、類似識別情報の患者に発症している病気は、今後、指定識別情報の患者に発症する可能性がある。このため、上記のパラメータ種別と、期間とを表示部130に表示することで、医師等に、指定識別情報の患者に発生し得る病状を通知できる。例えば、図10に示す例では、パラメータBに対応する病状が、指定識別情報の患者に発生する可能性がある旨を、通知することができる。 Since it can be said that the patient with the designated identification information and the patient with the similar identification information have a similar medical history, the disease that does not occur in the patient with the designated identification information and develops in the patient with the similar identification information is In the future, it may occur in patients with designated identification information. Therefore, by displaying the above parameter type and the period on the display unit 130, it is possible to notify a doctor or the like of a medical condition that may occur in a patient with designated identification information. For example, in the example shown in FIG. 10, it is possible to notify that the medical condition corresponding to the parameter B may occur in the patient with the designated identification information.

次に、本実施例に係る生成装置100の処理手順について説明する。図11は、本実施例に係る生成装置の処理手順を示すフローチャートである。図11に示す処理は、患者識別情報毎、パラメータ種別毎に実行される。 Next, the processing procedure of the generator 100 according to this embodiment will be described. FIG. 11 is a flowchart showing a processing procedure of the generator according to the present embodiment. The process shown in FIG. 11 is executed for each patient identification information and each parameter type.

図11に示すように、生成装置100の特定部152は、指定期間に含まれる各日付の治療履歴情報を治療履歴テーブル141から取得する(ステップS101)。特定部152は、未選択の日付の治療履歴情報を選択する(ステップS102)。 As shown in FIG. 11, the specific unit 152 of the generation device 100 acquires the treatment history information of each date included in the designated period from the treatment history table 141 (step S101). The specific unit 152 selects treatment history information on an unselected date (step S102).

特定部152は、パラメータ種別に対応する治療履歴情報を文字解析し、キーワードを抽出する(ステップS103)。特定部152は、パラメータ種別に対応するスコアを算出する(ステップS104)。ステップS104において、特定部152は、式(1)に基づいて、パラメータ種別に対応するスコアを算出する。 The specific unit 152 character-analyzes the treatment history information corresponding to the parameter type and extracts a keyword (step S103). The specific unit 152 calculates the score corresponding to the parameter type (step S104). In step S104, the specific unit 152 calculates the score corresponding to the parameter type based on the equation (1).

特定部152は、指定期間に含まれる全ての日付の治療履歴情報を選択したか否かを判定する(ステップS105)。特定部152は、選択していない場合には(ステップS106,No)、ステップS102に移行する。特定部152は、選択した場合には(ステップS106,Yes)、ステップS107に移行する。 The specific unit 152 determines whether or not the treatment history information of all dates included in the designated period has been selected (step S105). If the specific unit 152 is not selected (step S106, No), the process proceeds to step S102. When the specific unit 152 is selected (step S106, Yes), the specific unit 152 proceeds to step S107.

生成装置100の生成部153は、指定期間に含まれる各日付のパラメータ種別に対応するスコアを基にして、図形の濃淡値を特定する(ステップS107)。生成装置100は、他の指定期間を選択する場合には(ステップS108,Yes)、ステップS101に移行する。生成装置100は、他の指定期間を選択しない場合には(ステップS108,No)、ステップS109に移行する。 The generation unit 153 of the generation device 100 specifies the shading value of the figure based on the score corresponding to the parameter type of each date included in the designated period (step S107). When another designated period is selected (step S108, Yes), the generation device 100 proceeds to step S101. If the generator 100 does not select another designated period (steps S108, No), the generator 100 proceeds to step S109.

生成部153は、期間とパラメータ種別とに対応する位置に、図形を配置してヒートマップを生成する(ステップS109)。 The generation unit 153 generates a heat map by arranging a figure at a position corresponding to the period and the parameter type (step S109).

次に、本実施例に係る生成装置100の効果について説明する。生成装置100は、患者の治療履歴情報から、パラメータ種別に対応するスコアを特定し、スコアに応じて濃淡値を調整した図形を日付と対応付けてマトリクス状に配置することで、ヒートマップ情報を生成する。ヒートマップは、患者の特徴を図形で表現するものであるため、医師は治療履歴情報を参照することなく、患者の特徴を把握できる。すなわち、医師はヒートマップを参照することで、患者の特徴を簡単に確認することができる。 Next, the effect of the generator 100 according to this embodiment will be described. The generation device 100 identifies the score corresponding to the parameter type from the treatment history information of the patient, and arranges the figure whose shading value is adjusted according to the score in a matrix in association with the date to generate the heat map information. Generate. Since the heat map graphically represents the characteristics of the patient, the doctor can grasp the characteristics of the patient without referring to the treatment history information. That is, the doctor can easily confirm the characteristics of the patient by referring to the heat map.

生成装置100は、患者毎にヒートマップを生成し、特定の患者の図形データに類似する図形データに対応する患者を検索する。このように、ヒートマップを用いた比較を行うだけで、特定の患者と病歴の類似する患者を容易に特定することが可能となる。 The generation device 100 generates a heat map for each patient and searches for a patient corresponding to graphic data similar to the graphic data of a specific patient. In this way, it is possible to easily identify a specific patient and a patient having a similar medical history only by performing a comparison using a heat map.

生成装置100は、類似するヒートマップの各位置の値を比較し、値の相違する図形データの位置を通知する。図10で説明したように、指定識別情報の患者と、類似識別情報の患者とは類似した病歴を持っていると言えるので、指定識別情報の患者に発症しておらず、類似識別情報の患者に発症している病気は、今後、指定識別情報の患者に発症する可能性がある。このため、値の相違する図形データの位置を通知することで、医師等に、指定識別情報の患者に発生し得る病状を通知できる。 The generation device 100 compares the values of the positions of similar heat maps and notifies the positions of the graphic data having different values. As described with reference to FIG. 10, since it can be said that the patient with the designated identification information and the patient with the similar identification information have similar medical histories, the patient with the designated identification information does not have the disease and the patient with the similar identification information. The illness that develops in the disease may develop in patients with designated identification information in the future. Therefore, by notifying the position of the graphic data having different values, it is possible to notify the doctor or the like of the medical condition that may occur in the patient with the designated identification information.

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

図12に示すように、コンピュータ200は、各種演算処理を実行するCPU201と、ユーザからのデータの入力を受け付ける入力装置202と、ディスプレイ203とを有する。また、コンピュータ200は、記憶媒体からプログラム等を読み取る読み取り装置204と、ネットワークを介して他のコンピュータとの間でデータの授受を行うインタフェース装置205とを有する。また、コンピュータ200は、各種情報を一時記憶するRAM206と、ハードディスク装置207とを有する。そして、各装置201〜207は、バス208に接続される。 As shown in FIG. 12, 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、検索プログラム207cを有する。CPU201は、特定プログラム207a、生成プログラム207b、検索プログラム207cを読み出して、RAM206に展開する。 The hard disk device 207 has a specific program 207a, a generation program 207b, and a search program 207c. The CPU 201 reads out the specific program 207a, the generation program 207b, and the search program 207c and deploys them in the RAM 206.

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

なお、各プログラム207a〜207cについては、必ずしも最初からハードディスク装置207に記憶させておかなくても良い。例えば、コンピュータ200に挿入されるフレキシブルディスク(FD)、CD−ROM、DVDディスク、光磁気ディスク、ICカードなどの「可搬用の物理媒体」に各プログラムを記憶させておく。そして、コンピュータ200が各プログラム207a〜207cを読み出して実行するようにしても良い。 The programs 207a to 207c 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 each of the programs 207a to 207c.

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

(付記1)コンピュータに、
複数の項目毎に患者の状態を表す文字列情報を記憶した記憶装置を参照し、
前記文字列情報を文字解析して、特定の患者に関する特定のパラメータ種別に対応する値を、特定のパラメータ種別毎に特定し、
各特定のパラメータ種別の値に基づく図形を配置した図形データを生成する
処理を実行させることを特徴とする生成プログラム。
(Appendix 1) To the computer
Refer to the storage device that stores the character string information indicating the patient's condition for each of multiple items.
By character-analyzing the character string information, a value corresponding to a specific parameter type for a specific patient is specified for each specific parameter type.
A generation program characterized by executing a process of generating graphic data in which a graphic is arranged based on the value of each specific parameter type.

(付記2)前記生成する処理は、患者毎に図形データを生成し、コンピュータに、特定の患者の図形データに類似する図形データに対応する患者を検索する処理を更に実行させることを特徴とする付記1に記載の生成プログラム。 (Appendix 2) The generated process is characterized in that graphic data is generated for each patient and a computer is further executed to search for a patient corresponding to graphic data similar to the graphic data of a specific patient. The generation program described in Appendix 1.

(付記3)前記値を特定する処理は、キーワードおよびスコアを対応付けたテーブルと、特定のパラメータ種別に関連する項目の文字列情報とを比較して、特定のパラメータ種別に対応する値を算出することを特徴とする付記1または2に記載の生成プログラム。 (Appendix 3) In the process of specifying the value, the table associated with the keyword and the score is compared with the character string information of the item related to the specific parameter type, and the value corresponding to the specific parameter type is calculated. The generation program according to Appendix 1 or 2, characterized in that

(付記4)前記記憶装置は、日付と前記項目と前記文字列情報とを対応付けて記憶し、前記値を特定する処理は、日付毎に、特定のパラメータ種別に対応する値をそれぞれ特定し、前記生成する処理は、前記値に基づいて濃淡を調整した図形と、日付とを対応付けてマトリクス状に配置することで図形データを生成することを特徴とする付記3に記載の生成プログラム。 (Appendix 4) The storage device stores the date, the item, and the character string information in association with each other, and the process of specifying the value specifies a value corresponding to a specific parameter type for each date. The generation program according to Appendix 3, wherein the generation process generates graphic data by arranging a graphic whose shading is adjusted based on the value and a date in a matrix.

(付記5)前記検索する処理の検索結果を基にして、類似する図形データの各位置の値を比較し、値の相違する図形データの位置を通知する処理を更にコンピュータに実行させることを特徴とする付記2に記載の生成プログラム。 (Appendix 5) Based on the search result of the process to be searched, the value of each position of similar graphic data is compared, and the computer is further executed to notify the position of the graphic data having different values. The generation program described in Appendix 2.

(付記6)コンピュータが実行する生成方法であって、
複数の項目毎に患者の状態を表す文字列情報を記憶した記憶装置を参照し、
前記文字列情報を文字解析して、特定の患者に関する特定のパラメータ種別に対応する値を、特定のパラメータ種別毎に特定し、
各特定のパラメータ種別の値に基づく図形を配置した図形データを生成する
処理を実行することを特徴とする生成方法。
(Appendix 6) This is a generation method executed by a computer.
Refer to the storage device that stores the character string information indicating the patient's condition for each of multiple items.
By character-analyzing the character string information, a value corresponding to a specific parameter type for a specific patient is specified for each specific parameter type.
A generation method characterized by executing a process of generating graphic data in which a graphic is arranged based on the value of each specific parameter type.

(付記7)前記生成する処理は、患者毎に図形データを生成し、コンピュータに、特定の患者の図形データに類似する図形データに対応する患者を検索する処理を更に実行させることを特徴とする付記6に記載の生成方法。 (Appendix 7) The generated process is characterized in that graphic data is generated for each patient and a computer is further executed to search for a patient corresponding to the graphic data similar to the graphic data of a specific patient. The generation method according to Appendix 6.

(付記8)前記値を特定する処理は、キーワードおよびスコアを対応付けたテーブルと、特定のパラメータ種別に関連する項目の文字列情報とを比較して、特定のパラメータ種別に対応する値を算出することを特徴とする付記6または7に記載の生成方法。 (Appendix 8) In the process of specifying the value, the table associated with the keyword and the score is compared with the character string information of the item related to the specific parameter type, and the value corresponding to the specific parameter type is calculated. The generation method according to Appendix 6 or 7, wherein the method is to be used.

(付記9)前記記憶装置は、日付と前記項目と前記文字列情報とを対応付けて記憶し、前記値を特定する処理は、日付毎に、特定のパラメータ種別に対応する値をそれぞれ特定し、前記生成する処理は、前記値に基づいて濃淡を調整した図形と、日付とを対応付けてマトリクス状に配置することで図形データを生成することを特徴とする付記8に記載の生成方法。 (Appendix 9) The storage device stores the date, the item, and the character string information in association with each other, and the process of specifying the value specifies a value corresponding to a specific parameter type for each date. The generation method according to Appendix 8, wherein the generation process generates graphic data by arranging a graphic whose shading is adjusted based on the value and a date in a matrix.

(付記10)前記検索する処理の検索結果を基にして、類似する図形データの各位置の値を比較し、値の相違する図形データの位置を通知する処理を更にコンピュータに実行させることを特徴とする付記7に記載の生成方法。 (Appendix 10) Based on the search result of the process to be searched, the value of each position of similar graphic data is compared, and the computer is further executed to notify the position of the graphic data having different values. The generation method according to Appendix 7.

(付記11)複数の項目毎に患者の状態を表す文字列情報を記憶する記憶部と、
前記文字列情報を文字解析して、特定の患者に関する特定のパラメータ種別に対応する値を、特定のパラメータ種別毎に特定する特定部と、
各特定のパラメータ種別の値に基づく図形を配置した図形データを生成する生成部と
を有することを特徴とする生成装置。
(Appendix 11) A storage unit that stores character string information indicating the patient's condition for each of a plurality of items, and a storage unit.
A specific part that analyzes the character string information and specifies a value corresponding to a specific parameter type for a specific patient for each specific parameter type.
A generator characterized by having a generator for generating graphic data in which a graphic is arranged based on a value of each specific parameter type.

(付記12)前記生成部は、患者毎に図形データを生成し、特定の患者の図形データに類似する図形データに対応する患者を検索する検索部を更に有することを特徴とする付記11に記載の生成装置。 (Supplementary Note 12) The description in Appendix 11, wherein the generation unit further includes a search unit that generates graphic data for each patient and searches for a patient corresponding to the graphic data similar to the graphic data of a specific patient. Generator.

(付記13)前記特定部は、キーワードおよびスコアを対応付けたテーブルと、特定のパラメータ種別に関連する項目の文字列情報とを比較して、特定のパラメータ種別に対応する値を算出することを特徴とする付記11または12に記載の生成装置。 (Appendix 13) The specific unit compares the table associated with the keyword and the score with the character string information of the item related to the specific parameter type, and calculates the value corresponding to the specific parameter type. The generator according to Appendix 11 or 12, which is characterized.

(付記14)前記記憶部は、日付と前記項目と前記文字列情報とを対応付けて記憶し、前記特定部は、日付毎に、特定のパラメータ種別に対応する値をそれぞれ特定し、前記生成部は、前記値に基づいて濃淡を調整した図形と、日付とを対応付けてマトリクス状に配置することで図形データを生成することを特徴とする付記13に記載の生成装置。 (Appendix 14) The storage unit stores a date, the item, and the character string information in association with each other, and the specific unit specifies a value corresponding to a specific parameter type for each date and generates the data. The generation device according to Appendix 13, wherein the unit is characterized in that graphic data is generated by arranging graphic data whose shading is adjusted based on the above values and dates in association with each other in a matrix.

(付記15)前記検索部は、類似する図形データの各位置の値を比較し、値の相違する図形データの位置を通知することを特徴とする付記12に記載の生成装置。 (Supplementary Note 15) The generator according to Appendix 12, wherein the search unit compares the values of the positions of similar graphic data and notifies the positions of the graphic data having different values.

100 生成装置
140 記憶部
141 治療履歴テーブル
142 スコアテーブル
143 補正情報
144 ヒートマップテーブル
150 制御部
151 受付部
152 特定部
153 生成部
154 検索部
100 Generator 140 Storage unit 141 Treatment history table 142 Score table 143 Correction information 144 Heat map table 150 Control unit 151 Reception unit 152 Specific unit 153 Generation unit 154 Search unit

Claims (7)

コンピュータに、
複数の項目毎に患者の状態を表す文字列情報を記憶した記憶装置を参照し、
前記文字列情報を文字解析して、特定の患者に関する特定の患部と特定の病名との組み合せのパラメータ種別に対応する値であって、前記特定の患者の重篤度を示す前記値を、特定のパラメータ種別毎に特定し、
各特定のパラメータ種別の値に基づく図形を配置した図形データを生成する
処理を実行させることを特徴とする生成プログラム。
On the computer
Refer to the storage device that stores the character string information indicating the patient's condition for each of multiple items.
By character-analyzing the character string information, the value corresponding to the parameter type of the combination of the specific affected area and the specific disease name related to the specific patient, and the value indicating the severity of the specific patient is specified. Specify for each parameter type of
A generation program characterized by executing a process of generating graphic data in which a graphic is arranged based on the value of each specific parameter type.
前記生成する処理は、患者毎に図形データを生成し、コンピュータに、特定の患者の図形データに類似する図形データに対応する患者を検索する処理を更に実行させることを特徴とする請求項1に記載の生成プログラム。 The first aspect of the invention is characterized in that the generated process generates graphic data for each patient and causes a computer to further execute a process of searching for a patient corresponding to the graphic data similar to the graphic data of a specific patient. Described generator. 前記値を特定する処理は、キーワードおよびスコアを対応付けたテーブルと、特定のパラメータ種別に関連する項目の文字列情報とを比較して、特定のパラメータ種別に対応する値を算出することを特徴とする請求項1または2に記載の生成プログラム。 The process of specifying the value is characterized in that the table associated with the keyword and the score is compared with the character string information of the item related to the specific parameter type to calculate the value corresponding to the specific parameter type. The generation program according to claim 1 or 2. 前記記憶装置は、日付と前記項目と前記文字列情報とを対応付けて記憶し、前記値を特定する処理は、日付毎に、特定のパラメータ種別に対応する値をそれぞれ特定し、前記生成する処理は、前記値に基づいて濃淡を調整した図形と、日付とを対応付けてマトリクス状に配置することで図形データを生成することを特徴とする請求項3に記載の生成プログラム。 The storage device stores the date, the item, and the character string information in association with each other, and the process of specifying the value specifies a value corresponding to a specific parameter type for each date and generates the value. The generation program according to claim 3, wherein the processing is to generate graphic data by arranging a graphic whose shading is adjusted based on the above values and a date in a matrix. 前記検索する処理の検索結果を基にして、類似する図形データの各位置の値を比較し、値の相違する図形データの位置を通知する処理を更にコンピュータに実行させることを特徴とする請求項2に記載の生成プログラム。 The claim is characterized in that, based on the search result of the process to be searched, the values of the positions of similar graphic data are compared, and the computer is further executed to notify the positions of the graphic data having different values. The generation program according to 2. コンピュータが実行する生成方法であって、
複数の項目毎に患者の状態を表す文字列情報を記憶した記憶装置を参照し、
前記文字列情報を文字解析して、特定の患者に関する特定の患部と特定の病名との組み合せのパラメータ種別に対応する値であって、前記特定の患者の重篤度を示す前記値を、特定のパラメータ種別毎に特定し、
各特定のパラメータ種別の値に基づく図形を配置した図形データを生成する
処理を実行することを特徴とする生成方法。
It ’s a computer-executed generation method.
Refer to the storage device that stores the character string information indicating the patient's condition for each of multiple items.
By character-analyzing the character string information, the value corresponding to the parameter type of the combination of the specific affected area and the specific disease name related to the specific patient, and the value indicating the severity of the specific patient is specified. Specify for each parameter type of
A generation method characterized by executing a process of generating graphic data in which a graphic is arranged based on the value of each specific parameter type.
複数の項目毎に患者の状態を表す文字列情報を記憶する記憶部と、
前記文字列情報を文字解析して、特定の患者に関する特定の患部と特定の病名との組み合せのパラメータ種別に対応する値であって、前記特定の患者の重篤度を示す前記値を、特定のパラメータ種別毎に特定する特定部と、
各特定のパラメータ種別の値に基づく図形を配置した図形データを生成する生成部と
を有することを特徴とする生成装置。
A storage unit that stores character string information indicating the patient's condition for each of multiple items,
By character-analyzing the character string information, the value corresponding to the parameter type of the combination of the specific affected area and the specific disease name related to the specific patient, and the value indicating the severity of the specific patient is specified. Specific part to be specified for each parameter type of
A generator characterized by having a generator for generating graphic data in which a graphic is arranged based on a value of each specific parameter type.
JP2017051916A 2017-03-16 2017-03-16 Generation program, generation method and generation device Active JP6932956B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017051916A JP6932956B2 (en) 2017-03-16 2017-03-16 Generation program, generation method and generation device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017051916A JP6932956B2 (en) 2017-03-16 2017-03-16 Generation program, generation method and generation device

Publications (2)

Publication Number Publication Date
JP2018156325A JP2018156325A (en) 2018-10-04
JP6932956B2 true JP6932956B2 (en) 2021-09-08

Family

ID=63718208

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017051916A Active JP6932956B2 (en) 2017-03-16 2017-03-16 Generation program, generation method and generation device

Country Status (1)

Country Link
JP (1) JP6932956B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020040224A1 (en) 2018-08-23 2020-02-27 株式会社Ihi Oh radical measuring apparatus and oh radical measuring method

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4029593B2 (en) * 2001-09-11 2008-01-09 株式会社日立製作所 Process analysis method and information system
JP2003331055A (en) * 2002-05-14 2003-11-21 Hitachi Ltd Information system for supporting operation of clinical path
JP5176653B2 (en) * 2008-03-31 2013-04-03 富士通株式会社 Reservation management device, reservation management method, and computer program
JP5399834B2 (en) * 2009-09-15 2014-01-29 正生 中村 Significance evaluation program and recording medium
JP5404750B2 (en) * 2011-11-22 2014-02-05 シャープ株式会社 Dementia care support method, dementia information output device, dementia care support system, and computer program
WO2014071384A1 (en) * 2012-11-05 2014-05-08 Rinaldo Piero Computer-based dynamic data analysis
US20160283686A1 (en) * 2015-03-23 2016-09-29 International Business Machines Corporation Identifying And Ranking Individual-Level Risk Factors Using Personalized Predictive Models
JP2016184221A (en) * 2015-03-25 2016-10-20 富士フイルム株式会社 Medical care support device, operation method and operation program therefor, and medical care support system
JP6182279B2 (en) * 2015-03-31 2017-08-16 株式会社Ubic Data analysis system, data analysis method, data analysis program, and recording medium

Also Published As

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

Similar Documents

Publication Publication Date Title
US11790297B2 (en) Model-assisted annotating system and methods for use therewith
CN111107779B (en) System and method for testing and analyzing visual acuity and its changes
JP5875285B2 (en) Medical diagnosis support apparatus, information processing method, and program
JP5505134B2 (en) Program and medical assistance device
JP6901308B2 (en) Data analysis support system and data analysis support method
WO2022126903A1 (en) Method and device for image anomaly area detection, electronic device, and storage medium
JP5613212B2 (en) Graph display control device, method, and program
JP6932956B2 (en) Generation program, generation method and generation device
JP2022504508A (en) Systems and methods for model-assisted event prediction
JP2009157812A (en) Medical examination information display program, medical examination information display device, and medical examination information display method
JP7420914B2 (en) Information processing device, information processing method, and information processing program
WO2021177357A1 (en) Information processing device, information processing method, and information processing program
US20210271924A1 (en) Analyzer, analysis method, and analysis program
JP6316325B2 (en) Information processing apparatus, information processing apparatus operating method, and information processing system
JP7036378B2 (en) Pathological diagnosis sentence input support program, pathological diagnosis sentence input support method and pathological diagnosis sentence input support system
JP6975682B2 (en) Medical information processing equipment, medical information processing methods, and medical information processing programs
US10878961B2 (en) Computer method for exploring drugs in disease
JP2011113428A (en) Medical information processing apparatus and program
JP5613213B2 (en) Graph display control device, method, and program
JP2015170040A (en) information processing apparatus, information processing method and program
Quon et al. Commentary: Machine Learning-Driven Clinical Image Analysis to Identify Craniosynostosis: A Pilot Study of Telemedicine and Clinic Patients
Cafri et al. High dimensional variable selection with clustered data: an application of random multivariate survival forests for detection of outlier medical device components
WO2022239593A1 (en) Document creation assistance device, document creation assistance method, and document creation assistance program
US20230282338A1 (en) Systems and processes for delivering procedural care options, including specialized programming and optimized web interfaces
US20240161035A1 (en) Multi-model medical scan analysis system and methods for use therewith

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: 20201118

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201201

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210122

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: 20210720

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210802

R150 Certificate of patent or registration of utility model

Ref document number: 6932956

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150