JP2022156799A - Information processing apparatus, information processing method and its program - Google Patents

Information processing apparatus, information processing method and its program Download PDF

Info

Publication number
JP2022156799A
JP2022156799A JP2021060671A JP2021060671A JP2022156799A JP 2022156799 A JP2022156799 A JP 2022156799A JP 2021060671 A JP2021060671 A JP 2021060671A JP 2021060671 A JP2021060671 A JP 2021060671A JP 2022156799 A JP2022156799 A JP 2022156799A
Authority
JP
Japan
Prior art keywords
website
information processing
terminal
application program
web
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
JP2021060671A
Other languages
Japanese (ja)
Inventor
俊郎 野村
Toshiro Nomura
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.)
SOFTMAX CO Ltd
Original Assignee
SOFTMAX CO 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 SOFTMAX CO Ltd filed Critical SOFTMAX CO Ltd
Priority to JP2021060671A priority Critical patent/JP2022156799A/en
Publication of JP2022156799A publication Critical patent/JP2022156799A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

To provide an information processing apparatus capable of easily updating a program of a web server without stopping a web service.SOLUTION: An information processing apparatus 1 includes: website execution means 101 for executing two or more web application programs for providing a website; access reception means 102 for accepting access to the website from a terminal 200 based on address information; service continuation means 103 for continuing to provide a terminal service with a first web application program based on the access; and routing means 104 for updating a second web application program, and after the updating is completed, routing a terminal 200 that accepts the access, to the second web site provided by a second web application program that has been updated.SELECTED DRAWING: Figure 1

Description

本発明は、Webサービスを停止することなく、手軽にWebサーバのプログラムを更新することができる情報処理装置を提供する技術に関する。 The present invention relates to a technique for providing an information processing apparatus capable of easily updating a program of a web server without stopping web services.

電子カルテ等のアプリケーションを提供するWebサーバ等のプログラムを更新する際、Webサーバを停止する必要が生じるがこの場合、全ての亜端末からのアクセスを停止させた上で、全WebサーバのIIS(Internet Information Service)を停止させて行っている。その為、必然的に医療機関の業務時間外である夜間作業となってしまい、リリース人員、現地検証・立会人員、病院担当者らに更新作業が大きな負担となっている。更に、更新に伴うパッケージエラー等は、翌日のシステムへのアクセスが集中する際に発覚するケースが多く、システム稼働のピーク時であるが為に、問題が大きくなりがちである。また、例えば、Webアプリケーションが電子カルテシステムである場合、利用停止には事前の医療機関内の調整に担当者の労力と時間を要する為、致命的な不具合があるにも関わらず院内調整が進まず入替が出来ない等の状態に陥っているケースもある。 When updating a program such as a web server that provides applications such as electronic medical records, it is necessary to stop the web server. Internet Information Service) is stopped. As a result, the work is inevitably done at night outside the business hours of the medical institution, and the update work is a heavy burden on release personnel, on-site verification and witness personnel, and hospital personnel. Furthermore, package errors and the like associated with updating are often discovered when access to the system is concentrated on the next day, and the problem tends to become more serious because it is the peak time of system operation. In addition, for example, if the web application is an electronic medical record system, it takes time and effort for the person in charge to make advance adjustments within the medical institution to stop using it. First of all, there are cases where it is not possible to replace.

そこで、Webサーバ等のシステムを停止させてプログラムを更新する際に、冗長化によりサービスを停止させない技術が知られている。特許文献1では、正常系と待機系のWebサーバを備え、正常系のサービスを停止したら、フェイルオーバーにより待機系でWebアプリケーションサービスを継続する技術が開示されている。 Therefore, there is known a technology that does not stop services by providing redundancy when updating a program by stopping a system such as a Web server. Japanese Patent Application Laid-Open No. 2002-200002 discloses a technique of providing normal and standby Web servers, and continuing the Web application service in the standby system by failover when the normal system service is stopped.

特開2005-135125号Japanese Patent Application Laid-Open No. 2005-135125

しかしながら、特許文献1では、正常系のサービスを提供する装置と同等の待機系のハードウェア及びソフトウェアを備える装置を準備しなくてはならないため、手間も費用もかかる。そこで、本発明は、Webサービスを停止することなく、手軽にWebサーバのプログラムを更新する情報処理装置、情報処理方法及びそのプログラムを提供することを目的とする。 However, in Patent Literature 1, it is necessary to prepare a device equipped with the same standby hardware and software as the device that provides the normal service, which is time-consuming and costly. SUMMARY OF THE INVENTION Accordingly, it is an object of the present invention to provide an information processing apparatus, an information processing method, and a program therefor that easily update a program of a Web server without stopping the Web service.

本発明では、以下のような解決手段を提供する。 The present invention provides the following solutions.

第1の特徴に係る発明は、
端末からの要求に応じてWebサイトによりWebサービスを提供する情報処理装置であって、
前記Webサイトを提供するためのWebアプリケーションプログラムを2以上実行するWebサイト実行手段と、
前記端末からの前記Webサイトに対するアドレス情報に基づくアクセスを受付けるアクセス受付手段と、
前記アクセスに基づいて、第1のWebアプリケーションプログラムで端末のサービスを提供し続けるサービス継続手段と、
第2のWebアプリケーションプログラムのプログラムの更新を行い、更新が完了した後にアクセスを受付けた前記端末を、更新が完了した第2のWebアプリケーションプログラムが提供する第2のWebサイトにルーティングするルーティング手段と、
を備える情報処理装置を提供する。
The invention according to the first feature is
An information processing device that provides a web service from a website in response to a request from a terminal,
Website execution means for executing two or more web application programs for providing the website;
access receiving means for receiving access to the website from the terminal based on address information;
service continuation means for continuing to provide the terminal service with the first web application program based on the access;
a routing means for updating the program of the second web application program and routing the terminal, which receives access after the update is completed, to the second website provided by the second web application program whose update is completed; ,
To provide an information processing device comprising

第1の特徴に係る発明によれば、端末からの要求に応じてWebサイトによりWebサービスを提供する情報処理装置において、前記Webサイトを提供するためのWebアプリケーションプログラムを2以上実行するWebサイト実行手段と、前記端末からの前記Webサイトに対するアドレス情報に基づくアクセスを受付けるアクセス受付手段と、前記アクセスに基づいて、第1のWebアプリケーションプログラムで端末のサービスを提供し続けるサービス継続手段と、第2のWebアプリケーションプログラムのプログラムの更新を行い、更新が完了した後にアクセスを受付けた前記端末を、更新が完了した第2のWebアプリケーションプログラムが提供する第2のWebサイトにルーティングするルーティング手段と、を備える。 According to the first aspect of the invention, in an information processing apparatus that provides a web service by a website in response to a request from a terminal, website execution for executing two or more web application programs for providing the website. access acceptance means for accepting access from the terminal to the website based on address information; service continuation means for continuing to provide terminal services with a first web application program based on the access; a routing means for updating the program of the web application program of the above, and routing the terminal, which has received access after the update is completed, to a second website provided by the second web application program whose update has been completed; Prepare.

