JP2018156293A - Program, information processing method, and information processing apparatus - Google Patents

Program, information processing method, and information processing apparatus Download PDF

Info

Publication number
JP2018156293A
JP2018156293A JP2017051630A JP2017051630A JP2018156293A JP 2018156293 A JP2018156293 A JP 2018156293A JP 2017051630 A JP2017051630 A JP 2017051630A JP 2017051630 A JP2017051630 A JP 2017051630A JP 2018156293 A JP2018156293 A JP 2018156293A
Authority
JP
Japan
Prior art keywords
character string
screen
cpu
information processing
replaced
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.)
Pending
Application number
JP2017051630A
Other languages
Japanese (ja)
Inventor
洋信 後藤
Hironobu Goto
洋信 後藤
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 JP2017051630A priority Critical patent/JP2018156293A/en
Publication of JP2018156293A publication Critical patent/JP2018156293A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Document Processing Apparatus (AREA)
  • Medical Treatment And Welfare Office Work (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a program, etc. for masking part of information on a screen.SOLUTION: The program is configured to cause a computer to detect a first character string to be replaced from data for screen display, and replace the detected first character string with a predetermined second character string or figure to output data for screen display including the replaced second character string or figure. Further, the program is configured to cause the computer to refer to a character string list including the character string and an attribute of the character string and detect a first character string matching the character string in the character string list from the data.SELECTED DRAWING: Figure 5

Description

本発明は、プログラム、情報処理方法および情報処理装置に関する。   The present invention relates to a program, an information processing method, and an information processing apparatus.

個人情報および営業秘密等の、秘匿する必要性の高い情報が、情報処理装置で処理されている。情報処理装置がエラーを発生した際に、エラー画面中の個人情報をマスクして印刷するメンテナンス支援装置が提案されている(特許文献1)。文書データの構文解析を行い、個人情報を抽出し、異なるデータに置換して出力するデータ置換装置が提案されている(特許文献2)。   Information that needs to be concealed, such as personal information and trade secrets, is processed by the information processing apparatus. There has been proposed a maintenance support apparatus that prints by masking personal information in an error screen when an information processing apparatus generates an error (Patent Document 1). There has been proposed a data replacement device that parses document data, extracts personal information, replaces it with different data, and outputs it (Patent Document 2).

特開2007−233465号公報JP 2007-233465 A 特開2006−221560号公報JP 2006-221560 A

しかしながら、特許文献1および特許文献2に開示された技術では、秘匿する必要性の高い情報を扱う情報処理装置のユーザが、操作方法等に関するサポートを必要とする際に、画面中の情報の一部をマスクすることはできないという問題がある。   However, in the techniques disclosed in Patent Document 1 and Patent Document 2, when a user of an information processing apparatus that handles information that is highly necessary to be concealed needs support related to an operation method or the like, one piece of information on the screen is displayed. There is a problem that the part cannot be masked.

一つの側面では、画面中の情報の一部をマスクするプログラム等を提供することを目的とする。   An object of one aspect is to provide a program for masking a part of information on a screen.

プログラムは、画面表示用のデータから置換処理対象の第1文字列を検出し、検出した前記第1文字列を、所定の第2文字列または図形に置換し、置換した前記第2文字列または前記図形を含む画面表示用のデータを出力する処理をコンピュータに実行させる。   The program detects a first character string to be replaced from screen display data, replaces the detected first character string with a predetermined second character string or figure, and replaces the replaced second character string or graphic. A computer is caused to execute a process of outputting screen display data including the graphic.

一つの側面では、画面中の情報の一部をマスクするプログラム等を提供することができる。   In one aspect, a program for masking a part of information on the screen can be provided.

情報処理システムの構成を示す説明図である。It is explanatory drawing which shows the structure of an information processing system. 文字列リストDBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of character string list DB. 画面の例を示す説明図である。It is explanatory drawing which shows the example of a screen. 画面の例を示す説明図である。It is explanatory drawing which shows the example of a screen. 秘匿するボタンの選択を受け付けた場合の印刷用画面の例を示す説明図である。It is explanatory drawing which shows the example of the screen for printing when selection of the button to conceal is received. プログラムの処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of a program. 置換画面作成のサブルーチンの処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of the subroutine of replacement screen creation. 秘匿項目DBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of secrecy item DB. 実施の形態2の画面の例を示す説明図である。10 is an explanatory diagram illustrating an example of a screen according to Embodiment 2. FIG. 実施の形態2の印刷用画面の例を示す説明図である。10 is an explanatory diagram illustrating an example of a printing screen according to Embodiment 2. FIG. 実施の形態2のプログラムの処理の流れを示すフローチャートである。12 is a flowchart illustrating a processing flow of a program according to the second embodiment. 置換画面作成−2のサブルーチンの処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of the subroutine of replacement screen creation-2. 実施の形態3の情報処理システムの構成を示す説明図である。FIG. 10 is an explanatory diagram illustrating a configuration of an information processing system according to a third embodiment. 実施の形態3の第2情報処理装置の画面の例を示す説明図である。10 is an explanatory diagram illustrating an example of a screen of a second information processing apparatus according to Embodiment 3. FIG. 実施の形態3のプログラムの処理の流れを示すフローチャートである。12 is a flowchart illustrating a processing flow of a program according to the third embodiment. 権限DBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of authority DB. 実施の形態4のプログラムの処理の流れを示すフローチャートである。14 is a flowchart illustrating a processing flow of a program according to the fourth embodiment. 実施の形態5の文字列リストDBのレコードレイアウトを示す説明図である。It is explanatory drawing which shows the record layout of character string list DB of Embodiment 5. FIG. 実施の形態5の印刷用画面の例を示す説明図である。FIG. 10 is an explanatory diagram illustrating an example of a printing screen according to a fifth embodiment. 実施の形態6の印刷用画面の例を示す説明図である。FIG. 20 is an explanatory diagram illustrating an example of a printing screen according to a sixth embodiment. 実施の形態7の情報処理装置の動作を示す機能ブロック図である。FIG. 19 is a functional block diagram illustrating an operation of the information processing apparatus according to the seventh embodiment. 実施の形態8の情報処理システムの構成を示す説明図である。FIG. 19 is an explanatory diagram illustrating a configuration of an information processing system according to an eighth embodiment.

[実施の形態1]
図1は、情報処理システム1の構成を示す説明図である。情報処理システム1は、ネットワークを介して接続された情報処理装置10と、電子カルテサーバ39とを備える。電子カルテサーバ39には、患者の医療情報が記録されている。電子カルテサーバ39は、従来から使用されているので、詳細な構造については説明を省略する。
[Embodiment 1]
FIG. 1 is an explanatory diagram showing the configuration of the information processing system 1. The information processing system 1 includes an information processing apparatus 10 and an electronic medical record server 39 connected via a network. The electronic medical record server 39 records patient medical information. Since the electronic medical record server 39 has been used conventionally, description of the detailed structure is omitted.

情報処理装置10は、CPU(Central Processing Unit)11、主記憶装置12、補助記憶装置13、表示部14、入力部15、通信部16およびバスを備える。   The information processing apparatus 10 includes a CPU (Central Processing Unit) 11, a main storage device 12, an auxiliary storage device 13, a display unit 14, an input unit 15, a communication unit 16, and a bus.

CPU11は、本実施の形態に係るプログラムを実行する演算制御装置である。CPU11には、一または複数のCPUまたはマルチコアCPU等が使用される。CPU11は、バスを介して情報処理装置10を構成するハードウェア各部と接続されている。   The CPU 11 is an arithmetic control device that executes a program according to the present embodiment. As the CPU 11, one or a plurality of CPUs or a multi-core CPU is used. The CPU 11 is connected to each hardware part constituting the information processing apparatus 10 via a bus.

主記憶装置12は、SRAM(Static Random Access Memory)、DRAM(Dynamic Random Access Memory)、フラッシュメモリ等の記憶装置である。主記憶装置12には、CPU11が行う処理の途中で必要な情報、および、CPU11で実行中のプログラムが一時的に保存される。   The main storage device 12 is a storage device such as an SRAM (Static Random Access Memory), a DRAM (Dynamic Random Access Memory), or a flash memory. The main storage device 12 temporarily stores information necessary during the processing performed by the CPU 11 and a program being executed by the CPU 11.

補助記憶装置13は、SRAM、フラッシュメモリ、ハードディスクまたは磁気テープ等の記憶装置である。補助記憶装置13には、CPU11に実行させるプログラム、文字列リストDB31およびプログラムの実行に必要な各種データが保存される。文字列リストDB31は、電子カルテサーバ39またはネットワークを介して接続された他の記憶装置に記憶されていても良い。   The auxiliary storage device 13 is a storage device such as an SRAM, a flash memory, a hard disk, or a magnetic tape. The auxiliary storage device 13 stores a program to be executed by the CPU 11, a character string list DB 31, and various data necessary for executing the program. The character string list DB 31 may be stored in the electronic medical record server 39 or other storage device connected via a network.

表示部14は、液晶表示パネルまたは有機EL(Electro Luminescence)表示パネル等である。入力部15は、マウス、キーボード、タッチパネルまたはペンタブレット等の機器であり、ユーザによる操作をCPU11が受け付ける際に使用する。通信部16は、ネットワークとの通信を行うインターフェイスである。   The display unit 14 is a liquid crystal display panel, an organic EL (Electro Luminescence) display panel, or the like. The input unit 15 is a device such as a mouse, a keyboard, a touch panel, or a pen tablet, and is used when the CPU 11 receives an operation by a user. The communication unit 16 is an interface that performs communication with a network.

情報処理装置10は、汎用のパーソナルコンピュータまたはタブレット等である。情報処理装置10は、医師等が電子カルテの記入および閲覧等を行う際に使用する装置の一例である。なお、情報処理装置10は、電子カルテサーバ39を兼ねてもよい。   The information processing apparatus 10 is a general-purpose personal computer or a tablet. The information processing apparatus 10 is an example of an apparatus used when a doctor or the like performs entry and browsing of an electronic medical record. The information processing apparatus 10 may also serve as the electronic medical record server 39.

図2は、文字列リストDB31のレコードレイアウトを示す説明図である。文字列リストDB31は、表示部14に表示される可能性がある情報のうち、置換処理対象の文字列と属性とを関連づけるDBである。文字列リストDB31は、属性フィールドと元文字列フィールドとを有する。文字列リストDB31は、本実施の形態の文字列リストを記録したDBの一例である。   FIG. 2 is an explanatory diagram showing a record layout of the character string list DB 31. The character string list DB 31 is a DB that associates a character string to be replaced with an attribute among information that may be displayed on the display unit 14. The character string list DB 31 has an attribute field and an original character string field. The character string list DB 31 is an example of a DB that records the character string list of the present embodiment.

元文字列フィールドには、置換処理対象の文字列のリストが記録されている。属性フィールドには、元文字列の属性が記録されている。たとえば、属性フィールドに「患者」と記録されているレコードの元文字列フィールドには、患者の漢字名が記録されている。属性フィールドに「カンジャ」と記録されているレコードの元文字列フィールドには、患者のカナ名が記録されている。   A list of character strings to be replaced is recorded in the original character string field. An attribute of the original character string is recorded in the attribute field. For example, the patient's Chinese character name is recorded in the original character string field of the record in which “patient” is recorded in the attribute field. The name of the patient is recorded in the original character string field of the record in which “Kanja” is recorded in the attribute field.

属性フィールドに「医師」と記録されているレコードの元文字列フィールドには、医師の氏名が記録されている。属性フィールドに「病名」と記録されているレコードの元文字列フィールドには、病名が記録されている。属性フィールドに「薬」と記録されているレコードの元文字列フィールドには、薬の名称が記録されている。属性フィールドに「術式」と記録されているレコードの元文字列フィールドには、手術の術式が記録されている。文字列リストDB31は、置換処理対象の1つの文字列について1つのレコードを有する。   The name of the doctor is recorded in the original character string field of the record in which “doctor” is recorded in the attribute field. The disease name is recorded in the original character string field of the record in which “disease name” is recorded in the attribute field. The name of the medicine is recorded in the original character string field of the record in which “medicine” is recorded in the attribute field. The surgical technique is recorded in the original character string field of the record in which “technique” is recorded in the attribute field. The character string list DB 31 has one record for one character string to be replaced.

文字列リストDB31は、たとえば情報処理装置10が取り扱う電子カルテ等で使用する項目を集積したマスターファイルに基づいて作成される。また、CPU11は、あらかじめ利用者による置換処理対象の文字列の入力を受け付けて、文字列リストDB31に記録しても良い。   The character string list DB 31 is created based on a master file in which items used in, for example, an electronic medical record handled by the information processing apparatus 10 are accumulated. Further, the CPU 11 may accept a character string to be replaced by the user in advance and record it in the character string list DB 31.

図3は、画面の例を示す説明図である。CPU11は、ユーザの操作に基づいて電子カルテサーバ39からデータを取得して、図3に示す電子カルテの画面を表示部14に表示する。図3に示す画面は、患者欄40、手術申込欄50および経過記録欄60を有する。   FIG. 3 is an explanatory diagram illustrating an example of a screen. The CPU 11 acquires data from the electronic medical record server 39 based on a user operation, and displays the electronic medical record screen shown in FIG. 3 on the display unit 14. The screen shown in FIG. 3 has a patient column 40, a surgery application column 50, and a progress record column 60.

患者欄40は、性別マーク41、カナ患者名欄42、漢字患者名欄43、年齢欄44を有する。性別マーク41は、患者の性別をアイコンで表示する。カナ患者名欄42および漢字患者名欄43は、患者の氏名をカタカナおよび漢字で示す。年齢欄44は、患者の年齢を示す。   The patient column 40 includes a gender mark 41, a kana patient name column 42, a kanji patient name column 43, and an age column 44. The gender mark 41 displays the gender of the patient as an icon. The Kana patient name column 42 and the Kanji patient name column 43 indicate the patient's name in katakana and kanji. The age column 44 indicates the age of the patient.

手術申込欄50は、患者名欄53、3箇所の医師名欄55、病名欄56および術式欄57を有する。患者名欄53は、患者の氏名を示す。医師名欄55は、医師の氏名を示す。病名欄56は、患者の病名を示す。術式欄57は、手術の術式を示す。   The surgery application field 50 includes a patient name field 53, three doctor name fields 55, a disease name field 56, and a surgical procedure field 57. The patient name column 53 shows the name of the patient. The doctor name column 55 indicates the name of the doctor. The disease name column 56 shows a patient's disease name. The surgical procedure column 57 shows the surgical procedure.

経過記録欄60には、医師等が過去の診療時にいわゆるSOAP(Subject, Object, Assessment, Plan)形式に沿って入力した診療記録が表示されている。なお、図3に示す画面は、CPU11が表示部14に示す画面の一例である。   In the progress record column 60, medical records input by a doctor or the like in the so-called SOAP (Subject, Object, Assessment, Plan) format at the time of past medical care are displayed. Note that the screen shown in FIG. 3 is an example of a screen that the CPU 11 shows on the display unit 14.

情報処理装置10を操作する医師等のユーザは、操作方法がわからなくなった場合等のトラブル時には、コンピュータの専門家等のサポート担当者に支援を要請する。サポート担当者が遠隔地にいる場合であっても、表示部14に表示された画面イメージをFAXまたは電子メール等により送付することにより、ユーザはトラブルの状況をスムーズにサポート担当者に伝達することができる。   A user such as a doctor who operates the information processing apparatus 10 requests support from a support person such as a computer expert in the case of trouble such as when the operation method is lost. Even when the support person is in a remote place, the user can smoothly convey the trouble situation to the support person by sending the screen image displayed on the display unit 14 by FAX or e-mail. Can do.

ところで、図3を使用して説明した画面には、患者氏名をはじめとして、秘匿する必要性が高い情報が多数含まれる。これらの情報は、サポート担当者にとっては不必要であるので、ユーザは塗りつぶすなどの作業を行った上で、サポート担当者に送付する場合がある。   Incidentally, the screen described with reference to FIG. 3 includes a lot of information that is highly necessary to be concealed, including the patient name. Since these pieces of information are unnecessary for the support person in charge, the user may send the information to the support person after performing work such as painting.

図4は、画面の例を示す説明図である。図4は、ユーザがキーボードのPrtSc(Print Screen)キーを押し下げた場合等に、CPU11が表示部14に表示する画面である。図4に示す画面は、指示入力窓71を含む。指示表示窓71は、秘匿するボタン74と秘匿しないボタン75とを含む。   FIG. 4 is an explanatory diagram illustrating an example of a screen. FIG. 4 is a screen that the CPU 11 displays on the display unit 14 when the user depresses the PrtSc (Print Screen) key on the keyboard. The screen shown in FIG. 4 includes an instruction input window 71. The instruction display window 71 includes a button 74 that is concealed and a button 75 that is not concealed.

なお、PrtScキーの押し下げは、画面の印刷またはスクリーンキャプチャの指示を受け付ける操作の一例である。情報処理装置10のOS(Operating System)およびハードウェアに応じた操作を、本実施の形態におけるPrtScキーの押し下げと同様に使用することが可能である。   Note that the pressing of the PrtSc key is an example of an operation for accepting an instruction for screen printing or screen capture. An operation corresponding to the OS (Operating System) and hardware of the information processing apparatus 10 can be used in the same manner as the PrtSc key is depressed in the present embodiment.

図5は、秘匿するボタン74の選択を受け付けた場合の印刷用画面の例を示す説明図である。図5に示す画面は、図3を使用して説明した画面の各構成要素に加えて、印刷ボタン72およびキャプチャボタン73を含む。CPU11は、図3を使用して説明した画面中のカナ患者名欄42を、「ヤマオカ カヨコ」の文字列の属性を示す「カンジャ」に3個のアスタリスクを加えた「カンジャ***」で置換して表示する。   FIG. 5 is an explanatory diagram showing an example of a printing screen when selection of the concealment button 74 is accepted. The screen shown in FIG. 5 includes a print button 72 and a capture button 73 in addition to the components of the screen described with reference to FIG. The CPU 11 sets the Kana patient name field 42 in the screen described with reference to FIG. 3 to “Kanja ***” by adding three asterisks to “Kanja” indicating the attribute of the character string “Yamaoka Kayoko”. Replace and display.

CPU11は、漢字患者名欄43、医師名欄55、病名欄56、術式欄57も同様に、それぞれの欄に表示されていた文字列の属性を示す「患者」「医師」「病名」「術式」の文字列に3個のアスタリスクを加えた文字列で置換して表示する。   Similarly, the CPU 11 also displays “patient”, “doctor”, “disease name”, “attribute” of the character string displayed in the respective fields in the Chinese character patient name column 43, the doctor name column 55, the disease name column 56, and the technique column 57. Replaced by a character string with three asterisks added to the “method” character string.

CPU11は、経過記録欄60中の「鈴木 一郎」の文字列を、属性を示す「医師」の文字列に3個のアスタリスクを加えた文字列で置換して表示する。CPU11は、経過記録欄60中の「抗アレルギー薬」および「抗凝固薬」の文字列を、属性を示す「薬」の文字に3個のアスタリスクを加えた文字列で置換して表示する。CPU11は、経過記録欄60中の「心筋梗塞」の文字列を、属性を示す「病名」の文字列に3個のアスタリスクを加えた文字列で置換して表示する。   The CPU 11 replaces and displays the character string “Ichiro Suzuki” in the progress record column 60 with a character string obtained by adding three asterisks to the character string “doctor” indicating the attribute. The CPU 11 displays the character strings “antiallergic drug” and “anticoagulant drug” in the progress record column 60 by replacing them with a character string obtained by adding three asterisks to the characters “drug” indicating the attribute. The CPU 11 replaces and displays the character string of “myocardial infarction” in the progress record column 60 with a character string obtained by adding three asterisks to the character string of “disease name” indicating the attribute.

ここで、「ヤマオカ カヨコ」および「鈴木 一郎」等の置換前の文字列は、置換処理対象の第1文字列の一例である。「カンジャ***」および「医師***」等の置換後の文字列は、第2文字列の一例である。第2文字列は、文字列リストDB31に記録された属性を介して、第1文字列に関連づけられている。   Here, the pre-substitution character strings such as “Yamaoka Kayoko” and “Ichiro Suzuki” are examples of the first character string to be replaced. The replaced character string such as “Kanja ***” and “Doctor ***” is an example of the second character string. The second character string is associated with the first character string via the attribute recorded in the character string list DB 31.

印刷ボタン72の選択を受け付けた場合、CPU11は図5を使用して説明した印刷用画面を図示しないプリンタに出力する。キャプチャボタン73の選択を受け付けた場合、CPU11は図5を使用して説明した印刷用画面のスクリーンキャプチャ、すなわち静止画像データを補助記憶装置13に記憶する。ユーザは印刷されたハードコピーまたはスクリーンショットをサポート担当者に送り、支援を要請することができる。   When the selection of the print button 72 is received, the CPU 11 outputs the printing screen described with reference to FIG. 5 to a printer (not shown). When the selection of the capture button 73 is received, the CPU 11 stores the screen capture of the printing screen described with reference to FIG. 5, that is, still image data in the auxiliary storage device 13. The user can send a printed hard copy or screen shot to a support representative to request assistance.

サポート担当者は、ユーザから送付されたハードコピーまたはスクリーンショットを見ながら、電話でユーザと会話すること等により、ユーザの状況を的確に把握して、サポートを提供することができる。   The person in charge of support can grasp the user's situation accurately and provide support by talking with the user over the telephone while viewing the hard copy or the screen shot sent from the user.

図4を使用して説明した画面で、秘匿しないボタン75の選択を受け付けた場合、CPU11は図3を使用して説明した画面に印刷ボタン72およびキャプチャボタン73を追加した印刷用画面を表示する。   When the selection of the non-confidential button 75 is received on the screen described with reference to FIG. 4, the CPU 11 displays a print screen in which the print button 72 and the capture button 73 are added to the screen described with reference to FIG. .

印刷ボタン72の選択を受け付けた場合、CPU11は患者名等を置換しない画面イメージを印刷する。キャプチャボタン73の選択を受け付けた場合、CPU11は患者名等を置換しない印刷用画面のスクリーンキャプチャを補助記憶装置13に記憶する。ユーザは、たとえば病院内のカンファレンス等で、患者名、病名等が表示された画面イメージを使用することができる。   When the selection of the print button 72 is received, the CPU 11 prints a screen image that does not replace the patient name or the like. When the selection of the capture button 73 is received, the CPU 11 stores a screen capture of a print screen that does not replace the patient name or the like in the auxiliary storage device 13. The user can use a screen image on which a patient name, a disease name, and the like are displayed, for example, at a conference in a hospital.

図6は、プログラムの処理の流れを示すフローチャートである。CPU11は、表示部14に図3を使用して説明した電子カルテの画面を表示する(ステップS501)。CPU11は、入力部15を介してユーザによる電子カルテの記入および閲覧の操作を受け付け、電子カルテサーバ39と協働して、表示部14に表示する画面の変更、および、入力された情報の電子カルテサーバ39への記録等を行う。電子カルテの操作の詳細については、説明を省略する。   FIG. 6 is a flowchart showing the flow of processing of the program. The CPU 11 displays the electronic medical record screen described with reference to FIG. 3 on the display unit 14 (step S501). The CPU 11 accepts an electronic medical record entry and browsing operation by the user via the input unit 15, cooperates with the electronic medical record server 39, changes the screen displayed on the display unit 14, and electronic information of the input information Recording to the medical record server 39 is performed. The details of the operation of the electronic medical record are omitted.

CPU11は、PrtScキーの押し下げを受け付ける(ステップS502)。CPU11は、表示部14に図4を使用して説明した指示入力窓71を表示する(ステップS503)。CPU11は秘匿するボタン74、または、秘匿しないボタン75の選択を受け付ける(ステップS504)。   The CPU 11 accepts pressing of the PrtSc key (step S502). The CPU 11 displays the instruction input window 71 described with reference to FIG. 4 on the display unit 14 (step S503). The CPU 11 accepts selection of the button 74 to be concealed or the button 75 not to be concealed (step S504).

秘匿するボタン74の選択を受け付けたと判定した場合(ステップS504で秘匿する)、CPU11は置換画面作成のサブルーチンを起動する(ステップS505)。置換画面作成のサブルーチンは、画面から置換処理対象の文字列を検出し、所定のルールに基づいて置換するサブルーチンである。置換画面作成のサブルーチンの処理の流れは後述する。   When it is determined that selection of the button 74 to be concealed has been received (concealment is performed in step S504), the CPU 11 starts a replacement screen creation subroutine (step S505). The replacement screen creation subroutine is a subroutine that detects a character string to be replaced from the screen and replaces it based on a predetermined rule. The processing flow of the replacement screen creation subroutine will be described later.

秘匿しないボタン75の選択を受け付けたと判定した場合(ステップS504で秘匿しない)、またはステップS505の終了後、CPU11は表示部14に印刷用画面を表示する(ステップS506)。印刷ボタン72の選択を受け付けた場合、CPU11は印刷用画面を図示しないプリンタに出力する。キャプチャボタン73の選択を受け付けた場合、CPU11は印刷用画面のスクリーンキャプチャを補助記憶装置13に記憶する。   When it is determined that the selection of the non-confidential button 75 has been accepted (not concealed in step S504), or after the end of step S505, the CPU 11 displays a print screen on the display unit 14 (step S506). When the selection of the print button 72 is received, the CPU 11 outputs a print screen to a printer (not shown). When the selection of the capture button 73 is received, the CPU 11 stores a screen capture of the print screen in the auxiliary storage device 13.

CPU11は、処理を終了するか否かを判定する(ステップS507)。たとえば、図示しない終了ボタン等により電子カルテの操作の終了指示を受け付けた場合、CPU11は処理を終了すると判定する。また、図示しない入力再開ボタン等により電子カルテの操作の継続指示を受け付けた場合、CPU11は処理を終了しないと判定する。   The CPU 11 determines whether to end the process (step S507). For example, when an instruction to end the operation of the electronic medical record is received using an end button or the like (not shown), the CPU 11 determines to end the process. Further, when an instruction to continue the operation of the electronic medical record is received by an input restart button (not shown) or the like, the CPU 11 determines that the processing is not ended.

処理を終了しないと判定した場合(ステップS507でNO)、CPU11はステップS501に戻る。処理を終了すると判定した場合(ステップS507でYES)、CPU11は処理を終了する。   If it is determined not to end the process (NO in step S507), the CPU 11 returns to step S501. If it is determined that the process is to be ended (YES in step S507), the CPU 11 ends the process.

図7は、置換画面作成のサブルーチンの処理の流れを示すフローチャートである。置換画面作成のサブルーチンは、画面から置換処理対象の文字列を検出し、所定のルールに基づいて置換するサブルーチンである。   FIG. 7 is a flowchart showing the flow of the subroutine for creating a replacement screen. The replacement screen creation subroutine is a subroutine that detects a character string to be replaced from the screen and replaces it based on a predetermined rule.

CPU11は、カウンタJを初期値1に設定する(ステップS521)。CPU11は、文字列リストDB31からJ番目のレコードを抽出し、元文字列フィールドに記録された元文字列と、属性フィールドに記録された属性とを取得する(ステップS522)。   The CPU 11 sets the counter J to the initial value 1 (step S521). The CPU 11 extracts the J-th record from the character string list DB 31, and acquires the original character string recorded in the original character string field and the attribute recorded in the attribute field (step S522).

CPU11は、表示部14に表示した画面がステップS522で取得した元文字列を含むか否かを判定する(ステップS523)。さらに具体的には、CPU11は、電子カルテサーバ39から取得した、画面表示用のデータが、元文字列を含むか否かを判定する。   The CPU 11 determines whether or not the screen displayed on the display unit 14 includes the original character string acquired in step S522 (step S523). More specifically, the CPU 11 determines whether or not the screen display data acquired from the electronic medical record server 39 includes the original character string.

元文字列を含むと判定した場合(ステップS523でYES)、CPU11は画面中の元文字列を属性の末尾に3個のアスタリスクを追加した文字列に置換する(ステップS524)。なお、属性の末尾に3個のアスタリスクを追加した文字列は、例示である。属性の前に1個または複数個のアスタリスクを追加した文字列を使用しても良い。属性を1個または複数個のアスタリスクで挟んだ文字列を使用しても良い。   If it is determined that the original character string is included (YES in step S523), the CPU 11 replaces the original character string in the screen with a character string in which three asterisks are added to the end of the attribute (step S524). A character string in which three asterisks are added to the end of the attribute is an example. You may use the character string which added one or several asterisks before the attribute. A character string in which an attribute is sandwiched between one or more asterisks may be used.

アスタリスクの代わりに、白丸、黒丸、白四角、黒四角、星印、括弧等の記号または文字を使用しても良い。元文字列を他の文字列に置換する代わりに、あるいは他の文字列に置換すると同時に、モザイク処理または暈し処理等により文字列を読めない状態にして表示しても良い。   Instead of an asterisk, symbols or characters such as white circles, black circles, white squares, black squares, stars, and parentheses may be used. Instead of replacing the original character string with another character string, or at the same time as replacing with another character string, the character string may be displayed in a state where it cannot be read by mosaic processing or fraud processing.

アスタリスクの数を調整することにより、元文字列の文字数と、置換する文字列の文字数とを揃えても良い。ユーザは、置換後の画面を見て、元文字列の文字数を把握することが可能である。   By adjusting the number of asterisks, the number of characters in the original character string and the number of characters in the character string to be replaced may be aligned. The user can grasp the number of characters of the original character string by looking at the screen after replacement.

元文字列を含まないと判定した場合(ステップS523でNO)、またはステップS524の終了後、CPU11は、文字列リストDB31に記録されたすべてのレコードの処理が終了したか否かを判定する(ステップS525)。終了していないと判定した場合(ステップS525でNO)、CPU11はカウンタJに1を加算する(ステップS526)。CPU11は、ステップS522に戻る。終了したと判定した場合(ステップS525でYES)、CPU11は処理を終了する。   When it is determined that the original character string is not included (NO in step S523), or after the end of step S524, the CPU 11 determines whether or not the processing of all the records recorded in the character string list DB 31 has been completed ( Step S525). If it is determined that the process has not been completed (NO in step S525), the CPU 11 adds 1 to the counter J (step S526). The CPU 11 returns to step S522. If it is determined that the process has ended (YES in step S525), the CPU 11 ends the process.

本実施の形態では電子カルテシステムを例にして説明したが、金融、教育または行政等、秘匿する必要性が高い情報を取り扱う任意の分野向けのシステムに応用することが可能である。   In this embodiment, the electronic medical record system has been described as an example. However, the present invention can be applied to a system for any field that handles information that is highly necessary to be concealed, such as finance, education, or government.

本実施の形態によると、画面中の情報の一部をマスクして記録する情報処理装置10を提供することができる。たとえば電子カルテシステムのように複雑で多機能なシステムを用いて、秘匿する必要性の高い情報を扱うユーザが、外部のコンピュータの専門家の支援を容易に受けることが可能になる。また、たとえばシステムのサポートセンタ等は、患者の氏名等の秘匿する必要性の高い情報を受け取らないため、情報管理の負荷を低減することが可能である。   According to the present embodiment, it is possible to provide an information processing apparatus 10 that records a part of information on a screen while masking it. For example, a user who handles information that is highly necessary to be concealed using a complex and multifunctional system such as an electronic medical record system can easily receive support from an expert of an external computer. Further, for example, the support center of the system does not receive information that needs to be kept secret such as the name of the patient, so that it is possible to reduce the load of information management.

置換後の文字列に属性が含まれているため、どのようなデータが表示されている部分であるのかを、サポート担当者は容易に判別することが可能である。したがって、サポート担当者は、ユーザの支援およびトラブルの解析をスムーズに行うことができる。   Since the replacement character string includes an attribute, the support person can easily determine what data is displayed. Therefore, the person in charge of support can smoothly perform user support and trouble analysis.

PrtScキーを押し下げた場合に、図4を使用して説明した画面を表示して、置換の要否を受け付けるため、ユーザがこの機能の存在をうっかり忘れて、患者の氏名等の入った画面を印刷またはキャプチャしてしまうことを防ぐことができる。   When the PrtSc key is pressed down, the screen described with reference to FIG. 4 is displayed, and in order to accept the necessity of replacement, the user forgets the existence of this function and displays the screen including the patient's name and the like. Printing or capturing can be prevented.

印刷またはスクリーンキャプチャを行う直前に、指示入力窓71を表示して情報の秘匿の有無の指示を受け付けるため、用途に応じた画面イメージを記録可能な情報処理装置10を提供することができる。   Immediately before performing printing or screen capture, the instruction input window 71 is displayed to accept an instruction on whether information is concealed. Therefore, it is possible to provide the information processing apparatus 10 capable of recording a screen image according to the application.

置換後の文字列は、属性を示す文字列を含まなくても良い。たとえば一定の数のアスタリスクの連続、または元の文字列の文字数と同一の数のアスタリスクの連続等の、属性を含まない文字列を置換後の文字列に使用してもよい。これらの場合には、文字列リストDB31は属性フィールドを有さなくても良い。   The replaced character string may not include a character string indicating an attribute. For example, a character string that does not include an attribute, such as a certain number of consecutive asterisks or a sequence of asterisks equal to the number of characters in the original character string, may be used as the replaced character string. In these cases, the character string list DB 31 may not have the attribute field.

本システムを用いてキャプチャした画面を使用することにより、たとえば患者の氏名等を秘匿した状態で、実際の画面を利用した操作マニュアル等を容易に作成することができる。秘匿された状態の画面は秘匿前の状態に戻せないため、秘匿された状態の画面から秘匿前の状態が漏洩することはない。   By using the screen captured using this system, for example, an operation manual or the like using an actual screen can be easily created in a state where the patient's name or the like is concealed. Since the screen in the concealed state cannot be returned to the state before concealment, the state before concealment does not leak from the screen in the concealed state.

[実施の形態2]
本実施の形態は、置換処理対象の選択を受け付ける情報処理装置10に関する。実施の形態1と共通する部分については、説明を省略する。
[Embodiment 2]
The present embodiment relates to an information processing apparatus 10 that accepts selection of a replacement process target. Description of portions common to the first embodiment is omitted.

図8は、秘匿項目DBのレコードレイアウトを示す説明図である。秘匿項目DBは、置換するか否かについてユーザの選択を受け付ける項目と、置換を行う属性とを関連づけるDBである。秘匿項目DBは、項目フィールドと属性フィールドとを有する。   FIG. 8 is an explanatory diagram showing a record layout of the secret item DB. The secret item DB is a DB that associates an item that accepts a user selection as to whether or not to replace with an attribute that performs the replacement. The secret item DB has an item field and an attribute field.

項目フィールドには、ユーザの選択を受け付ける項目が記録されている。属性フィールドには、項目に対応する属性が記録されている。秘匿項目DBは、ユーザの選択を受け付ける1つの項目について1つのレコードを有する。秘匿項目DBは、補助記憶装置13に記憶される。秘匿項目DBは、電子カルテサーバ39またはネットワークを介して接続された他の記憶装置に記憶されていても良い。   In the item field, an item for accepting the user's selection is recorded. In the attribute field, an attribute corresponding to the item is recorded. The secret item DB has one record for one item that accepts a user's selection. The secret item DB is stored in the auxiliary storage device 13. The confidential item DB may be stored in the electronic medical record server 39 or other storage device connected via a network.

図9は、実施の形態2の画面の例を示す説明図である。図9は、図4を使用して説明した画面の代わりにCPU11が表示部14に表示する画面の例である。本実施の形態の指示表示窓71は、秘匿する項目を指定するチェックボックス77とOKボタン76とを含む。   FIG. 9 is an explanatory diagram illustrating an example of a screen according to the second embodiment. FIG. 9 is an example of a screen displayed on the display unit 14 by the CPU 11 instead of the screen described with reference to FIG. The instruction display window 71 of the present embodiment includes a check box 77 for specifying an item to be concealed and an OK button 76.

図9においては、図8を使用して説明した秘匿項目DBの項目フィールドに記録された各項目に加えて、年齢および性別を選択するチェックボックス77が表示されている。CPU11はチェックボックス77を介して秘匿する項目の指定を受け付ける。なお、図9に示す秘匿する項目は一例である。情報処理システム1が取り扱う情報に応じて、秘匿する項目を設定することが可能である。   In FIG. 9, in addition to each item recorded in the item field of the secret item DB described with reference to FIG. 8, a check box 77 for selecting age and gender is displayed. The CPU 11 accepts designation of an item to be concealed via the check box 77. The items to be concealed shown in FIG. 9 are an example. It is possible to set items to be concealed according to information handled by the information processing system 1.

図10は、実施の形態2の印刷用画面の例を示す説明図である。図10は、図9においてOKボタン76の選択を受け付けた場合に、CPU11が表示部14に表示する画面の例を示す。   FIG. 10 is an explanatory diagram illustrating an example of a printing screen according to the second embodiment. FIG. 10 shows an example of a screen that the CPU 11 displays on the display unit 14 when the selection of the OK button 76 in FIG. 9 is accepted.

CPU11は、チェックボックス77を介して受け付けた「患者名」および「病名」の項目の指定に基づいて、秘匿項目DBを検索して、対応する属性を抽出する。「患者名」の項目に対しては「患者」および「カンジャ」の属性が、「病名」の項目に対しては「病名」および「術式」の属性がそれぞれ抽出される。   Based on the designation of the “patient name” and “disease name” items received via the check box 77, the CPU 11 searches the secret item DB and extracts the corresponding attributes. “Patient” and “Kanja” attributes are extracted for the “patient name” item, and “disease name” and “technique” attributes are extracted for the “disease name” item.

CPU11は、図2を使用して説明した文字列リストDB31から、抽出した属性に対応する元文字列を抽出し、属性に3個のアスタリスクを加えた文字列で置換する。   The CPU 11 extracts an original character string corresponding to the extracted attribute from the character string list DB 31 described with reference to FIG. 2, and replaces it with a character string obtained by adding three asterisks to the attribute.

さらに、CPU11は、チェックボックス77を介して受け付けた指示に基づいて、性別マーク41および年齢欄44も秘匿する。   Further, the CPU 11 conceals the gender mark 41 and the age column 44 based on the instruction received via the check box 77.

図11は、実施の形態2のプログラムの処理の流れを示すフローチャートである。CPU11は、表示部14に図3を使用して説明した電子カルテの画面を表示する(ステップS501)。CPU11は、PrtScキーの押し下げを受け付ける(ステップS502)。CPU11は、表示部14に図9を使用して説明した指示入力窓71を表示する(ステップS503)。   FIG. 11 is a flowchart showing a flow of processing of the program according to the second embodiment. The CPU 11 displays the electronic medical record screen described with reference to FIG. 3 on the display unit 14 (step S501). The CPU 11 accepts pressing of the PrtSc key (step S502). The CPU 11 displays the instruction input window 71 described with reference to FIG. 9 on the display unit 14 (step S503).

CPU11は、チェックボックス77の選択を受け付ける。CPU11は、OKボタン76の選択を受け付ける(ステップS541)。CPU11は、選択されたチェックボックス77があるか否かを判定する(ステップS542)。   CPU 11 accepts selection of check box 77. The CPU 11 accepts selection of the OK button 76 (step S541). The CPU 11 determines whether there is a selected check box 77 (step S542).

選択されたチェックボックス77があると判定した場合(ステップS542でYES)、CPU11は置換画面作成−2のサブルーチンを起動する(ステップS543)。置換画面作成−2のサブルーチンは、画面から指定された属性の置換処理対象の文字列を検出し、所定のルールに基づいて置換するサブルーチンである。置換画面作成−2のサブルーチンの処理の流れは後述する。   If it is determined that there is a selected check box 77 (YES in step S542), the CPU 11 starts a subroutine for replacement screen creation-2 (step S543). The replacement screen creation-2 subroutine is a subroutine that detects a character string to be replaced with an attribute designated from the screen and replaces it based on a predetermined rule. The flow of processing of the subroutine of replacement screen creation-2 will be described later.

選択されたチェックボックス77がないと判定した場合(ステップS542でNO)、または、ステップS543の終了後、CPU11は表示部14に印刷用画面を表示する(ステップS506)。CPU11は、処理を終了するか否かを判定する(ステップS507)。処理を終了しないと判定した場合(ステップS507でNO)、CPU11はステップS501に戻る。処理を終了すると判定した場合(ステップS507でYES)、CPU11は処理を終了する。   When it is determined that there is no selected check box 77 (NO in step S542), or after the end of step S543, the CPU 11 displays a printing screen on the display unit 14 (step S506). The CPU 11 determines whether to end the process (step S507). If it is determined not to end the process (NO in step S507), the CPU 11 returns to step S501. If it is determined that the process is to be ended (YES in step S507), the CPU 11 ends the process.

図12は、置換画面作成−2のサブルーチンの処理の流れを示すフローチャートである。置換画面作成−2のサブルーチンは、画面から指定された属性の置換処理対象の文字列を検出し、所定のルールに基づいて置換するサブルーチンである。   FIG. 12 is a flowchart showing the flow of the subroutine of the replacement screen creation-2. The replacement screen creation-2 subroutine is a subroutine that detects a character string to be replaced with an attribute designated from the screen and replaces it based on a predetermined rule.

CPU11は、選択されたチェックボックス77の項目をキーとして、秘匿項目DBを検索してレコードを抽出し、属性フィールドから秘匿対象の属性を取得する(ステップS551)。   The CPU 11 searches the concealment item DB using the item of the selected check box 77 as a key, extracts a record, and acquires the concealment target attribute from the attribute field (step S551).

CPU11は、カウンタJを初期値1に設定する(ステップS521)。CPU11は、文字列リストDB31からJ番目のレコードを抽出し、元文字列フィールドに記録された元文字列と、属性フィールドに記録された属性とを取得する(ステップS522)。   The CPU 11 sets the counter J to the initial value 1 (step S521). The CPU 11 extracts the J-th record from the character string list DB 31, and acquires the original character string recorded in the original character string field and the attribute recorded in the attribute field (step S522).

CPU11は、ステップS522で取得した属性が、ステップS551で取得した秘匿対象の属性に含まれるか否かを判定する(ステップS552)。秘匿対象の属性に含まれると判定した場合(ステップS552でYES)、CPU11は、表示部14に表示した画面がステップS522で取得した元文字列を含むか否かを判定する(ステップS523)。   The CPU 11 determines whether or not the attribute acquired in step S522 is included in the concealment target attribute acquired in step S551 (step S552). When it determines with it being included in the attribute of confidentiality (it is YES at step S552), CPU11 determines whether the screen displayed on the display part 14 contains the original character string acquired by step S522 (step S523).

元文字列を含むと判定した場合(ステップS523でYES)、CPU11は画面中の元文字列を属性の末尾に3個のアスタリスクを追加した文字列に置換する(ステップS524)。CPU11は、文字列リストDB31に記録されたすべてのレコードの処理が終了したか否かを判定する(ステップS525)。   If it is determined that the original character string is included (YES in step S523), the CPU 11 replaces the original character string in the screen with a character string in which three asterisks are added to the end of the attribute (step S524). The CPU 11 determines whether or not the processing of all the records recorded in the character string list DB 31 has been completed (step S525).

秘匿対象の属性に含まれないと判定した場合(ステップS552でNO)、および、元文字列を含まないと判定した場合(ステップS523でNO)も、CPU11はステップS525に進む。処理が終了していないと判定した場合(ステップS525でNO)、CPU11はカウンタJに1を加算する(ステップS526)。CPU11は、ステップS522に戻る。   If it is determined that the attribute is not included in the concealment target attribute (NO in step S552) and if it is determined that the original character string is not included (NO in step S523), the CPU 11 proceeds to step S525. If it is determined that the process has not ended (NO in step S525), the CPU 11 adds 1 to the counter J (step S526). The CPU 11 returns to step S522.

終了していると判定した場合(ステップS525でYES)、CPU11は、患者の性別を秘匿するチェックボックス77の選択を受け付けたか否かを判定する(ステップS554)。受け付けたと判定した場合(ステップS554でYES)、CPU11は、図3に例示する性別を明示する形状の性別マーク41を、図10に例示するように性別を明示しない形状に置換することにより、患者の性別を秘匿する(ステップS555)。   When it determines with complete | finishing (it is YES at step S525), CPU11 determines whether selection of the check box 77 which conceals the sex of a patient was received (step S554). When it is determined that it has been accepted (YES in step S554), the CPU 11 replaces the gender mark 41 having a shape that clearly indicates the gender illustrated in FIG. 3 with a shape that does not clearly indicate the gender as illustrated in FIG. Is concealed (step S555).

受け付けていないと判定した場合(ステップS554でNO)、またはステップS555の終了後、CPU11は、患者の年齢を秘匿するチェックボックス77の選択を受け付けたか否かを判定する(ステップS556)。受け付けたと判定した場合(ステップS556でYES)、CPU11は、年齢欄44の年齢をアスタリスクで置換することにより、患者の年齢を秘匿する(ステップS557)。   If it is determined that it has not been received (NO in step S554), or after the end of step S555, the CPU 11 determines whether or not selection of the check box 77 that conceals the age of the patient has been received (step S556). When it determines with having received (it is YES at step S556), CPU11 conceals the age of a patient by replacing the age of the age column 44 with an asterisk (step S557).

受け付けていないと判定した場合(ステップS556でNO)、またはステップS557の終了後、CPU11は、処理を終了する。   If it is determined that it has not been accepted (NO in step S556), or after the end of step S557, the CPU 11 ends the process.

本実施の形態によると、置換処理対象の選択を受け付ける情報処理装置10を提供することができる。ユーザは、たとえば学術報告などに画面イメージを使用する場合には、患者の氏名は秘匿するが病名は秘匿しない等、必要に応じて秘匿する情報の範囲を調整することができる。   According to the present embodiment, it is possible to provide the information processing apparatus 10 that receives selection of a replacement process target. For example, when using a screen image for academic reports, the user can adjust the range of information to be concealed as necessary, such as concealing the patient's name but not the disease name.

[実施の形態3]
本実施の形態は、サポート担当者がリアルタイムで遠隔サポートを行う情報処理システム1に関する。実施の形態1と共通する部分については、説明を省略する。
[Embodiment 3]
The present embodiment relates to an information processing system 1 in which a support person performs remote support in real time. Description of portions common to the first embodiment is omitted.

図13は、実施の形態3の情報処理システム1の構成を示す説明図である。情報処理システム1は、ネットワークを介して接続された情報処理装置10と、電子カルテサーバ39と、第2情報処理装置20とを備える。情報処理装置10と、電子カルテサーバ39とは、図1を使用して説明した実施の形態1の情報処理装置10と、電子カルテサーバ39と同一であるので、説明を省略する。   FIG. 13 is an explanatory diagram illustrating a configuration of the information processing system 1 according to the third embodiment. The information processing system 1 includes an information processing apparatus 10, an electronic medical record server 39, and a second information processing apparatus 20 connected via a network. The information processing apparatus 10 and the electronic medical record server 39 are the same as the information processing apparatus 10 of Embodiment 1 and the electronic medical record server 39 described with reference to FIG.

第2情報処理装置20は、第2CPU21、主記憶装置22、補助記憶装置23、第2表示部24、第2入力部25、通信部26およびバスを備える。   The second information processing device 20 includes a second CPU 21, a main storage device 22, an auxiliary storage device 23, a second display unit 24, a second input unit 25, a communication unit 26, and a bus.

第2CPU21は、本実施の形態に係るプログラムを実行する演算制御装置である。第2CPU21には、一または複数のCPUまたはマルチコアCPU等が使用される。第2CPU21は、バスを介して第2情報処理装置20を構成するハードウェア各部と接続されている。   The second CPU 21 is an arithmetic control device that executes a program according to the present embodiment. As the second CPU 21, one or a plurality of CPUs, a multi-core CPU, or the like is used. The second CPU 21 is connected to each part of hardware configuring the second information processing apparatus 20 via a bus.

主記憶装置22は、SRAM、DRAM、フラッシュメモリ等の記憶装置である。主記憶装置22には、第2CPU21が行う処理の途中で必要な情報、および、第2CPU21で実行中のプログラムが一時的に保存される。   The main storage device 22 is a storage device such as SRAM, DRAM, or flash memory. The main storage device 22 temporarily stores information necessary during the processing performed by the second CPU 21 and a program being executed by the second CPU 21.

補助記憶装置23は、SRAM、フラッシュメモリ、ハードディスクまたは磁気テープ等の記憶装置である。補助記憶装置23には、第2CPU21に実行させるプログラムおよびプログラムの実行に必要な各種データが保存される。第2表示部24は、液晶表示パネルまたは有機EL表示パネル等である。第2入力部25は、マウス、キーボード、タッチパネルまたはペンタブレット等の機器である。通信部26は、ネットワークとの通信を行うインターフェイスである。   The auxiliary storage device 23 is a storage device such as an SRAM, a flash memory, a hard disk, or a magnetic tape. The auxiliary storage device 23 stores a program to be executed by the second CPU 21 and various data necessary for executing the program. The second display unit 24 is a liquid crystal display panel or an organic EL display panel. The second input unit 25 is a device such as a mouse, a keyboard, a touch panel, or a pen tablet. The communication unit 26 is an interface that performs communication with a network.

第2情報処理装置20は、汎用のパーソナルコンピュータまたはタブレット等である。第2情報処理装置20は、サポート担当者が遠隔サポートを行う際に使用する装置の一例である。   The second information processing apparatus 20 is a general-purpose personal computer or a tablet. The second information processing apparatus 20 is an example of an apparatus used when a support person performs remote support.

図14は、実施の形態3の第2情報処理装置20の画面の例を示す説明図である。情報処理装置10の表示部14に図3を使用して説明した画面が表示されている場合に、第2情報処理装置20の第2表示部24に図14に示す画面が表示される。   FIG. 14 is an explanatory diagram illustrating an example of a screen of the second information processing apparatus 20 according to the third embodiment. When the screen described with reference to FIG. 3 is displayed on the display unit 14 of the information processing apparatus 10, the screen illustrated in FIG. 14 is displayed on the second display unit 24 of the second information processing apparatus 20.

図14に示す画面では、図5を使用して説明した画面と同様に、カナ患者名欄42、漢字患者名欄43、医師名欄55、病名欄56、術式欄57が、それぞれの欄に表示されていた文字列の属性に3個のアスタリスクを加えた文字列で置換されている。   In the screen shown in FIG. 14, the Kana patient name column 42, the kanji patient name column 43, the doctor name column 55, the disease name column 56, and the technique column 57 are displayed in the respective columns as in the screen described with reference to FIG. 5. Is replaced with a character string obtained by adding three asterisks to the attribute of the character string displayed in.

サポート担当者は、図14に示す画面を見ながら、電話等を通じてユーザに情報処理装置10の使用方法の説明等を行う、いわゆる遠隔サポートを行うことができる。   The person in charge of support can perform so-called remote support in which the user explains the method of using the information processing apparatus 10 through a telephone or the like while viewing the screen shown in FIG.

図15は、実施の形態3のプログラムの処理の流れを示すフローチャートである。CPU11は、表示部14に図3を使用して説明した電子カルテの画面を表示する(ステップS501)。   FIG. 15 is a flowchart showing a flow of processing of the program according to the third embodiment. The CPU 11 displays the electronic medical record screen described with reference to FIG. 3 on the display unit 14 (step S501).

操作方法がわからない等のトラブルが生じた場合には、情報処理装置10のユーザは電話等を用いてサポート担当者に連絡する。サポート担当者は、第2情報処理装置20を使用して、遠隔サポートを開始する操作を行う。第2CPU21は、CPU11に対してアクセス要求を送信する(ステップS701)。   When a trouble such as an incomprehensible operation method occurs, the user of the information processing apparatus 10 contacts a support person using a telephone or the like. The person in charge of support uses the second information processing apparatus 20 to perform an operation of starting remote support. The second CPU 21 transmits an access request to the CPU 11 (step S701).

CPU11は、アクセス要求を受信する(ステップS561)。CPU11は、アクセス要求の認証を行う(ステップS562)。認証は、たとえばパスワードとID(Identifier)を用いて行う。アクセスが不正で認証を行えない場合には、CPU11はステップS561で受信したアクセス要求を無視する。以下ではアクセスが正当であり、認証に成功した場合について説明を行う。   The CPU 11 receives an access request (step S561). The CPU 11 authenticates the access request (step S562). Authentication is performed using, for example, a password and an ID (Identifier). If the access is illegal and authentication cannot be performed, the CPU 11 ignores the access request received in step S561. Hereinafter, a case where access is valid and authentication is successful will be described.

CPU11は、置換画面作成のサブルーチンを起動する(ステップS563)。置換画面作成のサブルーチンは、図7を使用して説明したサブルーチンと同一のサブルーチンである。CPU11はネットワークを介してステップS563で作成した置換画面を表示するデータを第2CPU21に送信する(ステップS564)。データは、HTML(HyperText Markup Language)形式またはAVI(Audio Video Interleave)形式等を用いて送信することができる。   The CPU 11 starts a replacement screen creation subroutine (step S563). The subroutine for creating the replacement screen is the same subroutine as the subroutine described with reference to FIG. The CPU 11 transmits data for displaying the replacement screen created in step S563 to the second CPU 21 via the network (step S564). The data can be transmitted using an HTML (HyperText Markup Language) format, an AVI (Audio Video Interleave) format, or the like.

第2CPU21は、データを受信する(ステップS702)。第2CPU21は、受信したデータに基づいて、第2表示部24に図14を使用して説明した画面を表示する(ステップS703)。   The second CPU 21 receives data (step S702). The second CPU 21 displays the screen described with reference to FIG. 14 on the second display unit 24 based on the received data (step S703).

CPU11は、入力部15を介してユーザによる操作を受け付ける(ステップS565)。CPU11は、受け付けた操作に基づいて、処理を終了するか否かを判定する(ステップS566)。処理を終了しないと判定した場合(ステップS566でNO)、CPU11は、ステップS565で受け付けた操作に基づいて、表示部14に表示する画面を更新する(ステップS567)。CPU11はステップS563に戻る。処理を終了すると判定した場合(ステップS566でYES)、CPU11は処理を終了する。   CPU11 receives operation by a user via input part 15 (Step S565). The CPU 11 determines whether to end the process based on the received operation (step S566). When it determines with not complete | finishing a process (it is NO at step S566), CPU11 updates the screen displayed on the display part 14 based on operation received by step S565 (step S567). The CPU 11 returns to step S563. If it is determined that the process is to be ended (YES in step S566), the CPU 11 ends the process.

本実施の形態によると、サポート担当者がリアルタイムで遠隔サポートを行う情報処理システム1を提供することができる。サポート担当者は、患者の名前等を見ることなく、ユーザが操作している画面をリアルタイムで確認しながら、的確なサポートを行うことができる。   According to this embodiment, it is possible to provide an information processing system 1 in which a support person performs remote support in real time. The person in charge of the support can perform appropriate support while checking the screen operated by the user in real time without looking at the name of the patient.

ステップS565において、CPU11はネットワークを介して第2入力部25による操作を受け付けても良い。サポート担当者は、ユーザの代わりに情報処理装置10を操作して、ユーザに対する操作説明等を行うことができる。   In step S565, the CPU 11 may accept an operation by the second input unit 25 via a network. The person in charge of support can operate the information processing apparatus 10 instead of the user and explain the operation to the user.

[実施の形態4]
本実施の形態は、アクセス権に基づいて秘匿する必要性の高い情報の表示の有無を切り替える情報処理装置10に関する。実施の形態1と共通する部分については、説明を省略する。
[Embodiment 4]
The present embodiment relates to an information processing apparatus 10 that switches presence / absence of display of information that is highly necessary to be concealed based on an access right. Description of portions common to the first embodiment is omitted.

図16は、権限DBのレコードレイアウトを示す説明図である。権限DBは、ユーザIDとユーザの権限とを関連づけるDBである。秘匿項目DBは、ユーザIDフィールドと権限フィールドとを有する。   FIG. 16 is an explanatory diagram showing a record layout of the authority DB. The authority DB is a DB that associates a user ID with a user authority. The secret item DB has a user ID field and an authority field.

ユーザIDフィールドには、ユーザ固有のユーザIDが記録されている。権限フィールドには、ユーザに付与された権限が記録されている。権限フィールドに「なし」と記録されている場合には、たとえば患者の氏名など秘匿する必要性の高い情報にアクセスする権限が付与されていない。権限フィールドに「あり」と記録されている場合には、秘匿する必要性の高い情報にアクセスする権限が付与されている。たとえば、医師、看護師等のユーザには権限を付与し、情報処理装置10のメンテナンス等を担当するユーザには権限を付与しない。   A user ID unique to the user is recorded in the user ID field. In the authority field, the authority granted to the user is recorded. When “None” is recorded in the authority field, the authority to access information that is highly necessary to be concealed, such as the name of the patient, is not granted. When “Yes” is recorded in the authority field, the authority to access information that is highly necessary to be concealed is given. For example, authority is given to users such as doctors and nurses, and authority is not given to users who are in charge of maintenance of the information processing apparatus 10.

権限DBは、補助記憶装置13に記憶される。権限DBは、電子カルテサーバ39またはネットワークを介して接続された他の記憶装置に記憶されていても良い。   The authority DB is stored in the auxiliary storage device 13. The authority DB may be stored in the electronic medical record server 39 or another storage device connected via a network.

CPU11は、権限フィールドに「あり」と記録されたユーザがログオンして使用している場合には、たとえば図3を使用して説明した画面を表示部14に表示する。ユーザは、患者の氏名、病名等を閲覧することができる。CPU11は、権限フィールドに「なし」と記録されたユーザがログオンして使用している場合には、たとえば図14を使用して説明した画面を表示部14に表示する。ユーザは、患者の氏名、病名等を閲覧することなく、情報処理装置10の操作を行える。   When the user who has recorded “Yes” in the authority field logs on and uses the CPU 11, the CPU 11 displays the screen described with reference to FIG. The user can view the patient's name, disease name, and the like. When the user whose “None” is recorded in the authority field is logged on and used, the CPU 11 displays the screen described with reference to FIG. The user can operate the information processing apparatus 10 without browsing the patient's name, disease name, and the like.

図17は、実施の形態4のプログラムの処理の流れを示すフローチャートである。CPU11は、表示部14にログオン画面を表示する(ステップS581)。ログオン画面は、たとえばユーザIDとパスワードの入力を要求する画面である。CPU11は、ログオンを認証する(ステップS582)。ユーザIDまたはパスワードが不正で認証を行えない場合には、CPU11はログオン要求を無視する。以下の説明では、認証に成功した場合について説明を行う。   FIG. 17 is a flowchart showing a flow of processing of the program according to the fourth embodiment. The CPU 11 displays a logon screen on the display unit 14 (step S581). The logon screen is a screen that requests input of a user ID and a password, for example. The CPU 11 authenticates logon (step S582). If the user ID or password is invalid and authentication cannot be performed, the CPU 11 ignores the logon request. In the following description, a case where authentication is successful will be described.

CPU11は、ユーザIDをキーとして権限DBからレコードを抽出し、権限フィールドを参照して権限があるか否かを判定する(ステップS583)。権限があると判定した場合(ステップS583でYES)、CPU11は、電子カルテサーバ39と協働して、表示部14に表示する画面を生成するために使用する画面データを更新する(ステップS584)。   The CPU 11 extracts a record from the authority DB using the user ID as a key, and determines whether there is an authority with reference to the authority field (step S583). If it is determined that there is an authority (YES in step S583), the CPU 11 cooperates with the electronic medical record server 39 to update screen data used to generate a screen to be displayed on the display unit 14 (step S584). .

CPU11は、更新した画面データに基づいて、たとえば図3を使用して説明した画面を表示部14に表示する(ステップS585)。CPU11は、入力部15を介してユーザによる操作を受け付ける(ステップS586)。   CPU11 displays the screen demonstrated using FIG. 3, for example on the display part 14 based on the updated screen data (step S585). CPU11 receives operation by a user via input part 15 (Step S586).

CPU11は、受け付けた操作に基づいて、処理を終了するか否かを判定する(ステップS587)。処理を終了しないと判定した場合(ステップS587でNO)、CPU11は、ステップS584に戻る。処理を終了すると判定した場合(ステップS587でYES)、CPU11は処理を終了する。   The CPU 11 determines whether to end the process based on the accepted operation (step S587). If it is determined not to end the process (NO in step S587), the CPU 11 returns to step S584. If it is determined that the process is to be ended (YES in step S587), the CPU 11 ends the process.

権限がないと判定した場合(ステップS583でNO)、CPU11は、電子カルテサーバ39と協働して、表示部14に表示する画面を生成するために使用する画面データを更新する(ステップS591)。ステップS591で更新する画面データは、ステップS584で更新する画面データと同一である。   When it is determined that there is no authority (NO in step S583), the CPU 11 cooperates with the electronic medical record server 39 to update screen data used to generate a screen to be displayed on the display unit 14 (step S591). . The screen data updated in step S591 is the same as the screen data updated in step S584.

CPU11は、置換画面作成のサブルーチンを起動する(ステップS592)。置換画面作成のサブルーチンは、図7を使用して説明したサブルーチンと同一のサブルーチンである。   The CPU 11 starts a replacement screen creation subroutine (step S592). The subroutine for creating the replacement screen is the same subroutine as the subroutine described with reference to FIG.

CPU11は、たとえば図14を使用して説明した画面を表示部14に表示する(ステップS593)。CPU11は、入力部15を介してユーザによる操作を受け付ける(ステップS594)。   CPU11 displays the screen demonstrated using FIG. 14, for example on the display part 14 (step S593). CPU11 receives operation by a user via input part 15 (Step S594).

CPU11は、受け付けた操作に基づいて、処理を終了するか否かを判定する(ステップS595)。処理を終了しないと判定した場合(ステップS595でNO)、CPU11は、ステップS591に戻る。処理を終了すると判定した場合(ステップS595でYES)、CPU11は処理を終了する。   Based on the accepted operation, the CPU 11 determines whether or not to end the process (step S595). If it is determined not to end the process (NO in step S595), the CPU 11 returns to step S591. If it is determined that the process is to be ended (YES in step S595), the CPU 11 ends the process.

本実施の形態によると、アクセス権に基づいて秘匿する必要性の高い情報の表示の有無を切り替える情報処理装置10を提供することができる。たとえば、システムのメンテナンス担当者は、患者の氏名等の情報を目にすることなく、システムのメンテナンスを行うことができる。   According to the present embodiment, it is possible to provide the information processing apparatus 10 that switches the presence / absence of information that is highly necessary to be concealed based on the access right. For example, a system maintenance person can perform system maintenance without seeing information such as a patient's name.

情報処理装置10は、サポートセンタ等に設置されていても良い。メンテナンス担当者は、遠隔地で、患者の氏名等の情報を目にすることなく、システムのメンテナンスを行うことができる。この場合、CPU11は、たとえば情報処理装置10のIP(Internet Protocol)アドレス等に基づいて、権限の有無を判定しても良い。   The information processing apparatus 10 may be installed in a support center or the like. The maintenance staff can maintain the system at a remote location without seeing information such as the patient's name. In this case, the CPU 11 may determine the presence / absence of authority based on, for example, the IP (Internet Protocol) address of the information processing apparatus 10.

[実施の形態5]
本実施の形態は、元文字列を所定の置換文字列に置換する情報処理装置10に関する。実施の形態1と共通する部分については、説明を省略する。
[Embodiment 5]
The present embodiment relates to an information processing apparatus 10 that replaces an original character string with a predetermined replacement character string. Description of portions common to the first embodiment is omitted.

図18は、実施の形態5の文字列リストDB31のレコードレイアウトを示す説明図である。文字列リストDB31は、表示部14に表示される可能性がある情報のうち、置換処理対象の文字列と、属性と、置換文字列とを関連づけるDBである。   FIG. 18 is an explanatory diagram illustrating a record layout of the character string list DB 31 according to the fifth embodiment. The character string list DB 31 is a DB that associates a character string to be replaced, an attribute, and a replacement character string among information that may be displayed on the display unit 14.

文字列リストDB31は、属性フィールドと、元文字列フィールドと、置換文字列フィールドとを有する。文字列リストDB31は、本実施の形態の文字列リストを記録したDBの一例である。   The character string list DB 31 has an attribute field, an original character string field, and a replacement character string field. The character string list DB 31 is an example of a DB that records the character string list of the present embodiment.

元文字列フィールドには、置換処理対象の文字列のリストが記録されている。属性フィールドには、元文字列の属性が記録されている。置換文字列フィールドには、元文字列を置換する置換文字列が記録されている。たとえば、元文字列の「山岡 佳代子」は、置換文字列「患者001」に置換される。   A list of character strings to be replaced is recorded in the original character string field. An attribute of the original character string is recorded in the attribute field. A replacement character string for replacing the original character string is recorded in the replacement character string field. For example, the original character string “Yamaoka Kayoko” is replaced with the replacement character string “patient 001”.

本実施の形態においては、置換文字列は、属性の後ろに3桁の連番を付け加えた文字列であるが、元文字列と置換文字列との関係は任意である。置換文字列は、たとえば連番の後ろに属性を付け加えた文字列でも良い。置換文字列は、元の文字列と同様の意味を有する別の文字列であっても良い。   In the present embodiment, the replacement character string is a character string in which a 3-digit serial number is added after the attribute, but the relationship between the original character string and the replacement character string is arbitrary. The replacement character string may be, for example, a character string in which an attribute is added after the serial number. The replacement character string may be another character string having the same meaning as the original character string.

たとえば、元文字列「山岡 佳代子」に対する置換文字列を女性の氏名であると認識できる「山田 花子」にしても良い。文字列が置換された後の画面を見るユーザは、情報が秘匿されていることを意識せずに、作業を行うことができる。   For example, the replacement character string for the original character string “Yamaoka Kayoko” may be “Yamada Hanako” that can be recognized as a female name. A user who sees the screen after the character string is replaced can work without being aware of the fact that the information is kept secret.

図19は、実施の形態5の印刷用画面の例を示す説明図である。図19に示す画面は、図5を使用して説明した画面の代わりに、CPU11が表示部14に表示する画面の例を示す。   FIG. 19 is an explanatory diagram illustrating an example of a printing screen according to the fifth embodiment. The screen shown in FIG. 19 shows an example of a screen displayed on the display unit 14 by the CPU 11 instead of the screen described with reference to FIG.

図19に示す画面では、カナ患者名欄42、漢字患者名欄43、医師名欄55、病名欄56、術式欄57が、それぞれの欄に表示されていた元文字列に対応する置換文字列に置換されている。   In the screen shown in FIG. 19, the Kana patient name field 42, the kanji patient name field 43, the doctor name field 55, the disease name field 56, and the surgical technique field 57 are replaced characters corresponding to the original character strings displayed in the respective fields. Has been replaced by a column.

サポート担当者は、たとえば医師の欄と執刀医の欄と助手の欄に、それぞれ違う医師名が表示されていることを認識することができる。そのため、複雑なトラブルが発生している場合にも、的確に状況を把握することができる。   The person in charge of support can recognize that different doctor names are displayed, for example, in the doctor column, the surgeon column, and the assistant column. Therefore, the situation can be accurately grasped even when a complicated trouble occurs.

[実施の形態6]
本実施の形態は、元文字列を図形で置換する情報処理システムに関する。実施の形態1と共通する部分については、説明を省略する。
[Embodiment 6]
The present embodiment relates to an information processing system that replaces an original character string with a graphic. Description of portions common to the first embodiment is omitted.

図20は、実施の形態6の印刷用画面の例を示す説明図である。図20においては、カナ患者名欄42、漢字患者名欄43および患者名欄53の元文字列が黒色の長円で置換されている。   FIG. 20 is an explanatory diagram illustrating an example of a printing screen according to the sixth embodiment. In FIG. 20, the original character strings in the Kana patient name column 42, the Kanji patient name column 43, and the patient name column 53 are replaced with black ellipses.

長円の代わりに、長方形、楕円等任意の形状の図形を使用しても良い。たとえば、太いマジックで塗りつぶした様な外観の図形を使用しても良い。元文字列の属性によって、異なる形状または色の図形を使用しても良い。   Instead of an ellipse, a figure having an arbitrary shape such as a rectangle or an ellipse may be used. For example, you may use the figure of the external appearance filled with thick magic. Different shapes or colors may be used depending on the attributes of the original character string.

意図的に元文字列を伏せていることが分かりやすく、情報を秘匿する必要性を強調する情報処理装置10を提供することができる。   It is easy to understand that the original character string is intentionally hiding, and the information processing apparatus 10 that emphasizes the necessity of concealing information can be provided.

[実施の形態7]
図21は、実施の形態7の情報処理装置10の動作を示す機能ブロック図である。本実施の形態の情報処理装置10は、CPU11による制御に基づいて以下のように動作する。
[Embodiment 7]
FIG. 21 is a functional block diagram illustrating the operation of the information processing apparatus 10 according to the seventh embodiment. The information processing apparatus 10 according to the present embodiment operates as follows based on control by the CPU 11.

情報処理装置10は、検出部95、置換部96および出力部97を備える。検出部95は、画面表示用のデータから置換処理対象の第1文字列を検出する。置換部96は、検出部95が検出した第1文字列を、所定の第2文字列または図形に置換する。出力部97は、置換部96が置換した第2文字列または図形を含む画面表示用のデータを出力する。   The information processing apparatus 10 includes a detection unit 95, a replacement unit 96, and an output unit 97. The detection unit 95 detects the first character string to be replaced from the screen display data. The replacement unit 96 replaces the first character string detected by the detection unit 95 with a predetermined second character string or figure. The output unit 97 outputs screen display data including the second character string or the figure replaced by the replacement unit 96.

[実施の形態8]
本実施の形態は、汎用のコンピュータ90とプログラム91とを組み合わせて動作させることにより、本実施の形態の情報処理装置10を実現する形態に関する。図22は、実施の形態8の情報処理システム1の構成を示す説明図である。図22を使用して、本実施の形態の構成を説明する。なお、実施の形態1と共通する部分の説明は省略する。
[Embodiment 8]
The present embodiment relates to a mode for realizing the information processing apparatus 10 of the present embodiment by operating a general-purpose computer 90 and a program 91 in combination. FIG. 22 is an explanatory diagram illustrating a configuration of the information processing system 1 according to the eighth embodiment. The configuration of this embodiment will be described with reference to FIG. Note that description of portions common to the first embodiment is omitted.

情報処理システム1は、ネットワークを介して接続されたコンピュータ90と、電子カルテサーバ39とを備える。コンピュータ90は、CPU11、主記憶装置12、補助記憶装置13、表示部14、入力部15、通信部16、読取部17およびバスを備える。コンピュータ90は、汎用のパーソナルコンピュータ、または、タブレット等である。   The information processing system 1 includes a computer 90 and an electronic medical record server 39 connected via a network. The computer 90 includes a CPU 11, a main storage device 12, an auxiliary storage device 13, a display unit 14, an input unit 15, a communication unit 16, a reading unit 17, and a bus. The computer 90 is a general-purpose personal computer or a tablet.

読取部17は、可搬型記録媒体92を読み取る装置であり、具体的にはたとえばSD(Secure Digital)カードスロット、光学ディスクドライブまたはUSB(Universal Serial Bus)ポート等である。   The reading unit 17 is a device that reads the portable recording medium 92, and specifically, for example, an SD (Secure Digital) card slot, an optical disk drive, or a USB (Universal Serial Bus) port.

プログラム91は、可搬型記録媒体92に記録されている。CPU11は、読取部17を介してプログラム91を読み込み、補助記憶装置13に保存する。またCPU11は、コンピュータ90内に実装されたフラッシュメモリ等の半導体メモリ93に記憶されたプログラム91を読出しても良い。さらに、CPU11は、ネットワークを介して接続される図示しない他のサーバコンピュータからプログラム91をダウンロードして補助記憶装置13に保存しても良い。   The program 91 is recorded on a portable recording medium 92. The CPU 11 reads the program 91 via the reading unit 17 and stores it in the auxiliary storage device 13. The CPU 11 may read the program 91 stored in the semiconductor memory 93 such as a flash memory mounted in the computer 90. Further, the CPU 11 may download the program 91 from another server computer (not shown) connected via a network and save it in the auxiliary storage device 13.

プログラム91は、コンピュータ90の制御プログラムとしてインストールされ、主記憶装置12にロードして実行される。これにより、コンピュータ90は上述した情報処理装置10として機能する。   The program 91 is installed as a control program for the computer 90, loaded into the main storage device 12, and executed. Thereby, the computer 90 functions as the information processing apparatus 10 described above.

各実施例で記載されている技術的特徴(構成要件)はお互いに組合せ可能であり、組み合わせすることにより、新しい技術的特徴を形成することができる。
今回開示された実施の形態はすべての点で例示であって、制限的なものではないと考えられるべきである。本発明の範囲は、上記した意味ではなく、特許請求の範囲によって示され、特許請求の範囲と均等の意味および範囲内でのすべての変更が含まれることが意図される。
The technical features (components) described in each embodiment can be combined with each other, and new technical features can be formed by combining them.
The embodiment disclosed this time is to be considered as illustrative in all points and not restrictive. The scope of the present invention is defined by the terms of the claims, rather than the meanings described above, and is intended to include any modifications within the scope and meaning equivalent to the terms of the claims.

以上の実施の形態1から8を含む実施形態に関し、さらに以下の付記を開示する。   With respect to the embodiments including the above first to eighth embodiments, the following additional notes are disclosed.

(付記1)
画面表示用のデータから置換処理対象の第1文字列を検出し、
検出した前記第1文字列を、所定の第2文字列または図形に置換し、
置換した前記第2文字列または前記図形を含む画面表示用のデータを出力する
処理をコンピュータに実行させるプログラム。
(Appendix 1)
The first character string to be replaced is detected from the screen display data,
Replacing the detected first character string with a predetermined second character string or figure;
A program that causes a computer to execute processing for outputting data for screen display including the replaced second character string or the graphic.

(付記2)
文字列と該文字列の属性とを含む文字列リストを参照して、前記データから前記文字列リスト内の文字列に一致する第1文字列を検出する
付記1に記載のプログラム。
(Appendix 2)
The program according to claim 1, wherein a first character string that matches a character string in the character string list is detected from the data with reference to a character string list including a character string and an attribute of the character string.

(付記3)
前記第2文字列は、前記第1文字列の属性に関連づけられた文字列を含む
付記2に記載のプログラム。
(Appendix 3)
The program according to claim 2, wherein the second character string includes a character string associated with an attribute of the first character string.

(付記4)
前記文字列リストは、前記文字列のそれぞれに関連づけられた第2文字列を含む
付記2または付記3に記載のプログラム。
(Appendix 4)
The program according to Supplementary Note 2 or Supplementary Note 3, wherein the character string list includes a second character string associated with each of the character strings.

(付記5)
前記属性ごとに置換の要否を受け付け、
前記文字列リスト内の、置換を要すると受け付けた前記属性を有する前記文字列に一致する第1文字列を検出する
付記2から付記4のいずれか一つに記載のプログラム。
(Appendix 5)
Accepting the necessity of replacement for each attribute,
The program according to any one of Supplementary Note 2 to Supplementary Note 4, wherein a first character string that matches the character string having the attribute that is accepted as requiring replacement in the character string list is detected.

(付記6)
前記第2文字列の文字数は、前記第1文字列の文字数と同一である
付記1から付記5のいずれか一つに記載のプログラム。
(Appendix 6)
The number of characters of the second character string is the same as the number of characters of the first character string. The program according to any one of supplementary notes 1 to 5.

(付記7)
前記データに基づいて画面を表示し、
置換の要否を受け付け、
置換を要すると受け付けた場合、置換した前記データを出力する
付記1から付記4のいずれか一つに記載のプログラム。
(Appendix 7)
Display a screen based on the data,
Accept the need for replacement,
The program according to any one of Supplementary Note 1 to Supplementary Note 4, wherein when the replacement is accepted, the replacement data is output.

(付記8)
ユーザのログオンを受け付け、
ログオンしたユーザのアクセス権に基づいて置換の要否を判定し、
置換を要すると判定した場合、置換した前記データを画面に表示する
付記1から付記7のいずれか一つに記載のプログラム。
(Appendix 8)
Accept user logons,
Based on the access rights of the logged-on user, determine the necessity of replacement,
The program according to any one of appendix 1 to appendix 7, wherein when it is determined that the replacement is required, the replaced data is displayed on a screen.

(付記9)
ネットワークを介して接続された情報処理装置からの接続要求を受け付け、
置換した前記データを前記情報処理装置に送信する
付記1から付記8のいずれか一つに記載のプログラム。
(Appendix 9)
Accepts connection requests from information processing devices connected via a network,
The program according to any one of Supplementary Note 1 to Supplementary Note 8, wherein the replaced data is transmitted to the information processing apparatus.

(付記10)
置換前の前記データに基づいて画面を表示する
付記9に記載のプログラム。
(Appendix 10)
The program according to appendix 9, wherein a screen is displayed based on the data before replacement.

(付記11)
出力は、画面イメージの印刷、または、画面イメージのキャプチャ画像の保存である
付記1から付記10のいずれか一つに記載のプログラム。
(Appendix 11)
The program according to any one of Supplementary Note 1 to Supplementary Note 10, wherein the output is printing a screen image or saving a captured image of the screen image.

(付記12)
画面表示用のデータから置換処理対象の第1文字列を検出し、
検出した前記第1文字列を、所定の第2文字列または図形に置換し、
置換した前記第2文字列または前記図形を含む画面表示用のデータを出力する
処理をコンピュータに実行させる情報処理方法。
(Appendix 12)
The first character string to be replaced is detected from the screen display data,
Replacing the detected first character string with a predetermined second character string or figure;
An information processing method for causing a computer to execute a process of outputting screen display data including the replaced second character string or the graphic.

(付記13)
画面表示用のデータから置換処理対象の第1文字列を検出する検出部と、
前記検出部が検出した前記第1文字列を、所定の第2文字列または図形に置換する置換部と、
置換した前記第2文字列または前記図形を含む画面表示用のデータを出力する出力部と
を備える情報処理装置。
(Appendix 13)
A detection unit for detecting a first character string to be replaced from data for screen display;
A replacement unit that replaces the first character string detected by the detection unit with a predetermined second character string or figure;
And an output unit that outputs data for screen display including the replaced second character string or the graphic.

1 情報処理システム
10 情報処理装置
11 CPU
12 主記憶装置
13 補助記憶装置
14 表示部
15 入力部
16 通信部
17 読取部
20 第2情報処理装置
21 第2CPU
22 主記憶装置
23 補助記憶装置
24 第2表示部
25 第2入力部
26 通信部
31 文字列リストDB
39 電子カルテサーバ
40 患者欄
41 性別マーク
42 カナ患者名欄
43 漢字患者名欄
44 年齢欄
50 手術申込欄
53 患者名欄
55 医師名欄
56 病名欄
57 術式欄
60 経過記録欄
71 指示入力窓
72 印刷ボタン
73 キャプチャボタン
74 秘匿するボタン
75 秘匿しないボタン
76 OKボタン
77 チェックボックス
90 コンピュータ
91 プログラム
92 可搬型記録媒体
93 半導体メモリ
95 検出部
96 置換部
97 出力部
DESCRIPTION OF SYMBOLS 1 Information processing system 10 Information processing apparatus 11 CPU
12 Main Storage Device 13 Auxiliary Storage Device 14 Display Unit 15 Input Unit 16 Communication Unit 17 Reading Unit 20 Second Information Processing Device 21 Second CPU
22 Main storage device 23 Auxiliary storage device 24 Second display unit 25 Second input unit 26 Communication unit 31 Character string list DB
39 Electronic Medical Record Server 40 Patient Field 41 Gender Mark 42 Kana Patient Name Field 43 Kanji Patient Name Field 44 Age Field 50 Surgery Application Field 53 Patient Name Field 55 Physician Name Field 56 Disease Name Field 57 Surgery Field Field 60 Progress Record Field 71 Instruction Input Window 72 Print button 73 Capture button 74 Button to conceal 75 Button not to conceal 76 OK button 77 Check box 90 Computer 91 Program 92 Portable recording medium 93 Semiconductor memory 95 Detection unit 96 Replacement unit 97 Output unit

Claims (9)

画面表示用のデータから置換処理対象の第1文字列を検出し、
検出した前記第1文字列を、所定の第2文字列または図形に置換し、
置換した前記第2文字列または前記図形を含む画面表示用のデータを出力する
処理をコンピュータに実行させるプログラム。
The first character string to be replaced is detected from the screen display data,
Replacing the detected first character string with a predetermined second character string or figure;
A program that causes a computer to execute processing for outputting data for screen display including the replaced second character string or the graphic.
文字列と該文字列の属性とを含む文字列リストを参照して、前記データから前記文字列リスト内の文字列に一致する第1文字列を検出する
請求項1に記載のプログラム。
The program according to claim 1, wherein a first character string that matches a character string in the character string list is detected from the data with reference to a character string list including a character string and an attribute of the character string.
前記第2文字列は、前記第1文字列の属性に関連づけられた文字列を含む
請求項2に記載のプログラム。
The program according to claim 2, wherein the second character string includes a character string associated with an attribute of the first character string.
前記属性ごとに置換の要否を受け付け、
前記文字列リスト内の、置換を要すると受け付けた前記属性を有する前記文字列に一致する第1文字列を検出する
請求項2または請求項3に記載のプログラム。
Accepting the necessity of replacement for each attribute,
The program according to claim 2 or 3, wherein a first character string that matches the character string having the attribute that is accepted as requiring replacement in the character string list is detected.
前記データに基づいて画面を表示し、
置換の要否を受け付け、
置換を要すると受け付けた場合、置換した前記データを出力する
請求項1から請求項3のいずれか一つに記載のプログラム。
Display a screen based on the data,
Accept the need for replacement,
The program according to any one of claims 1 to 3, wherein when the replacement is accepted, the replaced data is output.
ユーザのログオンを受け付け、
ログオンしたユーザのアクセス権に基づいて置換の要否を判定し、
置換を要すると判定した場合、置換した前記データを画面に表示する
請求項1から請求項5のいずれか一つに記載のプログラム。
Accept user logons,
Based on the access rights of the logged-on user, determine the necessity of replacement,
The program according to any one of claims 1 to 5, wherein when it is determined that replacement is required, the replaced data is displayed on a screen.
ネットワークを介して接続された情報処理装置からの接続要求を受け付け、
置換した前記データを前記情報処理装置に送信する
請求項1から請求項6のいずれか一つに記載のプログラム。
Accepts connection requests from information processing devices connected via a network,
The program according to any one of claims 1 to 6, wherein the replaced data is transmitted to the information processing apparatus.
画面表示用のデータから置換処理対象の第1文字列を検出し、
検出した前記第1文字列を、所定の第2文字列または図形に置換し、
置換した前記第2文字列または前記図形を含む画面表示用のデータを出力する
処理をコンピュータに実行させる情報処理方法。
The first character string to be replaced is detected from the screen display data,
Replacing the detected first character string with a predetermined second character string or figure;
An information processing method for causing a computer to execute a process of outputting screen display data including the replaced second character string or the graphic.
画面表示用のデータから置換処理対象の第1文字列を検出する検出部と、
前記検出部が検出した前記第1文字列を、所定の第2文字列または図形に置換する置換部と、
置換した前記第2文字列または前記図形を含む画面表示用のデータを出力する出力部と
を備える情報処理装置。
A detection unit for detecting a first character string to be replaced from data for screen display;
A replacement unit that replaces the first character string detected by the detection unit with a predetermined second character string or figure;
And an output unit that outputs data for screen display including the replaced second character string or the graphic.
JP2017051630A 2017-03-16 2017-03-16 Program, information processing method, and information processing apparatus Pending JP2018156293A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017051630A JP2018156293A (en) 2017-03-16 2017-03-16 Program, information processing method, and information processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017051630A JP2018156293A (en) 2017-03-16 2017-03-16 Program, information processing method, and information processing apparatus

Publications (1)

Publication Number Publication Date
JP2018156293A true JP2018156293A (en) 2018-10-04

Family

ID=63716528

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017051630A Pending JP2018156293A (en) 2017-03-16 2017-03-16 Program, information processing method, and information processing apparatus

Country Status (1)

Country Link
JP (1) JP2018156293A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020086903A (en) * 2018-11-26 2020-06-04 リーガルテック株式会社 Data management system and data management method
JP2021103563A (en) * 2020-04-26 2021-07-15 ベイジン バイドゥ ネットコム サイエンス アンド テクノロジー カンパニー リミテッド Data mining system, method, device, electronic apparatus, and storage medium
JP7445653B2 (en) 2018-11-09 2024-03-07 ベックマン コールター, インコーポレイテッド Repair glasses with selective data provision

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7445653B2 (en) 2018-11-09 2024-03-07 ベックマン コールター, インコーポレイテッド Repair glasses with selective data provision
US12001600B2 (en) 2018-11-09 2024-06-04 Beckman Coulter, Inc. Service glasses with selective data provision
JP2020086903A (en) * 2018-11-26 2020-06-04 リーガルテック株式会社 Data management system and data management method
JP7187283B2 (en) 2018-11-26 2022-12-12 リーガルテック株式会社 data management system
JP2021103563A (en) * 2020-04-26 2021-07-15 ベイジン バイドゥ ネットコム サイエンス アンド テクノロジー カンパニー リミテッド Data mining system, method, device, electronic apparatus, and storage medium

Similar Documents

Publication Publication Date Title
US11640498B2 (en) Method and system for selective document redaction
US9134947B2 (en) Annotating digital files of a host computer using a peripheral device
US20170177190A1 (en) Electronic whiteboard, method for displaying data, and image processing system
TWI498807B (en) Electronic apparatus and operation method thereof
JP2018156293A (en) Program, information processing method, and information processing apparatus
US20090300481A1 (en) Server apparatus, information processing apparatus, data processing method, and storage medium including program
US20100245294A1 (en) Annotating Digital Files Of A Host Computer Using Networked Tablet Computers
JP2012238101A (en) Information processing device, system comprising information processing device and external device, control method for system and program
US20220114482A1 (en) Methods and systems for supervising displayed content
CN111066018B (en) Information processing apparatus, information processing method, and program
Garfinkel Leaking Sensitive Information in Complex Document Files--and How to Prevent It
CN109033163B (en) Method and device for adding diary in calendar
JP6199458B1 (en) Print log concealment system, print log concealment method, and print log concealment program
JP2007233465A (en) Screen reproduction data generation system, screen reproduction data generation method and computer program
JP3989202B2 (en) Document management system, document management program, and document management server
JP2017084219A (en) Document concealment system
JP7004920B2 (en) Information processing equipment, information processing methods and information processing programs
US10949691B2 (en) Information processing system provided with mobile terminal that can play back data written on page
JP2018032192A (en) Document display device and program
JP2005182108A (en) Electronic card reference system and medical examination history information leakage preventing filing system and electronic card reference method
JP2008108113A (en) Information leak deterrence system, server, information leak deterrence method and program
JP2001101319A (en) Controller and control method for registering/ extracting medical treatment record information in electronic medical treatment recording system and recording medium used for the same
JP2014052767A (en) Information processing system, information processor and program
JP6905244B1 (en) Browsing image guarantee system, browsing image guarantee site and browsing image guarantee server
JP3727200B2 (en) Document processing apparatus and document processing method