JP2008250866A - Calculation method, calculation device and computer program - Google Patents

Calculation method, calculation device and computer program Download PDF

Info

Publication number
JP2008250866A
JP2008250866A JP2007094073A JP2007094073A JP2008250866A JP 2008250866 A JP2008250866 A JP 2008250866A JP 2007094073 A JP2007094073 A JP 2007094073A JP 2007094073 A JP2007094073 A JP 2007094073A JP 2008250866 A JP2008250866 A JP 2008250866A
Authority
JP
Japan
Prior art keywords
information
identifier
change
database
search
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
JP2007094073A
Other languages
Japanese (ja)
Other versions
JP5130767B2 (en
Inventor
Manabu Mizobuchi
真名武 溝渕
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2007094073A priority Critical patent/JP5130767B2/en
Publication of JP2008250866A publication Critical patent/JP2008250866A/en
Application granted granted Critical
Publication of JP5130767B2 publication Critical patent/JP5130767B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a calculation method, a calculation device and a computer program capable of calculating an influential range on an operation support system and a change degree of a whole system for a change request about an operation. <P>SOLUTION: According to searching conditions for the change request, the calculation device 10 searches respective data bases 20 to 50 and specifies an identifier for identifying information in the data base storing the information obtained from its search result. Based on the specified identifier, the calculation device 10 specifies an identifier of other data bases associated with the identifier and calculates the change degree based on the information corresponding to the specified identifier and information obtained by the prior search result. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、業務に関連する変更要求に対して、業務支援システムの変更度合いを算出する算出方法、算出装置及び該算出装置を実現するためのコンピュータプログラムに関する。   The present invention relates to a calculation method, a calculation device, and a computer program for realizing the calculation device for calculating a change degree of a job support system in response to a change request related to a job.

様々な業務を支援する業務支援システムの構築には、システムを設計するための各種仕様書、システムを構成するハードウェア群及びソフトウェアモジュール群、システムをテストするためのテストプログラム及びテスト仕様書など、膨大な数の部品、ドキュメント類を必要とする。   For the construction of a business support system that supports various business, various specifications for designing the system, hardware and software modules that make up the system, test programs and test specifications for testing the system, etc. A huge number of parts and documents are required.

このような業務支援システムの導入時、あるいは導入後の運用時には、種々の要因により業務に関する変更要求が生じる。このような場合、その業務支援システムに関連する部品、ドキュメント類などのどの箇所にどのような変更が必要であるかを把握した上で、変更後のシステムが問題なく動作することを検証するとともに、検証した状態を維持管理し、検証結果を記録しておくCSV(Computerized System Validation)活動が行われている。   When such a business support system is introduced or operated after the introduction, a change request related to the business occurs due to various factors. In such a case, after confirming what change is necessary for which part of the business support system, such as parts, documents, etc., verify that the system after the change works without problems. A CSV (Computerized System Validation) activity is carried out to maintain the verified state and record the verification result.

ソフトウェアの機能変更に伴う影響範囲を抽出する技術として、例えば、ソフトウェアの機能ごとにID番号をつけておき、調査対象となる機能を特定する機能IDが入力された場合、その機能IDを検索し、機能IDに対応付けられているドキュメント内の章番号を含む影響範囲一覧表を表示する影響範囲抽出システムが開示されている(特許文献1参照)。   As a technique for extracting the range of influence associated with a software function change, for example, an ID number is assigned to each software function, and when a function ID for specifying a function to be investigated is input, the function ID is searched. An influence range extraction system that displays an influence range list including chapter numbers in a document associated with a function ID is disclosed (see Patent Document 1).

また、異なる分類に属する2要素間の直接的な関連性の有無を示す関連性データを記憶しておき、特定の要素の指定を受け付けた場合、その要素に直接的又は他の要素を介して間接的に関連性を有する要素を抽出することにより、特定の要素の設計値の変更に伴って影響を受ける他の要素に対して、設計値の変更を行うべきか否かをただちに判断して作業者の負担を大幅に軽減することができる設計支援装置が開示されている(特許文献2参照)。   In addition, when relevance data indicating the presence or absence of direct relevance between two elements belonging to different classifications is stored, and designation of a specific element is accepted, the element is directly or via other elements By extracting elements that are indirectly related, you can immediately determine whether to change the design value for other elements that are affected by the change in the design value of a specific element. A design support apparatus that can significantly reduce the burden on the worker has been disclosed (see Patent Document 2).

また、変更要求に対する影響範囲を容易に把握するために、ソフトウェア要求仕様書の記載箇所とソフトウェア設計仕様書の記載箇所との関連性を示す第1のマトリクス欄、ソフトウェア設計仕様書の記載箇所とプログラム仕様書の記載箇所との関連性を示す第2のマトリクス欄、及びプログラム仕様書の記載箇所とソースプログラムの構成単位との関連性を示す第3のマトリクス欄から構成される仕様書間クロスリファレンス表が開示されている(特許文献3参照)。
特開2002−189593号公報 特開2000−172728号公報 特開平10−105390号公報
In addition, in order to easily grasp the range of influence on the change request, the first matrix column indicating the relationship between the location of the software requirement specification and the location of the software design specification, the location of the software design specification Cross between specifications composed of a second matrix column indicating the relevance with the program specification description location and a third matrix column indicating the relevance between the program specification description location and the source program component. A reference table is disclosed (see Patent Document 3).
JP 2002-189593 A JP 2000-172728 A JP-A-10-105390

しかしながら、特許文献1のシステムにあっては、影響範囲を抽出することができるのは、ソフトウェア機能に限定されている。一般的に業務支援システムに対する変更要求は、ソフトウェア機能に限定されるものではなく、ハードウェア、ドキュメント類などのシステムに関連するもの、あるいはシステムに直接関連しない要因、例えば、インフラに関するものなど、様々な要因で変更要求がなされる場合が多く、そのような変更要求に対しては、影響範囲を把握することができないという問題がある。   However, in the system of Patent Document 1, the range of influence can be extracted is limited to the software function. In general, a change request for a business support system is not limited to a software function, but is related to a system such as hardware and documents, or a factor not directly related to the system, such as an infrastructure. There are many cases where a change request is made due to various factors, and there is a problem that the scope of influence cannot be grasped for such a change request.

また、特許文献2の装置にあっては、設計要素に関連のある他の要素を抽出して作業者の労力を軽減するものの、設計要素に限定されているため、特許文献1の例と同様に、業務支援システムのような様々な要因で変更要求がなされる場合には、対応することができないという問題がある。   Further, in the apparatus of Patent Document 2, although other elements related to the design element are extracted to reduce the labor of the operator, since it is limited to the design element, it is similar to the example of Patent Document 1. In addition, when a change request is made due to various factors such as a business support system, there is a problem that it cannot be handled.

さらに、特許文献3の例にあっては、ソフトウェアの要求仕様と設計書又はプログラムコードとの関連性を提供することはできるものの、ハードウェア、ネットワークインフラなどシステム全体に及ぼす影響範囲を正確に把握することができないという問題がある。   Furthermore, in the example of Patent Document 3, although the relationship between the required software specifications and the design document or program code can be provided, the scope of influence on the entire system such as hardware and network infrastructure can be accurately grasped. There is a problem that you can not.

本発明は、斯かる事情に鑑みてなされたものであり、業務に関連する変更要求に対して、業務支援システムに及ぼす影響範囲、すなわちシステム全体の変更度合いを算出することができる算出方法、算出装置及び該算出装置を実現するためのコンピュータプログラムを提供することを目的とする。   The present invention has been made in view of such circumstances, and a calculation method and calculation capable of calculating a range of influence on a work support system, that is, a degree of change of the entire system, for a change request related to work. It is an object of the present invention to provide an apparatus and a computer program for realizing the calculation apparatus.

第1発明に係る算出方法は、業務支援システムに関連する情報と該情報を識別する識別子とを対応付けて記録した複数の情報データベースに基づいて、業務に関連する変更要求に対する業務支援システムの変更度合いを算出する算出方法において、前記情報データベース間で関連する情報を識別子で相互に関連付けるステップと、変更要求のための検索条件を受け付けるステップと、受け付けた検索条件に基づいて、各情報データベースを検索するステップと、検索して得られた情報が記録された情報データベースで該情報に対応付けられた識別子を特定するステップと、特定した識別子に関連付けられた他の情報データベースの識別子に対応付けられた情報及び検索して得られた情報に基づいて、変更度合いを算出するステップとを含むことを特徴とする。   The calculation method according to the first invention is based on a plurality of information databases in which information related to a business support system and an identifier for identifying the information are recorded in association with each other, and the change of the business support system in response to a change request related to a business In the calculation method for calculating the degree, a step of associating related information between the information databases with an identifier, a step of receiving a search condition for a change request, and searching each information database based on the received search condition A step of identifying an identifier associated with the information in an information database in which information obtained by searching is recorded, and an identifier of another information database associated with the identified identifier Calculating the degree of change based on the information and the information obtained from the search. The features.

第2発明に係る算出装置は、業務支援システムに関連する情報と該情報を識別する識別子とを対応付けて記録した複数の情報データベースに基づいて、業務に関連する変更要求に対する業務支援システムの変更度合いを算出する算出装置において、前記情報データベース間で関連する情報を識別子で相互に関連付ける関連付け手段と、変更要求のための検索条件を受け付ける受付手段と、該受付手段で受け付けた検索条件に基づいて、各情報データベースを検索する検索手段と、該検索手段で検索して得られた情報が記録された情報データベースで該情報に対応付けられた識別子を特定する特定手段と、該特定手段で特定した識別子に関連付けられた他の情報データベースの識別子に対応付けられた情報及び前記検索手段で検索して得られた情報に基づいて、変更度合いを算出する算出手段とを備えることを特徴とする。   The calculation device according to the second aspect of the present invention is based on a plurality of information databases in which information related to a business support system and an identifier for identifying the information are recorded in association with each other, and the business support system changes in response to a change request related to a business In the calculation device for calculating the degree, based on the association means for associating the information related between the information databases with each other by the identifier, the reception means for receiving the search condition for the change request, and the search condition received by the reception means A search means for searching each information database, a specifying means for specifying an identifier associated with the information in an information database in which information obtained by searching by the search means is recorded, and a specifying means specified by the specifying means Information associated with an identifier of another information database associated with the identifier and obtained by searching with the search means Based on the distribution, characterized by comprising a calculating means for calculating a change degree.

第3発明に係る算出装置は、第2発明において、前記情報データベースそれぞれは、ユーザ要件情報、機能要件情報、該ユーザ要件情報若しくは機能要件情報を検証するための検証要件情報又は業務支援システムを構成する構成要素情報のいずれかを記録してあり、前記算出手段は、前記検証要件情報又は構成要素情報に基づいて、変更度合いを算出するように構成してあることを特徴とする。   According to a third aspect of the present invention, in the calculation device according to the second aspect, each of the information databases comprises user requirement information, functional requirement information, verification requirement information for verifying the user requirement information or functional requirement information, or a business support system. Any one of the component element information to be recorded is recorded, and the calculation means is configured to calculate a change degree based on the verification requirement information or the component element information.

第4発明に係る算出装置は、第2発明において、記録した情報に対応付けて承認区分を設定する設定手段と、前記算出手段で算出する変更度合いに関連する情報に対応付けられた承認区分を出力する出力手段とを備えることを特徴とする。   According to a fourth aspect of the present invention, there is provided a calculation device according to the second aspect, comprising: a setting unit configured to set an approval classification in association with the recorded information; and an approval classification associated with information related to the degree of change calculated by the calculation unit. Output means for outputting.

第5発明に係るコンピュータプログラムは、コンピュータに、業務支援システムに関連する情報と該情報を識別する識別子とを対応付けて記録した複数の情報データベースに基づいて、業務に関連する変更要求に対する業務支援システムの変更度合いを算出させるためのコンピュータプログラムにおいて、コンピュータを、前記情報データベース間で関連する情報を識別子で相互に関連付ける関連付け手段と、変更要求のための検索条件を受け付ける受付手段と、受け付けた検索条件に基づいて、各情報データベースを検索する検索手段と、検索して得られた情報が記録された情報データベースで該情報に対応付けられた識別子を特定する特定手段と、特定した識別子に関連付けられた他の情報データベースの識別子に対応付けられた情報及び検索して得られた情報に基づいて、変更度合いを算出する算出手段として機能させることを特徴とする。   A computer program according to a fifth aspect of the present invention provides a business support for a change request related to a business based on a plurality of information databases in which information related to the business support system and an identifier for identifying the information are associated with each other and recorded on the computer. In a computer program for calculating a degree of change of a system, an association means for associating information related to each other between the information databases with an identifier, a reception means for receiving a search condition for a change request, and a received search Search means for searching each information database based on conditions, specification means for specifying an identifier associated with the information in the information database in which information obtained by the search is recorded, and an identifier associated with the specified identifier Information associated with identifiers of other information databases Based on the retrieved information obtained, characterized in that to function as calculating means for calculating a change degree.

第1発明、第2発明及び第5発明にあっては、各情報データベースには、業務支援システムに関連する情報とその情報を識別する識別子とを対応付けて記録してあり、各情報データベース間で関連する情報を識別子で相互に関連付けてある。すなわち、情報データベースをまたがって記録された情報のうち関連する情報は、その情報に対応する識別子同士で関連付けしてある。また、業務支援システムは、種々の業務を支援するためのコンピュータシステムであり、ハードウェア、ソフトウェア、ドキュメント類など様々な構成要素及び情報などにより構成されている。業務に関連する変更要求のための検索条件を受け付けた場合、受け付けた検索条件に応じて、各情報データベースを検索し、検索結果により得られた情報が記録された情報データベースにおいて、その情報を識別する識別子を特定する。この場合、変更要求は、業務に直接関連するものだけではなく、間接的に関連するもの、関連性があると考えられるものなども含まれる。特定した識別子に基づいて、その識別子に関連付けられた他の情報データベースの識別子を特定する。他の情報データベースで特定した識別子に対応する情報及び先の検索結果により得られた情報に基づいて、変更度合いを算出する。   In the first invention, the second invention, and the fifth invention, in each information database, information related to the business support system and an identifier for identifying the information are recorded in association with each other. The related information is associated with each other by an identifier. That is, related information among the information recorded across the information databases is associated with identifiers corresponding to the information. The business support system is a computer system for supporting various business operations, and includes various components and information such as hardware, software, and documents. When a search condition for a change request related to a business is received, each information database is searched according to the received search condition, and the information is identified in the information database in which information obtained from the search result is recorded. Specify the identifier to be used. In this case, the change request includes not only those directly related to the business but also those indirectly related and those considered to be related. Based on the identified identifier, an identifier of another information database associated with the identifier is identified. The degree of change is calculated based on the information corresponding to the identifier specified in the other information database and the information obtained from the previous search result.

例えば、他の情報データベースで特定した識別子に対応する情報及び先の検索結果により得られた情報の一覧を出力(表示)することにより、業務支援システムに関連する情報のうち、変更要求に対して影響を受ける範囲を明確にすることができる。また、情報の中に変更に必要な工程数、作業量が把握できる情報を含めることにより、定量的に変更度合いを算出することができる。これにより、変更要求に対するシステム全体に及ぼす影響範囲を定性的かつ定量的に把握することができる。また、検索条件により情報データベース内で関連する情報が抽出された場合、識別子を介してその情報に基づいて他の情報データベースから関連する情報も抽出することができるため、変更要求に対して影響を受ける範囲を漏れなく把握することが可能となる。   For example, by outputting (displaying) a list of information corresponding to identifiers specified in other information databases and information obtained from previous search results, it is possible to respond to a change request among information related to the business support system. The affected area can be clarified. Moreover, the change degree can be calculated quantitatively by including information in which the number of processes necessary for the change and the amount of work can be grasped in the information. As a result, it is possible to qualitatively and quantitatively understand the range of influence of the change request on the entire system. Also, when relevant information is extracted in the information database due to the search condition, relevant information can also be extracted from other information databases based on the information via the identifier, which has an impact on the change request. It is possible to grasp the receiving range without omission.

第3発明にあっては、情報データベースそれぞれは、ユーザ要件情報、機能要件情報、該ユーザ要件情報若しくは機能要件情報を検証するための検証要件情報又は業務支援システムを構成する構成要素情報のいずれかを記録してある。例えば、ユーザ要件の情報データベースは、識別子であるユーザ要件番号に対応付けてユーザ要件情報を記録している。また、機能要件の情報データベースは、ユーザ要件番号と機能要件番号(識別子)とを関連付けるとともに、機能要件番号に対応付けて機能要件情報(例えば、機能仕様書)を記録している。また、検証要件の情報データベースは、ユーザ要件番号、機能要件番号及び識別子である検証要件番号(例えば、テストスクリプト番号)を関連付けるとともに、検証要件番号に対応付けて検証要件情報(例えば、テスト内容)を記録している。さらに、構成要素の情報データベースは、ユーザ要件番号、機能要件番号及び識別子である構成要素番号(例えば、構成アイテム番号)を関連付けるとともに、構成要素番号に対応付けて構成要素情報(例えば、アイテム名、又はハードウェア、ソフトウェア若しくはドキュメント等の種別など)を記録している。   In the third invention, each of the information databases is any of user requirement information, functional requirement information, verification requirement information for verifying the user requirement information or functional requirement information, or component information constituting the business support system. Is recorded. For example, the user requirement information database records user requirement information in association with a user requirement number that is an identifier. In addition, the functional requirement information database associates a user requirement number with a functional requirement number (identifier), and records functional requirement information (for example, a functional specification) in association with the functional requirement number. The verification requirement information database associates a user requirement number, a functional requirement number, and a verification requirement number (for example, a test script number) as an identifier, and also verifies the verification requirement information (for example, test contents) in association with the verification requirement number. Is recorded. Further, the component information database associates a component number (for example, a configuration item number) that is a user requirement number, a functional requirement number, and an identifier, and also configures component element information (for example, an item name, Or the type of hardware, software, or document).

算出手段は、検証要件情報又は構成要素情報に基づいて、変更度合いを算出する。例えば、検証要件情報に基づいて、テストスクリプト番号及びテスト内容を特定することにより、変更要求に対するテスト量を把握することができる。また、構成要素情報に基づいて、業務支援システムを構成する構成アイテムであるソフトウェア、ハードウェア、又はドキュメント等の変更範囲を把握することができる。これにより、従来のように、単にソフトウェアの機能、設計要素、あるいはプログラムコードなどに対する限定的な影響範囲を把握するのみならず、システム全体を構成する構成アイテムに対する変更度合いを把握することができる。さらに、構成要素の情報データベースが識別子を介して他の情報データベースと関連付けてあるため、システムの構成要素に変更がある場合でも、その変更に対する機能仕様書への影響又はテストへの影響などを把握することができる。   The calculation means calculates the degree of change based on the verification requirement information or the component element information. For example, by specifying the test script number and the test content based on the verification requirement information, the test amount for the change request can be grasped. Further, based on the component element information, it is possible to grasp the change range of software, hardware, documents, etc., which are configuration items constituting the business support system. As a result, it is possible to grasp not only a limited range of influence on software functions, design elements, program codes, etc., but also the degree of change with respect to configuration items constituting the entire system, as in the past. In addition, because the component information database is linked to other information databases via identifiers, it is possible to understand the effect of the change on the functional specification or the test even if there is a change in the system component. can do.

第4発明にあっては、情報データベースに記録した情報に対応付けて変更要求に対する承認区分(例えば、承認レベル)を設定する。変更度合いを算出する場合、変更要求に対して影響を受ける情報に関連する承認区分を出力する。これにより、変更要求に対する変更度合いに応じた承認レベルを決定することができ、変更度合いを把握した後の実際の変更処理を迅速に行うことが可能となる。   In the fourth invention, an approval category (for example, an approval level) for the change request is set in association with the information recorded in the information database. When calculating the degree of change, an approval category related to information affected by the change request is output. Thereby, the approval level according to the change degree with respect to a change request | requirement can be determined, and it becomes possible to perform the actual change process after grasping | ascertaining the change degree rapidly.

第1発明、第2発明及び第5発明にあっては、業務支援システムに関連する情報のうち、変更要求に対して影響を受ける範囲を明確にすることができる。また、情報の中に変更に必要な工程数、作業量が把握できる情報を含めることにより、定量的に変更度合いを算出することができ、変更要求に対するシステム全体に及ぼす影響範囲を定性的かつ定量的に把握することができる。また、検索条件により情報データベース内で関連する情報が抽出された場合、識別子を介してその情報に基づいて他の情報データベースから関連する情報も抽出することができるため、変更要求に対して影響を受ける範囲を漏れなく把握することが可能となる。   In the first invention, the second invention, and the fifth invention, it is possible to clarify the range affected by the change request among the information related to the business support system. In addition, by including information that can grasp the number of steps required for change and the amount of work in the information, the degree of change can be calculated quantitatively, and the range of influence on the entire system for change requests can be qualitatively and quantitatively determined. Can be grasped. Also, when relevant information is extracted in the information database due to the search condition, relevant information can also be extracted from other information databases based on the information via the identifier, which has an impact on the change request. It is possible to grasp the receiving range without omission.

第3発明にあっては、従来のように、単にソフトウェアの機能、設計要素、あるいはプログラムコードなどに対する限定的な影響範囲を把握するのみならず、システム全体を構成する構成アイテムに対する変更度合いを把握することができる。さらに、構成要素の情報データベースが識別子を介して他の情報データベースと関連付けてあるため、システムの構成要素に変更がある場合でも、その変更に対する機能仕様書への影響又はテストへの影響などを把握することができる。   In the third aspect of the invention, as in the prior art, not only the limited scope of influence on software functions, design elements, or program codes, but also the degree of change to the configuration items that make up the entire system are understood. can do. In addition, because the component information database is linked to other information databases via identifiers, it is possible to understand the effect of the change on the functional specification or the test even if there is a change in the system component. can do.

第4発明にあっては、変更要求に対する変更度合いに応じた承認レベルを決定することができ、変更度合いを把握した後の実際の変更処理を迅速に行うことが可能となる。   In the fourth invention, the approval level according to the degree of change with respect to the change request can be determined, and the actual change process after grasping the degree of change can be quickly performed.

以下、本発明をその実施の形態を示す図面に基づいて説明する。図1は本発明に係る算出装置10の構成を示すブロック図である。算出装置10は、入力部11、制御部12、検索処理部13、変更度合い算出部14、記憶部15、出力部16などを備えている。算出装置10は、業務支援システム(不図示)に対する変更要求に基づいて、システムに関する情報に及ぼす影響範囲、すなわち変更度合いを算出するものである。また、業務支援システムは、種々の業務、例えば、GCP(Good Clinical Practice)管理系業務を支援するためのコンピュータシステムであり、ハードウェア、ソフトウェア、ドキュメント類など様々な構成要素及び情報などにより構成されている。なお、業務支援システムは、GCP管理系業務に限定されるものではない。また、変更要求は、業務に直接関連するものだけではなく、間接的に関連するもの、関連性があると考えられるものなども含まれる。   Hereinafter, the present invention will be described with reference to the drawings illustrating embodiments thereof. FIG. 1 is a block diagram showing a configuration of a calculation apparatus 10 according to the present invention. The calculation device 10 includes an input unit 11, a control unit 12, a search processing unit 13, a change degree calculation unit 14, a storage unit 15, an output unit 16, and the like. The calculation device 10 calculates the influence range, that is, the degree of change, which affects information related to the system, based on a change request to a business support system (not shown). The business support system is a computer system for supporting various business, for example, GCP (Good Clinical Practice) management business, and is composed of various components and information such as hardware, software, and documents. ing. The business support system is not limited to GCP management business. Further, the change request includes not only those directly related to the business but also those indirectly related and those considered to be related.

算出装置10には、URSデータベース(ユーザ要件情報データベース)20、FRSデータベース(機能要件情報データベース)30、テスト項目データベース(検証要件情報データベース)40、構成管理アイテムデータベース(構成要素情報データベース)50を接続してある。なお、各データベース20〜50は、算出装置10に内蔵する構成であってもよい。   A URS database (user requirement information database) 20, an FRS database (functional requirement information database) 30, a test item database (verification requirement information database) 40, and a configuration management item database (component element information database) 50 are connected to the calculation device 10. It is. The databases 20 to 50 may be configured to be built in the calculation device 10.

入力部11は、キーボード、マウスなどを備え、ユーザによる変更依頼表の入力、変更要求に対する検索条件の入力などを受け付ける。検索条件は、例えば、各データベース20〜50に記録された情報を検索するためのキーワード、AND又はOR等の記号、検索範囲などを含む。ユーザは、後述する検索条件入力画面に従って検索条件を入力することができる。   The input unit 11 includes a keyboard, a mouse, and the like, and receives input of a change request table by a user, input of search conditions for a change request, and the like. The search condition includes, for example, a keyword for searching for information recorded in each of the databases 20 to 50, a symbol such as AND or OR, a search range, and the like. The user can input search conditions according to a search condition input screen described later.

制御部12は、CPU、RAM、ROMなどを備えたパーソナルコンピュータで構成することができ、算出装置10全体の動作を制御する。   The control unit 12 can be configured by a personal computer including a CPU, a RAM, a ROM, and the like, and controls the operation of the entire calculation apparatus 10.

検索処理部13は、検索エンジンである。検索処理部13は、入力部11から入力されたキーワードを含む検索条件を取得し、取得した検索条件に基づいて、各データベース20〜50に記録された情報(レコード)を検索する。検索処理部13は、キーワードに一致又は類似する単語が発見された場合、その単語を含むレコードを抽出するとともに、そのレコードを識別するための識別子を特定する。   The search processing unit 13 is a search engine. The search processing unit 13 acquires a search condition including a keyword input from the input unit 11, and searches information (records) recorded in each of the databases 20 to 50 based on the acquired search condition. When a word that matches or is similar to a keyword is found, the search processing unit 13 extracts a record including the word and specifies an identifier for identifying the record.

図2はURSデータベース20の構造を示す説明図である。URSデータベース20は、記録した各情報(レコード)を識別するための識別子であるユーザ要件番号(例えば、URS−001、…)、ユーザ要件番号に対応付けられた要件内容(例えば、テキストベースのレコード)、法律又は規則等の規制要件の有無を示すフラグ、記録したレコードが業務に関連する要件であるか否かを示す要件種別(例えば、ビジネス要件、非業務要件など)、各レコードを変更する場合の承認レベルなどで構成されている。   FIG. 2 is an explanatory diagram showing the structure of the URS database 20. The URS database 20 includes a user requirement number (for example, URS-001,...) That is an identifier for identifying each recorded information (record), and a requirement content (for example, a text-based record) associated with the user requirement number. ), A flag indicating the presence or absence of regulatory requirements such as laws or regulations, a requirement type indicating whether the recorded record is a business-related requirement (for example, business requirement, non-business requirement, etc.), and changing each record It consists of the approval level and so on.