第1の特徴に係る発明は、情報処理装置のカテゴリであるが、情報処理方法、及びプログラムであっても同様の作用、効果を奏する。 Although the invention according to the first characteristic belongs to the category of information processing apparatus, the information processing method and program have the same action and effect.

第2の特徴に係る発明は、第1の特徴に係る発明である情報処理装置であって、
前記Webサービスが、電子カルテシステムが提供するサービスである情報処理装置を提供する。
An invention according to a second characteristic is an information processing apparatus according to the invention according to the first characteristic,
The Web service provides an information processing device that is a service provided by an electronic medical record system.

第2の特徴に係る発明によれば、第1の特徴に係る発明である情報処理装置において、前記Webサービスが、電子カルテシステムが提供するサービスである。 According to the second aspect of the invention, in the information processing apparatus of the first aspect, the Web service is a service provided by an electronic medical record system.

第3の特徴に係る発明は、
端末からの要求に応じてWebサイトによりWebサービスを提供する情報処理システムに、
前記Webサイトを提供するためのWebアプリケーションプログラムを2以上実行するステップと、
前記端末からの前記Webサイトに対するアドレス情報に基づくアクセスを受付けるステップと、
前記アクセスに基づいて、第1のWebアプリケーションプログラムで端末のサービスを提供し続けるステップと、
第2のWebアプリケーションプログラムのプログラムの更新を行い、更新が完了した後にアクセスを受付けた前記端末を、更新が完了した第2のWebアプリケーションプログラムが提供する第2のWebサイトにルーティングするステップと、
を備える情報処理方法を提供する。
The invention according to the third feature is
In an information processing system that provides web services from a website in response to a request from a terminal,
executing two or more web application programs for providing the website;
accepting access from the terminal to the website based on address information;
continuing to service the terminal with the first web application program based on said access;
a step of updating the program of the second web application program and routing the terminal, which has received access after the update is completed, to a second website provided by the second web application program whose update has been completed;
To provide an information processing method comprising:

第4の特徴に係る発明は、
端末からの要求に応じてWebサイトによりWebサービスを提供するコンピュータに、
前記Webサイトを提供するためのWebアプリケーションプログラムを2以上実行するステップ、
前記端末からの前記Webサイトに対するアドレス情報に基づくアクセスを受付けるステップ、
前記アクセスに基づいて、第1のWebアプリケーションプログラムで端末のサービスを提供し続けるステップ、
第2のWebアプリケーションプログラムのプログラムの更新を行い、更新が完了した後にアクセスを受付けた前記端末を、更新が完了した第2のWebアプリケーションプログラムが提供する第2のWebサイトにルーティングするステップ、
を実行させるためのコンピュータ読み取り可能なプログラムを提供する。
The invention according to the fourth feature is
To a computer that provides web services by a website in response to a request from a terminal,
executing two or more web application programs for providing the website;
accepting access from the terminal to the website based on address information;
continuing to service the terminal with the first web application program based on said access;
A step of updating the program of the second web application program and routing the terminal, which has received access after the update is completed, to the second website provided by the second web application program whose update has been completed;
provides a computer readable program for executing

本発明によれば、情報処理装置は、Webサイトを提供するWebアプリケーションプログラムの更新を行う際に、2つ以上のWebアプリケーションプログラムを実行し、クライアントからのアクセス要求に対して、第1のWebアプリケーションプログラムで端末のサービスを提供し続け、第2のWebアプリケーションプログラムのプログラムの更新を行い、更新が完了したら、端末からのアクセスを第2のWebアプリケーションプログラムが提供するWebサイトにルーティング接続する。これにより、Webサービスを停止させずに、アプリケーションプログラムの更新を可能とすることができる。 According to the present invention, an information processing apparatus executes two or more web application programs when updating a web application program that provides a website, and responds to an access request from a client by accessing a first web application program. The application program continues to provide the service of the terminal, updates the program of the second Web application program, and when the update is completed, the access from the terminal is routed to the Web site provided by the second Web application program. This makes it possible to update the application program without stopping the web service.

情報処理装置100の実行する情報処理システム1の概要を説明する図である。1 is a diagram illustrating an outline of an information processing system 1 executed by an information processing apparatus 100; FIG. 情報処理システム1の機能構成を示す図である。2 is a diagram showing a functional configuration of the information processing system 1; FIG. 情報処理装置100と端末200が実行する情報処理を示すフローチャート図である。2 is a flowchart showing information processing executed by the information processing apparatus 100 and the terminal 200; FIG. 情報処理システム1のWebサイト構成の一例である。1 is an example of a website configuration of an information processing system 1. FIG. 情報処理システム1のアプリケーションプログラム更新時の処理の一例である。It is an example of processing when updating an application program of the information processing system 1 . アクティブWebサイト切り替え画面の一例である。1 is an example of an active website switching screen;

以下、添付図面を参照して、本発明を実施するための形態(以下、実施形態)について詳細に説明する。以降の図においては、実施形態の説明の全体を通して同じ要素には同じ番号又は符号を付している。 EMBODIMENT OF THE INVENTION Hereinafter, with reference to an accompanying drawing, the form (henceforth, embodiment) for implementing this invention is demonstrated in detail. In subsequent figures, the same numbers or symbols are attached to the same elements throughout the description of the embodiments.

[基本概念/基本構成]
図1は、情報処理装置100の実行する情報処理システム1の概要を説明する図である。情報処理装置100は、ユーザ5が利用する端末200からの要求に応じてWebサイトによりWebサービスを提供する情報処理システム1を実現する。ここでのWebサービスとは、例えば、電子カルテシステム(PlusUs Karte V3)が提供するサービスであり、ユーザ5である病院内の医師、看護師、放射線技師、作業療法士、受付、等、複数人が利用するものとする。
[Basic Concept/Basic Configuration]
FIG. 1 is a diagram illustrating an outline of an information processing system 1 executed by an information processing apparatus 100. As shown in FIG. The information processing apparatus 100 implements an information processing system 1 that provides web services through a website in response to a request from a terminal 200 used by a user 5 . The Web service here is, for example, a service provided by an electronic medical record system (PlusUs Karte V3), and a plurality of people such as a doctor, nurse, radiological technologist, occupational therapist, receptionist, etc. in the hospital who is the user 5 shall be used by

情報処理装置100は、Webサイトを提供するためのWebアプリケーションプログラムを2以上実行することができる。図1では、情報処理システム1のために、ルーティングWebサイトと、Webサイト1、Webサイト2、Webサイト3という4つのWebサイトを備える構成を例として示している。この場合、Webサイトが3つであるため、Webアプリケーションプログラムを3実行できる例となる。 The information processing apparatus 100 can execute two or more web application programs for providing websites. FIG. 1 shows an example of a configuration for an information processing system 1 that includes a routing website and four websites: website 1, website 2, and website 3. In FIG. In this case, since there are three websites, this is an example in which three web application programs can be executed.

