WO2015198392A1 - 情報管理システム - Google Patents

情報管理システム Download PDF

Info

Publication number
WO2015198392A1
WO2015198392A1 PCT/JP2014/066669 JP2014066669W WO2015198392A1 WO 2015198392 A1 WO2015198392 A1 WO 2015198392A1 JP 2014066669 W JP2014066669 W JP 2014066669W WO 2015198392 A1 WO2015198392 A1 WO 2015198392A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
target data
management target
change
management
Prior art date
Application number
PCT/JP2014/066669
Other languages
English (en)
French (fr)
Inventor
卓哉 磯井
Original Assignee
株式会社島津製作所
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 株式会社島津製作所 filed Critical 株式会社島津製作所
Priority to CN201480080157.8A priority Critical patent/CN106462489B/zh
Priority to PCT/JP2014/066669 priority patent/WO2015198392A1/ja
Priority to US15/320,991 priority patent/US10282290B2/en
Priority to JP2016528784A priority patent/JP6256606B2/ja
Publication of WO2015198392A1 publication Critical patent/WO2015198392A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/08Addressing or allocation; Relocation in hierarchically structured memory systems, e.g. virtual memory systems
    • G06F12/0802Addressing of a memory level in which the access to the desired data or data block requires associative addressing means, e.g. caches
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/1734Details of monitoring file system events, e.g. by the use of hooks, filter drivers, logs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/461Saving or restoring of program or task context
    • G06F9/463Program control block organisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/465Distributed object oriented systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/62Details of cache specific to multiprocessor cache arrangements