承認レベルは、業務支援システムに関連する情報の重要度などに応じて設定することができ、例えば、SO(System Owner)、VL(Validation Leader)などである。また、承認レベルは、IT担当者、業務責任者、プロジェクトリーダなどであってもよい。   The approval level can be set according to the importance of information related to the business support system, and is, for example, SO (System Owner), VL (Validation Leader), or the like. The approval level may be an IT person in charge, a business person in charge, a project leader, or the like.

規制要件の有無、要件種別は、検索条件として受け付けることができ、検索条件に応じてレコードの検索範囲を設定することが可能となる。   The presence / absence of the regulatory requirement and the requirement type can be accepted as search conditions, and the search range of records can be set according to the search conditions.

図3はFRSデータベース30の構造を示す説明図である。FRSデータベース30は、ユーザ要件番号に関連付けて機能要件番号(例えば、FRS−001、…)を記録している。機能要件番号は、記録した各情報(レコード)を識別するための識別子である。FRSデータベース30は、機能要件番号に対応付けられた要件内容(例えば、テキストベースのレコード)、記録したレコードの要件種別(例えば、アプリケーション、インフラ、ネットワークなど)、各レコードを変更する場合の承認レベルなどで構成されている。   FIG. 3 is an explanatory diagram showing the structure of the FRS database 30. The FRS database 30 records functional requirement numbers (for example, FRS-001,...) In association with user requirement numbers. The functional requirement number is an identifier for identifying each recorded information (record). The FRS database 30 includes a requirement content (for example, a text-based record) associated with the functional requirement number, a requirement type (for example, application, infrastructure, network, etc.) of the recorded record, and an approval level when each record is changed. Etc.