図4は、情報処理システム1のWebサイト構成の一例である。Webサイトとして、ルーティングWebサイトと、Webサイト1、Webサイト2、Webサイト3という4つのWebサイトを備える。Webサイト名として、ルーティングWebサイトの名称はPlusUsKarteV3、Webサイト1の名称はPlusUsKarteV3S1、Webサイト2の名称はPlusUsKarteV3S2、Webサイト3の名称はPlusUsKarteV3S3とする。アプリケーションプールの名称は、ここでは、Webサイトの名称と一緒とする。物理フォルダの名称は、ルーティングWebサイトはWeb、Webサイト1、Webサイト2、Webサイト3はWeb_YYYYMMDD_XX.Xとする。ここで、YYYYMMDDは、日付によるバージョン番号、XX.Xはパッチ番号を表すものとする。ポート番号は、ルーティングWebサイト、Webサイト1、Webサイト2、Webサイト3で共通でよい。 FIG. 4 is an example of the website configuration of the information processing system 1 . The web sites include a routing web site and four web sites: web site 1, web site 2, and web site 3. As website names, the name of the routing website is PlusUsKarteV3, the name of website 1 is PlusUsKarteV3S1, the name of website 2 is PlusUsKarteV3S2, and the name of website 3 is PlusUsKarteV3S3. The name of the application pool is here the same as the name of the website. The names of the physical folders are Web for the routing Web site, Web site 1, Web site 2, and Web_YYYYMMDD_XX for the Web site 3. Let X. where YYYYMMDD is the version number by date, XX. Let X represent the patch number. The port number may be common to the routing website, website 1 , website 2 and website 3 .

図1に戻って、まず、ユーザ5は、端末200を使用して、情報処理システム1を利用するためのWebサイトにアクセスする(ステップS01)。情報処理装置100は、端末200からのWebサイトに対するアドレス情報に基づくアクセスを受付ける。情報処理システム1を利用するためのアクセス先は、ルーティングWebサイトとし、端末200は、情報処理装置100により、ルーティングWebサイトに接続される。 Returning to FIG. 1, first, user 5 uses terminal 200 to access a website for using information processing system 1 (step S01). Information processing apparatus 100 accepts access to a website from terminal 200 based on address information. The access destination for using the information processing system 1 is the routing website, and the terminal 200 is connected to the routing website by the information processing device 100 .

次に、情報処理装置100は、端末200をWebサイト1に接続する(ステップS02)。ここで、Webサイト1では、2016/8/31版のアプリケーションプログラムが実行されているものとする。ユーザ5の利用する端末200は、この2016/8/31版のアプリケーションプログラムによる電子カルテシステム(PlusUsKarteV3)を利用可能となる。 Next, the information processing device 100 connects the terminal 200 to the website 1 (step S02). Here, it is assumed that the website 1 is running an application program of the 2016/8/31 version. The terminal 200 used by the user 5 can use the electronic medical record system (PlusUsKarteV3) by this 2016/8/31 application program.

もし、2016/8/31版のアプリケーションプログラムに問題が発生した場合には、緊急に対策版をリリースする必要がある。この対策版を2016/8/31版パッチ1とする。情報処理装置100により、Webサイト1は、2016/8/31版のアプリケーションプログラムで電子カルテシステム(PlusUsKarteV3)を提供し続ける。また、情報処理装置100は、Webサイト2のアプリケーションプログラムを2016/8/31版パッチ1に更新する(ステップS03)。 If a problem occurs in the 2016/8/31 version of the application program, it is necessary to urgently release a countermeasure version. This countermeasure version is called 2016/8/31 Patch 1. Through the information processing device 100, the website 1 continues to provide the electronic medical record system (PlusUsKarteV3) with the application program of the 2016/8/31 version. Further, the information processing apparatus 100 updates the application program of the website 2 to the 2016/8/31 patch 1 (step S03).

Webサイト2のアプリケーションプログラムを2016/8/31版パッチ1に更新が完了した後に、一度ログアウトしたユーザ5又は別のユーザ5が、端末200を使用して、情報処理システム1を利用するためのWebサイトにアクセスした場合、情報処理装置100は、端末200をWebサイト2にルーティングして接続する(ステップS04)。ユーザ5の利用する端末200は、この2016/8/31版パッチ1のアプリケーションプログラムによる電子カルテシステム(PlusUsKarteV3)を利用可能となる。 After the update of the application program of the website 2 to the 2016/8/31 patch 1 is completed, the user 5 who once logged out or another user 5 uses the terminal 200 to use the information processing system 1. When accessing the website, the information processing apparatus 100 routes and connects the terminal 200 to the website 2 (step S04). The terminal 200 used by the user 5 can use the electronic medical record system (PlusUsKarteV3) by the application program of this 2016/8/31 Patch 1.

このような情報処理装置1によれば、Webサービスを停止させずに、アプリケーションプログラムの更新を可能とする情報処理装置、情報処理方法及びそのプログラムを提供することができる。また、本情報処理装置1によれば、ユーザ5に対して、サーバの切り替え等の特別な操作を求めることもなく、かつ、ユーザ5に対して、アプリケーションプログラムが入れ替わったことを感じさせずに更新を行うことができる。障害が発生した場合に、迅速にプログラム修正を行い対策版をリリースできること、Webサービスを停止させずに更新を行えることから、病院担当者らのシステム停止やそのための調整等の負担を軽減することができる。 According to such an information processing apparatus 1, it is possible to provide an information processing apparatus, an information processing method, and a program thereof that enable updating of an application program without stopping a web service. Further, according to the information processing apparatus 1, the user 5 is not required to perform a special operation such as server switching, and the user 5 is not made to feel that the application program has been replaced. Updates can be made. In the event of a failure, it is possible to quickly modify the program and release a countermeasure version, and since updates can be made without stopping the web service, the burden on the hospital staff such as stopping the system and coordinating for it can be reduced. can be done.

[機能構成]
図2に基づいて、情報処理システム1の機能構成について説明する。情報処理システム1は、情報処理装置100と、この情報処理装置100とネットワーク3を介して通信可能に接続された端末200とを備える。情報処理装置100は、実在する装置に限らず、仮想的な装置であってもよい。
[Function configuration]
Based on FIG. 2, the functional configuration of the information processing system 1 will be described. The information processing system 1 includes an information processing device 100 and a terminal 200 communicably connected to the information processing device 100 via a network 3 . The information processing device 100 is not limited to an existing device, and may be a virtual device.

情報処理装置100は、情報処理システム1を提供する管理者により管理されるサーバ機能を有するコンピュータやパーソナルコンピュータ等であり、上述した複数の端末200と、公衆回線網等のネットワーク3を介してデータ通信可能に接続されており、必要なデータの送受信や各種処理を実行する。 The information processing device 100 is a computer, personal computer, or the like having a server function managed by an administrator who provides the information processing system 1. The information processing device 100 receives data via the plurality of terminals 200 described above and the network 3 such as a public line network. It is communicatively connected, and performs necessary data transmission/reception and various processing.

情報処理装置100は、例えば、1台のコンピュータで実現されてもよいし、クラウドコンピュータのように、複数のコンピュータで実現されてもよい。本明細書におけるクラウドコンピュータとは、ある特定の機能を果たす際に、任意のコンピュータをスケーラブルに用いるものや、あるシステムを実現するために複数の機能構成を含み、その機能を自由に組み合わせて用いるものの何れであってもよい。 The information processing apparatus 100 may be realized by, for example, one computer, or may be realized by a plurality of computers like a cloud computer. A cloud computer in this specification is a computer that uses any computer in a scalable manner to perform a specific function, or includes multiple functional configurations to realize a certain system, and uses the functions in a free combination. It can be anything.

