JP2018190004A - Program, input form control method, and data processing apparatus - Google Patents

Program, input form control method, and data processing apparatus Download PDF

Info

Publication number
JP2018190004A
JP2018190004A JP2017089112A JP2017089112A JP2018190004A JP 2018190004 A JP2018190004 A JP 2018190004A JP 2017089112 A JP2017089112 A JP 2017089112A JP 2017089112 A JP2017089112 A JP 2017089112A JP 2018190004 A JP2018190004 A JP 2018190004A
Authority
JP
Japan
Prior art keywords
input
storage unit
input form
data
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2017089112A
Other languages
Japanese (ja)
Other versions
JP6847753B2 (en
Inventor
資 阿部
Tasuku Abe
資 阿部
小林 誠
Makoto Kobayashi
誠 小林
光亮 石川
Kosuke Ishikawa
光亮 石川
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.)
Nippon Koden Corp
Original Assignee
Nippon Koden Corp
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 Nippon Koden Corp filed Critical Nippon Koden Corp
Priority to JP2017089112A priority Critical patent/JP6847753B2/en
Publication of JP2018190004A publication Critical patent/JP2018190004A/en
Application granted granted Critical
Publication of JP6847753B2 publication Critical patent/JP6847753B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce a load of re-input while avoiding a security risk, even if unintentional termination occurs on the occasion of input of an input form.SOLUTION: An acquiring unit 12 writes cache information in which input data to an input form and user information being operated are associated with each other in a storage unit 15. A form control unit 11, at the time of redisplay of the input form, sets the input data written in the storage unit 15 as an input form as a default value, only when a user who made the request for the redisplay and the user information written in the storage unit 15 correspond to each other.SELECTED DRAWING: Figure 1

Description

本発明はプログラム、入力フォーム制御方法、及びデータ処理装置に関する。   The present invention relates to a program, an input form control method, and a data processing apparatus.

アプリケーションソフトウェアやインターネットブラウザでは、データを入力するための入力フォームが頻繁に用いられる。ユーザは、各種の入力インターフェイス(キーボード、マウス、タッチパネル、等)を用いて入力フォームの各項目に対して文字列や数値を入力する。ユーザは、入力が終了すると登録や保存のためのボタンを押下し、入力内容のサーバへの送信等を行う。   In application software and Internet browsers, input forms for inputting data are frequently used. The user inputs a character string and a numerical value for each item of the input form using various input interfaces (keyboard, mouse, touch panel, etc.). When the input is completed, the user presses a button for registration or storage, and transmits the input content to the server.

入力フォームに含まれる項目が多い場合や複雑な事項を要求する項目が含まれる場合、ユーザの入力負荷が大きく、入力に時間がかかる。このような場合には、入力フォームへの入力中の誤った操作等によりアプリケーションソフトウェアやブラウザを終了してしまう可能性が高くなる。例えばユーザが誤ってブラウザの終了ボタン(×ボタン)を押してしまう場合や、端末のホームボタンを押してセッションを終了してしまう場合がある。   When there are many items included in the input form or items that require complex items are included, the input load of the user is large and input takes time. In such a case, there is a high possibility that the application software or the browser is terminated due to an erroneous operation or the like while inputting to the input form. For example, the user may accidentally press the browser end button (x button) or end the session by pressing the terminal home button.

特許文献1は、入力フォームのデータ入力が最後まで行われずに中断した場合であっても、最初からの入力を行う必要が無いデータ処理装置を開示している。当該データ処理装置は、保存ボタンの押下をトリガーとして入力フォームの入力内容を一時的にサーバに保存する(特許文献1図1、0028等)。   Patent Document 1 discloses a data processing apparatus that does not require input from the beginning even when data input on the input form is interrupted without being performed to the end. The data processing apparatus temporarily stores the input contents of the input form in the server triggered by pressing of the save button (Patent Document 1, FIG. 1, 0028, etc.).

特開2004−110736号公報Japanese Patent Application Laid-Open No. 2004-110636

特許文献1の構成では、同一の入力フォームを複数のユーザが編集する場合に、サーバが入力フォームに入力したデータを一時的に記憶することが示唆されている(段落0060)。しかしながら、サーバが記憶したデータに対するアクセス権についての示唆や教示が無い。そのため特許文献1の構成では、あるユーザが一時保存した入力フォームの入力データの内容を別のユーザが利用できてしまう恐れがある。これにより、入力データの内容の盗用等の恐れが生じてしまう。例えば入力フォームが身体的情報(身長、体重、既往歴、等)を要求する項目を含む場合、他のユーザが入力した内容を参照できてしまうことは好ましくない。   In the configuration of Patent Document 1, it is suggested that when a plurality of users edit the same input form, data input to the input form by the server is temporarily stored (paragraph 0060). However, there is no suggestion or teaching about the access right to the data stored by the server. Therefore, in the configuration of Patent Document 1, there is a possibility that another user can use the contents of the input data of the input form temporarily saved by one user. As a result, there is a risk of theft of the contents of the input data. For example, when the input form includes items requesting physical information (height, weight, medical history, etc.), it is not preferable that the contents input by other users can be referred to.

本発明は上記の課題に鑑みてなされたものであり、入力フォームの入力途中で終了が生じた場合であっても、セキュリティリスクを回避しつつ入力フォームの再入力の負荷を軽減できるプログラム、入力フォーム制御方法、及びデータ処理装置を提供することを主たる目的とする。   The present invention has been made in view of the above problems, and a program and an input that can reduce the burden of re-input of the input form while avoiding a security risk even when the input form ends in the middle of input It is a main object to provide a form control method and a data processing apparatus.

本発明にかかるプログラムの一態様は、コンピュータに、入力フォームへの入力データと、操作中のユーザ情報と、を関連付けたキャッシュ情報を記憶部に書き込む取得ステップと、前記入力フォームの再表示の際に、当該再表示のリクエストを行ったユーザと前記記憶部に書き込まれたユーザ情報が対応する場合にのみ、前記記憶部に書き込まれた前記入力データをデフォルト値として前記入力フォームに設定するキャッシュ制御ステップと、を実行させるものである。   One aspect of the program according to the present invention includes an acquisition step of writing, in a storage unit, cache information that associates input data to an input form with user information being operated in a storage unit, and redisplaying the input form. Cache control for setting the input data written in the storage unit as a default value in the input form only when the user who made the re-display request corresponds to the user information written in the storage unit Step.

