WO2017199587A1 - Ui生成装置 - Google Patents

Ui生成装置 Download PDF

Info

Publication number
WO2017199587A1
WO2017199587A1 PCT/JP2017/012514 JP2017012514W WO2017199587A1 WO 2017199587 A1 WO2017199587 A1 WO 2017199587A1 JP 2017012514 W JP2017012514 W JP 2017012514W WO 2017199587 A1 WO2017199587 A1 WO 2017199587A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
part data
storage memory
parts
header
Prior art date
Application number
PCT/JP2017/012514
Other languages
English (en)
French (fr)
Inventor
典之 武石
久保 日出信
Original Assignee
オリンパス株式会社
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 オリンパス株式会社 filed Critical オリンパス株式会社
Priority to JP2017564147A priority Critical patent/JP6289793B1/ja
Publication of WO2017199587A1 publication Critical patent/WO2017199587A1/ja
Priority to US16/191,520 priority patent/US20190079784A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/58Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually
    • G06F16/583Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually using metadata automatically derived from the content

Definitions

  • the present invention relates to a UI generation apparatus that generates a UI (User Interface) screen.
  • a device that generates and displays a UI screen is known.
  • a system that generates and displays a GUI (Graphical User Interface) screen is known (see Patent Document 1).
  • a GUI screen including a plurality of icons is displayed, and the user can perform setting of a connected apparatus, browsing of patient data, and the like via the GUI screen.
  • the UI screen is generated by software, and part data representing parts such as images (icons, etc.) and characters, which are constituent elements of the UI screen, Embedded as part of that software. For this reason, when changing (replacement) a part that is a component of the UI screen, it is necessary to update the software even though there is no change in the software algorithm, which becomes a component of the UI screen. Changing parts was not easy.
  • an object of the present invention is to provide a UI generation apparatus that can easily change parts that are components of a UI screen.
  • a calculation unit an application storage memory that stores an application program executed by the calculation unit to generate a UI (User Interface) screen, and the application storage memory are separated.
  • a part storage memory for storing part data representing parts that are components of the UI screen and a part data for rewriting the part data stored in the part storage memory are provided from the outside.
  • an input interface unit an input interface unit.
  • the calculation unit writes the part data stored in the parts storage memory to the rewrite part data input via the input interface unit.
  • a UI generation device for generating the UI screen based on the part data stored in the parts storage memory after the replacement.
  • the part data stored in the parts storage memory and the part data for rewriting input via the input interface unit are the part data.
  • a UI generation apparatus having header data including an identifier and a data size for each part data is provided.
  • a fourth aspect of the present invention when the part data stored in the part storage memory is rewritten to rewrite part data input via the input interface unit, An identifier included in header data of part data for rewriting input via the input interface unit is acquired, and the acquired identifier is compared with an identifier table of part data stored in the part storage memory When the acquired identifier is included in the identifier table, the data size included in the header data of the rewriting part data having header data including the acquired identifier, and the acquired identifier Reserved for part data stored in the part storage memory having header data including The part having the header data including the acquired identifier when the data size included in the header data of the part data for rewriting is equal to or smaller than the data area size.
  • the part data stored in the storage memory is rewritten to the part data for rewriting having the header data including the acquired identifier, and the acquired identifier is not included in the identifier table, or
  • the data size of the part data for rewriting having the header data including the acquired identifier is larger than the data area size, the data to the part data for rewriting having the header data including the acquired identifier is added.
  • a UI generation apparatus that does not perform rewriting is provided.
  • a fifth aspect of the present invention provides the UI generation device according to the first aspect, wherein the part data is data representing an image or a character that is a constituent element of the UI screen.
  • FIG. 1 is a diagram illustrating a configuration example of an endoscope processor to which a UI generation apparatus according to an embodiment of the present invention is applied.
  • the endoscope processor is an apparatus used for endoscopy in a medical institution (for example, a hospital) and is also referred to as an endoscope apparatus or an endoscope image processing apparatus.
  • the endoscope processor 1 includes a video processing unit 11, a UI control board 12, and a touch panel display 13, and an endoscope 2 and a monitor 3 are connected to each other.
  • the video processing unit 11 generates a video signal based on the image signal acquired by the endoscope 2 that images the inside of the body cavity of the patient, and outputs the video signal to the monitor 3. Thereby, on the monitor 3, the video according to the video signal is displayed.
  • the UI control board 12 includes a program memory 121, a parts memory 122, an input IF (interface) 123, and a CPU (Central Processing Unit) 124.
  • the program memory 121 stores (records) an application program for generating a UI screen.
  • the parts memory 122 stores part data representing parts that are components of the UI screen.
  • the parts memory 122 is provided separately from the program memory 121.
  • the input IF 123 is an IF provided so that part data for updating part data stored in the part memory 122 can be input from the outside.
  • the input IF 123 is an IF to which a USB (Universal Serial Bus) memory 4 or an SD memory card 5 in which the part data for update is stored is connected.
  • USB Universal Serial Bus
  • the CPU 124 controls various operations. For example, the CPU 124 changes (rewrites) the part data stored in the part memory 122 to update part data stored in the USB memory 4 or the like connected to the input IF 123. Further, for example, the CPU 124 executes the application program stored in the program memory 121 to generate a UI screen to be displayed on the touch panel display 13 using the part data stored in the part memory 122.
  • the touch panel display 13 displays a UI screen generated by the CPU 124 and accepts various inputs from the user via the UI screen.
  • FIG. 2 is a diagram illustrating an example of a data structure of part data stored in the part memory 122.
  • the parts memory 122 has parts storage tables 122a and 122b in which part data is stored.
  • the part storage table 122a is a table in which image data representing an image such as an icon (see “Image 1” in FIG. 2) is stored as part data.
  • the parts storage table 122b is a table in which character data representing characters (see “character 1” in FIG. 2) is stored as part data.
  • Each part data stored in each of the part storage tables 122a and 122b includes actual data of the part data itself and header data (hereinafter simply referred to as “header”) that is information related to the part data.
  • header header data
  • the header has a part ID (identification), a data size, an address, and an offset.
  • the part ID is an ID of the part data.
  • the part ID is also referred to as an image ID when the part data is image data, and is also referred to as a character ID when the part data is character data.
  • the data size is the actual data size of the part data.
  • the address is an address on the part memory 122 where the actual data of the part data is stored.
  • the offset is a value obtained by subtracting the data size of the part data from the maximum allowable actual data size defined in advance for the part data.
  • the maximum allowable actual data size may be the same for all part data, or may be different for each part data.
  • the maximum allowable actual data size may be the same for a plurality of part data, for example, the same for part data that is image data or the same for part data that is character data.
  • FIG. 3 is a diagram showing an example of the data structure of update part data stored in the USB memory 4 or the like. As shown in FIG. 3, each update part data stored in the USB memory 4 or the like includes actual data of the update part data itself and a header that is information related to the update part data.
  • the header has a part ID and data size.
  • the part ID is an ID of the update part data.
  • the part ID of the update part data is the part data stored in the part memory 122 when the update part data is part data update part data stored in the part memory 122.
  • the part ID is the same.
  • the data size is the actual data size of the update part data.
  • the CPU 124 is an example of a calculation unit.
  • the program memory 121 is an example of an application storage memory that stores an application program that is executed by the arithmetic unit to generate a UI screen.
  • the parts memory 122 is an example of a parts storage memory that is provided separately from the application storage memory and stores part data representing parts that are components of the UI screen.
  • the input IF 123 is an example of an input interface unit provided so that part data for rewriting part data stored in the part storage memory can be input from the outside. ID is an example of an identifier.
  • the update part data is an example of rewrite part data.
  • the part storage tables 122a and 122b are an example of an identifier table of part data stored in the part storage memory.
  • the maximum allowable actual data size defined in advance for part data is an example of a data area size reserved for part data.
  • FIG. 4 is a flowchart showing an example of the operation.
  • the CPU 124 performs the processing from S20 to S40 on the part ID searched in S10.
  • a plurality of update part data is stored in the USB memory 4 or the like.
  • a plurality of part IDs are searched. In this case, for each of the plurality of part IDs Then, the processing of S20 to S40 is performed.
  • the CPU 124 first sets one of the part IDs searched in S10 that has not yet been set as the processing target part ID as the processing target part ID, and the processing target part ID is stored in the part memory 122. It is determined whether it is in the header of the part data stored in the parts storage tables 122a and 122b (S20).
  • the CPU 124 stores the data size included in the header of the update part data having the header including the processing target part ID in the part memory 122 including the header including the processing target part ID. It is determined whether or not the size is equal to or smaller than the size obtained by adding the data size included in the header of the part data and the offset (ie, the maximum allowable actual data size) (S30).
  • the CPU 124 updates the part data stored in the part memory 122 having the header including the processing target part ID to update part data having the header including the processing target part ID ( S40).
  • the actual data of the part data stored in the parts memory 122 is rewritten to the actual data of the part data for update.
  • the data size and offset included in the part data header stored in the part memory 122 are rewritten according to the data size included in the update part data header.
  • the CPU 124 does not update the update part data having the header including the processing target part ID.
  • the CPU 124 After this operation is completed, the CPU 124 generates a UI screen based on the part data stored in the updated part memory 122 performed as described above, and displays the UI screen on the touch panel display 13.
  • the part data stored in the part memory 122 can be updated only by connecting the USB memory 4 or the like storing update part data to the input IF 123. Therefore, when changing the parts that are the components of the UI screen, the conventional software update operation is not necessary, and the change can be easily performed. Further, the confirmation of the parts after the change can be performed immediately by confirming the UI screen displayed on the touch panel display 13.
  • the part data and its update part data may be part data representing parts other than images (icons, etc.) and characters and its update part data.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Library & Information Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Quality & Reliability (AREA)
  • User Interface Of Digital Computer (AREA)
  • Endoscopes (AREA)
  • Stored Programmes (AREA)