要件種別は、検索条件として受け付けることができ、検索条件に応じてレコードの検索範囲を設定することが可能となる。   The requirement type can be accepted as a search condition, and a record search range can be set according to the search condition.

図4はテスト項目データベース40の構造を示す説明図である。テスト項目データベース40は、ユーザ要件番号及び機能要件番号に関連付けてテストフェーズ、テストスクリプト番号、テストステップ番号を記録している。テストフェーズ、テストスクリプト番号、テストステップ番号は、記録した各情報(レコード)を識別するための識別子である。   FIG. 4 is an explanatory diagram showing the structure of the test item database 40. The test item database 40 records a test phase, a test script number, and a test step number in association with the user requirement number and the functional requirement number. The test phase, test script number, and test step number are identifiers for identifying each recorded information (record).

テストフェーズは、例えば、DQ(Design Qualification:ユーザ要件、機能要件通りに設計されたかを検証する段階)、IQ(Installation Qualification:要件通りに設置されたかを検証する段階)、OQ(Operational Qualification:要求機能通りの動作を検証する段階)、PQ(Performance Qualification:業務に使用できるかを検証する段階)などで構成され、業務支援システムの導入又は運用における段階を特定する。   The test phase includes, for example, DQ (Design Qualification: a stage for verifying whether it is designed according to user requirements and functional requirements), IQ (Installation Qualification: a stage for verifying whether it is installed according to requirements), OQ (Operational Qualification: requirements) It is composed of a stage for verifying operation according to function), PQ (Performance Qualification: stage for verifying whether it can be used for business), etc., and specifies a stage in the introduction or operation of the business support system.