取得部は、あるユーザによる入力フォームの入力中に、ユーザ情報と入力フォームへの入力データを関連付けて記憶部に書き込んでおく。フォーム制御部は、以前入力を行っていたユーザと再表示のリクエストを行ったユーザが同じである場合にのみ、入力中であったデータをデフォルト値として設定した入力フォームを提供する。これにより医療従事者は、意図しないアプリケーションの終了が生じた場合であっても入力途中のデータを復元した状態で入力を継続することができる。すなわち当該医療従事者の入力の手間を大幅に削減することができる。また以前に入力を行っていたユーザと現在のユーザが同じ場合にのみデータの復元を行うため、セキュリティリスクを軽減することができる。   The acquisition unit associates user information and input data to the input form and writes them in the storage unit while an input form is input by a certain user. The form control unit provides an input form in which data that was being input is set as a default value only when the user who has made the previous input is the same as the user who has made the redisplay request. Thereby, the medical staff can continue the input in a state where the data being input is restored even when the unintended application ends. That is, it is possible to greatly reduce the labor of input by the medical staff. In addition, since the data is restored only when the user who has input before and the current user are the same, the security risk can be reduced.

本発明によれば、入力フォームの入力途中で意図しない終了が生じた場合であっても、セキュリティリスクを回避しつつ再入力の負荷を軽減できるプログラム、入力フォーム制御方法、及びデータ処理装置を提供することができる。   According to the present invention, there is provided a program, an input form control method, and a data processing device capable of reducing a re-input load while avoiding a security risk even when an unintended end occurs during input of an input form. can do.

実施の形態1にかかるデータ処理装置1の構成を示すブロック図である。1 is a block diagram showing a configuration of a data processing device 1 according to a first exemplary embodiment. 実施の形態1にかかる入力フォームの一例を示す図である。It is a figure which shows an example of the input form concerning Embodiment 1. FIG. 実施の形態1にかかる記憶部15内のテーブルを示す図である。FIG. 3 is a diagram showing a table in a storage unit 15 according to the first embodiment. 実施の形態1にかかるデータ処理装置1の画面遷移例を示す図である。FIG. 3 is a diagram showing an example of screen transition of the data processing apparatus 1 according to the first exemplary embodiment. 実施の形態1にかかるデータ処理装置1の画面遷移例を示す図である。FIG. 3 is a diagram showing an example of screen transition of the data processing apparatus 1 according to the first exemplary embodiment. 実施の形態1にかかる記憶部15内のテーブルを示す図である。FIG. 3 is a diagram showing a table in a storage unit 15 according to the first embodiment.

<実施の形態1>
以下、図面を参照して本発明の実施の形態について説明する。図1は、本実施の形態にかかるデータ処理装置1の機能構成を示すブロック図である。データ処理装置1は、例えばタブレット型のパーソナルコンピュータ、ノート型のパーソナルコンピュータ、スマートフォン等のデータ処理装置である。データ処理装置1は、ネットワークを介して任意のサーバ装置(ウェブサーバ2を含む)等にアクセス可能な構成である。
<Embodiment 1>
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a functional configuration of the data processing apparatus 1 according to the present embodiment. The data processing device 1 is a data processing device such as a tablet personal computer, a notebook personal computer, or a smartphone. The data processing device 1 is configured to be accessible to an arbitrary server device (including the web server 2) and the like via a network.

ウェブサーバ2は、データ処理装置1からのリクエストを受け付け、当該リクエストに応じたウェブコンテンツをネットワーク経由でデータ処理装置1に送信する。   The web server 2 receives a request from the data processing device 1 and transmits web content corresponding to the request to the data processing device 1 via the network.

データ処理装置1は、制御部10と、表示部13と、入力インターフェイス14と、記憶部15と、を備える。なおデータ処理装置1は、図示しないもののCPU(Central Processing Unit)やネットワーク通信用の各種回路等の構成(いわゆる一般的なパーソナルコンピュータが備える各種のメモリ、回路、等)も適宜備えている。データ処理装置1は、複数のユーザによって共有され得る装置である。例えば医療現場でデータ処理装置1が使用される場合、医師や看護師等によってデータ処理装置1が共有される可能性がある。   The data processing device 1 includes a control unit 10, a display unit 13, an input interface 14, and a storage unit 15. The data processing apparatus 1 also includes a CPU (Central Processing Unit), various circuits for network communication, and the like (not shown) as appropriate (various memories, circuits, etc. included in a so-called general personal computer). The data processing device 1 is a device that can be shared by a plurality of users. For example, when the data processing apparatus 1 is used in a medical field, the data processing apparatus 1 may be shared by doctors, nurses, and the like.

表示部13は、いわゆる表示画面を表示するディスプレイである。入力インターフェイス14は、ユーザからの入力を受け付けるインターフェイスであり、例えばボタン、ツマミ、トラックホイール等である。なお表示部13と入力インターフェイス14は、一体化された構成(いわゆるタッチパネル)であってもよい。   The display unit 13 is a display that displays a so-called display screen. The input interface 14 is an interface that receives input from the user, and is, for example, a button, a knob, a track wheel, or the like. The display unit 13 and the input interface 14 may have an integrated configuration (a so-called touch panel).

記憶部15は、データ処理装置1に設けられた記憶装置である。記憶部15は、データ処理装置1に設けられたハードディスクドライブや一時的なデータを記憶するキャッシュメモリ等を含む概念である。   The storage unit 15 is a storage device provided in the data processing device 1. The storage unit 15 is a concept including a hard disk drive provided in the data processing apparatus 1 and a cache memory for storing temporary data.

制御部10は、ウェブサーバ2との通信の制御や表示部13に表示する画面の制御を行う。制御部10は、いわゆるウェブブラウザの機能を包含する処理部であり、ウェブサーバ2からのウェブコンテンツの取得、ウェブコンテンツの解析及び表示制御等を行う。制御部10の各種処理は、図示しないCPUが記憶部15から任意のプログラムを読み出して実行することにより実現される。以後の説明では、病院内の患者管理のためのウェブアプリケーションを扱う例について説明する。   The control unit 10 controls communication with the web server 2 and controls the screen displayed on the display unit 13. The control unit 10 is a processing unit including a so-called web browser function, and performs acquisition of web content from the web server 2, analysis of web content, display control, and the like. Various processes of the control unit 10 are realized by a CPU (not shown) reading an arbitrary program from the storage unit 15 and executing it. In the following description, an example of handling a web application for patient management in a hospital will be described.