Abstract

UI生成装置は、演算部と、UI画面を生成するために演算部により実行されるアプリケーションプログラムが格納されるアプリケーション格納メモリと、アプリケーション格納メモリと分離して設けられ、UI画面の構成要素となるパーツを表すパーツデータが格納されるパーツ格納メモリと、パーツ格納メモリに格納されているパーツデータの書き替え用のパーツデータが外部から入力可能に設けられた入力インターフェース部とを備える。

Description

UI生成装置
 本発明は、UI(User Interface)画面の生成を行うUI生成装置に関する。
 従来、UI画面の生成や表示等を行う装置が知られている。
 例えば医療分野では、GUI(Graphical User Interface)画面の生成や表示等を行うシステムが知られている(特許文献1等参照)。このシステムでは、複数のアイコンを含むGUI画面が表示され、ユーザは、そのGUI画面を介して、接続されている装置の設定や患者データの閲覧等を行うことができる。
米国特許出願公開第2014/0187856号明細書
 一般に、上述のようなUI画面の生成等を行う装置では、UI画面の生成がソフトウェアにより行われ、そのUI画面の構成要素となる画像(アイコン等)や文字等のパーツを表すパーツデータが、そのソフトウェアの一部として組み込まれている。そのため、UI画面の構成要素となるパーツの変更(差し替え)を行う場合には、ソフトウェアのアルゴリズムに変更が無いにも係らず、そのソフトウェアのアップデート作業が必要になり、UI画面の構成要素となるパーツの変更は容易ではなかった。
 本発明は、上記実状に鑑み、UI画面の構成要素となるパーツを容易に変更することができるUI生成装置を提供することを目的とする。
 本発明の第1の態様は、演算部と、UI(User Interface)画面を生成するために前記演算部により実行されるアプリケーションプログラムが格納されるアプリケーション格納メモリと、前記アプリケーション格納メモリと分離して設けられ、前記UI画面の構成要素となるパーツを表すパーツデータが格納されるパーツ格納メモリと、前記パーツ格納メモリに格納されているパーツデータの書き替え用のパーツデータが外部から入力可能に設けられた入力インターフェース部と、を備えるUI生成装置を提供する。
 本発明の第2の態様は、第1の態様において、前記演算部は、前記パーツ格納メモリに格納されているパーツデータが前記入力インターフェース部を介して入力された書き替え用のパーツデータへ書き替えられた後の、前記パーツ格納メモリに格納されているパーツデータに基づいて、前記UI画面を生成するUI生成装置を提供する。
 本発明の第3の態様は、第1の態様において、前記パーツ格納メモリに格納されているパーツデータ、及び、前記入力インターフェース部を介して入力される書き替え用のパーツデータは、当該パーツデータの識別子及びデータサイズを含むヘッダデータをパーツデータ毎に有するUI生成装置を提供する。
 本発明の第4の態様は、第3の態様において、前記パーツ格納メモリに格納されているパーツデータを、前記入力インターフェース部を介して入力される書き替え用のパーツデータへ書き替える際に、前記入力インターフェース部を介して入力される書き替え用のパーツデータのヘッダデータに含まれる識別子を取得し、前記取得した識別子と、前記パーツ格納メモリに格納されているパーツデータの識別子テーブルとを比較し、前記取得した識別子が前記識別子テーブルに含まれている場合には、前記取得した識別子を含むヘッダデータを有する前記書き替え用のパーツデータのヘッダデータに含まれるデータサイズと、前記取得した識別子を含むヘッダデータを有する前記パーツ格納メモリに格納されているパーツデータのために確保されているデータエリアサイズとを比較し、前記書き替え用のパーツデータのヘッダデータに含まれるデータサイズが前記データエリアサイズ以下である場合には、前記取得した識別子を含むヘッダデータを有する前記パーツ格納メモリに格納されているパーツデータを、前記取得した識別子を含むヘッダデータを有する前記書き替え用のパーツデータへ書き替え、前記取得した識別子が前記識別子テーブルに含まれていない場合、又は、前記取得した識別子を含むヘッダデータを有する前記書き替え用のパーツデータのデータサイズが前記データエリアサイズよりも大きい場合には、前記取得した識別子を含むヘッダデータを有する前記書き替え用のパーツデータへの書き替えを行わないUI生成装置を提供する。
 本発明の第5の態様は、第1の態様において、前記パーツデータは、前記UI画面の構成要素となる画像又は文字を表すデータであるUI生成装置を提供する。
 本発明によれば、UI画面の構成要素となるパーツを容易に変更することができる、という効果を奏する。