テストスクリプト番号は、特定の機能を検証するための一連のテスト処理を特定するものであり、業務支援システムに対して変更を行う際に、どの程度の検証を行う必要があるかをテストスクリプトの数で見積もることができる。また、テストステップ番号は、各テストスクリプト内の個々のテスト処理ステップを特定する。   The test script number identifies a series of test processes for verifying a specific function, and indicates how much verification is required when making changes to the business support system. Can be estimated by number. The test step number identifies an individual test processing step in each test script.

また、テスト項目データベース40は、テストフェーズ、テストスクリプト番号、テストステップ番号に対応付けられたテスト内容(例えば、テキストベースのレコード)、テスト結果(例えば、テキストベースのレコード)などを記録している。   In addition, the test item database 40 records test contents (for example, text-based records) and test results (for example, text-based records) associated with test phases, test script numbers, and test step numbers. .

図5は構成管理アイテムデータベース50の構造を示す説明図である。構成管理アイテムデータベース50は、ユーザ要件番号及び機能要件番号に関連付けて構成アイテム番号(例えば、ITEM−0001、…)を記録している。構成アイテム番号は、記録した各情報(レコード)を識別するための識別子である。   FIG. 5 is an explanatory diagram showing the structure of the configuration management item database 50. The configuration management item database 50 records configuration item numbers (for example, ITEM-0001,...) In association with user requirement numbers and functional requirement numbers. The configuration item number is an identifier for identifying each recorded information (record).

構成管理アイテムデータベース50は、構成アイテム番号に対応付けられたアイテム名(例えば、テキストベースのレコード)、サプライヤ名(例えば、テキストベースのレコード)、ハードウェア、ソフトウェアあるいはドキュメントの区別を示す種類、ドキュメントの版数などを記録している。   The configuration management item database 50 includes an item name (for example, a text-based record) associated with a configuration item number, a supplier name (for example, a text-based record), a type indicating the distinction between hardware, software, or a document, a document The version number of is recorded.

アイテム名は、例えば、部品名又は部品型番、アプリケーション名、ドキュメント名などである。また、サプライヤ名は、例えば、部品等を供給するベンダー名、取引先会社名などである。ハードウェア、ソフトウェアあるいはドキュメントの区別を示す種類は、検索条件として受け付けることができ、検索条件に応じてレコードの検索範囲を設定することが可能となる。   The item name is, for example, a part name or a part model number, an application name, a document name, or the like. The supplier name is, for example, the name of a vendor that supplies parts, the name of a supplier company, and the like. A type indicating a distinction between hardware, software, and documents can be accepted as a search condition, and a record search range can be set according to the search condition.

なお、上述の各データベース20〜50は、業務支援システムの導入作業中において生成される。   Each of the databases 20 to 50 described above is generated during the operation of introducing the business support system.

検索処理部13は、検索の結果、抽出したレコードが記録されたデータベースにおいて、そのレコードを識別する識別子を特定する。例えば、検索の結果、抽出したレコードがユーザ要件である場合、その要件内容に対応するユーザ要件番号を特定する。また、検索の結果、抽出したレコードがアイテム名である場合、そのアイテム名に対応する構成アイテム番号を特定する。   The search processing unit 13 specifies an identifier for identifying the record in the database in which the extracted record is recorded as a result of the search. For example, if the extracted record is a user requirement as a result of the search, the user requirement number corresponding to the requirement content is specified. As a result of the search, if the extracted record is an item name, the constituent item number corresponding to the item name is specified.

検索処理部13は、検索の結果により特定した識別子に基づいて、その識別子に関連付けられた他のデータベースの識別子を特定する。例えば、検索の結果、URSデータベース20のあるユーザ要件番号が特定された場合、FRSデータベース30、テスト項目データベース40、構成管理アイテムデータベース50において、ユーザ要件番号に関連付けられた識別子(機能要件番号、テストスクリプト番号、構成アイテム番号など)を特定する。また、例えば、検索の結果、構成管理アイテムデータベース50のある構成アイテム番号が特定された場合、URSデータベース20、FRSデータベース30、テスト項目データベース40において、構成アイテム番号に関連付けられた識別子(ユーザ要件番号、機能要件番号、テストスクリプト番号など)を特定する。   The search processing unit 13 specifies an identifier of another database associated with the identifier based on the identifier specified by the search result. For example, when a user requirement number in the URS database 20 is specified as a result of the search, an identifier (functional requirement number, test) associated with the user requirement number in the FRS database 30, the test item database 40, and the configuration management item database 50 Identify script number, configuration item number, etc. Further, for example, when a configuration item number in the configuration management item database 50 is specified as a result of the search, an identifier (user requirement number) associated with the configuration item number in the URS database 20, the FRS database 30, and the test item database 40 is identified. , Functional requirement number, test script number, etc.).

検索処理部13は、他のデータベースで特定した識別子に対応するレコード及び先の検索結果により得られたレコードを抽出して、抽出したレコードを変更度合い算出部14へ出力する。   The search processing unit 13 extracts a record corresponding to the identifier specified in another database and a record obtained from the previous search result, and outputs the extracted record to the change degree calculation unit 14.

図6はレコード抽出例を示す説明図である。図6の例は、検索条件により各データベースを検索した結果、URSデータベース20で検索ヒットがあった場合を示す。この場合、検索処理部13は、まず、検索結果により抽出したレコードに対応するユーザ要件番号URS−001を特定する。検索処理部13は、次にユーザ要件番号URS−001に関連付けられた機能要件番号FRS−001、FRS−002をFRSデータベース30内で特定する。   FIG. 6 is an explanatory diagram showing an example of record extraction. The example of FIG. 6 shows a case where there is a search hit in the URS database 20 as a result of searching each database according to the search condition. In this case, the search processing unit 13 first specifies the user requirement number URS-001 corresponding to the record extracted from the search result. Next, the search processing unit 13 specifies the function requirement numbers FRS-001 and FRS-002 associated with the user requirement number URS-001 in the FRS database 30.

さらに、検索処理部13は、URSデータベース20及びFRSデータベース30で特定したユーザ要件番号URS−001、及び機能要件番号FRS−001、FRS−002に関連付けられたスクリプト番号をテスト項目データベース40内で特定するとともに、構成アイテム番号ITEM−0001、ITEM−0002を構成管理アイテムデータベース50内で特定する。   Further, the search processing unit 13 specifies the user requirement number URS-001 specified in the URS database 20 and the FRS database 30 and the script number associated with the functional requirement numbers FRS-001 and FRS-002 in the test item database 40. At the same time, the configuration item numbers ITEM-0001 and ITEM-0002 are specified in the configuration management item database 50.

検索処理部13は、特定したユーザ要件番号URS−001、機能要件番号FRS−001、FRS−002、テストスクリプト番号、構成アイテム番号ITEM−0001、ITEM−0002に対応するレコードをすべて抽出する。   The search processing unit 13 extracts all records corresponding to the specified user requirement number URS-001, functional requirement number FRS-001, FRS-002, test script number, configuration item number ITEM-0001, and ITEM-0002.