制御部10は、ウェブサーバ2が供給するウェブコンテンツを利用するための認証処理を行う。より詳細には、制御部10は、医療従事者(医師や看護師等)が入力したログイン名やパスワードをウェブサーバ2に送信する。ウェブサーバ2は、受信したログイン名やパスワードと内部に有する認証情報を比較し、正規のユーザであればトップ画面に関するウェブコンテンツを制御部10に提供する。ログインに成功した場合、制御部10(フォーム制御部11)はログイン中のユーザ情報(例えばログイン名(ユーザID))を保持したまま処理を継続する。ユーザ情報の保持は、例えばウェブストレージへの格納やHTTPセッション等の公知の仕組みを用いて実現すればよい。   The control unit 10 performs an authentication process for using the web content supplied by the web server 2. More specifically, the control unit 10 transmits a login name and password input by a medical worker (such as a doctor or nurse) to the web server 2. The web server 2 compares the received login name and password with the authentication information stored therein, and provides web content related to the top screen to the control unit 10 if the user is a legitimate user. If the login is successful, the control unit 10 (form control unit 11) continues the process while retaining the logged-in user information (for example, login name (user ID)). The retention of user information may be realized by using a known mechanism such as storage in a web storage or an HTTP session.

医療従事者は、ウェブブラウザを操作し、任意の画面遷移を行う。制御部10内のフォーム制御部11と取得部12は、ウェブサーバ2から供給される入力フォームを含むウェブコンテンツを扱うための処理部である。取得部12は、入力フォームへの入力データと、操作中のユーザ情報と、を関連付けたデータ(キャッシュ情報)を記憶部15に書き込む。フォーム制御部11は、入力フォームの再表示の際に、再表示のリクエストを行ったユーザと記憶部15に書き込まれたユーザ情報が対応する場合、記憶部15に書き込まれた入力データをデフォルト値として入力フォームに設定する。   A medical worker operates a web browser and performs arbitrary screen transitions. A form control unit 11 and an acquisition unit 12 in the control unit 10 are processing units for handling web content including an input form supplied from the web server 2. The acquisition unit 12 writes data (cache information) in which the input data to the input form is associated with the user information being operated in the storage unit 15. When re-displaying the input form, the form control unit 11 sets the input data written in the storage unit 15 as a default value when the user who made the re-display request corresponds to the user information written in the storage unit 15. Set as input form.

以下、ウェブコンテンツに含まれる入力フォームの処理の詳細について説明する。はじめに図2を参照して、データ処理装置1が表示対象とする入力フォームの一例を示す。入力フォームは、病院内の患者管理のためのアプリケーション内の入力フォームであり、患者(本例では“光電太郎”)の各種情報(“身長”、“体重”、“性別”等)を入力するためのフィールドf1〜f6を有する。なお、図2に示す入力フォームはあくまでも一例であり、この他の入力項目(例えば“入院病棟”等)が適宜設けられていてもよい。また、テキスト入力用のフィールドのみならず、セレクタ等が適宜設けられていてもよい。医療従事者は、入力が終わった後にボタンb1を押下し、入力内容の送信を指示する。   The details of the processing of the input form included in the web content will be described below. First, referring to FIG. 2, an example of an input form to be displayed by the data processing apparatus 1 is shown. The input form is an input form in the application for patient management in the hospital, and inputs various information (“height”, “weight”, “gender”, etc.) of the patient (“Kotaro” in this example). Field f1 to f6. The input form shown in FIG. 2 is merely an example, and other input items (for example, “hospital ward”) may be provided as appropriate. In addition to a text input field, a selector or the like may be provided as appropriate. The medical worker presses the button b1 after the input is completed, and instructs the transmission of the input content.

医療従事者は、各フィールドf1〜f6の入力を行う。本例ではフィールドf1〜f4の入力が行われており、フィールドf5及びフィールドf6が未入力である。   The medical staff inputs each field f1-f6. In this example, the fields f1 to f4 are input, and the fields f5 and f6 are not input.

ここで、入力フォームの入力中(ボタンb1の押下前)に意図しないウェブアプリケーションの終了が生じる場合がある。以下、入力フォームの入力中に生じ得る終了の一例である。
・医療従事者がデータ処理装置1(タブレット型パーソナルコンピュータを想定)のホームボタンを誤って押し、ウェブアプリケーションを終了する。
・医療従事者がウェブブラウザの終了ボタン(×ボタン)を誤って押してしまった。
・データ処理装置1の電池が脱落して全ての処理が終了してしまった。
・医療従事者が急患に対応している間に、ウェブアプリケーションのセッションが終了してしまった。
Here, an unintended end of the web application may occur while the input form is being input (before the button b1 is pressed). The following is an example of termination that may occur during entry of the input form.
A medical worker erroneously presses the home button of the data processing device 1 (assuming a tablet personal computer) and terminates the web application.
・ Healthcare worker accidentally pressed the end button (x button) on the web browser.
-The battery of the data processing device 1 has dropped and all processing has been completed.
A web application session ended while a health care worker was responding to an emergency.

上記のような意図しないウェブアプリケーションの終了への対策として、取得部12及びフォーム制御部11は医療従事者の入力フォームの再入力の手間を省略するための各種の処理を実行する。   As a countermeasure against the end of the unintended web application as described above, the acquisition unit 12 and the form control unit 11 execute various processes for omitting the trouble of re-inputting the input form of the medical staff.

取得部12は、任意のタイミングで入力フォームの入力データ(本例ではフィールドf1〜f6の入力)と、操作中のユーザ情報(例えばログイン名)と、を取得する。図2の例では取得部12は、フィールドf1〜f4の入力データを読み出す。また取得部12は、HTTPクッキーやHTTPセッション等の公知の仕組みを用いてログイン中のユーザ情報を取得する。なお取得部12は、ウェブサーバ2への認証時に入力したログイン名を保持しておくことにより、ユーザ情報を取得しておいてもよい。また取得部12は、コンピュータの使用開始時のログイン名を保持しておき、当該ログイン名をユーザ情報として利用してもよい。   The acquisition unit 12 acquires input data of the input form (inputs in the fields f1 to f6 in this example) and user information (for example, login name) being operated at an arbitrary timing. In the example of FIG. 2, the acquisition unit 12 reads input data in the fields f1 to f4. The acquisition unit 12 acquires user information during login using a known mechanism such as an HTTP cookie or an HTTP session. The acquisition unit 12 may acquire user information by holding the login name input at the time of authentication to the web server 2. The acquisition unit 12 may hold a login name at the start of use of the computer and use the login name as user information.

取得部12は、取得した入力データ(本例ではフィールドf1〜f6の入力)と、操作中のユーザ情報と、を関連付けた情報(キャッシュ情報)を記憶部15に書き込む。記憶部15の管理するテーブルの一例を図3に示す。   The acquisition unit 12 writes information (cache information) in which the acquired input data (in this example, inputs in the fields f <b> 1 to f <b> 6) and the operating user information are associated with each other in the storage unit 15. An example of a table managed by the storage unit 15 is shown in FIG.