Definitions

  • the present invention relates to a data processing apparatus such as a data processing apparatus for a sample analyzer, and more particularly to a system (information management system) for managing changes in data handled in such a data processing apparatus.
  • control command data and control parameter data for controlling the analyzer are stored in advance as a file (analysis execution file) and the analysis is executed.
  • the analysis apparatus is caused to perform the analysis under predetermined conditions and parameters. Appropriate analysis is performed by using only those files that have been appropriately created and checked in advance and determined to be valid (authenticated). The same applies to the analysis of data (analysis data) obtained as a result of the analysis.
  • a conventional information management system has a function of monitoring such data change.
  • one continuous analysis execution file (batch file) corresponding to the continuous analysis is created, and the analysis execution file is described in each line of the batch file.
  • batch processing it is common to perform automatic continuous analysis (batch processing).
  • the control command data in the analysis execution file The change can be recognized, and the fact can be notified to a manager registered in advance.
  • an analyst who uses a batch file in which the analysis execution file is described in a certain line may perform batch processing using the batch file without knowing the change of the analysis execution file.
  • the analysis conditions are different from those scheduled, so the analysis result is different from the previous one, and the correct analysis was performed in light of GLP and GMP. It will not happen.
  • the same data may be stored in different places, but in this case, only one of them may be changed and the identity may be lost. Without knowing it, if you think that they are the same and use one of the data (data that has not been changed or data that has been changed) and perform some processing, you will get the expected results. Or you may not get the correct results. For this reason, there is a program that checks whether two data are completely identical, but this program only determines the identity of these two data. In such a case, if there is data (dependent data) that references these two data (depends on these data), the dependent data itself has not been changed on the surface, so each dependent data is used. Some processing is performed, and the same result may not be obtained, which may be confusing. If the dependent data (original data) is the monitoring target of the information management system as described above, a change in any of the original data can be detected. Otherwise, the same problem as described above occurs. .
  • the problem to be solved by the present invention is to provide an information management system that detects not only the original data but also dependent data affected by the change or the like.
  • An information management system configured to solve the above problems is an information management system for managing a plurality of management target data, a) For each of the plurality of management target data, a dependency management unit that examines all the dependency management target data that is management target data dependent on the management target data and creates a list of the dependency management target data is provided.
  • the dependency management unit examines all the management target data that depends on the management target data (“dependence management target data”) and creates a list thereof.
  • This list is expressed by associating each management target data with the identifier of the dependency management target data of the management target data.
  • a data identification system generally provided by an information management system can be used as the identifier of data to be managed. For example, in the case of a WINDOWS (registered trademark of Microsoft Corporation) file system, a unique identifier is assigned to each management target data (file) as an absolute path name + file name (full path name).
  • data that can uniquely identify the management target data such as numbers, alphabets, and symbol strings may be separately created and assigned.
  • association Based on the list (association), as will be described later, when certain managed data is changed, the dependency managed data that is affected by the change can be immediately known. Can be taken.
  • the list is stored in any storage device.
  • the information management system may further include the following components in addition to the dependency management unit. b) A change management unit that detects that a change has been made to any of the plurality of management target data.
  • the user can use the change management unit and the dependency management unit in the following meaningful ways. That is, when the change management unit detects that any of the management target data has been changed, a list of the dependency management target data (identifiers) dependent on the management target data created by the dependency management unit Thus, it is possible to immediately know the management target data affected by the change of the management target data. This avoids the use of managed data that has not been changed on the surface, and in fact unintended consequences due to changes to the managed data on which it depends. Can do.
  • the change management unit may prohibit the change of the management target data on which the management target data depends when the management target data is prohibited from being changed.
  • the change management unit prohibits the change of the management target data on which the management target data that is prohibited from being changed in this way, creates a copy of the management target data, and permits the change of the copied management target data. You may do it.
  • the information management system may further include the following components in addition to the above a) and b).
  • the difference analysis unit determines that there is a difference between the two management target data (the two management target data are different), the dependency management target of the two compared management target data created by the dependency management unit Based on the data (identifier) list, it is possible to immediately know the dependency management target data that is affected by the difference between the two management target data. Accordingly, it is possible to prevent a situation in which an unintended result is caused by using the management target data depending on one of the two management target data on the assumption that the two management target data are the same.
  • the change management unit may be capable of detecting addition (creation) and deletion (extinction) of management target data as well as detection of changes in management target data.
  • the dependency management unit can update the association between the management target data based on the dependency relationship.
  • the dependency management unit when the management target data is added (created) or changed and a new dependency occurs between the management target data, the dependency management unit and the management target on which the management target data depends Associate data.
  • the management target data is deleted (disappears) or changed and the dependency relationship between the management target data is resolved, the management target data is associated with the management target data on which the management target data depends. Eliminate.
  • the present invention it is possible to detect not only a change in certain management target data (original data) but also a substantial change in the management target data (dependence data) depending on the change.
  • the user of the dependent data can know the change of the original data.
  • the analysis execution file (original data) described in the batch file (dependent data) for continuous analysis control is changed in the control device of the analysis apparatus, the user of this batch file executes the analysis. You can know the file changes.
  • the relationship diagram of the original data and change data regarding a change The block diagram showing the basic composition of the information management system concerning one example of the present invention.
  • the block diagram showing the process by a dependence management part The block diagram showing the process by the dependence management part in case there exists the management object data which is dependence data and original data.
  • the block diagram showing the process by a change management part and a dependence management part The block diagram showing the process by the change management part and dependence management part when there exists the management object data which is dependence data and original data.
  • the block diagram showing the process by the change information notification part when a change is detected by the change management part (when a user list and a contact list are saved as separate files).
  • the block diagram showing the process by the change information notification part when a change is detected by the change management part (when the user list is stored as a part of the contents of the management target data and the contact list is saved as a separate file).
  • the block diagram showing the process by the change information notification part when a change is detected by the change management part (when a user list and a contact list are stored as a part of the contents of management object data).
  • the block diagram showing the process by the difference information notification part when a difference is detected by the difference analysis part (when a user list and a contact list are saved as separate files).
  • Block diagram showing processing by the difference information notification unit when a change is detected by the difference analysis unit (when the user list is saved as part of the contents of the managed data and the contact list is saved as a separate file) .
  • the block diagram showing the process by the difference information notification part when a difference is detected by the difference analysis part (when the user list and the contact list are both stored as part of the contents of the management target data).
  • control data and parameters used for analysis control, analysis data (raw data), secondary data obtained as a result of analysis, etc. are managed in the analysis control / analysis system.
  • An information management system for managing target data will be described.
  • FIG. 2 shows a basic configuration of an information management system 1 (hereinafter simply referred to as system 1) according to an embodiment of the present invention.
  • the entity of the system 1 is a computer, and includes a central processing unit 2, a storage unit 3, a communication unit 4, an input unit 5, an output unit 6, and the like.
  • the central processing unit 2 controls each unit included in the system 1 by executing a program, and is realized by, for example, a CPU (Central Processing Unit).
  • CPU Central Processing Unit
  • the storage unit 3 stores management target data, a program executed by the central processing unit 2, data necessary for program execution, a program execution result, and the like as a file, and includes a flash memory, a HDD (Hard Disc Drive), This is realized by a rewritable non-volatile storage device such as SSD (Solid State Drive).
  • the communication unit 4 is used for communication between the system 1 and the analyzer 7, and is realized by a NIC (Network Interface Card), a wireless LAN adapter, or the like.
  • the input unit 5 is used for inputting commands to the system 1 and is realized by, for example, a keyboard, a mouse, a touch panel, a microphone, or the like.
  • the output unit 6 is used for displaying the contents of the management target data, displaying the execution result of the program, notifying the user of the audit trail from the audit unit 22, etc. For example, a liquid crystal display, a printer, a speaker, etc. Etc.
  • the central processing unit 2 includes functional units such as a dependency management unit 21, an auditing unit 22, a control unit 23, and an analysis unit 24. These entities are programs executed by the central processing unit 2.
  • the dependency management unit 21 constantly or regularly monitors the management target data stored in the storage unit 3 and manages association based on the dependency relationship between the management target data. In addition, the dependency management unit 21 updates the association based on the dependency relationship between the management target data, creates a list of identifiers of the dependency management target data of the certain management target data, and the like.
  • the audit unit 22 monitors the management target data stored in the storage unit 3 constantly or periodically, detects the addition / deletion / change of the management target data, compares the management target data, and permits the change of the management target data. ⁇ Decision of disapproval and notification of change / difference information.
  • the control unit 23 controls the analyzer 7 connected to the system 1 via the communication unit.
  • the analysis unit 24 analyzes the output result from the analysis device 7, outputs the analysis result from the output unit 6, or stores it in the storage unit 3.
  • the dependency management unit 21 creates a list of dependency management target data identifiers as will be described later.
  • the identifier includes the full path name of the dependency management target data, a number, alphabet, and symbol string assigned by the file system. Use data that can uniquely identify the management target data.
  • the dependency management unit 21 associates identifiers of management target data (dependence management target data) depending on the management target data with respect to all the management target data. This association method may be any method as long as the identifier of the dependency management target data can be searched from the management target data.
  • the identifier of the dependency management target data may be a part of the contents of the management target data on which it depends, or a correspondence table or database that can search for the identifier of the dependency management target data using the management target data identifier as a key It may be created separately.
  • the flow of processing by the dependency management unit 21 is shown in FIG.
  • the management target data Y refers to the management target data X, that is, the management target data Y becomes the management target data X. It means that the management target data Y is dependent management target data of the management target data X.
  • the content of the batch file B is [data / A], which means that the batch file B depends on the analysis execution file A. The same applies to the batch file C.
  • the dependency management unit 21 examines the contents of each management target data and searches for descriptions related to other management target data (step S41).
  • the description of other managed data is the identifier of the managed data
  • the managed data can be specified, but even if it is a part of the identifier, In some cases, a complete identifier can be identified (i.e., other managed data can be identified).
  • the management target data can be specified by interpreting that the file name is the same file name existing in the same folder (current folder) as the management target data.
  • a relative path name is described as part of the contents of certain managed data, the relative path is expanded to a full path name to identify the managed data specified by the relative path name. can do.
  • the identifier of the management target data including the description as content is associated with the management target data specified by the identifier indicated by the description (step S42).
  • the identifier of the management target data whose contents are the description is a part of the contents of the management target data specified by the identifier interpreted from the description.
  • the batch file B (dependency data) and the batch file C (dependence data) depend on the analysis execution file A (original file), each identifier becomes a part of the contents of the analysis execution file A. Yes.
  • FIG. 5 shows the flow of processing by the dependency management unit 21 when there is managed data (batch file C) that is both dependent data and original data.
  • Step S51 and step S52 are the same processes as step S41 and step S42, respectively.
  • the batch file C is dependent data and not original data.
  • the batch file D since the batch file D depends on the batch file C, the batch file C is also original data. Therefore, the identifier of the batch file D is a part of the content of the batch file C in FIG.
  • the audit unit 22 includes a change management unit 221, a difference analysis unit 222, a change information notification unit 223, and a difference information notification unit 224.
  • the change management unit 221 detects a change in the management target data and calls the dependency management unit 21. The determination method of whether or not there has been a change is made by a change (creation / update, etc.) date / time change, file size change, content change, or the like. In addition, when a change of certain management target data is prohibited, the change management unit 221 also prohibits a change of the management target data on which the management target data depends.
  • the change management unit 221 calls the dependency management unit 21, specifies the management target data on which the batch file B depends, and prohibits the change of the management target data. .
  • the change management unit 221 prohibits the analysis execution file A from being changed.
  • the difference analysis unit 222 compares the two management target data and determines whether or not both are the same. If the difference analysis unit 222 determines that they are not identical, the dependency management unit 21 is called.
  • the change information notification unit 223 notifies the user of the management target data of information related to the change detected by the change management unit 221. Information about the change includes the person who changed it, the date and time of the change, the content of the change, the reason for the change, the identifier of the dependent managed data of the changed managed data, whether it can be changed, the reason why it cannot be changed, the identifier of the copied managed data, etc. (See FIGS. 15 (a) to 15 (c)).
  • the difference information notification unit 224 notifies the user of the management target data of information regarding the identity determined by the difference analysis unit 222.
  • information on the identity, the determination date and time, the reason for determining non-identity (difference content), the identifier of the dependency management target data of the management target data determined to be non-identical, and the like can be considered.
  • step S61 The flow of processing by the change management unit 221 and the dependency management unit 21 is shown in FIG.
  • step S62 the dependency management unit 21 is called (step S62).
  • the dependency management unit 21 updates the identifier of the dependency management target data associated with the management target data in which the change is detected, and creates a list of identifiers of the dependency management target data associated with the management target data in which the change is detected. (Step S63).
  • the dependency management unit 21 lists the identifiers B and C in the list.
  • FIG. 7 shows a flow of processing by the change management unit 221 and the dependency management unit 21 when there is management target data (batch file C) that is dependent data and original data.
  • Steps S71 to S73 are the same as steps S61 to S63, respectively.
  • the dependency management unit 21 lists the identifier D in addition to the identifiers B and C in the list.
  • the flow of processing by the difference analysis unit 222 and the dependency management unit 21 is shown in FIG. Since the analysis execution file A1 and the analysis execution file A2 have different mass-to-charge ratio values, they are determined to be non-identical when compared by the difference analysis unit 222 (step S81). In this case, the dependency management unit 21 is called (step S82).
  • the dependency management unit 21 lists the identifiers B1 and B2 of the batch file B1 and the batch file B2 that depend on the analysis execution file A1 and the analysis execution file A2, respectively, in the list (step S83).
  • Step S91 to S93 show the flow of processing by the change information notification unit 223 when a change in the management target data is detected.
  • the change management unit 221 detects a change to the analysis execution file A (step S91 to step S93).
  • Steps S91 to S93 are the same processes as steps S61 to S63, respectively.
  • the change information notification unit 223 is called (step S94).
  • the change information notification unit 223 reads the analysis execution file A in which the change is detected, and each user list of the batch file B and the batch file C (step S95), and searches for the contact information of each user (step S96). . Thereafter, the information regarding the change is notified to each user of the analysis execution file A, the batch file B, and the batch file C (step S97).
  • the management of users of each management target data may be any method as long as the user can be searched from the identifier of each data.
  • the user list may be stored as a separate file for each management target data, or may be a part of the contents of each management target data.
  • a correspondence table, a database, or the like that can search for a user using the identifier of each data as a key may be created separately.
  • the user contact list can be managed by any method as long as a contact can be searched from the user.
  • the user's contact list may be saved as a separate file, or may be a part of the contents of each management target data.
  • a correspondence table, a database, or the like that can search for contacts by using the user as a key may be created separately.
  • a user list is stored as a separate file for each management target data.
  • the user's contact list is also saved as a separate file.
  • the user list is part of the contents of each management target data, while the user contact list is stored as a separate file.
  • Steps S101 to S107 are the same processes as steps S91 to S97, respectively.
  • both the user and contact list are part of the contents of each management target data.
  • Steps S111 to S114 are the same processes as steps S91 to S94, respectively.
  • Step S115 corresponds to a process combining step S95 and step S96.
  • Step S116 is the same process as step S97.
  • FIG. 12 to FIG. 14 show the flow of processing by the difference information notification unit 224 when it is determined that the two management target data are not the same.
  • the analysis execution file A1 and the analysis execution file A2 have different mass-to-charge ratio values, are compared by the difference analysis unit 222, and are determined to be non-identical (step S121 to step S123).
  • Steps S121 to S123 are the same processes as steps S81 to S83, respectively.
  • the difference information notification unit 224 is called (step S124).
  • the difference information notification unit 224 reads each user list of the analysis execution file A1, the analysis execution file A2, the batch file B1, and the batch file B2 determined to be non-identical (step S125), and searches for the contact information of each user. (Step S126). Thereafter, the user of the analysis execution file A1, the analysis execution file A2, the batch file B1, and the batch file B2 is notified of information regarding the difference (step S127).
  • a user list is stored as a separate file for each management target data.
  • the user's contact list is also saved as a separate file.
  • the user list is a part of the contents of each management target data, while the user contact list is saved as a separate file.
  • Steps S131 to S137 are the same processes as steps S121 to S127, respectively.
  • both the user / contact list are part of the contents of each management target data.
  • Steps S141 to S144 are the same processes as steps S121 to S124, respectively.
  • Step S145 corresponds to a process that combines step S125 and step S126.
  • Step S146 is the same process as step S127.
  • the change management unit 221, the dependency management unit 21, and the change information notification unit 223 are separate programs.
  • One or three processes may be performed by an integrated program.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