図7はレコード抽出例を示す説明図である。図7の例は、検索条件により各データベースを検索した結果、構成管理アイテムデータベース50で検索ヒットがあった場合を示す。この場合、検索処理部13は、まず、検索結果により抽出したレコードに対応する構成アイテム番号ITEM−0002を特定する。検索処理部13は、構成アイテム番号ITEM−0002に関連付けられたユーザ要件番号URS−001、機能要件番号FRS−002を特定する。   FIG. 7 is an explanatory diagram showing an example of record extraction. The example of FIG. 7 shows a case where there is a search hit in the configuration management item database 50 as a result of searching each database according to the search condition. In this case, the search processing unit 13 first identifies the configuration item number ITEM-0002 corresponding to the record extracted from the search result. The search processing unit 13 specifies the user requirement number URS-001 and the functional requirement number FRS-002 associated with the configuration item number ITEM-0002.

検索処理部13は、構成管理アイテムデータベース50で特定したユーザ要件番号URS−001、機能要件番号FRS−002に関連付けられたユーザ要件番号URS−001、機能要件番号FRS−002をFRSデータベース30内で特定するとともに、ユーザ要件番号URS−001をURSデータベース20内で特定する。   The search processing unit 13 stores the user requirement number URS-001 specified in the configuration management item database 50, the user requirement number URS-001 associated with the functional requirement number FRS-002, and the functional requirement number FRS-002 in the FRS database 30. At the same time, the user requirement number URS-001 is specified in the URS database 20.

検索処理部13は、FRSデータベース30内で特定したユーザ要件番号URS−001、機能要件番号FRS−002に関連付けられたテストスクリプト番号をテスト項目データベース40内で特定する。   The search processing unit 13 specifies the test script number associated with the user requirement number URS-001 and the functional requirement number FRS-002 specified in the FRS database 30 in the test item database 40.

さらに、検索処理部13は、ユーザ要件番号URS−001に関連付けられた機能要件番号FRS−001、FRS−001をFRSデータベース30内で特定し、機能要件番号FRS−001、FRS−001に関連付けられたテストスクリプト番号をテスト項目データベース40内で特定するとともに、機能要件番号FRS−001、FRS−001に関連付けられた構成アイテム番号ITEM−0001を構成管理アイテムデータベース50内で特定する。   Further, the search processing unit 13 identifies the function requirement numbers FRS-001 and FRS-001 associated with the user requirement number URS-001 in the FRS database 30, and is associated with the function requirement numbers FRS-001 and FRS-001. The test script number is specified in the test item database 40, and the configuration item number ITEM-0001 associated with the functional requirement numbers FRS-001 and FRS-001 is specified in the configuration management item database 50.

検索処理部13は、特定したユーザ要件番号URS−001、機能要件番号FRS−001、FRS−002、テストスクリプト番号、構成アイテム番号ITEM−0001、ITEM−0002に対応するレコードをすべて抽出する。   The search processing unit 13 extracts all records corresponding to the specified user requirement number URS-001, functional requirement number FRS-001, FRS-002, test script number, configuration item number ITEM-0001, and ITEM-0002.

なお、上述の例では、検索ヒットが1つのデータベース内で1つある場合を示したが、1つのデータベース内で複数の検索ヒットがある場合、あるいは、複数のデータベースで検索ヒットがある場合も同様にして関連するレコードをすべて抽出することができる。   In the above example, the case where there is one search hit in one database is shown, but the same applies when there are a plurality of search hits in one database or there are search hits in a plurality of databases. All related records can be extracted.

変更度合い算出部14は、検索処理部13で抽出したレコードを参照し、例えば、テストスクリプト番号に基づいて変更対象となるスクリプト数を算出する。また、変更度合い算出部14は、抽出されたレコードに対応付けられた承認レベルを特定する。   The change degree calculation unit 14 refers to the record extracted by the search processing unit 13 and calculates, for example, the number of scripts to be changed based on the test script number. Moreover, the change degree calculation part 14 specifies the approval level matched with the extracted record.

出力部16は、液晶ディスプレイ、モニタなどの表示装置とのインタフェース機能を備え、変更度合い算出部14で算出されたスクリプト数、承認レベル、抽出されたすべてのレコードを出力する。   The output unit 16 has an interface function with a display device such as a liquid crystal display and a monitor, and outputs the number of scripts calculated by the change degree calculation unit 14, the approval level, and all the extracted records.

記憶部15は、検索条件を記憶する。また、記憶部15は、検索処理部13、変更度合い算出部14などで処理した処理結果を記憶する。また、記憶部15は、変更要求が行われる場合、URSデータベース20、FRSデータベース30、テスト項目データベース40、及び構成管理アイテムデータベース50に記録した情報のうち、変更予定のある情報を一旦記憶し、CSVが完了するまでの間保持する。   The storage unit 15 stores search conditions. Further, the storage unit 15 stores the processing results processed by the search processing unit 13, the change degree calculation unit 14, and the like. In addition, when a change request is made, the storage unit 15 temporarily stores information that is scheduled to be changed among information recorded in the URS database 20, the FRS database 30, the test item database 40, and the configuration management item database 50, Hold until CSV is complete.

上述の制御部12、検索処理部13、変更度合い算出部14での各処理は、専用のハードウェア回路により実現することもできるが、CPU、RAM、ROM等で構成し、各処理の手順を定めたコンピュータプログラムをRAMにロードし、CPUでコンピュータプログラムを実行させることにより実現することもできる。   Each process in the control unit 12, the search processing unit 13, and the change degree calculation unit 14 can be realized by a dedicated hardware circuit. However, the processing unit is configured by a CPU, a RAM, a ROM, and the like. It can also be realized by loading a predetermined computer program into the RAM and causing the CPU to execute the computer program.

次に、本発明に係る算出装置10の動作について説明する。図8は変更度合い算出処理の手順を示すフローチャートである。以下、フローチャートでは、動作の主体を制御部12として説明するが、各処理は制御部12のみで行われるものではなく、算出装置10全体で行われる。   Next, the operation of the calculation apparatus 10 according to the present invention will be described. FIG. 8 is a flowchart showing the procedure of the change degree calculation process. Hereinafter, in the flowchart, the main subject of the operation will be described as the control unit 12, but each process is performed not by the control unit 12 alone but by the calculation device 10 as a whole.

業務支援システムに対する変更要求は、まずユーザからの変更依頼に基づいて行われる。図9は変更依頼票入力画面の一例を示す説明図である。図9に示すように、ユーザは、所定の入力画面で変更要求をテキストベースで入力する。入力された変更要求は、例えば、CSV担当者に伝達される。   A change request to the business support system is first made based on a change request from a user. FIG. 9 is an explanatory diagram showing an example of a change request form input screen. As shown in FIG. 9, the user inputs a change request on a text basis on a predetermined input screen. The input change request is transmitted to a CSV person in charge, for example.

制御部12は、検索条件入力の有無を判定し(S11)、検索条件入力がない場合(S11でNO)、ステップS11の処理を続け、検索条件が入力されるまで待機する。   The control unit 12 determines whether there is a search condition input (S11). If there is no search condition input (NO in S11), the control unit 12 continues the process of step S11 and waits until the search condition is input.

図10は検索条件入力画面の一例を示す説明図である。検索条件は、例えば、CSV担当者が、ユーザの変更要求に基づいて適切なキーワード、検索範囲などを設定することができる。図10に示すように、検索条件は、ユーザ要求、機能仕様及び構成アイテムの欄に対して任意のキーワードを入力することができる。また、ユーザ要求に対する要件種類、機能仕様に対する種別、構成アイテムに対する種類をプルダウンメニューから選択することにより検索範囲を指定することができる。なお、キーワードを入力する欄は、1つにまとめることもできる。   FIG. 10 is an explanatory diagram showing an example of a search condition input screen. As for the search condition, for example, the person in charge of CSV can set an appropriate keyword, search range, and the like based on a user change request. As shown in FIG. 10, as a search condition, an arbitrary keyword can be input in the user request, function specification, and configuration item columns. The search range can be specified by selecting a requirement type for a user request, a type for a functional specification, and a type for a configuration item from a pull-down menu. It should be noted that the fields for entering keywords can be combined into one.

検索条件入力があった場合(S11でYES)、制御部12は、各データベースを検索し(S12)、入力した検索条件に基づいてキーワードに一致するレコード(より具体的には、一致するキーワードを含むレコード)の有無を判定する(S13)。なお、キーワードに一致しない場合、キーワードに類似するレコードの有無を判定してもよい。   If there is a search condition input (YES in S11), the control unit 12 searches each database (S12), and records that match the keyword based on the input search condition (more specifically, matches the matching keyword). (S13). In addition, when it does not correspond to a keyword, you may determine the presence or absence of the record similar to a keyword.

一致するレコードがある場合(S13でYES)、制御部12は、レコードを抽出し(S14)、抽出したレコードに対応する識別子に基づいて、その識別子に関連付けられた識別子を特定すべく他のデータベースを検索する(S15)。制御部12は、他のデータベース内で特定した識別子に対応するレコード、すなわち関連するレコードを抽出し(S16)、抽出したすべてのレコードの一覧を出力する(S17)。   If there is a matching record (YES in S13), the control unit 12 extracts the record (S14) and, based on the identifier corresponding to the extracted record, determines another identifier associated with the identifier. Is searched (S15). The control unit 12 extracts a record corresponding to the identifier specified in another database, that is, a related record (S16), and outputs a list of all the extracted records (S17).