図3に示すテーブルは、ユーザ情報と、フォーム識別情報と、入力データと、を含む。本例では取得部12は、ユーザ情報(ログイン中のユーザ)として“doctor_X”を取得する。更に取得部12は、入力フォームの識別情報(例えばHTMLフォームタブのNAME属性)を取得する。また取得部12は、入力データとして図2に示す入力を取得したとする。そして取得部12は、ユーザ情報と、入力フォームの識別情報と、入力データと、を記憶部15(図3に示すテーブル)に書き込む。   The table shown in FIG. 3 includes user information, form identification information, and input data. In this example, the acquisition unit 12 acquires “doctor_X” as user information (a logged-in user). Furthermore, the acquisition unit 12 acquires identification information of the input form (for example, the NAME attribute of the HTML form tab). Further, it is assumed that the acquisition unit 12 acquires the input shown in FIG. 2 as input data. Then, the acquisition unit 12 writes the user information, the input form identification information, and the input data in the storage unit 15 (table shown in FIG. 3).

図3の例では、“form_術前_患者A”という入力フォームについて、“doctor_X”というユーザが身長、体重、年齢、性別について入力したデータがテーブル(記憶部15)に記憶されている。   In the example of FIG. 3, for the input form “form_preoperative_patient A”, data input by the user “doctor_X” regarding height, weight, age, and sex is stored in the table (storage unit 15).

なお取得部12の入力フォームへの入力データ(本例ではフィールドf1〜f6の入力)の取得とテーブルへの書き込みのタイミングは任意でよいが、例えば以下のタイミングで実行すればよい。
・カーソルがある入力項目(フィールド)から別の入力項目(フィールド)に移動した場合
・一定時間(30秒)の経過毎
・図示しない一時保存ボタンの押下時
The timing of acquisition of input data (inputs in the fields f1 to f6 in this example) to the input form of the acquisition unit 12 and writing to the table may be arbitrary, but may be executed at the following timing, for example.
-When the cursor moves from one input item (field) to another input item (field)-Every elapse of a certain time (30 seconds)-When a temporary save button (not shown) is pressed

続いて、意図しないウェブアプリケーションの終了後に入力フォームの再表示がリクエストされた場合の動作について説明する。フォーム制御部11は、ウェブコンテンツの遷移毎に、表示対象のウェブコンテンツに含まれる入力フォームの識別情報が記憶部15内のテーブルのフォーム識別情報(図3)に含まれるかを判定する。すなわちフォーム制御部11は、これから表示しようとしている入力フォームに関するキャッシュ情報が記憶部15に保存されているか否かを判定する。   Next, an operation when a redisplay of the input form is requested after the unintended web application is terminated will be described. The form control unit 11 determines whether the identification information of the input form included in the web content to be displayed is included in the form identification information (FIG. 3) of the table in the storage unit 15 for each transition of the web content. That is, the form control unit 11 determines whether or not cache information related to the input form to be displayed is stored in the storage unit 15.

フォーム制御部11は、これから表示しようとしている入力フォームに関するキャッシュ情報が記憶部15に保存されている場合、現在のログインしているユーザと記憶部15内のテーブル(図3)のユーザ情報が対応するか否かを判定する。ユーザが対応する場合(すなわち同一ユーザが以前に入力フォームに入力していたデータがある場合)、フォーム制御部11は記憶部15内のテーブル(図3)から入力データを読み出し、読み出したデータを入力フォームのデフォルト値として設定する。なおフォーム制御部11は、入力フォームにデフォルト値を設定する前に、読み出したデータをデフォルト値として利用するか否かを確認する確認画面を表示してもよい(図5を参照して後述)。   When the cache information related to the input form to be displayed is stored in the storage unit 15, the form control unit 11 corresponds to the current logged-in user and the user information in the table in the storage unit 15 (FIG. 3). It is determined whether or not to do. When the user responds (that is, when there is data previously input to the input form by the same user), the form control unit 11 reads the input data from the table (FIG. 3) in the storage unit 15 and reads the read data. Set as default value of input form. Note that the form control unit 11 may display a confirmation screen for confirming whether or not to use the read data as a default value before setting the default value in the input form (described later with reference to FIG. 5). .

一方でユーザ情報が対応しない場合、フォーム制御部11は、デフォルト値を設定しない。なおフォーム制御部11は、別のユーザが同一のデータ処理装置1から同一の入力フォームを編集中であった場合、当該編集中であることを通知する警告画面(図5を参照して後述)を表示してもよい。   On the other hand, when the user information does not correspond, the form control unit 11 does not set a default value. Note that when another user is editing the same input form from the same data processing device 1, the form control unit 11 warns that the editing is being performed (described later with reference to FIG. 5). May be displayed.

図2の入力フォームと図3のテーブルを具体例としてフォーム制御部11の動作を更に説明する。以下、現在のログインユーザが“doctor_X”であり、入力フォーム(“form_術前_患者A”)を含むウェブコンテンツを表示することを想定する。フォーム制御部11は、テーブル(図3)からユーザ情報が“doctor_X”であり、入力フォームが“form_術前_患者A”である入力データを読み出す。図3のデータ例では、フォーム制御部11は、“身長=175.0”、“体重=75.0”、“年齢=36”、“性別=男”というデータを読み出す。フォーム制御部11は、読み出したデータをデフォルト値として入力フォームに設定する。これにより医療従事者は、入力フォームを再表示した際に身長等が予め表示された状態(図2に示す入力状態)で作業を開始する。   The operation of the form control unit 11 will be further described by taking the input form of FIG. 2 and the table of FIG. 3 as specific examples. Hereinafter, it is assumed that the current login user is “doctor_X” and displays web content including an input form (“form_preoperative_patient A”). The form control unit 11 reads input data whose user information is “doctor_X” and whose input form is “form_preoperative_patient A” from the table (FIG. 3). In the data example of FIG. 3, the form control unit 11 reads data of “height = 175.0”, “weight = 75.0”, “age = 36”, and “gender = male”. The form control unit 11 sets the read data as the default value in the input form. Thereby, the medical worker starts work in a state where the height or the like is displayed in advance when the input form is displayed again (input state shown in FIG. 2).