本発明の課題は、管理対象データに関して、変更された管理対象データだけではなく、該変更により影響される管理対象データも検出する情報管理システムを提供することである。解決手段として、或る管理対象データとこれに依存する管理対象データとの関連付けの管理を行う依存管理部21と、或る管理対象データの変更によって影響される管理対象データを検出する監査部22を備える。

Description

情報管理システム
 本発明は、試料分析装置用データ処理装置等のデータ処理装置に関し、特に、そのようなデータ処理装置において扱うデータの変更を管理するシステム(情報管理システム)に関する。
 近年、とりわけ食品、医薬品、医療用具等に関連する研究施設では、試料の分析を行う際に、GLP(Good Laboratory Practice)やGMP(Good Manufacturing Practice)で定められた製造管理及び品質管理の基準(ガイドライン)に対応したり、21 CFR PART11(米国の電子記録・電子署名に関する規制条例)で定められている電子文書の基準に対応したりすることが求められている。これらに対応するためには、分析装置の制御システムや分析データ処理システムに加え、これらのシステムが適切に管理されていること、これらのシステムで用いる制御データや分析データ等が適切に管理されていること等をチェックする情報管理システムを備える必要がある。
 このような情報管理システムが管理する対象の一つに、分析装置を制御するための制御指令データや制御パラメータデータがある。例えば、或る試料に対して或る分析装置で分析を行う場合、その分析装置を動作させるための制御指令や制御パラメータのデータは予めファイル(分析実行ファイル)として保存されており、分析を実行する際には分析者がその分析実行ファイルを指定することにより、分析装置に所定の条件・パラメータで分析を行わせる。この分析実行ファイルとして、予め適切に作成・チェックされ、妥当であると判断された(認証された)もののみを用いることにより、適切な分析が行われる。分析の結果得られたデータ(分析データ)の解析についても同様である。
 従って、これらの予め適切に認証された分析実行ファイル等のデータに対して何らかの変更がなされた場合、それをきちんと把握しておくことが必要である。従来の情報管理システムには、このようなデータの変更を監視する機能が備えられている。