一実施の形態に係るUI生成装置が適用された内視鏡用プロセッサの構成例を示す図である。 パーツメモリに格納されるパーツデータのデータ構造例を示す図である。 USBメモリ等に格納されるアップデート用パーツデータのデータ構造例を示す図である。 内視鏡用プロセッサがパーツメモリに格納されているパーツデータをアップデートするときの動作の一例を示すフローチャートである。
 以下、図面を参照しながら、本発明の実施の形態について説明する。
 図1は、本発明の一実施の形態に係るUI生成装置が適用された内視鏡用プロセッサの構成例を示す図である。なお、この内視鏡用プロセッサは、医療機関(例えば病院)での内視鏡検査等に使用される装置であり、内視鏡装置又は内視鏡画像処理装置等とも言う。
 図1に示したように、内視鏡用プロセッサ1は、映像処理部11、UIコントロール基板12、及びタッチパネルディスプレイ13を含み、内視鏡2及びモニタ3が接続されている。
 映像処理部11は、患者の体腔内を撮像する内視鏡2により取得された画像信号に基づいて映像信号を生成し、その映像信号をモニタ3へ出力する。これにより、モニタ3では、その映像信号に応じた映像が表示される。
 UIコントロール基板12は、プログラムメモリ121、パーツメモリ122、入力IF(interface)123、及びCPU(Central Processing Unit)124を含む。
 プログラムメモリ121は、UI画面を生成するためのアプリケーションプログラム等が格納(記録)される。
 パーツメモリ122は、UI画面の構成要素となるパーツを表すパーツデータが格納される。なお、パーツメモリ122は、プログラムメモリ121と分離して設けられる。
 入力IF123は、パーツメモリ122に格納されているパーツデータのアップデート用パーツデータが外部から入力可能に設けられたIFである。例えば、入力IF123は、そのアップデート用パーツデータが格納されたUSB(Universal Serial Bus)メモリ4やSDメモリカード5等が接続されるIFである。
 CPU124は、各種の動作を制御する。例えば、CPU124は、パーツメモリ122に格納されているパーツデータを、入力IF123に接続されているUSBメモリ4等に格納されているアップデート用パーツデータへ変更する(書き替える)。また、例えば、CPU124は、プログラムメモリ121に格納されているアプリケーションプログラムを実行することにより、パーツメモリ122に格納されているパーツデータを用いて、タッチパネルディスプレイ13に表示させるUI画面を生成する。
 タッチパネルディスプレイ13は、CPU124により生成されたUI画面を表示し、そのUI画面を介して、ユーザからの各種の入力を受け付ける。
 図2は、パーツメモリ122に格納されるパーツデータのデータ構造例を示す図である。
 図2に示したように、パーツメモリ122は、パーツデータが格納されるパーツ格納テーブル122a、122bを有する。
 パーツ格納テーブル122aは、パーツデータとして、アイコン等のような画像を表す画像データ(図2の「画像1」等参照)が格納されるテーブルである。パーツ格納テーブル122bは、パーツデータとして、文字を表す文字データ(図2の「文字1」等参照)が格納されるテーブルである。
 パーツ格納テーブル122a、122bの各々に格納される各パーツデータは、当該パーツデータ自体の実データと、当該パーツデータに関する情報であるヘッダデータ(以下単に「ヘッダ」と言う)とを有する。
 ヘッダは、パーツID(identification)、データサイズ、アドレス、及びオフセットを有する。パーツIDは、当該パーツデータのIDである。なお、パーツIDは、当該パーツデータが画像データである場合には画像IDとも言い、それが文字データである場合には文字IDとも言う。データサイズは、当該パーツデータの実データのサイズである。アドレスは、当該パーツデータの実データが格納されるパーツメモリ122上のアドレスである。オフセットは、当該パーツデータに対して予め規定されている最大許容実データサイズから当該パーツデータのデータサイズを減算した値である。
 本実施形態では、このようなヘッダ構造を有することにより、例えば、当該パーツデータの実データが格納される領域として、当該パーツデータのヘッダに含まれるアドレスから、当該パーツデータのヘッダに含まれるデータサイズとオフセットとを加えたサイズの領域(即ち、当該パーツデータに対して予め規定されている最大許容実データサイズの領域)が確保される仕組みになっている。これにより、図4を用いて後述するように、パーツデータの変更(書き替え)が行われるときに、その変更前後でパーツデータのサイズが異なる場合であっても、変更後のパーツデータのサイズが最大許容実データサイズ以下であれば、その変更が可能になる。
 なお、最大許容実データサイズは、全てのパーツデータにおいて同じとしてもよいし、パーツデータ毎に異なるようにしてもよい。または、最大許容実データサイズは、例えば、画像データであるパーツデータにおいて同じ、或いは、文字データであるパーツデータにおいて同じといったように、複数のパーツデータにおいて同じとしてもよい。
 図3は、USBメモリ4等に格納されるアップデート用パーツデータのデータ構造例を示す図である。
 図3に示したように、USBメモリ4等に格納される各アップデート用パーツデータは、当該アップデート用パーツデータ自体の実データと、当該アップデート用パーツデータに関する情報であるヘッダとを有する。
 ヘッダは、パーツID及びデータサイズを有する。パーツIDは、当該アップデート用パーツデータのIDである。なお、アップデート用パーツデータのパーツIDは、そのアップデート用パーツデータが、パーツメモリ122に格納されているパーツデータのアップデート用パーツデータである場合には、そのパーツメモリ122に格納されているパーツデータのパーツIDと同じとされる。データサイズは、当該アップデート用パーツデータの実データのサイズである。
 なお、このような構成の内視鏡用プロセッサ1において、CPU124は、演算部の一例である。プログラムメモリ121は、UI画面を生成するために演算部で実行されるアプリケーションプログラムが格納されるアプリケーション格納メモリの一例である。パーツメモリ122は、アプリケーション格納メモリと分離して設けられ、UI画面の構成要素となるパーツを表すパーツデータが格納されるパーツ格納メモリの一例である。入力IF123は、パーツ格納メモリに格納されているパーツデータの書き替え用のパーツデータが外部から入力可能に設けられた入力インターフェース部の一例である。IDは、識別子の一例である。アップデート用パーツデータは、書き換え用のパーツデータの一例である。パーツ格納テーブル122a、122bは、パーツ格納メモリに格納されているパーツデータの識別子テーブルの一例である。パーツデータに対して予め規定されている最大許容実データサイズは、パーツデータのために確保されているデータエリアサイズの一例である。
 次に、内視鏡用プロセッサ1がパーツメモリ122に格納されているパーツデータをアップデートするときの動作について説明する。
 図4は、その動作の一例を示すフローチャートである。
 図4に示したように、CPU124は、入力IF123にUSBメモリ4等が接続されたことを検出すると、そのUSBメモリ4等に格納されているアップデート用パーツデータのヘッダに含まれるパーツID(画像ID又は文字ID)を検索する(S10)。
 続いて、CPU124は、S10で検索されたパーツIDに対し、S20乃至S40の処理を行う。但し、USBメモリ4等に複数のアップデート用パーツデータが格納されていた場合には、複数のパーツIDが検索されることになることから、この場合には、その複数のパーツIDの各々に対して、S20乃至S40の処理を行う。
 より詳しくは、CPU124は、まず、S10で検索されたパーツIDの中で未だ処理対象パーツIDとされていないパーツIDの1つを処理対象パーツIDとし、その処理対象パーツIDが、パーツメモリ122のパーツ格納テーブル122a、122bに格納されているパーツデータのヘッダに有るか否かを判定する(S20)。
 S20の判定結果がYesの場合、CPU124は、処理対象パーツIDを含むヘッダを有するアップデート用パーツデータのヘッダに含まれるデータサイズが、処理対象パーツIDを含むヘッダを有するパーツメモリ122に格納されているパーツデータのヘッダに含まれるデータサイズとオフセットとを加えたサイズ(即ち最大許容実データサイズ)以下であるか否かを判定する(S30)。
 S30の判定結果がYesの場合、CPU124は、処理対象パーツIDを含むヘッダを有するパーツメモリ122に格納されているパーツデータを、処理対象パーツIDを含むヘッダを有するアップデート用パーツデータへアップデートする(S40)。なお、このアップデートでは、パーツメモリ122に格納されていたパーツデータの実データが、アップデート用パーツデータの実データへ書き替えられる。また、アップデート用パーツデータのヘッダに含まれるデータサイズに応じて、パーツメモリ122に格納されていたパーツデータのヘッダに含まれるデータサイズ及びオフセットが書き替えられる。
 一方、S20の判定結果がNoの場合、又はS30の判定結果がNoの場合、CPU124は、処理対象パーツIDを含むヘッダを有するアップデート用パーツデータへのアップデートを行わない。
 そして、S20の判定結果がNoの場合、S30の判定結果がNoの場合、又はS40の後は、図示はしないが、S10で検索されたパーツIDの中で未だ処理対象パーツIDとされていないパーツIDが残っている場合には処理がS20へ戻り、それが残っていない場合には、本動作が終了する。
 本動作が終了した後は、CPU124が、上述のようにして行われたアップデート後のパーツメモリ122に格納されているパーツデータに基づいてUI画面を生成し、そのUI画面をタッチパネルディスプレイ13に表示させる。
 以上のように、本実施形態によれば、アップデート用パーツデータを格納したUSBメモリ4等を入力IF123に接続するだけで、パーツメモリ122に格納されているパーツデータのアップデートを行うことができる。従って、UI画面の構成要素となるパーツを変更する際に、従来のようなソフトウェアのアップデート作業は不要であり、その変更を容易に行うことができる。また、変更後のパーツの確認は、タッチパネルディスプレイ13に表示されたUI画面の確認により直ぐに行うことができる。
 なお、本実施形態において、パーツデータ及びそのアップデート用パーツデータは、画像(アイコン等)や文字以外のパーツを表すパーツデータ及びそのアップデート用パーツデータであってもよい。
 以上、上述した実施形態は、発明の理解を容易にするために本発明の具体例を示したものであり、本発明は上述の実施形態に限定されるものではない。本発明は、特許請求の範囲に規定された本発明の思想を逸脱しない範囲において、さまざまな変形、変更が可能である。