続いて、現在のログインユーザが“doctor_Z”であり、入力フォームが“form_術前_患者A”を含むウェブコンテンツを表示することを想定する。フォーム制御部11は、テーブル(図3)内にユーザ情報が“doctor_Z”であり、入力フォーム “form_術前_患者A”に関する入力データが存在しないと判定する。入力データが存在しない場合、フォーム制御部11はテーブル(図3)からのデータ読み出しを行わない。   Subsequently, it is assumed that the current login user is “doctor_Z” and the input form displays web content including “form_preoperative_patient A”. The form control unit 11 determines that the user information is “doctor_Z” in the table (FIG. 3) and that there is no input data regarding the input form “form_preoperative_patient A”. If there is no input data, the form control unit 11 does not read data from the table (FIG. 3).

なおフォーム制御部11は、別のユーザによるキャッシュが残っていることを警告する制御を行ってもよい。現在のログインユーザが“doctor_Z”であり、入力フォーム(“form_術前_患者A”)を含むウェブコンテンツを表示することを想定する。フォーム制御部11は、入力フォーム“form_術前_患者A”について“doctor_Z”ではなく“doctor_X”の入力中のデータが存在すると判定する(図3)。この場合にフォーム制御部11は、他のユーザ“doctor_X”の入力中のデータがあることを警告する警告画面を表示してもよい(図5を参照して後述)。   Note that the form control unit 11 may perform control to warn that another user's cache remains. Assume that the current login user is “doctor_Z” and displays web content including an input form (“form_preoperative_patient A”). The form control unit 11 determines that there is data being input for “doctor_X” instead of “doctor_Z” for the input form “form_preoperative_patient A” (FIG. 3). In this case, the form control unit 11 may display a warning screen that warns that there is data being input by another user “doctor_X” (described later with reference to FIG. 5).

具体的な画面遷移の例を図4及び図5を参照して説明する。図4は、データ処理装置1の入力フォームのキャッシュ機構を用いた画面遷移の第1例を示す。医療従事者は、ログイン名“doctor_X”でログインしつつ、入力フォームへの入力を行っている(図4(A))。取得部12は、ユーザの入力中に入力フォームの各フィールドの入力データをログイン名“doctor_X”と関連付けて記憶部15に書き込む。   A specific example of screen transition will be described with reference to FIGS. FIG. 4 shows a first example of screen transition using the cache mechanism of the input form of the data processing apparatus 1. The medical staff is inputting the input form while logging in with the login name “doctor_X” (FIG. 4A). The acquisition unit 12 writes the input data of each field of the input form in the storage unit 15 in association with the login name “doctor_X” during user input.

この後に意図しない原因(例えばタブレット型パーソナルコンピュータのホームボタンの押下)により、ウェブアプリケーションが終了したとする。   After that, it is assumed that the web application is terminated due to an unintended cause (for example, pressing of the home button of the tablet personal computer).

この意図しない終了の後に、同じ医療従事者がログイン画面を表示し(図4(B))、再びログイン名“doctor_X”でログインしたとする。そして医療従事者は、入力フォームの再表示をリクエストする。フォーム制御部11は、記憶部15からログイン名“doctor_X”で操作中に入力していた入力データ(身長、体重、性別、年齢)を読み出し、デフォルト値として入力フォームに設定する(図4(C))。これにより医療従事者は、以前の状態から入力処理を再開できる。   After this unintended end, it is assumed that the same medical worker displays a login screen (FIG. 4B) and logs in again with the login name “doctor_X”. Then, the medical staff requests redisplay of the input form. The form control unit 11 reads the input data (height, weight, gender, age) input during the operation with the login name “doctor_X” from the storage unit 15 and sets it as the default value in the input form (FIG. 4 (C )). Thereby, the medical worker can resume the input process from the previous state.

一方、別の医療従事者がデータ処理装置1を操作して、ログイン名“doctor_Z”でログインしたとする。この場合、フォーム制御部11は、ログイン名“doctor_Z”に対応する入力データが存在しないと判断し、はじめて表示した状態と同じ入力フォームを表示する(図4(D))。   On the other hand, it is assumed that another medical worker operates the data processing apparatus 1 and logs in with the login name “doctor_Z”. In this case, the form control unit 11 determines that there is no input data corresponding to the login name “doctor_Z”, and displays the same input form as that displayed for the first time (FIG. 4D).

図5は、データ処理装置1の入力フォームのキャッシュ機構を用いた画面遷移の第2例を示す。図5(A)及び図5(B)の動作は、図4(A)及び図4(B)の動作と同じである。データ処理装置1を用いて、意図しない終了前と同じログイン名“doctor_X”でログインした場合、フォーム制御部11は、“doctor_X”で操作中に入力していた入力データ(身長、体重、性別、年齢)を読み出す。そしてフォーム制御部11は、読み出したデータをデフォルト値として設定するか否かを確認する確認画面を表示する(図5(C))。フォーム制御部11は、デフォルト値として設定することを指示された場合(“入力継続”が押下された場合)、図4(C)のような以前の状態を示す入力フォームを表示する。フォーム制御部11は、デフォルト値として設定しないことを指示された場合(“クリア”が押下された場合)、はじめて表示した状態と同じ入力フォームを表示する。   FIG. 5 shows a second example of screen transition using the cache mechanism of the input form of the data processing apparatus 1. The operations in FIGS. 5A and 5B are the same as the operations in FIGS. 4A and 4B. When using the data processing apparatus 1 and logging in with the same login name “doctor_X” as before unintentional termination, the form control unit 11 uses the input data (height, weight, gender, Read age). Then, the form control unit 11 displays a confirmation screen for confirming whether or not the read data is set as a default value (FIG. 5C). When instructed to set as a default value (when “continue input” is pressed), the form control unit 11 displays an input form indicating the previous state as shown in FIG. When instructed not to set as a default value (when “Clear” is pressed), the form control unit 11 displays the same input form as that displayed for the first time.

データ処理装置1を用いて、意図しない終了前とは異なるログイン名“doctor_Z”でログインした場合、フォーム制御部11は、“doctor_Z”で操作中に入力していた入力データ(身長、体重、性別、年齢)が無いと判定する。またフォーム制御部11は、表示対象の入力フォームに他のユーザ(“doctor_X”)が入力途中の入力データがあると判定する。この場合、フォーム制御部11は、他のユーザが編集途中であったことを伝える警告画面(図5(D))を表示する。   When using the data processing device 1 and logging in with a login name “doctor_Z” that is different from that before unintentional termination, the form control unit 11 uses the input data (height, weight, gender) entered during operation with “doctor_Z”. , Age). Further, the form control unit 11 determines that there is input data being input by another user (“doctor_X”) in the input form to be displayed. In this case, the form control unit 11 displays a warning screen (FIG. 5D) informing that another user was in the middle of editing.