特開2013-174500号公報
 或る試料に対して複数の分析を連続して行う場合、その連続分析に対応した1つの連続分析実行ファイル(バッチファイル)を作成し、そのバッチファイルの各行に前記の分析実行ファイルを記述することにより、自動的な連続分析(バッチ処理)を行うのが一般的である。
 このような状況の下で、分析実行ファイルに記載されている制御指令データの一部が書き換えられた場合、前記のように、従来の情報管理システムは、該分析実行ファイル中の制御指令データの変更を認識することができ、予め登録された管理人にその旨を伝えることができる。しかし、或る行に該分析実行ファイルが記述されたバッチファイルを使用する分析者は、該分析実行ファイルの変更を知らないまま、該バッチファイルを使用してバッチ処理を行う可能性がある。この場合、そのバッチ処理中の該分析実行ファイルに基づく分析において、分析条件が予定したものと異なるものとなるため、分析結果が以前と異なってしまい、GLPやGMPに照らして正しい分析を行ったことにならないことになる。
 例えば図1において、バッチファイルB中に記載されている分析実行ファイルA(これを[データ/A]とする)の内容が[データ/A']に変更されたとする。バッチファイルBが同内容である以上、その使用者は以前と同一の実行結果を期待する。しかし、その実行結果は以前と異なるものとなる。バッチファイルBにより連続実行される分析のうち、分析実行ファイルAに基づく分析が以前と異なるからである。
 また、同一のデータが別々の箇所に保存されていることがあるが、この場合、一方のみに変更が加えられ、同一性を失うことがある。それを知らないまま、それらが同一であると思って一方のデータ(変更が加えられていないデータ又は変更が加えられたデータ)を使って何らかの処理を行うと、所期通りの結果が得られなかったり、正しい結果が得られなかったりすることとなる。このため、2つのデータが完全に同一か否かをチェックするプログラムが存在するが、このプログラムはこれら2つのデータの同一性を判断するのみである。このようなケースでこれら2つのデータを参照する(これらのデータに依存する)データ(依存データ)がそれぞれ存在する場合、表面上、依存データ自体は変更されていないため、各依存データを使って何らかの処理を行い、同一の結果が得られなくて混乱することがある。依存される方のデータ(元データ)が前記のように情報管理システムの監視対象となっていれば、いずれかの元データの変更は検出され得るが、そうでない場合、前記同様の問題が生じる。
 本発明が解決しようとする課題は、元データばかりではなく、その変更等により影響される依存データも検出する情報管理システムを提供することである。
 前記課題を解決するために成された本発明に係る情報管理システムは、複数の管理対象データを管理する情報管理システムであって、
 a) 前記複数の管理対象データのそれぞれについて、該管理対象データに依存している管理対象データである依存管理対象データを全て調べ、依存管理対象データのリストを作成する依存管理部
 を備えることを特徴とする。
 前記依存管理部は、管理対象データのそれぞれについて、その該管理対象データに依存している管理対象データ(「依存管理対象データ」)を全て調べ、そのリストを作成する。このリストは、各管理対象データと、該管理対象データの依存管理対象データの識別子との関連付けで表現される。管理対象データの識別子は、一般的に情報管理システムが提供しているデータ識別システムを用いることができる。例えば、WINDOWS(マイクロソフト社の登録商標)のファイルシステムの場合は、絶対パス名+ファイル名(フルパス名)で各管理対象データ(ファイル)に一意の識別子が付与されている。もちろん、番号やアルファベット、記号列等、管理対象データを一意に識別できるものを別途作成し、付与してもよい。該リスト(関連付け)に基づき、後述するように、或る管理対象データが変更された場合、その変更によって影響を受ける依存管理対象データを直ちに知ることができるため、様々な場面において適切な対応をとることができるようになる。該リストは、いずれかの記憶装置に記憶しておく。
 本発明に係る情報管理システムは、前記依存管理部に加え、さらに次の構成部を備えるようにしてもよい。
 b) 前記複数の管理対象データのいずれかに変更が加えられたことを検出する変更管理部。
 利用者は、この変更管理部と前記依存管理部を組み合わせることにより、次のような有意義な使い方をすることができる。すなわち、変更管理部がいずれかの管理対象データに変更が加えられたことを検出した場合、依存管理部が作成した、該管理対象データに依存している依存管理対象データ(の識別子)のリストにより、その管理対象データの変更の影響が及ぶ管理対象データを直ちに知ることができる。これにより、表面上は変更が加えられていない管理対象データを使用することにより、実はそれが依存する管理対象データに変更が加えられていたことにより意図せぬ結果が生じる、という事態を避けることができる。
 前記変更管理部は、或る管理対象データが変更禁止とされた場合、該管理対象データが依存する管理対象データを変更禁止とするようにしてもよい。
 また、前記変更管理部は、こうして変更禁止である管理対象データが依存する管理対象データを変更禁止とすると共に、該管理対象データの複製を作成し、該複製した管理対象データについて変更許可とするようにしてもよい。
 本発明に係る情報管理システムは、前記a)、b)に加え、さらに以下の構成部を備えるようにしてもよい。
 c) 前記複数の管理対象データのうちの2つの管理対象データの差を調べる差異解析部。
 この差異解析部により2つの管理対象データに差がある(2つの管理対象データが異なる)と判定された場合、前記依存管理部により作成された、比較された2つの管理対象データの依存管理対象データ(の識別子)のリストに基づき、2つの管理対象データが異なることにより影響が及ぶ依存管理対象データを直ちに知ることができる。これにより、2つの管理対象データが同一であることを前提として、それらのいずれかに依存している管理対象データを使用することにより意図せぬ結果が生じる、という事態を防止することができる。
 前記変更管理部は、管理対象データの変更の検出だけではなく、管理対象データの追加(創出)と削除(消滅)の検出ができるものとしてもよい。このような変更管理部を備える場合、前記依存管理部が依存関係に基づく管理対象データ間の関連付けを更新できることが望ましい。この場合の依存管理部は、管理対象データが追加(創出)又は変更されて管理対象データ間に新たな依存関係が生じた場合に、該管理対象データと、該管理対象データが依存する管理対象データを関連付ける。一方、管理対象データが削除(消滅)又は変更されて管理対象データ間の依存関係が解消した場合には、該管理対象データと、該管理対象データが依存していた管理対象データとの関連付けを解消する。
 本発明により、或る管理対象データ(元データ)の変更のみならず、それに依存する管理対象データ(依存データ)の実質的変更まで検出できるようになる。その結果、依存データの利用者が元データの変更を知ることができる。例えば、分析装置の制御装置において、連続分析制御のためのバッチファイル(依存データ)中に記載されている分析実行ファイル(元データ)が変更された場合、このバッチファイルの利用者は該分析実行ファイルの変更を知ることができる。その結果、想定に反したバッチファイルの使用を防止することができ、無駄な或いは誤った分析を防止することができる。