1     内視鏡用プロセッサ
2     内視鏡
3     モニタ
4     USBメモリ
5     SDメモリカード
11    映像処理部
12    UIコントロール基板
13    タッチパネルディスプレイ
121   プログラムメモリ
122   パーツメモリ
122a、122b パーツ格納テーブル
123   入力IF
124   CPU

Claims (5)

  1.  演算部と、
     UI(User Interface)画面を生成するために前記演算部により実行されるアプリケーションプログラムが格納されるアプリケーション格納メモリと、
     前記アプリケーション格納メモリと分離して設けられ、前記UI画面の構成要素となるパーツを表すパーツデータが格納されるパーツ格納メモリと、
     前記パーツ格納メモリに格納されているパーツデータの書き替え用のパーツデータが外部から入力可能に設けられた入力インターフェース部と、
     を備えることを特徴とするUI生成装置。
  2.  前記演算部は、前記パーツ格納メモリに格納されているパーツデータが前記入力インターフェース部を介して入力された書き替え用のパーツデータへ書き替えられた後の、前記パーツ格納メモリに格納されているパーツデータに基づいて、前記UI画面を生成することを特徴とする請求項1記載のUI生成装置。
  3.  前記パーツ格納メモリに格納されているパーツデータ、及び、前記入力インターフェース部を介して入力される書き替え用のパーツデータは、当該パーツデータの識別子及びデータサイズを含むヘッダデータをパーツデータ毎に有することを特徴とする請求項1記載のUI生成装置。
  4.  前記パーツ格納メモリに格納されているパーツデータを、前記入力インターフェース部を介して入力される書き替え用のパーツデータへ書き替える際に、
     前記入力インターフェース部を介して入力される書き替え用のパーツデータのヘッダデータに含まれる識別子を取得し、
     前記取得した識別子と、前記パーツ格納メモリに格納されているパーツデータの識別子テーブルとを比較し、
     前記取得した識別子が前記識別子テーブルに含まれている場合には、前記取得した識別子を含むヘッダデータを有する前記書き替え用のパーツデータのヘッダデータに含まれるデータサイズと、前記取得した識別子を含むヘッダデータを有する前記パーツ格納メモリに格納されているパーツデータのために確保されているデータエリアサイズとを比較し、
     前記書き替え用のパーツデータのヘッダデータに含まれるデータサイズが前記データエリアサイズ以下である場合には、前記取得した識別子を含むヘッダデータを有する前記パーツ格納メモリに格納されているパーツデータを、前記取得した識別子を含むヘッダデータを有する前記書き替え用のパーツデータへ書き替え、
     前記取得した識別子が前記識別子テーブルに含まれていない場合、又は、前記取得した識別子を含むヘッダデータを有する前記書き替え用のパーツデータのデータサイズが前記データエリアサイズよりも大きい場合には、前記取得した識別子を含むヘッダデータを有する前記書き替え用のパーツデータへの書き替えを行わない、
     ことを特徴とする請求項3記載のUI生成装置。
  5.  前記パーツデータは、前記UI画面の構成要素となる画像又は文字を表すデータであることを特徴とする請求項1記載のUI生成装置。