上述のウェブサーバ2(図1)は、上記の取得部12やフォーム制御部11の動作を規定するためのスクリプト等を含むウェブコンテンツを適宜作成してデータ処理装置1に送信する。   The web server 2 (FIG. 1) described above appropriately creates web content including a script for defining the operations of the acquisition unit 12 and the form control unit 11 and transmits the web content to the data processing device 1.

続いて本実施の形態にかかるデータ処理装置1の効果について説明する。上述のように取得部12は、あるユーザによる入力フォームの入力中に、ユーザ情報と入力フォームへの入力データを関連付けて記憶部15に書き込んでおく。フォーム制御部11は、入力フォームの再表示の際に、同一の入力フォームに対して入力中であったデータが無いかを判定する。そしてフォーム制御部11は、以前入力を行っていたユーザと現在操作中のユーザが対応している場合にのみ、入力中であったデータをデフォルト値として設定した入力フォームを提供する(図4(C))。これにより医療従事者は、意図しないアプリケーションの終了が生じた場合であっても入力途中のデータを復元した状態で入力を継続することができる。すなわち当該医療従事者の入力の手間を大幅に削減することができる。また以前に入力を行っていたユーザと現在のユーザが同じ場合にのみデータの復元を行うため、セキュリティリスクを軽減することができる。   Next, effects of the data processing apparatus 1 according to the present embodiment will be described. As described above, the acquisition unit 12 writes user information and input data to the input form in the storage unit 15 in association with each other during input of the input form by a certain user. The form control unit 11 determines whether there is any data being input to the same input form when the input form is displayed again. Then, the form control unit 11 provides an input form in which the data being input is set as a default value only when the user who has input before corresponds to the user who is currently operating (FIG. 4 ( C)). Thereby, the medical staff can continue the input in a state where the data being input is restored even when the unintended application ends. That is, it is possible to greatly reduce the labor of input by the medical staff. In addition, since the data is restored only when the user who has input before and the current user are the same, the security risk can be reduced.

また、データの復元を行う前に、確認画面を表示してもよい(図5(C))。これにより、以前行っていた入力操作を覚えているか否かに応じて適切な入力を行うことができる。   In addition, a confirmation screen may be displayed before data restoration (FIG. 5C). Thereby, it is possible to perform an appropriate input depending on whether or not the input operation that has been performed before is remembered.

(変形例1)
以下、上述のデータ処理装置1の変形例について説明する。第1の変形例は、フォーム制御部11が複数ユーザにかかるキャッシュ情報の記憶部15への書き込みを禁止する(重複を禁止する)ものである。以下、上記の構成と異なる点を説明する。
(Modification 1)
Hereinafter, modifications of the above-described data processing apparatus 1 will be described. In the first modification, the form control unit 11 prohibits writing of cache information related to a plurality of users into the storage unit 15 (duplication is prohibited). Hereinafter, differences from the above configuration will be described.

以下の説明では、図3のデータ例を前提として説明を行う。取得部12は、入力フォーム“form_術前_患者A”をログイン名“doctor_Z”で操作している場合、同一の入力フォームに関するデータ列(“doctor_X”)が存在していることを判定する。同一の入力フォームに関するデータ列が存在している場合、取得部12は入力フォーム“form_術前_患者A”について“doctor_X”または“doctor_Z”のいずれかのデータ列のみが記憶部15に書き込まれた状態となるように制御する。   In the following description, description will be made on the assumption of the data example of FIG. When the input form “form_preoperative_patient A” is operated with the login name “doctor_Z”, the acquisition unit 12 determines that a data string (“doctor_X”) regarding the same input form exists. . When there is a data string related to the same input form, the acquisition unit 12 writes only the data string “doctor_X” or “doctor_Z” in the storage unit 15 for the input form “form_preoperative_patient A”. Control to be in the state.

以下、複数ユーザのキャッシュ情報の記憶部15への書き込みを禁止する制御について説明する。第1例は上書きの禁止を行うケースである。図3のデータ列が既に格納されている場合、取得部12は入力フォーム“form_術前_患者A”については“doctor_X”のデータ列のみがテーブルに書き込まれた状態とする。換言すると取得部12は、入力フォーム“form_術前_患者A”について他のユーザ(“doctor_Z”)の入力データを書き込まないように制御する(上書きを禁止する)。   Hereinafter, control for prohibiting writing of cache information of a plurality of users to the storage unit 15 will be described. The first example is a case where overwriting is prohibited. When the data string of FIG. 3 is already stored, the acquisition unit 12 assumes that only the data string of “doctor_X” is written in the table for the input form “form_preoperative_patient A”. In other words, the acquisition unit 12 performs control so that input data of another user (“doctor_Z”) is not written for the input form “form_preoperative_patient A” (overwriting is prohibited).

複数ユーザにかかるキャッシュ情報の書き込みを禁止する制御の第2例として、上書きを行うケースについて説明する。図3のデータ列が既に格納されている場合に、取得部12は入力フォーム“form_術前_患者A”について “doctor_Z”の入力データを取得したとする。この場合に取得部12は、入力フォーム“form_術前_患者A”についての“doctor_X”のデータ列を全て削除し、“doctor_Z”にかかる新たなデータ列をテーブルに書き込む。   A case of overwriting will be described as a second example of control for prohibiting writing of cache information for a plurality of users. Assume that the acquisition unit 12 has acquired input data of “doctor_Z” for the input form “form_preoperative_patient A” when the data string of FIG. 3 has already been stored. In this case, the acquisition unit 12 deletes all data strings of “doctor_X” for the input form “form_preoperative_patient A” and writes a new data string related to “doctor_Z” to the table.

ある入力フォームに対して複数ユーザにかかるキャッシュ情報(ユーザ情報と入力データを含むデータ列)の書き込みを禁止することにより、データ処理装置1内に複数のユーザによる入力データが混在する状況を回避することができる。これにより、セキュリティリスクを更に軽減することができる。   By prohibiting writing of cache information (a data string including user information and input data) for a plurality of users to a certain input form, a situation where input data by a plurality of users is mixed in the data processing apparatus 1 is avoided. be able to. Thereby, a security risk can be further reduced.

(変形例2)
第2の変形例は、記憶部15への書き込みから一定時間以上経過したキャッシュ情報(図3に示すデータ列)は、自動的に削除する構成である。以下、当該変形例について上記と異なる点を説明する。
(Modification 2)
The second modification is configured to automatically delete cache information (data string shown in FIG. 3) that has passed a predetermined time or more after writing to the storage unit 15. Hereinafter, the points different from the above in the modification will be described.