変更に関する元データと依存データとの関係図。 本発明の一実施例に係る情報管理システムの基本的な構成を表すブロック図。 監査部の構成を表すブロック図。 依存管理部による処理を表すブロック図。 依存データかつ元データである管理対象データがある場合の依存管理部による処理を表すブロック図。 変更管理部と依存管理部とによる処理を表すブロック図。 依存データかつ元データである管理対象データがある場合の変更管理部と依存管理部とによる処理を表すブロック図。 差異解析部と依存管理部とによる処理を表すブロック図。 変更管理部によって変更が検出された場合の変更情報通知部による処理を表すブロック図(利用者一覧と連絡先一覧とが別々のファイルとして保存されている場合)。 変更管理部によって変更が検出された場合の変更情報通知部による処理を表すブロック図(利用者一覧は管理対象データの内容の一部として、連絡先一覧は別ファイルとして保存されている場合)。 変更管理部によって変更が検出された場合の変更情報通知部による処理を表すブロック図(利用者一覧と連絡先一覧が管理対象データの内容の一部として保存されている場合)。 差異解析部によって差異が検出された場合の差異情報通知部による処理を表すブロック図(利用者一覧と連絡先一覧とが別々のファイルとして保存されている場合)。 差異解析部によって変更が検出された場合の差異情報通知部による処理を表すブロック図(利用者一覧は管理対象データの内容の一部として、連絡先一覧は別のファイルとして保存されている場合)。 差異解析部によって差異が検出された場合の差異情報通知部による処理を表すブロック図(利用者一覧と連絡先一覧が共に管理対象データの内容の一部として保存されている場合)。 変更情報通知部及び差異情報通知部によってそれぞれ通知されるメッセージの例。
 本発明の一実施例として、分析装置を制御すると共に、該分析装置で得られたデータを解析する分析制御・解析システムに本発明を適用した例を説明する。本実施例では、分析制御・解析システムのうち、分析制御に用いる制御データやパラメータ、及び、分析により得られたデータ(生データ)やそれを解析した結果得られた二次的データ等の管理対象データの管理を行う情報管理システムについて説明する。
 図2に、本発明の一実施例に係る情報管理システム1(以下、単にシステム1と呼ぶ。)の基本的な構成を示す。システム1の実体はコンピュータであり、中央処理部2と記憶部3、通信部4、入力部5、出力部6等を備える。中央処理部2は、プログラムを実行することによりシステム1が備える各部を制御するもので、例えばCPU(Central Processing Unit)等で実現される。記憶部3は、管理対象データ、中央処理部2により実行されるプログラム、プログラム実行に必要なデータ、プログラムの実行結果等をファイルとして保存するものであり、フラッシュメモリ、HDD(Hard Disc Drive)、SSD(Solid State Drive)等の書き換え可能な不揮発性記憶装置によって実現される。通信部4は、システム1と分析装置7との通信等に使用され、NIC(Network Interface Card)や無線LANアダプタ等で実現される。入力部5は、システム1に対する命令入力等に使用されるものであり、例えばキーボードやマウス、タッチパネル、マイク等で実現される。出力部6は、管理対象データの内容の表示、プログラムの実行結果の表示、利用者への監査部22からの監査証跡等の通知等に使用されるものであり、例えば液晶ディスプレイやプリンタ、スピーカ等によって実現される。
 中央処理部2は、依存管理部21と監査部22、制御部23、解析部24等の機能部を備える。これらの実体は中央処理部2によって実行されるプログラムである。依存管理部21は、記憶部3に記憶されている管理対象データを常時又は定期的に監視し、管理対象データ間の依存関係に基づく関連付けの管理を行う。また、この依存管理部21は、管理対象データ間の依存関係に基づく関連付けの更新、或る管理対象データの依存管理対象データの識別子のリスト作成等を行う。監査部22は、記憶部3に記憶されている管理対象データを常時又は定期的に監視し、管理対象データの追加・削除・変更の検知、管理対象データの比較、管理対象データの変更の許可・不許可の決定、変更情報・差異情報の通知等を行う。制御部23は、システム1に通信部を介して接続されている分析装置7を制御する。解析部24は分析装置7からの出力結果を解析等し、解析結果を出力部6から出力し、或いは記憶部3に保存する。
 依存管理部21では、後述するように依存管理対象データの識別子のリスト作成が行われるが、この識別子としては、依存管理対象データのフルパス名や、ファイルシステムによって付与された番号やアルファベット、記号列等、管理対象データを一意に識別できるものを使用する。この依存管理部21は、全ての管理対象データのそれぞれに対して、その管理対象データに依存する管理対象データ(依存管理対象データ)の識別子を関連付ける。この関連付けの方法は、管理対象データからその依存管理対象データの識別子を検索できればどのようなものでもよい。例えば、依存管理対象データの識別子を、それが依存する管理対象データの内容の一部としてもよいし、管理対象データの識別子をキーとして依存管理対象データの識別子を検索できる対応表やデータベース等を別途作成してもよい。
 依存管理部21による処理の流れを図4に示す。図4において、識別子Yの管理対象データの内容として[データ/X]との記述がある場合、管理対象データYが管理対象データXを参照すること、すなわち管理対象データYが管理対象データXに依存していること(管理対象データYが管理対象データXの依存管理対象データであること)を意味する。図4では、バッチファイルBの内容として[データ/A]とあるが、これはバッチファイルBが分析実行ファイルAに依存していることを意味する。バッチファイルCについても同様である。
 依存管理部21は各管理対象データの内容を調べ、他の管理対象データに関する記述を探す(ステップS41)。他の管理対象データに関する記述が、その管理対象データの識別子である場合はもちろんその管理対象データを特定することができるが、記述されているのが識別子の一部であっても、その記述から完全な識別子を特定できる(すなわち、他の管理対象データを特定することができる)場合がある。例えば、識別子として管理対象データのフルパス名が使用され、或る管理対象データの内容の一部として別の管理対象データのファイル名だけが記述されているとする。この場合、そのファイル名はその管理対象データと同じフォルダ(カレントフォルダ)内に存在する同名のファイル名であると解釈することにより、管理対象データを特定することができる。また、或る管理対象データの内容の一部として相対パス名が記述されている場合には、相対パスを展開してフルパス名とすることにより、その相対パス名が指定する管理対象データを特定することができる。
 他の管理対象データに関する記述を見つけた場合、この記述を内容として含む管理対象データの識別子を、その記述が示す識別子によって特定される管理対象データに関連付ける(ステップS42)。本実施例においては、その記述を内容とする管理対象データの識別子を、その記述から解釈される識別子によって特定される管理対象データの内容の一部とする。図4では、バッチファイルB(依存データ)とバッチファイルC(依存データ)が分析実行ファイルA(元ファイル)に依存しているため、各識別子が分析実行ファイルAの内容の一部となっている。
 図5では、依存データかつ元データである管理対象データ(バッチファイルC)がある場合の依存管理部21による処理の流れを示す。ステップS51とステップS52は、それぞれステップS41とステップS42と同じ処理である。図4でバッチファイルCは依存データであって元データではなかったが、図5ではバッチファイルDがバッチファイルCに依存しているため、バッチファイルCは元データでもある。そのため、図5ではバッチファイルDの識別子がバッチファイルCの内容の一部となっている。
 次に、監査部22について説明する(図3参照)。監査部22は変更管理部221、差異解析部222、変更情報通知部223、差異情報通知部224を備える。変更管理部221は管理対象データの変更を検出し、依存管理部21を呼び出す。変更があったか否かの判定法は、変更(作成・更新等)日時の変化、ファイルサイズの変化、内容の変化等により判定する。また、変更管理部221は、或る管理対象データの変更が禁止されている場合、この管理対象データが依存する管理対象データの変更をも禁止する。
 例えば図5において、バッチファイルBが変更禁止とされた場合、変更管理部221は依存管理部21を呼び出し、バッチファイルBが依存する管理対象データを特定し、この管理対象データを変更禁止とする。この場合、特定されるのは分析実行ファイルAであるため、変更管理部221は分析実行ファイルAを変更禁止とする。
 差異解析部222は、2つの管理対象データを比較して両者が同一か否かを判定する。差異解析部222によって非同一と判定された場合、依存管理部21が呼び出される。変更情報通知部223は、変更管理部221によって検出された変更に関する情報を管理対象データの利用者に通知する。変更に関する情報としては、変更者や変更日時、変更内容、変更理由、変更された管理対象データの依存管理対象データの識別子、変更の可否、変更ができない理由、複製した管理対象データの識別子等が考えられる(図15(a)~(c)参照)。差異情報通知部224は差異解析部222によって判定された同一性に関する情報を管理対象データの利用者に通知する。同一性に関する情報としては、判定日時、非同一と判定した理由(差異内容)、非同一と判定された管理対象データの依存管理対象データの識別子等(図15(d)参照)が考えられる。
 変更管理部221と依存管理部21とによる処理の流れを図6に示す。変更管理部221によって、分析実行ファイルAに対する変更が検出された場合(ステップS61)、依存管理部21が呼び出される(ステップS62)。依存管理部21は変更が検出された管理対象データに関連付けられた依存管理対象データの識別子を更新し、変更が検出された管理対象データに関連付けられた依存管理対象データの識別子のリストを作成する(ステップS63)。図6においては、バッチファイルBとバッチファイルCが分析実行ファイルAに依存しているため、依存管理部21は識別子BとCをリストに列挙する。
 図7においては、依存データかつ元データである管理対象データ(バッチファイルC)がある場合の変更管理部221と依存管理部21とによる処理の流れを示す。ステップS71からステップS73は、それぞれステップS61からステップS63の処理と同じである。この場合、バッチファイルDがバッチファイルCに依存しているため、依存管理部21は、識別子BとCに加え、識別子Dもリストに列挙する。
 差異解析部222と依存管理部21とによる処理の流れを図8に示す。分析実行ファイルA1と分析実行ファイルA2は、質量電荷比の値が異なるため、差異解析部222によって比較された場合、非同一と判定される(ステップS81)。この場合、依存管理部21が呼び出される(ステップS82)。依存管理部21は、分析実行ファイルA1と分析実行ファイルA2にそれぞれ依存するバッチファイルB1とバッチファイルB2の識別子B1とB2をリストに列挙する(ステップS83)。
 管理対象データの変更が検知された場合の変更情報通知部223による処理の流れを図9から図11に示す。図9においては、バッチファイルBとバッチファイルCが分析実行ファイルAに依存しており、変更管理部221によって分析実行ファイルAに対する変更が検出されたとする(ステップS91からステップS93)。ステップS91からステップS93は、それぞれステップS61からステップS63と同じ処理である。依存管理部21が依存管理対象データの識別子をリストに列挙した後、変更情報通知部223が呼び出される(ステップS94)。変更情報通知部223は、変更が検出された分析実行ファイルA、並びにバッチファイルB及びバッチファイルCの各利用者一覧を読み込み(ステップS95)、各利用者の連絡先を検索する(ステップS96)。その後、分析実行ファイルAとバッチファイルB、バッチファイルCの各利用者に変更に関する情報を通知する(ステップS97)。
 各管理対象データの利用者の管理は、各データの識別子から利用者を検索できればどのような方法でも構わない。例えば、利用者一覧を管理対象データ毎に別ファイルとしても保存してもよいし、各管理対象データの内容の一部としてもよい。また、各データの識別子をキーとして利用者を検索できる対応表やデータベース等を別途作成してもよい。また、利用者の連絡先一覧の管理は、利用者から連絡先が検索できればどのような方法でも構わない。例えば、利用者の連絡先一覧を別ファイルとして保存してもよいし、各管理対象データの内容の一部としてもよい。また、利用者をキーとして連絡先を検索できる対応表やデータベース等を別途作成してもよい。図9においては、管理対象データ毎に利用者一覧を別ファイルと保存している。また、利用者の連絡先一覧も別ファイルとして保存している。図10においては、利用者一覧を各管理対象データの内容の一部としている一方、利用者の連絡先一覧は別ファイルとして保存している。ステップS101からステップS107は、それぞれステップS91からステップS97と同じ処理である。図11においては、利用者・連絡先一覧を共に各管理対象データの内容の一部としている。ステップS111からステップS114は、それぞれステップS91からステップS94と同じ処理である。ステップS115は、ステップS95とステップS96を合わせた処理に相当する。ステップS116はステップS97と同じ処理である。
 2つの管理対象データが非同一と判定された場合の差異情報通知部224による処理の流れを図12から図14に示す。図12において、分析実行ファイルA1と分析実行ファイルA2は、質量電荷比の値が異なり、差異解析部222によって比較されて、非同一と判定されたとする(ステップS121からステップS123)。ステップS121からステップS123は、それぞれステップS81からステップS83までと同じ処理である。依存管理部21が依存管理対象データの識別子をリストに列挙した後、差異情報通知部224が呼び出される(ステップS124)。差異情報通知部224は、非同一と判定された分析実行ファイルA1、分析実行ファイルA2、バッチファイルB1及びバッチファイルB2の各利用者一覧を読み込み(ステップS125)、各利用者の連絡先を検索する(ステップS126)。その後、分析実行ファイルA1、分析実行ファイルA2、バッチファイルB1及びバッチファイルB2の各利用者に差異に関する情報を通知する(ステップS127)。図12においては、管理対象データ毎に利用者一覧を別ファイルと保存している。また、利用者の連絡先一覧も別ファイルとして保存している。図13においては、利用者一覧を各管理対象データの内容の一部としている一方、利用者の連絡先一覧は別ファイルとして保存している。ステップS131からステップS137は、それぞれステップS121からステップS127と同じ処理である。図14においては、利用者・連絡先一覧を共に各管理対象データの内容の一部としている。ステップS141からステップS144は、それぞれステップS121からステップS124と同じ処理である。ステップS145は、ステップS125とステップS126を合わせた処理に相当する。ステップS146はステップS127と同じ処理である。
 以上、本発明の一実施例を説明したが、前記実施例は例示に過ぎず、本発明の趣旨の範囲内で適宜に変形、改良、修正を行うことができる。例えば、前記実施例の説明では、変更管理部221と依存管理部21、変更情報通知部223は別々のプログラムとしてきたが、これら4つの処理が一体のプログラム中で行われても、いずれか2つ又は3つの処理が一体のプログラムで行われても構わない。差異解析部222と依存管理部21、差異情報通知部224についても同様である。変更管理部221と差異解析部222が一体のプログラムであっても同様である。