PCT/JP2017/012514 2016-05-20 2017-03-28 Ui生成装置 WO2017199587A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2017564147A JP6289793B1 (ja) 2016-05-20 2017-03-28 Ui生成装置
US16/191,520 US20190079784A1 (en) 2016-05-20 2018-11-15 Ui generating apparatus

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2016-101481 2016-05-20
JP2016101481 2016-05-20

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US16/191,520 Continuation US20190079784A1 (en) 2016-05-20 2018-11-15 Ui generating apparatus

Publications (1)

Publication Number Publication Date
WO2017199587A1 true WO2017199587A1 (ja) 2017-11-23

Family

ID=60325027

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2017/012514 WO2017199587A1 (ja) 2016-05-20 2017-03-28 Ui生成装置

Country Status (3)

Country Link
US (1) US20190079784A1 (ja)
JP (1) JP6289793B1 (ja)
WO (1) WO2017199587A1 (ja)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010176567A (ja) * 2009-01-30 2010-08-12 Canon Electronics Inc 情報処理装置、情報処理システム、それらの制御方法、及びプログラム
JP2014235572A (ja) * 2013-06-03 2014-12-15 日産自動車株式会社 入出力装置およびguiコンポーネントの表示方法
JP2015125551A (ja) * 2013-12-26 2015-07-06 京セラドキュメントソリューションズ株式会社 画像形成装置及び画像形成装置のアプリケーション画面の表示操作方法

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH11154076A (ja) * 1997-11-20 1999-06-08 Toshiba Tec Corp 業務画面のアイコン設計装置及びアイコン設計プログラムを記録した記録媒体
US6977670B2 (en) * 2001-09-28 2005-12-20 Pentax Corporation Method and apparatus for selective registration of endoscopes with database
AU2003295430A1 (en) * 2002-11-11 2004-06-03 Zxibix, Inc. System and method of facilitating and evaluating user thinking about an arbitrary problem
JP4622822B2 (ja) * 2005-11-16 2011-02-02 日産自動車株式会社 地図データ更新システム、および地図データ更新方法
US20070294265A1 (en) * 2006-06-06 2007-12-20 Anthony Scott Askew Identification of content downloaded from the internet and its source location
US8285757B2 (en) * 2007-01-31 2012-10-09 Agency For Science, Technology And Research File system for a storage device, methods of allocating storage, searching data and optimising performance of a storage device file system
JP4900811B2 (ja) * 2007-03-30 2012-03-21 株式会社日立製作所 記憶システムおよび記憶制御方法
JP2015056171A (ja) * 2013-09-13 2015-03-23 株式会社東芝 メモリシステムおよび情報処理装置
IN2013MU04124A (ja) * 2013-12-30 2015-08-07 Tata Consultancy Services Ltd
US11024420B2 (en) * 2015-08-06 2021-06-01 Fujifilm Medical Systems U.S.A., Inc. Methods and apparatus for logging information using a medical imaging display system
US10956270B2 (en) * 2016-03-30 2021-03-23 Acronis International Gmbh System and method for data protection during full data backup

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010176567A (ja) * 2009-01-30 2010-08-12 Canon Electronics Inc 情報処理装置、情報処理システム、それらの制御方法、及びプログラム
JP2014235572A (ja) * 2013-06-03 2014-12-15 日産自動車株式会社 入出力装置およびguiコンポーネントの表示方法
JP2015125551A (ja) * 2013-12-26 2015-07-06 京セラドキュメントソリューションズ株式会社 画像形成装置及び画像形成装置のアプリケーション画面の表示操作方法