取得部12は、記憶部15へのユーザ情報と入力データの書き込みの際に、合わせて書き込み時の時刻情報も書き込む。図6は、当該変形例における記憶部15内のテーブルを示す例である。テーブルは、図示するようにデータを取得した時刻も合わせて記憶している。   The acquisition unit 12 writes time information at the time of writing together with writing of user information and input data to the storage unit 15. FIG. 6 is an example showing a table in the storage unit 15 in the modification. The table also stores the time when the data was acquired as shown in the figure.

図1に図示しない削除部は、現在時刻と、各データ列の入力時刻を比較する。各データ列の入力時刻と現在時刻との差が所定時間以上である場合(すなわちデータ列の入力から所定時間以上経過している場合)、削除部は当該データ列を削除する。図6を例に説明を行う。例えば削除部は、テーブル(図6)への書き込みから5時間以上経過しているデータ列を削除するものとする。この際に現在時刻が“2017/4/2 16:00”である場合、削除部は“doctor_X”の操作によって書き込まれた4つのデータ列(“2017/4/1 15:10”に書き込まれたデータ列)を削除する。削除部は、所定時間毎にデータ処理装置1内で動作するデーモンとして実現されれば良い。   A deletion unit (not shown in FIG. 1) compares the current time with the input time of each data string. When the difference between the input time of each data string and the current time is a predetermined time or more (that is, when a predetermined time or more has elapsed since the input of the data string), the deletion unit deletes the data string. An explanation will be given by taking FIG. 6 as an example. For example, it is assumed that the deletion unit deletes a data string that has passed five hours or more since writing to the table (FIG. 6). At this time, if the current time is “2017/4/2 16:00”, the deletion part is written to the four data strings (“2017/4/1 15:10” written by the operation of “doctor_X”). Delete data column). The deletion unit may be realized as a daemon that operates in the data processing apparatus 1 every predetermined time.

上記の構成により、以前の入力データが記憶部15内に残り続けることが無くなるため、セキュリティリスクを向上させることができる。   With the above configuration, the previous input data does not continue to remain in the storage unit 15, so that the security risk can be improved.

以上、本発明者によってなされた発明を実施の形態に基づき具体的に説明したが、本発明は既に述べた実施の形態に限定されるものではなく、その要旨を逸脱しない範囲において種々の変更が可能であることはいうまでもない。   As mentioned above, the invention made by the present inventor has been specifically described based on the embodiments. However, the present invention is not limited to the embodiments already described, and various modifications can be made without departing from the scope of the invention. It goes without saying that it is possible.

例えば上記の説明では、医療関係のアプリケーションを例として説明したが、この他の種類のアプリケーションに応用してもよいことは言うまでもない。また上述の説明ではウェブアプリケーションを前提として説明を行ったが、他のアプリケーションで類似の処理を行ってもよい。   For example, in the above description, a medical-related application has been described as an example, but it goes without saying that it may be applied to other types of applications. In the above description, the web application is assumed. However, similar processing may be performed by another application.

上述の制御部10(取得部12及びフォーム制御部11)及び変形例2の削除部の各種処理は、図示しないCPUによって実行されるプログラムとして実現することができる。プログラムは、様々なタイプの非一時的なコンピュータ可読媒体(non-transitory computer readable medium)を用いて格納され、コンピュータに供給することができる。非一時的なコンピュータ可読媒体は、様々なタイプの実体のある記録媒体(tangible storage medium)を含む。非一時的なコンピュータ可読媒体の例は、磁気記録媒体(例えばフレキシブルディスク、磁気テープ、ハードディスクドライブ)、光磁気記録媒体(例えば光磁気ディスク)、CD−ROM(Read Only Memory)、CD−R、CD−R/W、半導体メモリ(例えば、マスクROM、PROM(Programmable ROM)、EPROM(Erasable PROM)、フラッシュROM、RAM(random access memory))を含む。また、プログラムは、様々なタイプの一時的なコンピュータ可読媒体(transitory computer readable medium)によってコンピュータに供給されてもよい。一時的なコンピュータ可読媒体の例は、電気信号、光信号、及び電磁波を含む。一時的なコンピュータ可読媒体は、電線及び光ファイバ等の有線通信路、又は無線通信路を介して、プログラムをコンピュータに供給できる。   Various processes of the control unit 10 (the acquisition unit 12 and the form control unit 11) and the deletion unit of Modification 2 can be realized as a program executed by a CPU (not shown). The program may be stored using various types of non-transitory computer readable media and supplied to a computer. Non-transitory computer readable media include various types of tangible storage media. Examples of non-transitory computer-readable media include magnetic recording media (for example, flexible disks, magnetic tapes, hard disk drives), magneto-optical recording media (for example, magneto-optical disks), CD-ROMs (Read Only Memory), CD-Rs, CD-R / W and semiconductor memory (for example, mask ROM, PROM (Programmable ROM), EPROM (Erasable PROM), flash ROM, RAM (random access memory)) are included. The program may also be supplied to the computer by various types of transitory computer readable media. Examples of transitory computer readable media include electrical signals, optical signals, and electromagnetic waves. The temporary computer-readable medium can supply the program to the computer via a wired communication path such as an electric wire and an optical fiber, or a wireless communication path.

1 データ処理装置
10 制御部
11 フォーム制御部
12 取得部
13 表示部
14 入力インターフェイス
15 記憶部
2 ウェブサーバ
DESCRIPTION OF SYMBOLS 1 Data processing apparatus 10 Control part 11 Form control part 12 Acquisition part 13 Display part 14 Input interface 15 Storage part 2 Web server

Claims (7)