1…情報管理システム
2…中央処理部
 21…依存管理部
 22…監査部
  221…変更管理部
  222…差異解析部
  223…変更情報通知部
  224…差異情報通知部
 23…制御部
 24…解析部
3…記憶部
4…通信部

Claims (11)

  1.  複数の管理対象データを管理する情報管理システムであって、
     a) 前記複数の管理対象データのそれぞれについて、該管理対象データに依存している管理対象データである依存管理対象データを全て調べ、依存管理対象データのリストを作成する依存管理部
     を備えることを特徴とする情報管理システム。
  2.  請求項1に記載の情報管理システムであって、さらに、
     b) 前記複数の管理対象データのいずれかに変更が加えられたことを検出する変更管理部
     を備えることを特徴とする情報管理システム。
  3.  請求項2に記載の情報管理システムであって、或る管理対象データが変更禁止とされている場合に、前記変更管理部が、該管理対象データが依存する管理対象データを変更禁止とすることを特徴とする情報管理システム。
  4.  請求項2に記載の情報管理システムであって、或る管理対象データが変更禁止とされている場合に、前記変更管理部が、該管理対象データが依存する管理対象データを変更禁止とすると共に該変更禁止とした管理対象データの複製を作成し、該複製データを変更許可とすることを特徴とする情報管理システム。
  5.  請求項2から請求項4のいずれかに記載の情報管理システムであって、さらに、
     c)  前記複数の管理対象データのうちの2つの管理対象データの差を調べる差異解析部
     を備えることを特徴とする情報管理システム。
  6.  請求項2から請求項5のいずれかに記載の情報管理システムであって、前記変更管理部が管理対象データの追加と削除、変更を検出することを特徴とする情報管理システム。
  7.  請求項6に記載の情報管理システムであって、前記依存管理部が依存関係に基づく管理対象データ間の関連付けを更新することを特徴とする情報管理システム。
  8.  請求項2から請求項7のいずれかに記載の情報管理システムであって、さらに、
     d)  前記複数の管理対象データのうちの或る管理対象データの変更に関する情報を利用者に通知する変更情報通知部
     を備えることを特徴とする情報管理システム。
  9.  請求項8に記載の情報管理システムであって、前記変更情報通知部が変更の生じた理由を通知することを特徴とする情報管理システム。
  10.  請求項5から請求項9のいずれかに記載の情報管理システムであって、さらに、
     e)  前記複数の管理対象データのうちの2つの管理対象データの差に関する情報を利用者に通知する差異情報通知部
     を備えることを特徴とする情報管理システム。
  11.  請求項10に記載の情報管理システムであって、前記差異情報通知部が差の生じた理由を通知することを特徴とする情報管理システム。