情報処理装置100は、制御部110(非図示)として、CPU(Central Processing Unit)、GPU(Graphics Processing Unit)、RAM(Random Access Memory)、ROM(Read Only Memory)等を備え、通信部120(非図示)として、他の端末や装置等と通信可能にするためのデバイス、例えば、IEEE802.11に準拠したWi―Fi(Wireless―Fidelity)対応デバイス等を備える。また、情報処理装置100は、記憶部130(非図示)として、ハードディスクや半導体メモリ、記憶媒体、メモリカード等によるデータのストレージ部を備える。 The information processing apparatus 100 includes a CPU (Central Processing Unit), a GPU (Graphics Processing Unit), a RAM (Random Access Memory), a ROM (Read Only Memory), etc. as a control unit 110 (not shown), and a communication unit 120 ( (not shown) includes a device for enabling communication with other terminals, devices, etc., for example, a Wi-Fi (Wireless-Fidelity) compatible device conforming to IEEE802.11. The information processing apparatus 100 also includes a data storage unit such as a hard disk, a semiconductor memory, a storage medium, or a memory card as a storage unit 130 (not shown).

情報処理装置100において、制御部110が所定のプログラムを読み込むことにより、通信部120、記憶部130と協働して、Webサイト実行部101、アクセス受付部102、サービス継続部103、ルーティング部104を実現する。 In the information processing apparatus 100, the control unit 110 reads a predetermined program to cooperate with the communication unit 120 and the storage unit 130 to operate the website execution unit 101, the access reception unit 102, the service continuation unit 103, and the routing unit 104. Realize

端末200は、理学療法士、放射線技師、会計担当等のユーザ5が利用するパーソナルコンピュータや、スマートフォンやタブレット端末等の携帯端末やウェアラブル端末等であり、上述した情報処理装置100と、ネットワーク3を介してデータ通信可能に接続されており、必要なデータの送受信や各種処理を実行する。 The terminal 200 is a personal computer used by the user 5 such as a physical therapist, a radiologist, or an accountant, a mobile terminal such as a smartphone or a tablet terminal, a wearable terminal, or the like. It is connected so that data communication is possible via the network, and executes necessary data transmission/reception and various processing.

端末200は、端末制御部210として、上述した情報処理装置100における制御部と同様に、CPU、GPU、RAM、ROM等を備える。端末200は、通信部220として、他の端末や装置等と通信可能にするためのデバイスを備える。また、端末200は、記憶部230として、ハードディスクや半導体メモリ、記憶媒体、メモリカード等によるデータのストレージ部を備える。また、端末200は、入出力部240として、データや画像や音声等を入出力する入出力デバイス等を備える。 The terminal 200 includes a CPU, a GPU, a RAM, a ROM, etc., as the terminal control unit 210, like the control unit in the information processing apparatus 100 described above. The terminal 200 includes a device as a communication unit 220 for enabling communication with other terminals, devices, and the like. The terminal 200 also includes a data storage unit such as a hard disk, a semiconductor memory, a storage medium, or a memory card as the storage unit 230 . The terminal 200 also includes, as an input/output unit 240, input/output devices for inputting/outputting data, images, sounds, and the like.

[情報処理システム1による情報処理]
図3に基づいて、情報処理装置100と端末200が実行する情報処理について説明する。図3は、情報処理装置100と端末200が実行する情報処理を示すフローチャート図である。上述した各部が実行する処理について、本処理にあわせて説明する。ここでの情報処理とは、例えば電子カルテシステム(PlusUs Karte V3)が提供するサービスであり、ユーザ5である病院内の医師、看護師、放射線技師、作業療法士、受付、等、複数人が利用するものとする。
[Information processing by information processing system 1]
Information processing executed by the information processing apparatus 100 and the terminal 200 will be described with reference to FIG. FIG. 3 is a flowchart showing information processing executed by the information processing apparatus 100 and the terminal 200. As shown in FIG. Processing executed by each unit described above will be described together with this processing. The information processing here is a service provided by, for example, an electronic medical record system (PlusUs Karte V3). shall be used.

情報処理装置100は、Webサイト実行部101により、Webサイトを提供するためのWebアプリケーションプログラムを2以上実行することができる。ここでは、情報処理システム1のために、ルーティングWebサイトと、Webサイト1、Webサイト2、Webサイト3という4つのWebサイトを備える構成であるものとする。この場合、Webサイトが3つであるため、Webアプリケーションプログラムを3実行できる例となる。 The information processing apparatus 100 can execute two or more web application programs for providing a website by the website execution unit 101 . Here, it is assumed that the information processing system 1 is configured to have a routing website and four websites: website 1, website 2, and website 3. FIG. In this case, since there are three websites, this is an example in which three web application programs can be executed.

図4は、情報処理システム1のWebサイト構成の一例である。Webサイトとして、ルーティングWebサイトと、Webサイト1、Webサイト2、Webサイト3という4つのWebサイトを備える。Webサイト名として、ルーティングWebサイトの名称はPlusUsKarteV3、Webサイト1の名称はPlusUsKarteV3S1、Webサイト2の名称はPlusUsKarteV3S2、Webサイト3の名称はPlusUsKarteV3S3とする。アプリケーションプールの名称は、ここでは、Webサイトの名称と一緒とする。物理フォルダの名称は、ルーティングWebサイトはWeb、Webサイト1、Webサイト2、Webサイト3はWeb_YYYYMMDD_XX.Xとする。ここで、YYYYMMDDは、日付によるバージョン番号、XX.Xはパッチ番号を表すものとする。ポート番号は、ルーティングWebサイト、Webサイト1、Webサイト2、Webサイト3で共通でよい。 FIG. 4 is an example of the website configuration of the information processing system 1 . The web sites include a routing web site and four web sites: web site 1, web site 2, and web site 3. As website names, the name of the routing website is PlusUsKarteV3, the name of website 1 is PlusUsKarteV3S1, the name of website 2 is PlusUsKarteV3S2, and the name of website 3 is PlusUsKarteV3S3. The name of the application pool is here the same as the name of the website. The names of the physical folders are Web for the routing Web site, Web site 1, Web site 2, and Web_YYYYMMDD_XX for the Web site 3. Let X. where YYYYMMDD is the version number by date, XX. Let X represent the patch number. The port number may be common to the routing website, website 1 , website 2 and website 3 .

図3のフローチャートに戻り、まず、ユーザ5が利用する端末200は、情報処理システム1を起動する(ステップS301)。ここでの情報処理システム1は、例えばWebサイトにより提供する電子カルテシステム(PlusUsKarteV3)である。 Returning to the flowchart of FIG. 3, first, the terminal 200 used by the user 5 activates the information processing system 1 (step S301). The information processing system 1 here is, for example, an electronic chart system (PlusUsKarte V3) provided by a website.

情報処理装置100のアクセス受付部102は、端末200から、情報処理システム1であるWebサイトを起動するというアクセスを受け付ける(ステップS302)。ここで、電子カルテシステム(PlusUsKarteV3)を起動するために、ルーティングWebサイトのアドレス情報を受け付ける。アドレス情報を受け取るようにしておくことで、様々なルーティングWebサイトを指定することが可能となり、電子カルテシステム(PlusUsKarteV3)だけでなく、ほかのシステムやサービスも運用することができる。 The access reception unit 102 of the information processing device 100 receives access from the terminal 200 to activate the website, which is the information processing system 1 (step S302). Here, the address information of the routing website is accepted in order to activate the electronic medical record system (PlusUsKarteV3). By receiving address information, it becomes possible to specify various routing websites, and not only the electronic medical record system (PlusUsKarte V3) but also other systems and services can be operated.

端末200からの情報処理システム1の起動により、情報処理装置100のルーティング部104は、アクティブWebサイトに接続する(ステップS303)。アクティブWebサイトとは、Webサイト1、Webサイト2、Webサイト3のうち、ルーティングWebサイトからルーティングして接続するように設定されているWebサイトのことである。ここでのアクティブWebサイトは、Webサイト1であるとして、Webサイト1に接続する。Webサイト1では、電子カルテシステム(PlusUsKarteV3)の2016/8/31版のアプリケーションプログラムが実行されているものとする。 When the information processing system 1 is activated from the terminal 200, the routing unit 104 of the information processing device 100 connects to the active website (step S303). The active web site is the web site among web site 1, web site 2, and web site 3 that is configured to be routed and connected from the routing web site. The active web site here is web site 1 and connects to web site 1 . It is assumed that website 1 is running an application program for the electronic medical record system (PlusUsKarteV3) version 2016/8/31.

ユーザ端末200は、アクティブWebサイトであるWebサイト1にログインする(ステップS304)。Webサイト1へのログイン後、ユーザ5の利用する端末200は、Webサイト1に設定されているバージョンのこの2016/8/31版のアプリケーションプログラムによる電子カルテシステム(PlusUsKarteV3)を利用可能となる。 The user terminal 200 logs into the website 1, which is the active website (step S304). After logging in to the website 1, the terminal 200 used by the user 5 can use the electronic medical record system (PlusUsKarteV3) based on the version of the application program set in the website 1, 8/31/2016.

ユーザ端末200は、電子カルテシステム(PlusUsKarteV3)の利用が終了したら、アクティブWebサイトであるWebサイト1からログアウトする(ステップS305)。 When the use of the electronic medical record system (PlusUsKarteV3) is finished, the user terminal 200 logs out of the website 1, which is the active website (step S305).

もし、2016/8/31版のアプリケーションプログラムに問題が発生した場合には、緊急に対策版をリリースする必要がある。この対策版を2016/8/31版パッチ1とする。情報処理装置100のサービス継続部103により、Webサイト1は、2016/8/31版のアプリケーションプログラムで電子カルテシステム(PlusUsKarteV3)を提供し続ける。また、情報処理装置100のルーティング部104は、Webサイト2のアプリケーションプログラムを2016/8/31版パッチ1に更新する(ステップS306)。 If a problem occurs in the 2016/8/31 version of the application program, it is necessary to urgently release a countermeasure version. This countermeasure version is called 2016/8/31 Patch 1. By the service continuation unit 103 of the information processing apparatus 100, the website 1 continues to provide the electronic medical record system (PlusUsKarte V3) with the application program of the 2016/8/31 version. Further, the routing unit 104 of the information processing apparatus 100 updates the application program of the website 2 to the 2016/8/31 patch 1 (step S306).

アプリケーションプログラムの更新後、情報処理装置100は、Webサイト2の2016/8/31版パッチ1を検証する(ステップS307)。検証は、2016/8/31版パッチ1が問題ないことが確認できるまで行うものとする。本フローには記載していないが、検証で問題があった場合には、更に、Webサイト2のアプリケーションプログラムの更新を行うものとする。 After updating the application program, the information processing apparatus 100 verifies the 2016/8/31 patch 1 of the website 2 (step S307). The verification shall be continued until it is confirmed that the 2016/8/31 patch 1 has no problem. Although not described in this flow, if there is a problem in the verification, the application program of the website 2 is further updated.

Webサイト2のアプリケーションプログラムの更新後、情報処理装置100のルーティング部104は、アクティブWebサイトをWebサイト2に切り替える(ステップS3078。 After updating the application program of the website 2, the routing unit 104 of the information processing device 100 switches the active website to the website 2 (step S3078).

アクティブWebサイトをWebサイト2に切り替えた後、ユーザ5が利用する端末200より、情報処理システム1を起動する(ステップS309)。 After switching the active website to the website 2, the information processing system 1 is activated from the terminal 200 used by the user 5 (step S309).

端末200からの情報処理システム1の起動により、情報処理装置100のルーティング部104は、アクティブWebサイトに接続する(ステップS309)。ここでのアクティブWebサイトは、Webサイト2であり、Webサイト2では、電子カルテシステム(PlusUsKarteV3)の2016/8/31版パッチ1のアプリケーションプログラムが実行されている。 When the information processing system 1 is activated from the terminal 200, the routing unit 104 of the information processing device 100 connects to the active website (step S309). The active website here is website 2, and on website 2, the application program of the 2016/8/31 version patch 1 of the electronic medical record system (PlusUsKarteV3) is running.

情報処理装置100のアクセス受付部102は、端末200から、Webサイトを起動するというアクセスを受け付ける(ステップS310)。 The access reception unit 102 of the information processing apparatus 100 receives an access to activate the website from the terminal 200 (step S310).

端末200からの情報処理システム1の起動により、情報処理装置100のルーティング部104は、アクティブWebサイトに接続する(ステップS311)。ここでのアクティブWebサイトは、Webサイト2であるとして、Webサイト2に接続する。Webサイト2では、電子カルテシステム(PlusUsKarteV3)の2016/8/31版パッチ1のアプリケーションプログラムが実行されているものとする。 When the information processing system 1 is activated from the terminal 200, the routing unit 104 of the information processing device 100 connects to the active website (step S311). The active website here is assumed to be website 2 and connects to website 2 . It is assumed that the website 2 is running the application program of the 2016/8/31 patch 1 of the electronic medical record system (PlusUsKarteV3).

ユーザ端末200は、アクティブWebサイトであるWebサイト2にログインする(ステップS312)。Webサイト2へのログイン後、ユーザ5の利用する端末200は、Webサイト2に設定されているバージョンのこの2016/8/31版パッチ1のアプリケーションプログラムによる電子カルテシステム(PlusUsKarteV3)を利用可能となる。 The user terminal 200 logs into the website 2, which is the active website (step S312). After logging in to the website 2, the terminal 200 used by the user 5 can use the electronic medical record system (PlusUsKarteV3) by the application program of this 2016/8/31 patch 1 version set in the website 2. Become.

ユーザ端末200は、電子カルテシステム(PlusUsKarteV3)の利用が終了したら、アクティブWebサイトであるWebサイト2からログアウトする(ステップS313)。 When the use of the electronic medical record system (PlusUsKarteV3) is finished, the user terminal 200 logs out of the website 2, which is the active website (step S313).

Webサイト2のアプリケーションプログラムを2016/8/31版パッチ1に更新が完了した後に、一度ログアウトしたユーザ5又は別のユーザ5が、端末200を使用して、情報処理システム1を利用するためのWebサイトにアクセスした場合、情報処理装置100は、端末200をWebサイト2にルーティングして接続する。しかし、アクティブWebサイトをWebサイト2に切り替えた後であっても、切り替え前に情報処理システム1にログインしていて、ログアウトを行っていない端末200は、2016/8/31版のままとなる。 After the update of the application program of the website 2 to the 2016/8/31 patch 1 is completed, the user 5 who once logged out or another user 5 uses the terminal 200 to use the information processing system 1. When accessing the website, the information processing apparatus 100 routes the terminal 200 to the website 2 and connects. However, even after the active website has been switched to the website 2, the terminal 200 that has logged in to the information processing system 1 before switching and has not logged out remains as it is in the 2016/8/31 version. .

以上が、情報処理システム1による情報処理である。 The above is the information processing by the information processing system 1 .

このような情報処理装置1によれば、Webサービスを停止させずに、アプリケーションプログラムの更新を可能とする情報処理装置、情報処理方法及びそのプログラムを提供することができる。また、本情報処理装置1によれば、ユーザ5に対して、サーバの切り替え等の特別な操作を求めることもなく、かつ、ユーザ5に対して、アプリケーションプログラムが入れ替わったことを感じさせずに更新を行うことができる。障害が発生した場合に、迅速にプログラム修正を行い対策版をリリースできること、Webサービスを停止させずに更新を行えることから、病院担当者らのシステム停止やそのための調整等の負担を軽減することができる。 According to such an information processing apparatus 1, it is possible to provide an information processing apparatus, an information processing method, and a program thereof that enable updating of an application program without stopping a web service. Further, according to the information processing apparatus 1, the user 5 is not required to perform a special operation such as server switching, and the user 5 is not made to feel that the application program has been replaced. Updates can be made. In the event of a failure, it is possible to quickly modify the program and release a countermeasure version, and since updates can be made without stopping the web service, the burden on the hospital staff such as stopping the system and coordinating for it can be reduced. can be done.

[アプリケーションプログラム更新時の処理]
図5は、情報処理システム1のアプリケーションプログラム更新時の処理の一例である。図5を用いて、アプリケーションプログラムのリリースと、アクティブWebサイトの設定、アクセスのタイミングによるアプリケーションプログラムのバージョンについて説明する。
[Process when updating application program]
FIG. 5 shows an example of processing when the information processing system 1 updates an application program. With reference to FIG. 5, the release of the application program, the setting of the active website, and the version of the application program depending on the access timing will be described.

図5の(1)に示すように、2016/8/31版アプリケーションプログラムの定期リリースを行う場合、「Webサイト1に2016/8/31版アプリケーションプログラムをリリース」し、「ルーティングWebサイトのアクティブWebサイトにWebサイト1を設定」する。これ以降、ルーティングWebサイトにアクセスする場合には、2016/8/31版アプリケーションプログラムの実行されるWebサイト1に接続される。 As shown in (1) of FIG. 5, when performing a regular release of the 2016/8/31 version application program, "Release 2016/8/31 version application program to website 1" and "Activate routing website Set Web Site 1 to Web Sites. After that, when accessing the routing website, the user is connected to the website 1 where the 2016/8/31 version application program is executed.

次に、図5の(2)に示すように、リリース翌日に問題が発生し緊急リリースが必要となった場合、「Webサイト2に2016/8/31版パッチ1アプリケーションプログラムをリリース」し、「Webサイト2で問題個所の検証」を行う。 Next, as shown in (2) of FIG. 5, if a problem occurs the day after the release and an urgent release is required, "Release the 2016/8/31 patch 1 application program to the website 2", Perform "Verify Problem Locations on Web Site 2".

Webサイト2の検証に問題がなかった場合、図5の(3)に示すように、本番環境へと移行し、「ルーティングWebサイトのアクティブWebサイトにWebサイト2を設定」する。これ以降、ルーティングWebサイトにアクセスする場合には、2016/8/31版パッチ1アプリケーションプログラムの実行されるWebサイト2に接続される。しかし、アクティブWebサイトをWebサイト2に切り替えた後であっても、(1)以降にログインして、ログアウトを行っていない端末200は、2016/8/31版のままとなる。 If there is no problem with the verification of the website 2, as shown in (3) of FIG. 5, it is shifted to the production environment, and "the active website of the routing website is set to the website 2". From now on, when accessing the routing website, the user is connected to the website 2 where the 2016/8/31 patch 1 application program is executed. However, even after the active website is switched to website 2, the terminal 200 that has logged in after (1) and has not logged out remains in the 2016/8/31 version.

次に、図5の(4)に示すように、2016/9/15版アプリケーションプログラムの定期リリースを行う場合、「Webサイト3に2016/9/15版アプリケーションプログラムをリリース」し、「ルーティングWebサイトのアクティブWebサイトにWebサイト3を設定」する。これ以降、ルーティングWebサイトにアクセスする場合には、2016/9/15版アプリケーションプログラムの実行されるWebサイト3に接続される。しかし、アクティブWebサイトをWebサイト3に切り替えた後であっても、(1)以降にログインして、ログアウトを行っていない端末200は、2016/8/31版のままとなる。また、(3)以降にログインして、ログアウトを行っていない端末200は、2016/8/31版パッチ1のままとなる。 Next, as shown in (4) of FIG. 5, when performing a periodic release of the 2016/9/15 version application program, "Release 2016/9/15 version application program to website 3" and "Routing Web Set website 3 as the active website for the site. After that, when accessing the routing website, the user is connected to the website 3 where the 2016/9/15 version application program is executed. However, even after the active website is switched to website 3, the terminal 200 that has logged in after (1) and has not logged out remains in the 2016/8/31 version. In addition, the terminal 200 that has logged in after (3) and has not logged out remains with patch 1 of August 31, 2016.

次に、図5の(5)に示すように、翌日に問題が発生し緊急リリースが必要となった場合、「Webサイト1のサイトを停止」して、「Webサイト1に2016/9/15版パッチ1アプリケーションプログラムをリリース」し、「Webサイト1で問題個所の検証」を行う。 Next, as shown in (5) of FIG. 5, if a problem occurs on the next day and an emergency release is required, "Stop the site of Web site 1" and "Stop the site of Web site 1 Release the 15th version patch 1 application program" and perform "verification of problem areas on website 1".

Webサイト1の検証に問題がなかった場合、図5の(6)に示すように、本番環境へと移行し、「ルーティングWebサイトのアクティブWebサイトにWebサイト1を設定」する。これ以降、ルーティングWebサイトにアクセスする場合には、2016/9/15版パッチ1アプリケーションプログラムの実行されるWebサイト1に接続される。(1)以降にログインして、ログアウトを行っていない端末200は、(5)で「Webサイト1のサイトを停止」した際に、ログアウトを促すこととする。ログアウト後に、その時点でのアクティブWebサイトに自動で接続するような設定を設けてもよい。(3)以降にログインして、ログアウトを行っていない端末200は、2016/8/31版パッチ1のままとなる。また、(4)以降にログインして、ログアウトを行っていない端末200は、2016/9/15版のままとなる。 If there is no problem with the verification of the website 1, as shown in (6) of FIG. 5, it is shifted to the production environment, and "the website 1 is set as the active website of the routing website". From now on, when accessing the routing website, the user is connected to the website 1 where the 2016/9/15 patch 1 application program is executed. A terminal 200 that has logged in after (1) but has not logged out is prompted to log out when "Website 1 is stopped" in (5). A setting may be provided to automatically connect to the currently active website after logging out. (3) The terminal 200 that has logged in after that and has not logged out remains with patch 1 of August 31, 2016. Also, the terminals 200 that have logged in after (4) and have not logged out remain in the 2016/9/15 version.

以上が、アプリケーションプログラム更新時の処理である。 The above is the processing when updating the application program.

このように、Webサービスを停止させずに、アプリケーションプログラムの更新を可能とする情報処理装置、情報処理方法及びそのプログラムを提供することができる。また、ユーザ5に対して、サーバの切り替え等の特別な操作を求めることもなく、かつ、ユーザ5に対して、アプリケーションプログラムが入れ替わったことを感じさせずに更新を行うことができる。障害が発生した場合に、迅速にプログラム修正を行い対策版をリリースできること、Webサービスを停止させずに更新を行えることから、病院担当者らのシステム停止やそのための調整等の負担を軽減することができる。 In this way, it is possible to provide an information processing apparatus, an information processing method, and a program thereof that enable updating of an application program without stopping a web service. Further, the update can be performed without requiring the user 5 to perform a special operation such as server switching, and without making the user 5 feel that the application program has been replaced. In the event of a failure, it is possible to quickly modify the program and release a countermeasure version, and since updates can be made without stopping the web service, the burden on the hospital staff such as stopping the system and coordinating for it can be reduced. can be done.

[アクティブWebサイト切り替え画面]
図6は、アクティブWebサイト切り替え画面の一例である。例えば、図3のフローのステップS308のように、情報処理装置100のルーティング部104がアクティブWebサイトを切り替える際に、情報処理システム1の管理者に対して図6のような画面を表示して、アクティブWebサイトをどのWebサイトにするか設定させてよい。図6では、ラジオボタンでアクティブWebサイトを選択する例を示している。一番上のラジオボタンが、Webサイト1に、2016/8/31版のアプリケーションプログラムがリリースされていることを示す。真ん中のラジオボタンが、Webサイト2に、2016/8/31版パッチ1のアプリケーションプログラムがリリースされていることを示す。一番下のラジオボタンが、Webサイト3に、2016/9/15版のアプリケーションプログラムがリリースされていることを示す。図6では、一番上のラジオボタンが選択されているので、アクティブWebサイトがWebサイト1(2016/8/31版)に設定されている。例えば、アクティブWebサイトをWebサイト2(2016/8/31版パッチ1)に切り替えたい場合には、ラジオボタンで真ん中を選択して、画面右上の[切替]ボタンを選択すればよい。
[Active website switching screen]
FIG. 6 is an example of an active website switching screen. For example, as in step S308 of the flow of FIG. 3, when the routing unit 104 of the information processing apparatus 100 switches the active website, a screen such as that shown in FIG. 6 is displayed to the administrator of the information processing system 1. , may let you set which website is the active website. FIG. 6 shows an example of selecting an active website with radio buttons. The radio button at the top indicates that the 2016/8/31 version of the application program has been released to the website 1 . The radio button in the middle indicates that the application program of the 2016/8/31 patch 1 has been released to the website 2 . The radio button at the bottom indicates that the 2016/9/15 version of the application program has been released to the website 3 . In FIG. 6, the top radio button is selected, so the active website is set to website 1 (2016/8/31 version). For example, if you want to switch the active website to website 2 (2016/8/31 patch 1), select the center radio button and select the [Switch] button on the upper right of the screen.

上述した手段、機能は、コンピュータ(CPU、情報処理装置、各種端末を含む)が、所定のプログラムを読み込んで、実行することによって実現される。プログラムは、例えば、コンピュータからネットワーク経由で提供される(SaaS:ソフトウェア・アズ・ア・サービス)形態やクラウドサービスで提供されてよい。また、プログラムは、コンピュータ読取可能な記録媒体に記録された形態で提供される。この場合、コンピュータはその記録媒体からプログラムを読み取って内部記録装置又は外部記録装置に転送し記録して実行する。また、そのプログラムを、例えば、磁気ディスク、光ディスク、光磁気ディスク等の記録装置(記録媒体)に予め記録しておき、その記録装置から通信回線を介してコンピュータに提供するようにしてもよい。 The means and functions described above are realized by a computer (including a CPU, an information processing device, and various terminals) reading and executing a predetermined program. The program may be provided, for example, from a computer via a network (SaaS: software as a service) or provided as a cloud service. Also, the program is provided in a form recorded on a computer-readable recording medium. In this case, the computer reads the program from the recording medium, transfers it to an internal recording device or an external recording device, records it, and executes it. Alternatively, the program may be recorded in advance on a recording device (recording medium) such as a magnetic disk, optical disk, magneto-optical disk, etc., and provided from the recording device to the computer via a communication line.

以上、本発明の実施形態について説明したが、本発明は上述したこれらの実施形態に限るものではない。また、本発明の実施形態に記載された効果は、本発明から生じる最も好適な効果を列挙したに過ぎず、本発明による効果は、本発明の実施形態に記載されたものに限定されるものではない。 Although the embodiments of the present invention have been described above, the present invention is not limited to these embodiments described above. Moreover, the effects described in the embodiments of the present invention are merely enumerations of the most suitable effects resulting from the present invention, and the effects of the present invention are limited to those described in the embodiments of the present invention. is not.

1 情報処理システム
3 ネットワーク
5 ユーザ
100 情報処理装置
101 Webサイト実行部
102 アクセス受付部
103 サービス継続部
104 ルーティング部
110 制御部
120 通信部
130 記憶部
200 端末
210 端末制御部
220 通信部
230 記憶部
240 入出力部

1 information processing system 3 network 5 user 100 information processing device 101 website execution unit 102 access reception unit 103 service continuation unit 104 routing unit 110 control unit 120 communication unit 130 storage unit 200 terminal 210 terminal control unit 220 communication unit 230 storage unit 240 Input/output section

Claims (4)

端末からの要求に応じてWebサイトによりWebサービスを提供する情報処理装置であって、
前記Webサイトを提供するためのWebアプリケーションプログラムを2以上実行するWebサイト実行手段と、
前記端末からの前記Webサイトに対するアドレス情報に基づくアクセスを受付けるアクセス受付手段と、
前記アクセスに基づいて、第1のWebアプリケーションプログラムで端末のサービスを提供し続けるサービス継続手段と、
第2のWebアプリケーションプログラムのプログラムの更新を行い、更新が完了した後にアクセスを受付けた前記端末を、更新が完了した第2のWebアプリケーションプログラムが提供する第2のWebサイトにルーティングするルーティング手段と、
を備える情報処理装置。
An information processing device that provides a web service from a website in response to a request from a terminal,
Website execution means for executing two or more web application programs for providing the website;
access receiving means for receiving access to the website from the terminal based on address information;
service continuation means for continuing to provide the terminal service with the first web application program based on the access;
a routing means for updating the program of the second web application program and routing the terminal, which receives access after the update is completed, to the second website provided by the second web application program whose update is completed; ,
Information processing device.
前記Webサービスが、電子カルテシステムが提供するサービスである請求項1に記載の情報処理装置。 2. The information processing apparatus according to claim 1, wherein said web service is a service provided by an electronic medical record system. 端末からの要求に応じてWebサイトによりWebサービスを提供する情報処理システムに、
前記Webサイトを提供するためのWebアプリケーションプログラムを2以上実行するステップと、
前記端末からの前記Webサイトに対するアドレス情報に基づくアクセスを受付けるステップと、
前記アクセスに基づいて、第1のWebアプリケーションプログラムで端末のサービスを提供し続けるステップと、
第2のWebアプリケーションプログラムのプログラムの更新を行い、更新が完了した後にアクセスを受付けた前記端末を、更新が完了した第2のWebアプリケーションプログラムが提供する第2のWebサイトにルーティングするステップと、
を備える情報処理方法。
In an information processing system that provides web services from a website in response to a request from a terminal,
executing two or more web application programs for providing the website;
accepting access from the terminal to the website based on address information;
continuing to service the terminal with the first web application program based on said access;
a step of updating the program of the second web application program and routing the terminal, which has received access after the update is completed, to a second website provided by the second web application program whose update has been completed;
An information processing method comprising:
端末からの要求に応じてWebサイトによりWebサービスを提供するコンピュータに、
前記Webサイトを提供するためのWebアプリケーションプログラムを2以上実行するステップ、
前記端末からの前記Webサイトに対するアドレス情報に基づくアクセスを受付けるステップ、
前記アクセスに基づいて、第1のWebアプリケーションプログラムで端末のサービスを提供し続けるステップ、
第2のWebアプリケーションプログラムのプログラムの更新を行い、更新が完了した後にアクセスを受付けた前記端末を、更新が完了した第2のWebアプリケーションプログラムが提供する第2のWebサイトにルーティングするステップ、
を実行させるためのコンピュータ読み取り可能なプログラム。

To a computer that provides web services by a website in response to a request from a terminal,
executing two or more web application programs for providing the website;
accepting access from the terminal to the website based on address information;
continuing to service the terminal with the first web application program based on said access;
A step of updating the program of the second web application program and routing the terminal, which has received access after the update is completed, to the second website provided by the second web application program whose update has been completed;
A computer readable program for executing

JP2021060671A 2021-03-31 2021-03-31 Information processing apparatus, information processing method and its program Pending JP2022156799A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021060671A JP2022156799A (en) 2021-03-31 2021-03-31 Information processing apparatus, information processing method and its program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021060671A JP2022156799A (en) 2021-03-31 2021-03-31 Information processing apparatus, information processing method and its program

Publications (1)

Publication Number Publication Date
JP2022156799A true JP2022156799A (en) 2022-10-14

Family

ID=83559004

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021060671A Pending JP2022156799A (en) 2021-03-31 2021-03-31 Information processing apparatus, information processing method and its program

Country Status (1)

Country Link
JP (1) JP2022156799A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005202573A (en) * 2004-01-14 2005-07-28 Nec Corp Computer system, server computer, application updating method for computer system, and program
JP2005267312A (en) * 2004-03-19 2005-09-29 Hitachi Ltd Application replacement method and program therefor
JP2012099091A (en) * 2010-10-08 2012-05-24 Hitachi Ltd Thin client system
WO2015001798A1 (en) * 2013-07-03 2015-01-08 日本電気株式会社 Information processing server, information processing system, information processing method, and program recording medium
JP2017173995A (en) * 2016-03-22 2017-09-28 日本ユニシス株式会社 Server device, cloud system, and web application switching method
WO2017179537A1 (en) * 2016-04-15 2017-10-19 日本電気株式会社 Software update control device, software update control system, software update control method, and recording medium having software update control program stored thereon
JP2018147487A (en) * 2017-03-07 2018-09-20 株式会社リコー Application delivery controller
JP2020129184A (en) * 2019-02-07 2020-08-27 日本電気株式会社 Cluster system, control method thereof, server, and program

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005202573A (en) * 2004-01-14 2005-07-28 Nec Corp Computer system, server computer, application updating method for computer system, and program
JP2005267312A (en) * 2004-03-19 2005-09-29 Hitachi Ltd Application replacement method and program therefor
JP2012099091A (en) * 2010-10-08 2012-05-24 Hitachi Ltd Thin client system
WO2015001798A1 (en) * 2013-07-03 2015-01-08 日本電気株式会社 Information processing server, information processing system, information processing method, and program recording medium
JP2017173995A (en) * 2016-03-22 2017-09-28 日本ユニシス株式会社 Server device, cloud system, and web application switching method
WO2017179537A1 (en) * 2016-04-15 2017-10-19 日本電気株式会社 Software update control device, software update control system, software update control method, and recording medium having software update control program stored thereon
JP2018147487A (en) * 2017-03-07 2018-09-20 株式会社リコー Application delivery controller
JP2020129184A (en) * 2019-02-07 2020-08-27 日本電気株式会社 Cluster system, control method thereof, server, and program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
矢口 竜太郎: "ITインフラは使い捨てへ", 日経コンピュータ NO.868 NIKKEI COMPUTER, JPN6022027629, 2 September 2014 (2014-09-02), JP, pages 063 - 069, ISSN: 0004983508 *

Similar Documents

Publication Publication Date Title
US10025679B2 (en) Disaster recovery service
US8332955B2 (en) Transaction method in 3D virtual space
US11886678B2 (en) Multiple windows for a group-based communication system
US20140114991A1 (en) Providing access to information
CN108369503A (en) Automatic system response to external field replaceable units (FRU) process
KR100365261B1 (en) Web drive system
JP2022156799A (en) Information processing apparatus, information processing method and its program
CN104898929A (en) Method and system for realizing application mobility in management information system
JP2017151859A (en) Information processing device and program
WO2022186195A1 (en) Information processing device, information processing method, program, and information processing system
JP7486061B1 (en) Nursing care and/or medical support system, program, computer device, and information processing method
JP2015114853A (en) Information processing device, information processing method, and program
JP7305898B2 (en) Operation response method, operation response device, electronic device and storage medium
JP7103672B2 (en) Telemedicine support devices, systems, methods and programs
US11216590B1 (en) Systems, methods, and media for generating documents containing confidential information
US11954227B2 (en) Systems, methods, and media for generating documents containing confidential information
US11222140B1 (en) Systems, methods, and media for generating documents containing confidential information
WO2020129700A1 (en) Data management system and data management method
JP2005165431A (en) Remote control system for electronic device
JP2023167764A (en) Information processing system, information processing method, and information processing program
CN117972785A (en) Data management and control processing method and system
CN111737370A (en) Tenant isolation method, device and medium for mirror image warehouse
CN114492884A (en) Reservation method, system, user terminal and storage medium
CN115658813A (en) Data synchronization method and device, electronic equipment and storage medium
WO2020142803A1 (en) Personalised, interactive messaging system and method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210420

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210708

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20210709

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20220705

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20220831

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20221012

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230207

A601 Written request for extension of time

Free format text: JAPANESE INTERMEDIATE CODE: A601

Effective date: 20230330

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230531

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230905

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20240305