図11及び図12は検索結果画面の一例を示す説明図である。図11に示すように、変更予定内容を示す画面には、ユーザ要件番号と要件内容、機能要件番号と要件内容、テストボリューム(テストスクリプト数)、承認レベルなどが表示される。また、図12に示すように、変更予定構成アイテムを示す画面には、構成アイテム番号とアイテム名が表示される。担当者は、検索結果画面で表示された変更予定内容又は変更予定構成アイテムにより、変更要求に対するシステムの変更度合いを把握することができる。   11 and 12 are explanatory diagrams illustrating an example of the search result screen. As shown in FIG. 11, a user requirement number and requirement content, a functional requirement number and requirement content, a test volume (number of test scripts), an approval level, and the like are displayed on the screen showing the planned change content. Moreover, as shown in FIG. 12, the configuration item number and the item name are displayed on the screen showing the scheduled change configuration item. The person in charge can grasp the degree of change of the system in response to the change request from the change schedule content or the change schedule configuration item displayed on the search result screen.

なお、担当者は、検索結果画面で表示された内容のうち、実際に変更すべき内容又はアイテムを選択することができ、あるいは、再度検索条件を入力して、変更予定の内容又はアイテムを追加することもできる。また、図11及び図12で示した画面は、1つの画面上で同時に表示させることもできる。   In addition, the person in charge can select the content or item to be actually changed from the content displayed on the search result screen, or enter the search condition again and add the content or item to be changed. You can also Further, the screens shown in FIGS. 11 and 12 can be simultaneously displayed on one screen.

制御部12は、検索条件入力の有無を判定し(S18)、検索条件入力があった場合(S18でYES)、ステップS12以降の処理を続け、再度変更要求に対するレコードの抽出を繰り返す。検索条件入力がない場合(S18でNO)、制御部12は、変更度合いを算出し(S19)、承認レベルを抽出し(S20)、処理を終了する。   The control unit 12 determines whether or not a search condition has been input (S18). If there is a search condition input (YES in S18), the control unit 12 continues the processing from step S12 and repeats the record extraction for the change request again. When there is no search condition input (NO in S18), the control unit 12 calculates the degree of change (S19), extracts the approval level (S20), and ends the process.

図13及び図14は変更後の要件内容を入力する画面の一例を示す説明図である。図13に示すように、変更予定内容及び変更予定構成アイテムは、担当者が選択したものに限定され、選択されなかった内容及びアイテムは一覧から削除されている。また、担当者は、変更予定内容を把握するとともに、変更予定内容を修正すべく変更後の要件内容を入力することができる。   13 and 14 are explanatory diagrams showing an example of a screen for inputting the requirement content after the change. As shown in FIG. 13, the scheduled change contents and the scheduled change configuration items are limited to those selected by the person in charge, and the contents and items that were not selected are deleted from the list. Further, the person in charge can grasp the contents of the change schedule and input the requirement contents after the change to correct the contents of the change schedule.

例えば、図13に示すように、変更予定内容として「治験届けの入力画面があること」という要件内容に対して、担当者は、「治験届けの入力画面と入力補助機能があること」のように変更予定内容を変更することができる。また、変更予定内容として、「メモリは、アプリケーションが必要とする1GB以上が確保されていること」という要件内容に対して、担当者は、「メモリは、アプリケーションが必要とする1.5GB以上が確保されていること」のように変更予定内容を変更することができる。なお、図13及び図14で示した画面は、1つの画面上で同時に表示させることもできる。   For example, as shown in FIG. 13, in response to the requirement content that “there should be an input screen for clinical trial notification” as the content to be changed, the person in charge should have “an input screen for clinical trial notification and an input assist function” You can change the contents of the change schedule. In addition, as the scheduled change content, the person in charge says that “the memory must have at least 1 GB required by the application”. It is possible to change the scheduled change contents such as “being secured”. Note that the screens shown in FIGS. 13 and 14 can be simultaneously displayed on one screen.

図15及び図16は変更度合い表示画面の一例を示す説明図である。図15及び図16に示すように、定性的な変更度合いとして変更予定内容が表示され、定量的な変更度合いとして変更予定構成アイテム(アイテム数)、変更ボリューム(スクリプト数)が表示される。また、変更予定内容に関する承認レベルが表示される。なお、図15及び図16で示した画面は、1つの画面上で同時に表示させることもできる。   15 and 16 are explanatory diagrams showing examples of the change degree display screen. As shown in FIGS. 15 and 16, the scheduled change content is displayed as the qualitative change degree, and the scheduled change configuration item (number of items) and the change volume (number of scripts) are displayed as the quantitative change degree. In addition, the approval level regarding the scheduled change content is displayed. Note that the screens shown in FIGS. 15 and 16 can be simultaneously displayed on one screen.

ステップS13で一致するレコードがない場合(S13でNO)、制御部12は、例えば、検索条件に該当するレコードがない旨を表示して担当者に再度検索条件を入力することを促す。制御部12は、検索条件入力の有無を判定し(S21)、検索条件入力がない場合(S21でNO)、処理を終了する。検索条件入力があった場合(S21でYES)、制御部12は、ステップS12以降の処理を続ける。   If there is no matching record in step S13 (NO in S13), for example, the control unit 12 displays that there is no record corresponding to the search condition and prompts the person in charge to input the search condition again. The control unit 12 determines whether there is a search condition input (S21), and if there is no search condition input (NO in S21), the process ends. When there is a search condition input (YES in S21), the control unit 12 continues the processing from step S12.

以上説明したように、本発明にあっては、業務支援システムなどのハードウェア、ソフトウェア、ドキュメント類等で構築又は運用させるシステムに関連する情報のうち、変更要求に対して影響を受ける範囲を明確にすることができる。また、情報の中に変更に必要な工程数、作業量が把握できる情報を含めることにより、定量的に変更度合いを算出することができ、変更要求に対するシステム全体に及ぼす影響範囲を定性的かつ定量的に把握することができる。また、検索条件により1つのデータベース内で関連するレコードが抽出された場合、識別子を介してそのレコードに基づいて他のデータベースから関連するレコードも抽出することができるため、変更要求に対して影響を受ける範囲を漏れなく把握することが可能となる。   As described above, in the present invention, the range that is affected by the change request is clarified in the information related to the system constructed or operated by hardware, software, documents, etc. such as the business support system. Can be. In addition, by including information that can grasp the number of steps required for change and the amount of work in the information, the degree of change can be calculated quantitatively, and the range of influence on the entire system for change requests can be qualitatively and quantitatively determined. Can be grasped. In addition, when related records are extracted in one database by the search condition, related records can be extracted from other databases based on the records via the identifier, so that the change request is affected. It is possible to grasp the receiving range without omission.

また、従来のように、単にソフトウェアの機能、設計要素、あるいはプログラムコードなどに対する限定的な影響範囲を把握するのみならず、システム全体を構成する構成アイテムに対する変更度合いを把握することができる。さらに、構成管理アイテムデータベースが識別子を介して他のデータベースと関連付けてあるため、システムの構成アイテムに変更がある場合でも、その変更に対する機能仕様書への影響又はテストへの影響などを把握することができる。また、変更要求に対する変更度合いに応じた承認レベルを決定することができ、変更度合いを把握した後の実際の変更処理を迅速に行うことが可能となる。   Further, as in the prior art, it is possible not only to grasp a limited range of influence on software functions, design elements, program codes, etc., but also to grasp the degree of change with respect to configuration items constituting the entire system. In addition, because the configuration management item database is linked to other databases via identifiers, even if there is a change in the system configuration item, the effect on the functional specification or the test due to the change must be understood. Can do. Moreover, the approval level according to the change degree with respect to a change request can be determined, and the actual change process after grasping the change degree can be quickly performed.

上述の実施の形態では、URSデータベース20、FRSデータベース30、テスト項目データベース40、構成管理アイテムデータベース50を用いて説明したが、データベースは一例であって、これに限定されるものではなく、また、4つに限定されるものでもない。また、上述の4つのデータベースは、物理的に異なるハードディスク等の記憶装置に記憶する構成でもよく、あるいは、1つの記憶装置にデータベースを分離して記憶する構成であってもよい。   In the above-described embodiment, the URS database 20, the FRS database 30, the test item database 40, and the configuration management item database 50 have been described. However, the database is an example, and is not limited thereto. It is not limited to four. The four databases described above may be configured to be stored in physically different storage devices such as hard disks, or may be configured to store the databases separately in one storage device.

上述の実施の形態では、ユーザ要件番号、機能要件番号などを用いて説明したが、識別子は一例であって、これらに限定されるものではない。また、上述の実施の形態では、業務支援システムの例としてGCP管理系業務の例で説明したが、これに限定されるものではなく。本発明は他の業務を支援するコンピュータシステムに対しても適用することができる。   In the above-described embodiment, the user requirement number, the function requirement number, and the like have been described. However, the identifier is an example and is not limited thereto. In the above-described embodiment, the example of the GCP management system business has been described as an example of the business support system. However, the present invention is not limited to this. The present invention can also be applied to a computer system that supports other tasks.