PCT/JP2014/066669 2014-06-24 2014-06-24 情報管理システム WO2015198392A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
CN201480080157.8A CN106462489B (zh) 2014-06-24 2014-06-24 分析装置管理系统
PCT/JP2014/066669 WO2015198392A1 (ja) 2014-06-24 2014-06-24 情報管理システム
US15/320,991 US10282290B2 (en) 2014-06-24 2014-06-24 Analyzing device management system
JP2016528784A JP6256606B2 (ja) 2014-06-24 2014-06-24 分析装置管理システム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2014/066669 WO2015198392A1 (ja) 2014-06-24 2014-06-24 情報管理システム

Publications (1)

Publication Number Publication Date
WO2015198392A1 true WO2015198392A1 (ja) 2015-12-30

Family

ID=54937530

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2014/066669 WO2015198392A1 (ja) 2014-06-24 2014-06-24 情報管理システム

Country Status (4)

Country Link
US (1) US10282290B2 (ja)
JP (1) JP6256606B2 (ja)
CN (1) CN106462489B (ja)
WO (1) WO2015198392A1 (ja)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020038199A (ja) * 2018-08-31 2020-03-12 株式会社日立ハイテクサイエンス クロマトグラフ装置

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108874553B (zh) * 2017-05-08 2022-06-14 阿里巴巴集团控股有限公司 消息推送方法、装置和系统、存储介质及处理器
CN109240652A (zh) * 2017-10-27 2019-01-18 广州恒强信息科技有限公司 一种基于j2ee的优抚信息管理系统
US11194845B2 (en) 2019-04-19 2021-12-07 Tableau Software, LLC Interactive lineage analyzer for data assets
US20220389354A1 (en) 2019-11-08 2022-12-08 Coors Brewing Company Method of brewing non-alcoholic beer

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07141245A (ja) * 1993-11-12 1995-06-02 Matsushita Electric Ind Co Ltd 遠隔ファイルロックシステム
JP2000155731A (ja) * 1998-11-19 2000-06-06 Casio Comput Co Ltd 文書更新通知装置及び記憶媒体
JP2004028864A (ja) * 2002-06-27 2004-01-29 Shimadzu Corp 分析装置のデータ処理装置
JP2014010782A (ja) * 2012-07-02 2014-01-20 Fujitsu Ltd プログラム、情報管理装置および情報管理方法

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR940004388B1 (ko) * 1989-10-13 1994-05-23 인터내셔널 비지네스 머신즈 코포레이션 지정된 데이타베이스 억세스 플랜 무효화 방법
US6687716B1 (en) * 2000-09-13 2004-02-03 Radiant Data Corporation File consistency protocols and methods for carrying out the protocols
US7430570B1 (en) * 2003-04-28 2008-09-30 Ibrix, Inc. Shadow directory structure in a distributed segmented file system
US8504597B2 (en) * 2005-09-09 2013-08-06 William M. Pitts Distributed file system consistency mechanism extension for enabling internet video broadcasting
JP4210318B1 (ja) * 2007-11-28 2009-01-14 株式会社京都ソフトウェアリサーチ データ格納システムおよびデータ格納プログラム
US20100333094A1 (en) * 2009-06-24 2010-12-30 Mark Restall Job-processing nodes synchronizing job databases
US9037636B2 (en) * 2012-01-19 2015-05-19 Microsoft Technology Licensing, Llc Managing script file dependencies and load times
US8990175B2 (en) * 2012-02-07 2015-03-24 Dassault Systemes Americas Corp. Related data dependencies
JP2013174500A (ja) 2012-02-24 2013-09-05 Shimadzu Corp 分析情報管理システム
US9223806B2 (en) * 2013-03-28 2015-12-29 International Business Machines Corporation Restarting a batch process from an execution point

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07141245A (ja) * 1993-11-12 1995-06-02 Matsushita Electric Ind Co Ltd 遠隔ファイルロックシステム
JP2000155731A (ja) * 1998-11-19 2000-06-06 Casio Comput Co Ltd 文書更新通知装置及び記憶媒体
JP2004028864A (ja) * 2002-06-27 2004-01-29 Shimadzu Corp 分析装置のデータ処理装置
JP2014010782A (ja) * 2012-07-02 2014-01-20 Fujitsu Ltd プログラム、情報管理装置および情報管理方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020038199A (ja) * 2018-08-31 2020-03-12 株式会社日立ハイテクサイエンス クロマトグラフ装置
JP7337573B2 (ja) 2018-08-31 2023-09-04 株式会社日立ハイテクサイエンス クロマトグラフ装置