コンピュータに、
入力フォームへの入力データと、操作中のユーザ情報と、を関連付けたキャッシュ情報を記憶部に書き込む取得ステップと、
前記入力フォームの再表示の際に、当該再表示のリクエストを行ったユーザと前記記憶部に書き込まれたユーザ情報が対応する場合にのみ、前記記憶部に書き込まれた前記入力データをデフォルト値として前記入力フォームに設定するキャッシュ制御ステップと、
を実行させるプログラム。
On the computer,
An acquisition step of writing cache information in which the input data to the input form and the user information in operation are associated with each other,
When the input form is redisplayed, the input data written in the storage unit is used as a default value only when the user who made the redisplay request corresponds to the user information written in the storage unit. A cache control step set in the input form;
A program that executes
前記キャッシュ制御ステップでは、前記デフォルト値の前記入力フォームへの設定の前に、前記デフォルト値の設定を行うか否かの確認画面を表示する、ことを特徴とする請求項1に記載のプログラム。   The program according to claim 1, wherein, in the cache control step, a confirmation screen as to whether or not to set the default value is displayed before the default value is set in the input form. 前記キャッシュ制御ステップでは、再表示のリクエストを行ったユーザと異なるユーザに関する前記キャッシュ情報が前記記憶部に書き込まれている場合、他のユーザによる編集中のデータが存在することを警告する警告画面を表示する、ことを特徴とする請求項1または請求項2に記載のプログラム。   In the cache control step, when the cache information related to a user different from the user who made the redisplay request is written in the storage unit, a warning screen is displayed to warn that there is data being edited by another user. The program according to claim 1, wherein the program is displayed. 前記キャッシュ制御ステップでは、複数のユーザにかかる前記キャッシュ情報の前記記憶部への書き込みを禁止する、ことを特徴とする請求項1〜3のいずれか1項に記載のプログラム。   The program according to any one of claims 1 to 3, wherein in the cache control step, writing of the cache information relating to a plurality of users to the storage unit is prohibited. 前記取得ステップでは、前記キャッシュ情報の書き込みの日時を前記記憶部に書き込んでおき、
前記入力データの書き込みから所定時間以上経過した前記キャッシュ情報を削除する削除ステップを更に備える、請求項1〜4のいずれか1項に記載のプログラム。
In the acquisition step, the date and time of writing the cache information is written in the storage unit,
The program according to any one of claims 1 to 4, further comprising a deletion step of deleting the cache information that has passed a predetermined time or more from the writing of the input data.
入力フォームへの入力データと、操作中のユーザ情報と、を取得して記憶部に書き込む取得ステップと、
前記入力フォームの再表示の際に、当該再表示のリクエストを送信したユーザ情報と前記記憶部に書き込まれたユーザ情報が対応する場合、前記記憶部に書き込まれた前記入力データをデフォルト値として前記入力フォームに設定するフォーム制御ステップと、
を実行させる、入力フォーム制御方法。
An acquisition step of acquiring input data to the input form and user information in operation and writing it to the storage unit;
When re-displaying the input form, if the user information that transmitted the re-display request corresponds to the user information written in the storage unit, the input data written in the storage unit is used as a default value. Form control steps to be set in the input form,
Execute the input form control method.
記憶部と、
入力フォームへの入力データと、操作中のユーザ情報と、を取得して前記記憶部に書き込む取得部と、
前記入力フォームの再表示の際に、当該再表示のリクエストを送信したユーザ情報と前記記憶部に書き込まれたユーザ情報が対応する場合、前記記憶部に書き込まれた前記入力データをデフォルト値として前記入力フォームに設定するフォーム制御部と、
を備えるデータ処理装置。
A storage unit;
An acquisition unit that acquires input data to the input form and user information during operation and writes the acquired information to the storage unit;
When re-displaying the input form, if the user information that transmitted the re-display request corresponds to the user information written in the storage unit, the input data written in the storage unit is used as a default value. A form control to set in the input form,
A data processing apparatus comprising:
JP2017089112A 2017-04-28 2017-04-28 Programs, input form control methods, and data processing equipment Active JP6847753B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017089112A JP6847753B2 (en) 2017-04-28 2017-04-28 Programs, input form control methods, and data processing equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017089112A JP6847753B2 (en) 2017-04-28 2017-04-28 Programs, input form control methods, and data processing equipment

Publications (2)

Publication Number Publication Date
JP2018190004A true JP2018190004A (en) 2018-11-29
JP6847753B2 JP6847753B2 (en) 2021-03-24

Family

ID=64478765

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017089112A Active JP6847753B2 (en) 2017-04-28 2017-04-28 Programs, input form control methods, and data processing equipment

Country Status (1)

Country Link
JP (1) JP6847753B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004030486A (en) * 2002-06-28 2004-01-29 Hitachi Ltd Method for controlling distributed object and its execution system
JP2009289218A (en) * 2008-05-30 2009-12-10 Fujitsu Ltd Information processing apparatus, and recovery method and recovery program for input information thereof
JP2011164710A (en) * 2010-02-04 2011-08-25 Gain Inc Reply device, reply method, reply system and program
US20160292404A1 (en) * 2011-12-15 2016-10-06 Facebook, Inc. Multi-User Login for Shared Mobile Devices

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004030486A (en) * 2002-06-28 2004-01-29 Hitachi Ltd Method for controlling distributed object and its execution system
JP2009289218A (en) * 2008-05-30 2009-12-10 Fujitsu Ltd Information processing apparatus, and recovery method and recovery program for input information thereof
JP2011164710A (en) * 2010-02-04 2011-08-25 Gain Inc Reply device, reply method, reply system and program
US20160292404A1 (en) * 2011-12-15 2016-10-06 Facebook, Inc. Multi-User Login for Shared Mobile Devices

Also Published As

Publication number Publication date
JP6847753B2 (en) 2021-03-24

Similar Documents

Publication Publication Date Title
US20180350019A1 (en) Managing provider roles in medical care
JP4605252B2 (en) Medical information access control device and medical information access control program
JP2006146598A (en) Medical device and security management method
US20140297331A1 (en) Systems and methods for organizing, storing, communicating, and verifying information throughout the process of providing healthcare services
JP6074348B2 (en) MEDICAL SUPPORT DEVICE, ITS CONTROL METHOD AND CONTROL PROGRAM, AND MEDICAL SUPPORT SYSTEM
JP7323449B2 (en) Systems and methods for optimizing user experience based on patient situation, user role, current workflow and display proximity
JP2006260305A (en) Electronic medical chart management device, electronic medical chart system, electronic medical chart management method, and electronic medical chart management program
JP6847753B2 (en) Programs, input form control methods, and data processing equipment
JP6151170B2 (en) Clinical path management server
JP5477433B2 (en) Information processing apparatus and program
JP4804243B2 (en) Data access management system
JP6819487B2 (en) Medical care support device and medical care support system
JP6377010B2 (en) Server in information management support system, control method thereof, and control program thereof
JP6456539B1 (en) Report creation device, report creation device control method, and program
US20170098036A1 (en) Method of managing patient information and distribution to specific users
JP2007128466A (en) Order information management system
JP2020170549A (en) Electronic medical chart system and electronic medical chart program
JP6959501B2 (en) Work management program, work management device and work management method
JP5385012B2 (en) Electronic medical record device and electronic medical record program
Davcev et al. Ergonomics design of healthcare NFC-based system
JP6647580B1 (en) Medical information management system and medical information management program
JP7101281B1 (en) Providing equipment, providing method and providing program
JP6250925B2 (en) Pass creation support program, method, and apparatus
JP2019012385A (en) Medical information management apparatus and medical information sharing system
JP2015197754A (en) Information processing system for surgery, terminal device, and information processing program for surgery

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20200108

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200930

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201006

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201118

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210303

R150 Certificate of patent or registration of utility model

Ref document number: 6847753

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250