(付記1)業務支援システムに関連する情報と該情報を識別する識別子とを対応付けて記録した複数の情報データベースに基づいて、業務に関連する変更要求に対する業務支援システムの変更度合いを算出する算出方法において、前記情報データベース間で関連する情報を識別子で相互に関連付けるステップと、変更要求のための検索条件を受け付けるステップと、受け付けた検索条件に基づいて、各情報データベースを検索するステップと、検索して得られた情報が記録された情報データベースで該情報に対応付けられた識別子を特定するステップと、特定した識別子に関連付けられた他の情報データベースの識別子に対応付けられた情報及び検索して得られた情報に基づいて、変更度合いを算出するステップとを含むことを特徴とする算出方法。 (Additional remark 1) Calculation which calculates the change degree of the work support system with respect to the change request related to work based on a plurality of information databases in which information related to the work support system and an identifier for identifying the information are recorded in association with each other In the method, a step of associating information related between the information databases with an identifier, a step of receiving a search condition for a change request, a step of searching each information database based on the received search condition, and a search Identifying an identifier associated with the information in the information database in which the information obtained is recorded, information associated with an identifier of another information database associated with the identified identifier, and searching Calculating the degree of change based on the obtained information. Method.

(付記2)前記情報データベースそれぞれは、ユーザ要件情報、機能要件情報、該ユーザ要件情報若しくは機能要件情報を検証するための検証要件情報又は業務支援システムを構成する構成要素情報のいずれかを記録し、前記算出するステップは、前記検証要件情報又は構成要素情報に基づいて、変更度合いを算出することを特徴とする付記1に記載の算出方法。 (Appendix 2) Each of the information databases records user requirement information, functional requirement information, verification requirement information for verifying the user requirement information or functional requirement information, or component information constituting the business support system. The calculation method according to appendix 1, wherein the calculating step calculates the degree of change based on the verification requirement information or the component information.

(付記3)記録した情報に対応付けて承認区分を設定するステップと、前記算出するステップで算出する変更度合いに関連する情報に対応付けられた承認区分を出力するステップとを含むことを特徴とする付記1に記載の算出方法。 (Supplementary note 3) The method includes a step of setting an approval category in association with recorded information, and a step of outputting an approval category associated with information related to the degree of change calculated in the calculating step. The calculation method according to Supplementary Note 1.

(付記4)業務支援システムに関連する情報と該情報を識別する識別子とを対応付けて記録した複数の情報データベースに基づいて、業務に関連する変更要求に対する業務支援システムの変更度合いを算出する算出装置において、前記情報データベース間で関連する情報を識別子で相互に関連付ける関連付け手段と、変更要求のための検索条件を受け付ける受付手段と、該受付手段で受け付けた検索条件に基づいて、各情報データベースを検索する検索手段と、該検索手段で検索して得られた情報が記録された情報データベースで該情報に対応付けられた識別子を特定する特定手段と、該特定手段で特定した識別子に関連付けられた他の情報データベースの識別子に対応付けられた情報及び前記検索手段で検索して得られた情報に基づいて、変更度合いを算出する算出手段とを備えることを特徴とする算出装置。 (Additional remark 4) Calculation which calculates the change degree of the work support system with respect to the change request related to work based on a plurality of information databases in which information related to the work support system and an identifier for identifying the information are associated and recorded In the apparatus, an association unit that associates information related between the information databases with each other by an identifier, a reception unit that receives a search condition for a change request, and each information database based on the search condition received by the reception unit A search means for searching; a specifying means for specifying an identifier associated with the information in an information database in which information obtained by searching by the search means is recorded; and an identifier associated with the identifier specified by the specifying means Based on information associated with identifiers of other information databases and information obtained by searching with the search means, A further calculation apparatus characterized by comprising a calculating means for calculating a degree.

(付記5)前記情報データベースそれぞれは、ユーザ要件情報、機能要件情報、該ユーザ要件情報若しくは機能要件情報を検証するための検証要件情報又は業務支援システムを構成する構成要素情報のいずれかを記録してあり、前記算出手段は、前記検証要件情報又は構成要素情報に基づいて、変更度合いを算出するように構成してあることを特徴とする付記4に記載の算出装置。 (Supplementary Note 5) Each of the information databases records user requirement information, functional requirement information, verification requirement information for verifying the user requirement information or functional requirement information, or component information constituting the business support system. The calculation device according to appendix 4, wherein the calculation means is configured to calculate a degree of change based on the verification requirement information or component information.

(付記6)記録した情報に対応付けて承認区分を設定する設定手段と、前記算出手段で算出する変更度合いに関連する情報に対応付けられた承認区分を出力する出力手段とを備えることを特徴とする付記4に記載の算出装置。 (Additional remark 6) It has a setting means which sets an approval classification in association with the recorded information, and an output means for outputting an approval classification associated with information related to the degree of change calculated by the calculation means. The calculation apparatus according to Supplementary Note 4.

(付記7)コンピュータに、業務支援システムに関連する情報と該情報を識別する識別子とを対応付けて記録した複数の情報データベースに基づいて、業務に関連する変更要求に対する業務支援システムの変更度合いを算出させるためのコンピュータプログラムにおいて、コンピュータを、前記情報データベース間で関連する情報を識別子で相互に関連付ける関連付け手段と、変更要求のための検索条件を受け付ける受付手段と、受け付けた検索条件に基づいて、各情報データベースを検索する検索手段と、検索して得られた情報が記録された情報データベースで該情報に対応付けられた識別子を特定する特定手段と、特定した識別子に関連付けられた他の情報データベースの識別子に対応付けられた情報及び検索して得られた情報に基づいて、変更度合いを算出する算出手段として機能させることを特徴とするコンピュータプログラム。 (Supplementary note 7) Based on a plurality of information databases in which information related to a business support system and an identifier for identifying the information are recorded in association with each other on a computer, the degree of change of the business support system in response to a change request related to the business In the computer program for calculating, based on the received search condition, the association means for associating the information related to each other between the information databases with the identifier, the reception means for receiving the search condition for the change request, Search means for searching each information database, specifying means for specifying an identifier associated with the information in the information database in which information obtained by searching is recorded, and other information databases associated with the specified identifier Based on the information associated with the identifier and the information obtained by searching A computer program for causing to function as calculating means for calculating a change degree.

(付記8)前記情報データベースそれぞれは、ユーザ要件情報、機能要件情報、該ユーザ要件情報若しくは機能要件情報を検証するための検証要件情報又は業務支援システムを構成する構成要素情報のいずれかを記録してあり、コンピュータを、前記検証要件情報又は構成要素情報に基づいて、変更度合いを算出する算出手段として機能させることを特徴とする付記7に記載のコンピュータプログラム。 (Supplementary note 8) Each of the information databases records user requirement information, functional requirement information, verification requirement information for verifying the user requirement information or functional requirement information, or component information constituting the business support system. The computer program according to appendix 7, wherein the computer is caused to function as calculation means for calculating a degree of change based on the verification requirement information or the component information.

(付記9)コンピュータを、記録した情報に対応付けて承認区分を設定する設定手段として機能させることを特徴とする付記7に記載のコンピュータプログラム。 (Supplementary note 9) The computer program according to supplementary note 7, which causes the computer to function as setting means for setting an approval category in association with the recorded information.

本発明に係る算出装置の構成を示すブロック図である。It is a block diagram which shows the structure of the calculation apparatus which concerns on this invention. URSデータベースの構造を示す説明図である。It is explanatory drawing which shows the structure of a URS database. FRSデータベースの構造を示す説明図である。It is explanatory drawing which shows the structure of a FRS database. テスト項目データベースの構造を示す説明図である。It is explanatory drawing which shows the structure of a test item database. 構成管理アイテムデータベースの構造を示す説明図である。It is explanatory drawing which shows the structure of a configuration management item database. レコード抽出例を示す説明図である。It is explanatory drawing which shows the example of record extraction. レコード抽出例を示す説明図である。It is explanatory drawing which shows the example of record extraction. 変更度合い算出処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of a change degree calculation process. 変更依頼票入力画面の一例を示す説明図である。It is explanatory drawing which shows an example of a change request form input screen. 検索条件入力画面の一例を示す説明図である。It is explanatory drawing which shows an example of a search condition input screen. 検索結果画面の一例を示す説明図である。It is explanatory drawing which shows an example of a search result screen. 検索結果画面の一例を示す説明図である。It is explanatory drawing which shows an example of a search result screen. 変更後の要件内容を入力する画面の一例を示す説明図である。It is explanatory drawing which shows an example of the screen which inputs the requirement content after a change. 変更後の要件内容を入力する画面の一例を示す説明図である。It is explanatory drawing which shows an example of the screen which inputs the requirement content after a change. 変更度合い表示画面の一例を示す説明図である。It is explanatory drawing which shows an example of a change degree display screen. 変更度合い表示画面の一例を示す説明図である。It is explanatory drawing which shows an example of a change degree display screen.

符号の説明Explanation of symbols

10 算出装置
11 入力部
12 制御部
13 検索処理部
14 変更度合い算出部
15 記憶部
16 出力部
20 URSデータベース
30 FRSデータベース
40 テスト項目データベース
50 構成管理アイテムデータベース
DESCRIPTION OF SYMBOLS 10 Calculation apparatus 11 Input part 12 Control part 13 Search processing part 14 Change degree calculation part 15 Storage part 16 Output part 20 URS database 30 FRS database 40 Test item database 50 Configuration management item database

Claims (5)