Also Published As

Publication number Publication date
JPWO2015198392A1 (ja) 2017-04-20
JP6256606B2 (ja) 2018-01-10
CN106462489B (zh) 2019-06-18
US10282290B2 (en) 2019-05-07
CN106462489A (zh) 2017-02-22
US20170161188A1 (en) 2017-06-08

Similar Documents

Publication Publication Date Title
US9767280B2 (en) Information processing apparatus, method of controlling the same, information processing system, and information processing method
JP6256606B2 (ja) 分析装置管理システム
US20160072833A1 (en) Apparatus and method for searching for similar malicious code based on malicious code feature information
US20170149830A1 (en) Apparatus and method for automatically generating detection rule
TWI419005B (zh) 驗證應用程式及控制其執行的方法
US20120311709A1 (en) Automatic management system for group and mutant information of malicious codes
US11144644B2 (en) Update management apparatus of industry control system, apparatus and method for update verification
US10691809B2 (en) Information processing apparatus and method for controlling the same
JP6254414B2 (ja) 情報処理装置、情報処理システムおよび情報処理方法
JP2014048673A (ja) ワークフロー生成サーバ、及び方法
JP6058246B2 (ja) 情報処理装置及び情報処理方法及びプログラム
US20150213272A1 (en) Conjoint vulnerability identifiers
JP2012146089A (ja) 設定プログラム、ワークフロー作成方法およびワークフロー作成装置
JP2007148805A (ja) 情報処理装置、情報処理方法およびプログラム
EP3273337A1 (en) Method and system applied to touchscreen for newly creating and dismissing folder
CN106888247B (zh) 一种统一终端ie配置和保护的方法
KR102195823B1 (ko) It 디바이스 보안 취약점 점검 및 조치 시스템
US9092431B2 (en) Document management system and document management method for determining whether at least one managed document was printed and updating print information of the at least one managed document based on the determination
JP2004062241A (ja) ユーザアクセス権制御装置及び方法
JP6253333B2 (ja) 情報処理装置、情報処理システムおよび情報処理方法
US11354081B2 (en) Information processing apparatus with concealed information
JP2016218984A (ja) ログ判定装置、ログ判定方法、およびログ判定プログラム
US9372992B1 (en) Ensuring integrity of a software package installer
JP7281998B2 (ja) 情報処理装置、情報処理方法、情報処理システム及びプログラム
JP2015115023A (ja) 分析装置システム用ログデータ処理システム及び該システム用プログラム

Legal Events

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

Ref document number: 14895862

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2016528784

Country of ref document: JP

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 15320991

Country of ref document: US

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14895862

Country of ref document: EP

Kind code of ref document: A1