Also Published As

Publication number Publication date
US20190079784A1 (en) 2019-03-14
JPWO2017199587A1 (ja) 2018-05-31
JP6289793B1 (ja) 2018-03-07

Similar Documents

Publication Publication Date Title
JP5934428B2 (ja) プログラマブル表示器、プログラマブルコントローラシステム、プログラム
JP6213121B2 (ja) 設計支援プログラム、設計支援方法および設計支援装置
JP6331729B2 (ja) 入出力切替装置、コンピュータシステム及び入出力切替方法
JP2013045272A (ja) 画像表示装置及びプログラム
JP6289793B1 (ja) Ui生成装置
US20230110532A1 (en) Apparatus for implementing a clinical protocol
JP6529680B1 (ja) データ管理システム、データ管理方法およびデータ管理プログラム
JP2009025905A (ja) 情報処理装置およびアイコン表示方法
JP2008229244A (ja) 医用画像システム
JP6309306B2 (ja) 医用情報表示装置
JP2020170549A (ja) 電子カルテシステム及び電子カルテプログラム
JP2016158828A (ja) 医用画像処理装置、方法、及びプログラム
JP6461661B2 (ja) 検査レポート作成システム
JP6869428B2 (ja) データ作成装置、データ転送方法およびデータ転送プログラム
WO2014069276A1 (ja) 内視鏡システム
JP6131923B2 (ja) 表示制御装置、表示装置、表生成装置、表示制御方法及びプログラム
TWI754852B (zh) 顯示器及其控制方法
WO2024047696A1 (ja) 情報処理システム、情報処理方法及びプログラム
JP2017194738A (ja) 制御プログラム作成装置及び制御プログラム作成方法
JP5624943B2 (ja) 電子機器、及び電子機器のプログラムモジュール更新方法
US20200201538A1 (en) Electronic device and controlling method of electronic device
JP6528506B2 (ja) 表示制御プログラム、表示制御方法および情報処理装置
JP6428213B2 (ja) 看護支援プログラム、看護支援装置および看護支援方法
JP2016076227A (ja) 画像表示装置及びプログラム
JP6523869B2 (ja) Gui作成装置およびgui作成方法

Legal Events

Date Code Title Description
ENP Entry into the national phase

Ref document number: 2017564147

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17799021

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17799021

Country of ref document: EP

Kind code of ref document: A1