業務支援システムに関連する情報と該情報を識別する識別子とを対応付けて記録した複数の情報データベースに基づいて、業務に関連する変更要求に対する業務支援システムの変更度合いを算出する算出方法において、
前記情報データベース間で関連する情報を識別子で相互に関連付けるステップと、
変更要求のための検索条件を受け付けるステップと、
受け付けた検索条件に基づいて、各情報データベースを検索するステップと、
検索して得られた情報が記録された情報データベースで該情報に対応付けられた識別子を特定するステップと、
特定した識別子に関連付けられた他の情報データベースの識別子に対応付けられた情報及び検索して得られた情報に基づいて、変更度合いを算出するステップと
を含むことを特徴とする算出方法。
In a calculation method for calculating the degree of change of a business support system with respect to a change request related to a business, based on a plurality of information databases recorded in association with information related to the business support system and an identifier for identifying the information,
Associating related information between the information databases with an identifier;
Receiving a search condition for a change request;
Searching each information database based on the accepted search conditions;
Identifying an identifier associated with the information in an information database in which information obtained by searching is recorded;
Calculating a degree of change based on information associated with an identifier of another information database associated with the identified identifier and information obtained by searching.
業務支援システムに関連する情報と該情報を識別する識別子とを対応付けて記録した複数の情報データベースに基づいて、業務に関連する変更要求に対する業務支援システムの変更度合いを算出する算出装置において、
前記情報データベース間で関連する情報を識別子で相互に関連付ける関連付け手段と、
変更要求のための検索条件を受け付ける受付手段と、
該受付手段で受け付けた検索条件に基づいて、各情報データベースを検索する検索手段と、
該検索手段で検索して得られた情報が記録された情報データベースで該情報に対応付けられた識別子を特定する特定手段と、
該特定手段で特定した識別子に関連付けられた他の情報データベースの識別子に対応付けられた情報及び前記検索手段で検索して得られた情報に基づいて、変更度合いを算出する算出手段と
を備えることを特徴とする算出装置。
In a calculation device that calculates the degree of change of a business support system with respect to a change request related to a business, based on a plurality of information databases recorded in association with information related to the business support system and an identifier for identifying the information,
Association means for associating information related between the information databases with an identifier;
A receiving means for receiving a search condition for a change request;
Search means for searching each information database based on the search condition received by the receiving means;
Specifying means for specifying an identifier associated with the information in an information database in which information obtained by searching by the searching means is recorded;
Calculation means for calculating a degree of change based on information associated with an identifier of another information database associated with the identifier specified by the specifying means and information obtained by searching with the search means. A calculation device characterized by the above.
前記情報データベースそれぞれは、
ユーザ要件情報、機能要件情報、該ユーザ要件情報若しくは機能要件情報を検証するための検証要件情報又は業務支援システムを構成する構成要素情報のいずれかを記録してあり、
前記算出手段は、
前記検証要件情報又は構成要素情報に基づいて、変更度合いを算出するように構成してあることを特徴とする請求項2に記載の算出装置。
Each of the information databases
User requirement information, functional requirement information, verification requirement information for verifying the user requirement information or functional requirement information, or component information constituting the business support system is recorded,
The calculating means includes
The calculation device according to claim 2, wherein the change degree is calculated based on the verification requirement information or the component information.
記録した情報に対応付けて承認区分を設定する設定手段と、
前記算出手段で算出する変更度合いに関連する情報に対応付けられた承認区分を出力する出力手段と
を備えることを特徴とする請求項2に記載の算出装置。
A setting means for setting an approval category in association with the recorded information;
The calculation apparatus according to claim 2, further comprising: an output unit that outputs an approval classification associated with information related to the degree of change calculated by the calculation unit.
コンピュータに、業務支援システムに関連する情報と該情報を識別する識別子とを対応付けて記録した複数の情報データベースに基づいて、業務に関連する変更要求に対する業務支援システムの変更度合いを算出させるためのコンピュータプログラムにおいて、
コンピュータを、前記情報データベース間で関連する情報を識別子で相互に関連付ける関連付け手段と、
変更要求のための検索条件を受け付ける受付手段と、
受け付けた検索条件に基づいて、各情報データベースを検索する検索手段と、
検索して得られた情報が記録された情報データベースで該情報に対応付けられた識別子を特定する特定手段と、
特定した識別子に関連付けられた他の情報データベースの識別子に対応付けられた情報及び検索して得られた情報に基づいて、変更度合いを算出する算出手段と
して機能させることを特徴とするコンピュータプログラム。
A method for causing a computer to calculate a degree of change of a business support system in response to a change request related to a business based on a plurality of information databases recorded in association with information related to the business support system and an identifier for identifying the information. In a computer program,
Associating means for associating information related to each other between the information databases with an identifier;
A receiving means for receiving a search condition for a change request;
Search means for searching each information database based on the received search conditions;
A specifying means for specifying an identifier associated with the information in an information database in which information obtained by searching is recorded;
A computer program that functions as calculation means for calculating the degree of change based on information associated with an identifier of another information database associated with the identified identifier and information obtained by searching .
JP2007094073A 2007-03-30 2007-03-30 Identification method, identification device, and computer program Active JP5130767B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007094073A JP5130767B2 (en) 2007-03-30 2007-03-30 Identification method, identification device, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007094073A JP5130767B2 (en) 2007-03-30 2007-03-30 Identification method, identification device, and computer program

Publications (2)

Publication Number Publication Date
JP2008250866A true JP2008250866A (en) 2008-10-16
JP5130767B2 JP5130767B2 (en) 2013-01-30

Family

ID=39975696

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007094073A Active JP5130767B2 (en) 2007-03-30 2007-03-30 Identification method, identification device, and computer program

Country Status (1)

Country Link
JP (1) JP5130767B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5278439B2 (en) * 2008-10-21 2013-09-04 富士通株式会社 Correction support program, correction support device, and correction support method
US8856174B2 (en) 2010-03-19 2014-10-07 Fujitsu Limited Asset managing apparatus and asset managing method
JP2016143106A (en) * 2015-01-30 2016-08-08 株式会社日立製作所 Business influence portion extraction method based on business variation and business influence portion extraction device
JP2020144402A (en) * 2019-03-04 2020-09-10 株式会社日立Ictビジネスサービス Influence range identification apparatus and influence range identification method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03116228A (en) * 1989-03-31 1991-05-17 Hitachi Ltd Design back-up method
JPH0916392A (en) * 1995-06-27 1997-01-17 Mitsubishi Electric Corp Software development support system
JP2000112611A (en) * 1998-10-02 2000-04-21 Ricoh Co Ltd Method for displaying software development document and storage medium
JP2002222099A (en) * 2000-11-27 2002-08-09 Fujitsu Ltd Program development support device, recording medium, and program
JP2006178798A (en) * 2004-12-24 2006-07-06 Hitachi Ltd Unitary management system for system correction change management

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH03116228A (en) * 1989-03-31 1991-05-17 Hitachi Ltd Design back-up method
JPH0916392A (en) * 1995-06-27 1997-01-17 Mitsubishi Electric Corp Software development support system
JP2000112611A (en) * 1998-10-02 2000-04-21 Ricoh Co Ltd Method for displaying software development document and storage medium
JP2002222099A (en) * 2000-11-27 2002-08-09 Fujitsu Ltd Program development support device, recording medium, and program
JP2006178798A (en) * 2004-12-24 2006-07-06 Hitachi Ltd Unitary management system for system correction change management

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5278439B2 (en) * 2008-10-21 2013-09-04 富士通株式会社 Correction support program, correction support device, and correction support method
US8856174B2 (en) 2010-03-19 2014-10-07 Fujitsu Limited Asset managing apparatus and asset managing method
JP2016143106A (en) * 2015-01-30 2016-08-08 株式会社日立製作所 Business influence portion extraction method based on business variation and business influence portion extraction device
JP2020144402A (en) * 2019-03-04 2020-09-10 株式会社日立Ictビジネスサービス Influence range identification apparatus and influence range identification method
JP7133496B2 (en) 2019-03-04 2022-09-08 株式会社日立Ictビジネスサービス Influence range identification device and influence range identification method

Also Published As

Publication number Publication date
JP5130767B2 (en) 2013-01-30

Similar Documents

Publication Publication Date Title
US8515569B2 (en) Work support system, work support method, and storage medium
CN105446874B (en) A kind of detection method and device of resource distribution file
US20080133973A1 (en) Data processing method and data analysis apparatus
CN101876943A (en) The system and method for the relation in the identification mainframe environment between a plurality of related application
US20090138762A1 (en) Computer-implemented method of performance testing software applications
CN111181805B (en) Micro-service test baffle generation method and system based on test case
US9557989B2 (en) Comparison and merging of IC design data
US20070300208A1 (en) Development support system and development support method
JP5130767B2 (en) Identification method, identification device, and computer program
CN110910081A (en) Workflow configuration implementation method and system based on laboratory information management system
JP5184952B2 (en) HR information processing system
JP4786998B2 (en) Software reuse parts management system
WO2019123703A1 (en) Data analysis assistance device, data analysis assistance method, and data analysis assistance program
JP2007241993A (en) Information update system and information acquisition system
CN111061733B (en) Data processing method, device, electronic equipment and computer readable storage medium
JP5140509B2 (en) Design case search device, design case search program
US6345270B1 (en) Data management system
JP7162484B2 (en) Help information display system, help information display device, help information display method, and help information display program
WO2019123704A1 (en) Data analysis assistance device, data analysis assistance method, and data analysis assistance program
US20150012317A1 (en) Information analysis supporting apparatus and method
JP2022107741A (en) Information processing apparatus, personnel analysis support method, and program
JP2011192041A (en) Export control server device, export control method, and program
CN110377277B (en) Prompting method and computer system thereof
US9588761B2 (en) Maintenance toolkit for the implementation of computer programs
US9773040B2 (en) Search token mnemonic replacement

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20091214

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120131

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120131

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120329

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120417

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120608

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20120626

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120907

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20120918

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20121022

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20151116

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 5130767

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150