JP2008015842A - Medical system and medical virus handling program - Google Patents

Medical system and medical virus handling program Download PDF

Info

Publication number
JP2008015842A
JP2008015842A JP2006187141A JP2006187141A JP2008015842A JP 2008015842 A JP2008015842 A JP 2008015842A JP 2006187141 A JP2006187141 A JP 2006187141A JP 2006187141 A JP2006187141 A JP 2006187141A JP 2008015842 A JP2008015842 A JP 2008015842A
Authority
JP
Japan
Prior art keywords
medical
virus
control means
infected
severity
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.)
Withdrawn
Application number
JP2006187141A
Other languages
Japanese (ja)
Inventor
Masayasu Kumakura
正泰 熊倉
Masaki Kamiya
正樹 神谷
Ai Fukuda
愛 福田
Hideki Tada
秀樹 多田
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.)
Toshiba Corp
Canon Medical Systems Corp
Original Assignee
Toshiba Corp
Toshiba Medical Systems Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp, Toshiba Medical Systems Corp filed Critical Toshiba Corp
Priority to JP2006187141A priority Critical patent/JP2008015842A/en
Publication of JP2008015842A publication Critical patent/JP2008015842A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a technique to enable safe and stable virus handling when a medical system is infected with a computer virus. <P>SOLUTION: In a medical system for diagnosing or treating a subject of an X-ray diagnostic apparatus, an X-ray treatment apparatus, an X-ray CT apparatus, a magnetic resonance imaging apparatus, a nuclear medicine diagnostic apparatus, or the like, a control path is made redundant by various software control means, and various hardware control means which are fungible for the software control means concerned; a seriousness table which defines seriousness to a system for every computer virus and a handling table which defines virus handling corresponding to the seriousness are stored, a computer virus is searched for in a file, and virus handling is carried out based on the seriousness table and the handling table. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、医用システムのウィルス対処技術に関する。   The present invention relates to a virus countermeasure technique for a medical system.

近年、コンピュータの処理速度の向上に伴って、X線診断装置、X線治療装置、X線CT装置、磁気共鳴画像装置、核医学診断装置等の被検体を診断又は治療するための医用システムにもその制御にコンピュータによるソフトウェア制御が利用されている。コンピュータは、制御プログラムを解読及び実行して制御信号を生成し、コントローラに送出する。ソフトウェア制御によると、制御信号生成前の処理を仕様に応じて自由に設計できる。また、近年の急速なネットワーク化により医用システムと他のコンピュータとの通信による連携も行われるようになってきた。   In recent years, as computer processing speed has improved, medical systems for diagnosing or treating a subject such as an X-ray diagnostic apparatus, an X-ray therapy apparatus, an X-ray CT apparatus, a magnetic resonance imaging apparatus, and a nuclear medicine diagnostic apparatus have been developed. Also, software control by a computer is used for the control. The computer decodes and executes the control program to generate control signals and send them to the controller. According to software control, the process before the generation of the control signal can be freely designed according to the specifications. In addition, due to rapid networking in recent years, cooperation between a medical system and another computer has come to be performed.

そのため、医用システムにも所謂コンピュータウィルスに感染するおそれが生じている。コンピュータウィルスは、コンピュータが解読及び実行するプログラムや参照するデータ等のファイルに感染し、そのプログラムの実行まで潜伏し、そのプログラムの実行とともに発病する機能を有する。操作者の意図しない動作をコンピュータに実行させ、コンピュータ及び周辺機器に様々な影響を与える。   Therefore, there is a risk that the medical system is also infected with a so-called computer virus. A computer virus has a function of infecting files such as a program to be decoded and executed by a computer and data to be referred to, hidden until the execution of the program, and causing disease along with the execution of the program. This causes the computer to execute an operation that is not intended by the operator, and has various effects on the computer and peripheral devices.

このようなコンピュータウィルスに対処するために、PC(パーソナルコンピュータ)等には、コンピュータウィルスの感染を検出し、駆除、隔離、削除等の対処を行うソフトウェアが導入される。駆除は、ファイルに含まれるコンピュータウィルスのみを削除するものであり、隔離は、ウィルスに感染したファイルを隔離ディレクトリに移動させるものであり、削除は、感染したファイルを削除するものである。   In order to cope with such a computer virus, software that detects infection of a computer virus and performs countermeasures such as removal, isolation, and deletion is installed in a PC (personal computer) or the like. Disinfection deletes only computer viruses contained in files, quarantine moves files infected with viruses to the quarantine directory, and delete deletes infected files.

医用システムにも、このコンピュータウィルス対策のためのソフトウェアが医用システムにインストールされる(例えば、「特許文献1」参照。)。   Software for countermeasures against computer viruses is also installed in the medical system in the medical system (see, for example, “Patent Document 1”).

特開2004−86301号公報JP 2004-86301 A

医用システムは、被検体を診断又は治療するためのシステムであり、例えば被検体にX線等を曝射するため、その運用は特に安全かつ安定的でなくてはならない。   The medical system is a system for diagnosing or treating a subject. For example, since the subject is exposed to X-rays or the like, its operation must be particularly safe and stable.

しかし、医用システムに対して深刻な影響を与えるコンピュータウィルスとPCに対して深刻な影響を与えるコンピュータウィルスは必ずしも一致しない。PCにおいて駆除、隔離、削除可能なコンピュータウィルスであっても、医用システムにおいてそのコンピュータウィルスを駆除、隔離、削除等した場合には、その感染したファイルによっては医用システムが突然停止する等の安全面や安定性に深刻な影響を及ぼすおそれがある。   However, computer viruses that have a serious impact on medical systems do not always match computer viruses that have a serious impact on PCs. Even if a computer virus can be disinfected, quarantined or deleted on a PC, if the computer virus is disinfected, quarantined or deleted in a medical system, the medical system may suddenly stop depending on the infected file. And may have a serious impact on stability.

本発明は、以上の問題点に鑑みてなされたものであって、その目的は、医用システムがコンピュータウィルスに感染した場合に安全かつ安定的なウィルス対処を可能とする技術を提供することにある。   The present invention has been made in view of the above problems, and an object thereof is to provide a technique that enables safe and stable virus countermeasures when a medical system is infected with a computer virus. .

上記課題を解決するための請求項1記載の発明は、被検体の診断又は治療をするための医用手段と、前記医用手段を制御する各種ソフトウェア制御手段と、前記各種ソフトウェア制御手段の少なくとも一部と代替可能に配され、前記医用手段を制御する各種ハードウェア制御手段と、前記各種ソフトウェア制御手段を実現するアプリケーションファイルを含む各種ファイルを記憶する記憶手段と、前記記憶手段に記憶されたファイルからコンピュータウィルスを検索する検索手段と、コンピュータウィルス毎にシステムに対する深刻度の定義を記憶する深刻度テーブルと、前記深刻度に対応したウィルス対処を記憶する対処テーブルと、前記深刻度テーブルと前記対処テーブルに基づきウィルス対処をする対処手段と、を備えること、を特徴とする。   The invention described in claim 1 for solving the above-mentioned problems is a medical means for diagnosing or treating a subject, various software control means for controlling the medical means, and at least a part of the various software control means. And various hardware control means for controlling the medical means, storage means for storing various files including application files for realizing the various software control means, and files stored in the storage means Search means for searching for a computer virus, a severity table for storing a definition of severity for the system for each computer virus, a handling table for storing virus countermeasures corresponding to the severity, the severity table, and the handling table And a countermeasure means for dealing with a virus based on To.

上記課題を解決するための請求項2記載の発明は、被検体の診断又は治療をするための医用手段と、前記医用手段を制御する各種ソフトウェア制御手段と、前記各種ソフトウェア制御手段の少なくとも一部と代替可能に配され、前記医用手段を制御する各種ハードウェア制御手段と、前記各種ソフトウェア制御手段を実現するアプリケーションファイルを含む各種ファイルを記憶する記憶手段と、前記記憶手段に記憶された各種ファイルからコンピュータウィルスを検索し、感染したコンピュータウィルスと感染ファイルを特定する検索手段と、前記感染したコンピュータウィルスと前記感染ファイルの組み合わせに対応したウィルス対処を記憶する対処テーブルと、前記対処テーブルに基づきウィルス対処をする対処手段と、を備えること、を特徴とする。   The invention according to claim 2 for solving the above-mentioned problems is a medical means for diagnosing or treating a subject, various software control means for controlling the medical means, and at least a part of the various software control means. And various hardware control means for controlling the medical means, storage means for storing various files including application files for realizing the various software control means, and various files stored in the storage means Search means for searching for computer viruses and identifying infected computer viruses and infected files, a handling table storing virus handling corresponding to a combination of the infected computer viruses and infected files, and a virus based on the handling table Providing coping means for coping The features.

上記課題を解決するための請求項5記載の発明は、被検体の診断又は治療をするための医用手段と、前記医用手段を制御する各種ソフトウェア制御手段と、前記各種ソフトウェア制御手段の少なくとも一部と代替可能に配され、前記医用手段を制御する各種ハードウェア制御手段と、前記各種ソフトウェア制御手段を実現するアプリケーションファイルを含む各種ファイルを記憶するファイル記憶手段と、を有し、被検体の診断又は治療をするための医用システムを、前記記憶部に記憶された各種ファイルからコンピュータウィルスを検索する検索手段と、コンピュータウィルス毎にシステムに対する深刻度を定義する深刻度テーブル、及び前記深刻度に対応したウィルス対処を定義する対処テーブルを記憶するテーブル記憶手段と、前記深刻度テーブルと前記対処テーブルに基づきウィルス対処をする対処手段と、して機能させること、を特徴とする。   The invention according to claim 5 for solving the above-mentioned problems is a medical means for diagnosing or treating a subject, various software control means for controlling the medical means, and at least a part of the various software control means. And a variety of hardware control means for controlling the medical means, and a file storage means for storing various files including application files for realizing the various software control means. Alternatively, a medical system for treatment corresponds to search means for searching for a computer virus from various files stored in the storage unit, a severity table for defining the severity of the system for each computer virus, and the severity Table storage means for storing a countermeasure table that defines a virus countermeasure, and the depth And addressing means for the virus addressed based and time table in the address table, thereby to function, and wherein.

上記課題を解決するための請求項6記載の発明は、被検体の診断又は治療をするための医用手段と、前記医用手段を制御する各種ソフトウェア制御手段と、前記各種ソフトウェア制御手段の少なくとも一部と代替可能に配され、前記医用手段を制御する各種ハードウェア制御手段と、前記各種ソフトウェア制御手段を実現するアプリケーションファイルを含む各種ファイルを記憶するファイル記憶手段と、を有し、被検体の診断又は治療をするための医用システムを、前記記憶部に記憶された各種ファイルからコンピュータウィルスを検索する検索手段と、前記記憶手段に記憶された各種ファイルからコンピュータウィルスを検索し、感染したコンピュータウィルスと感染ファイルを特定する検索手段と、前記感染したコンピュータウィルスと前記感染ファイルの組み合わせに対応したウィルス対処を定義する対処テーブルを記憶する記憶手段と、前記対処テーブルに基づきウィルス対処をする対処手段と、して機能させること、を特徴とする。   The invention according to claim 6 for solving the above-mentioned problems is a medical means for diagnosing or treating a subject, various software control means for controlling the medical means, and at least a part of the various software control means. And a variety of hardware control means for controlling the medical means, and a file storage means for storing various files including application files for realizing the various software control means. Alternatively, a medical system for treating, a search means for searching for a computer virus from various files stored in the storage unit, and a computer virus for searching for a computer virus from various files stored in the storage means, Search means for identifying infected files and the infected computer virus It said storage means for storing the address table defining viral Action corresponding to the combination of infected files, and addressing means for the virus address based on the address table, thereby to function, and wherein.

本発明によっては、コンピュータウィルス毎にシステムに対する深刻度を記憶する深刻度テーブルと深刻度に対応したウィルス対処を記憶する対処テーブルを記憶し、記憶されたファイルからコンピュータウィルスを検索して深刻度テーブルと対処テーブルに基づきウィルス対処をするようにした。これにより、医用システムに特化したウィルス対処をすることができ、医用システムの安全かつ安定した運用が可能となる。   According to the present invention, a seriousness table for storing the seriousness of the system for each computer virus and a countermeasure table for storing a virus countermeasure corresponding to the seriousness are stored, and a computer virus is searched from the stored file to search the seriousness table. And virus handling based on the handling table. As a result, it is possible to deal with viruses that are specialized for medical systems, and the safe and stable operation of medical systems becomes possible.

また、感染ファイルと深刻度、即ち感染したコンピュータウィルスと感染ファイルの組み合わせに対応したウィルス対処を定義する対処テーブルを記憶し、対処テーブルに基づきウィルス対処をする対処をするようにした。これにより、コンピュータウィルス及び感染ファイルの組み合わせに対する評価が医用システムに合わせて最適化され、より安全かつ安定した運用が可能となる。   In addition, a countermeasure table that defines virus countermeasures corresponding to the infected file and severity, that is, a combination of an infected computer virus and an infected file, is stored, and a countermeasure is taken based on the countermeasure table. Thereby, the evaluation for the combination of the computer virus and the infected file is optimized according to the medical system, and safer and more stable operation is possible.

以下、本発明に係る医用システムの好適な実施形態について、図面を参照しながら具体的に説明する。   Hereinafter, a preferred embodiment of a medical system according to the present invention will be specifically described with reference to the drawings.

図1は、本実施形態に係る医用システムの外観を示す斜視図である。   FIG. 1 is a perspective view showing an appearance of a medical system according to the present embodiment.

医用システムは、医療現場で診断又は治療のために用いられるモダリティであり、X線診断装置、X線治療装置、X線CT装置、磁気共鳴画像装置(MRI装置)、核医学診断装置(SPECT装置やPET装置)等である。   A medical system is a modality used for diagnosis or treatment in a medical field. An X-ray diagnostic apparatus, an X-ray therapeutic apparatus, an X-ray CT apparatus, a magnetic resonance imaging apparatus (MRI apparatus), a nuclear medicine diagnostic apparatus (SPECT apparatus) Or PET apparatus).

本実施形態に係る医用システムは、X線を曝射して被検体Pを透過したX線を検出するX線診断装置100である。検出したX線の強度を画素値として検出位置に応じて配列し、被検体内の画像データを得る。   The medical system according to the present embodiment is an X-ray diagnostic apparatus 100 that detects X-rays that have been exposed to X-rays and transmitted through a subject P. The detected X-ray intensity is arranged as a pixel value according to the detection position, and image data in the subject is obtained.

X線診断装置100には、透視モードと撮影モードがある。透視モードは、診断部位を特定するため等に用いられ、X線量は撮影モードに比べて少なく、得られた画像データをモニタMに表示させる。撮影モードは、特定部位を診断するため等に用いられ、X線量は透視モードと比べて多く、得られた画像データに画像処理を施して記憶する。   The X-ray diagnostic apparatus 100 has a fluoroscopic mode and an imaging mode. The fluoroscopic mode is used for specifying a diagnosis site, and the X-ray dose is smaller than that in the imaging mode, and the obtained image data is displayed on the monitor M. The imaging mode is used for diagnosing a specific part. The X-ray dose is larger than that in the fluoroscopic mode, and the obtained image data is subjected to image processing and stored.

このX線診断装置100は、天井取付部1で天井に固定されている。天井取付部1には、湾曲形状を有する支持アーム2がその一端でぶら下がり支持されている。支持アーム2と天井取付部1の接続部分には、アクチュエータが内包されており、支持アーム2は、支持されている一端を通り天井平面及び床平面と直交する軸を中心として軸回転する。   The X-ray diagnostic apparatus 100 is fixed to the ceiling with a ceiling mounting portion 1. A support arm 2 having a curved shape is supported on one end of the ceiling mounting portion 1 by hanging. An actuator is included in the connecting portion of the support arm 2 and the ceiling mounting portion 1, and the support arm 2 rotates about an axis that passes through one supported end and is orthogonal to the ceiling plane and the floor plane.

支持アーム2には、アームホルダ3を介してCアーム4が支持されている。Cアーム4は、略C字形状を有しており、背面側が支持されている。アームホルダ3には、アクチュエータが内包されており、Cアーム4は、アームホルダ3及びCアーム4を通り天井平面及び床平面と平行な軸を中心に軸回転する。Cアーム4の背面には、Cアーム4のアーム延び方向にレールが配設されており、Cアーム4は、アームホルダ3を通りCアーム4のアーム延び方向を円周とした円周上を移動する。   A C arm 4 is supported on the support arm 2 via an arm holder 3. The C arm 4 has a substantially C shape and is supported on the back side. The arm holder 3 contains an actuator, and the C arm 4 rotates about an axis passing through the arm holder 3 and the C arm 4 and parallel to the ceiling plane and the floor plane. Rails are disposed on the back surface of the C arm 4 in the direction in which the C arm 4 extends, and the C arm 4 passes through the arm holder 3 and is on the circumference with the arm extending direction of the C arm 4 as the circumference. Moving.

Cアーム4の一端には、X線発生部5が設置され、他端にはX線平面検出器6が設置されている。X線発生部5とX線平面検出器6とは、その向きを対向させて設置されている。   An X-ray generator 5 is installed at one end of the C arm 4 and an X-ray flat panel detector 6 is installed at the other end. The X-ray generator 5 and the X-ray flat detector 6 are installed with their directions facing each other.

X線発生部5は、X線を発生する真空管を有する。フィラメント(陰極)に加熱電流が供給されて電子を放出し、フィラメントとタングステン陽極との間に高電圧が印加されて電子が加速され、タングステン陽極に衝突させる。加速した電子がタングステン陽極に衝突するとX線が発生する。高電圧の印加は、例えば、高周波数インバータ方式、すなわち50/60Hzの交流電源を整流して直流とし、それを数kHz以上の高周波数の交流に変換して昇圧するとともにそれを再度整流して印加する方式のものが適用される。X線発生部5は、供給される電流によって発生するX線量が決定する。   The X-ray generator 5 has a vacuum tube that generates X-rays. A heating current is supplied to the filament (cathode) to emit electrons, and a high voltage is applied between the filament and the tungsten anode to accelerate the electrons and collide with the tungsten anode. X-rays are generated when the accelerated electrons collide with the tungsten anode. Application of high voltage is, for example, a high frequency inverter system, that is, rectifying a 50/60 Hz AC power supply to direct current, converting it to high frequency alternating current of several kHz or more, boosting it, and rectifying it again The method of applying is applied. The X-ray generation unit 5 determines the X-ray dose generated by the supplied current.

X線平面検出器6は、多行多列のX線検出素子を配している。X線検出素子は、画素を含み、シンチレータ等の蛍光体でX線を光に変換し更にその光をフォトダイオード等の光電変換素子で電荷に変換する間接変換型や、X線による半導体内の電子正孔対の生成及びその電極への移動すなわち光導電現象を利用した直接変換形が主流である。尚、平面検出器以外にも例えばイメージ・インテンシファイアと呼ばれる蛍光面で可視化された像をカメラで撮影するものであってもよい。   The X-ray flat panel detector 6 includes multi-row multi-column X-ray detection elements. An X-ray detection element includes a pixel, an indirect conversion type in which X-rays are converted into light by a phosphor such as a scintillator, and the light is further converted into electric charge by a photoelectric conversion element such as a photodiode, or in an X-ray semiconductor. The direct conversion type utilizing the generation of electron-hole pairs and their transfer to the electrode, that is, photoconductive phenomenon, is the mainstream. In addition to the flat panel detector, for example, an image visualized on a fluorescent screen called an image intensifier may be taken with a camera.

X線発生部5とX線平面検出器6との間には、被検体Pを載置する天板7が介挿される。天板7は、床に固定された天板保持部8に支持される。天板保持部8には、アクチュエータが内包され、天板7を天板保持部8から押し出し又は引き戻し移動させる。   A top plate 7 on which the subject P is placed is interposed between the X-ray generator 5 and the X-ray flat detector 6. The top plate 7 is supported by a top plate holding part 8 fixed to the floor. The top plate holding portion 8 includes an actuator, and pushes the top plate 7 out of the top plate holding portion 8 or moves it back.

X線診断装置100は、支持アーム2、Cアーム4、天板保持部8、及びX線発生部5等の駆動体、並びにX線平面検出器6を、被検体の診断のための医用手段として制御する。支持アーム2、Cアーム4、及び天板保持部8を位置決めし、設定されたX線量でX線発生部5からX線を曝射させ、被検体Pを透過したX線をX線平面検出器6で検出させる。支持アーム2、Cアーム4、天板保持部8の位置決め、X線発生部5から曝射されるX線量は、X線診断装置100内部に配設される制御系により制御される。   The X-ray diagnostic apparatus 100 includes a support arm 2, a C arm 4, a top plate holding unit 8, a driving body such as an X-ray generation unit 5, and an X-ray flat panel detector 6 for medical means for diagnosis of a subject. Control as. The support arm 2, the C arm 4 and the top plate holding unit 8 are positioned, X-rays are emitted from the X-ray generation unit 5 with the set X-ray dose, and X-ray plane detection of X-rays transmitted through the subject P is performed. The detector 6 is used for detection. The positioning of the support arm 2, the C arm 4, the top plate holding unit 8, and the X-ray dose emitted from the X-ray generation unit 5 are controlled by a control system disposed inside the X-ray diagnostic apparatus 100.

図2に、X線診断装置100の制御系を示す。図2は、X線診断装置100の制御系を示すブロック図である。   FIG. 2 shows a control system of the X-ray diagnostic apparatus 100. FIG. 2 is a block diagram showing a control system of the X-ray diagnostic apparatus 100.

X線診断装置100には、医用手段の他、入力部40とCPU10及びメモリ11を含むコンピュータとハードウェア制御部20と医用手段コントローラ30が配設されている。   In the X-ray diagnostic apparatus 100, in addition to medical means, a computer including an input unit 40, a CPU 10, and a memory 11, a hardware control unit 20, and a medical means controller 30 are disposed.

医用手段コントローラ30は、コンピュータ及びハードウェア制御部20と電気的に接続されている。コンピュータ及びハードウェア制御部20は、入力部40と電気的に接続されている。   The medical means controller 30 is electrically connected to the computer and the hardware control unit 20. The computer and hardware control unit 20 is electrically connected to the input unit 40.

入力部40は、ボタンやつまみ等が配列されたコンソールである。コンピュータに対しては、ボタンやつまみの操作に対応した電気信号をコード化して入力する。ハードウェア制御部20に対しては、ボタンやつまみに対応した信号線を介してボタンやつまみの操作量に対応する電圧値や電流値を有する電気信号を入力する。   The input unit 40 is a console in which buttons and knobs are arranged. For a computer, an electrical signal corresponding to the operation of a button or knob is encoded and input. An electrical signal having a voltage value or a current value corresponding to the operation amount of the button or knob is input to the hardware control unit 20 via a signal line corresponding to the button or knob.

コンピュータは、メモリ11に記憶されている各種アプリケーションを実行してソフトウェアによるX線診断装置100の制御手段として機能する。ハードウェア制御部20は、電子回路を含み構成され、ハードウェアによる装置の制御手段として機能する。   The computer executes various applications stored in the memory 11 and functions as control means of the X-ray diagnostic apparatus 100 by software. The hardware control unit 20 includes an electronic circuit, and functions as a device control unit using hardware.

医用手段コントローラ30は、コンピュータ又はハードウェア制御部20の制御に対応して、支持アーム2、Cアーム4、及び天板保持部8を駆動させるアクチュエータに対して電力を供給し、あるいはX線発生部5に対して電力を供給する。   The medical means controller 30 supplies power to the actuators that drive the support arm 2, the C arm 4, and the top plate holding unit 8 in response to the control of the computer or the hardware control unit 20, or generates X-rays Power is supplied to the unit 5.

このX線診断装置100は、ソフトウェア制御又はハードウェア制御の切替えが可能となっている。   The X-ray diagnostic apparatus 100 can be switched between software control and hardware control.

ソフトウェア制御では、オペレータの操作に応じて入力部40からコンピュータへコード化されたコマンドが送出される。コンピュータは、プログラムの実行によりコマンドに応じて制御信号を生成し、医用手段コントローラ30に送出する。制御信号が入力された医用手段コントローラ30は、電源からの回路を制御信号に従って開き、支持アーム2、Cアーム4、天板保持部8、又はX線発生部5に電力を供給して移動させ、設定されたX線量のX線をX線発生部5に曝射させる。   In software control, a coded command is sent from the input unit 40 to the computer in accordance with the operation of the operator. The computer generates a control signal according to the command by executing the program and sends it to the medical means controller 30. The medical means controller 30 to which the control signal is input opens the circuit from the power source according to the control signal, and supplies the power to the support arm 2, the C arm 4, the top plate holding unit 8, or the X-ray generation unit 5 to move it. Then, the X-ray generation unit 5 is exposed to the set X-ray dose of X-rays.

ハードウェア制御では、入力部40からハードウェア制御部20へ、各種のボタンやつまみに対応した信号線を介して、操作に対応した電流値の電気信号が送出される。ハードウェア制御部20は、送出された電気信号を制御信号に変換し、医用手段コントローラ30に送出する。制御信号が入力された医用手段コントローラ30は、電源からの回路を制御信号に従って開き、支持アーム2、Cアーム4、天板保持部8、又はX線発生部5に電力を供給して移動させ、設定されたX線量のX線をX線発生部5に曝射させる。   In the hardware control, an electrical signal having a current value corresponding to an operation is sent from the input unit 40 to the hardware control unit 20 via signal lines corresponding to various buttons and knobs. The hardware control unit 20 converts the sent electrical signal into a control signal and sends it to the medical means controller 30. The medical means controller 30 to which the control signal is input opens the circuit from the power source according to the control signal, and supplies the power to the support arm 2, the C arm 4, the top plate holding unit 8, or the X-ray generation unit 5 to move it. Then, the X-ray generation unit 5 is exposed to the set X-ray dose of X-rays.

コンピュータによるソフトウェア制御は、X線診断装置100を制御するアプリケーションを実行することにより実現される。メモリ11には、OSアプリケーション12a、位置決めアプリケーション14a、X線量設定アプリケーション15a、患者登録DB16、テンポラリファイル17、臨床アプリケーション18等のアプリケーションファイル及びデータファイルが記憶されている。これらアプリケーションを実行することによりコンピュータは、ソフトウェア制御部13として機能する。   Software control by the computer is realized by executing an application for controlling the X-ray diagnostic apparatus 100. The memory 11 stores application files and data files such as an OS application 12a, a positioning application 14a, an X-ray dose setting application 15a, a patient registration DB 16, a temporary file 17, and a clinical application 18. The computer functions as the software control unit 13 by executing these applications.

ソフトウェア制御部13は、オペレーティングシステム12と、位置決め制御部14と、X線設定制御部15とを含み構成される。オペレーティングシステム12をベースとして、医用手段コントローラ30に対して医用手段を制御する制御信号を出力する。オペレーティングシステム12は、OSアプリケーション12aの実行により機能し、入力部40やモニタM等の入出力装置やメモリの管理などアプリケーションから共通して利用される基本的機能を提供する。位置決め制御部14は、位置決めアプリケーション14aの実行により実現する。X線設定制御部15は、X線量設定アプリケーション15aの実行により実現する。   The software control unit 13 includes an operating system 12, a positioning control unit 14, and an X-ray setting control unit 15. Based on the operating system 12, a control signal for controlling the medical means is output to the medical means controller 30. The operating system 12 functions by executing the OS application 12a and provides basic functions commonly used by applications such as input / output devices such as the input unit 40 and the monitor M, and memory management. The positioning control unit 14 is realized by executing the positioning application 14a. The X-ray setting control unit 15 is realized by executing the X-ray dose setting application 15a.

位置決め制御部14は、支持アーム2、Cアーム4、及び天板保持部8等の駆動体の移動位置を示す制御信号を生成して医用手段コントローラ30へ送出する。   The positioning control unit 14 generates a control signal indicating the movement position of the driving body such as the support arm 2, the C arm 4, and the top plate holding unit 8 and sends it to the medical means controller 30.

X線量設定制御部15は、X線量を示す制御信号を生成して医用手段コントローラ30へ送出する。   The X-ray dose setting control unit 15 generates a control signal indicating the X-ray dose and sends it to the medical means controller 30.

尚、位置決め制御部14とX線量設定制御部15はオペレーティングシステム12の起動環境下で別個独立のアプリケーションとして別々に起動又は停止が可能となっている。   Note that the positioning control unit 14 and the X-ray dose setting control unit 15 can be started or stopped separately as independent applications under the startup environment of the operating system 12.

ハードウェア制御部20は、医用手段を直接制御する電子回路等のハードウェアであり、位置決め回路21とX線量設定回路22を備える。位置決め回路21は、入力部40から送出された電気信号を、支持アーム2、Cアーム4、又は天板保持部8の移動位置を示す制御信号に変換し、医用手段コントローラ30へ送出する。X線量設定回路22は、入力部40から送出された電気信号を、X線量を示す制御信号に変換し、医用手段コントローラ30へ送出する。   The hardware control unit 20 is hardware such as an electronic circuit that directly controls medical means, and includes a positioning circuit 21 and an X-ray dose setting circuit 22. The positioning circuit 21 converts the electrical signal sent from the input unit 40 into a control signal indicating the movement position of the support arm 2, the C arm 4, or the top plate holding unit 8, and sends it to the medical means controller 30. The X-ray dose setting circuit 22 converts the electrical signal sent from the input unit 40 into a control signal indicating the X-ray dose and sends it to the medical means controller 30.

このX線診断装置100のメモリ11には、図示しないウィルス対処プログラムとコンピュータウィルスの対処に利用されるデータファイルが記憶されている。尚、コンピュータウィルスは、感染、潜伏、発病の機能を有するプログラムであり、いわゆるアドウェアも含まれる。   The memory 11 of the X-ray diagnostic apparatus 100 stores a virus countermeasure program (not shown) and a data file used for dealing with computer viruses. The computer virus is a program having functions of infection, latency, and disease, and includes so-called adware.

ウィルス対処プログラムを実行することにより、X線診断装置100のコンピュータは、コンピュータウィルスを検索する検索部51と、コンピュータウィルスに感染していた場合にそのウィルスの対処をするウィルス対処部52として機能する。データファイルとしては、深刻度テーブル53と対処テーブル54と各種対処ファイル55が記憶されている。   By executing the virus countermeasure program, the computer of the X-ray diagnostic apparatus 100 functions as a search unit 51 that searches for a computer virus and a virus countermeasure unit 52 that deals with the virus when it is infected with a computer virus. . As the data file, a severity table 53, a countermeasure table 54, and various countermeasure files 55 are stored.

検索部51は、コンピュータウィルスの定義ファイルを有し、メモリ11に記憶されているアプリケーションやデータファイルからコンピュータウィルスを検索する。定義ファイルは、各種コンピュータウィルスのデジタルパターンとコンピュータウィルスの名称や種類を示す情報が格納されている。コンピュータウィルスが検索されると、感染していたコンピュータウィルスと感染していたアプリケーション又はデータファイルの情報から深刻度を取得する。   The search unit 51 has a definition file for computer viruses, and searches for computer viruses from applications and data files stored in the memory 11. The definition file stores digital patterns of various computer viruses and information indicating the names and types of computer viruses. When the computer virus is searched, the severity is acquired from the information of the infected computer virus and the infected application or data file.

深刻度は、深刻度テーブル53を参照して取得する。図3に深刻度テーブル53を示す。図3に示すように、深刻度テーブル53は、コンピュータウィルスの名称や種類と感染ファイルとの組み合わせに深刻度を対応させている。即ち、深刻度は、コンピュータウィルスとその感染ファイルに基づく。深刻度は、そのコンピュータウィルスがそのファイルに感染した場合における、そのファイルによって実現される機能維持の困難性や、医用システムの運転維持の困難性や、医用システム内のその他ファイルへの感染拡大可能性、等により決定される。深刻度は、高中低のように複数段階に分類されている。   The severity is obtained by referring to the severity table 53. FIG. 3 shows the severity table 53. As shown in FIG. 3, the severity table 53 associates severity with combinations of computer virus names and types and infected files. That is, the severity is based on the computer virus and its infected file. The severity is the difficulty of maintaining the function realized by the file when the computer virus infects the file, the difficulty of maintaining the operation of the medical system, and the spread of infection to other files in the medical system. Determined by sex, etc. The severity is classified into multiple levels such as high, medium and low.

例えば、検索部51は、検索の結果、X線量を制御するX線量設定アプリケーション15aにコンピュータウィルスが感染していた場合には、深刻度テーブル53を参照して深刻度「高」を取得する。臨床アプリケーション18やテンポラリファイル17にコンピュータウィルスが感染していた場合には、深刻度テーブル53を参照して深刻度「低」を取得する。患者登録DB16に悪質なコンピュータウィルスが感染していた場合には、深刻度「中」を取得する。患者登録DB16に比較的悪質性の低いコンピュータウィルスが感染していた場合には、深刻度「低」を取得する。位置決めアプリケーション14aのうち、Cアーム4の位置決めを制御するモジュールに悪質なコンピュータウィルスが感染していた場合には、深刻度「高」を取得する。位置決めアプリケーション14aのうち、Cアーム4の位置決めを制御するモジュールに比較的悪質性の低いコンピュータウィルスが感染していた場合には、深刻度「低」を取得する位置決めアプリケーション14aのうち、Cアーム4の位置決めを制御するモジュールに悪質なコンピュータウィルスが感染していた場合には、深刻度「高」を取得する。   For example, when the X-ray dose setting application 15a that controls the X-ray dose is infected with a computer virus as a result of the search, the search unit 51 refers to the severity table 53 and acquires the severity “high”. If the clinical application 18 or the temporary file 17 is infected with a computer virus, the severity level “53” is acquired with reference to the severity level table 53. If the patient registration DB 16 is infected with a malicious computer virus, the severity “medium” is acquired. If the patient registration DB 16 is infected with a computer virus having relatively low maliciousness, the severity “low” is acquired. In the positioning application 14a, if the module that controls the positioning of the C-arm 4 is infected with a malicious computer virus, the severity “high” is acquired. In the positioning application 14a, if the module that controls the positioning of the C-arm 4 is infected with a computer virus with relatively low maliciousness, the C-arm 4 of the positioning application 14a that acquires the severity “low”. If a malicious computer virus is infected with the module that controls the positioning of the computer, the severity “high” is acquired.

ウィルス対処部52は、検索部51が取得した深刻度と感染していたアプリケーション又はデータファイルの情報に合致したウィルス対処を実行する。各種対処ファイル55は、ウィルスの対処を記述したバッチファイルである。対処ファイル55毎に各種のウィルス対処が記述されている。ウィルス対処部52は、深刻度と感染していたアプリケーション又はデータファイルの情報に合致した対処ファイル55を実行する。   The virus handling unit 52 executes virus handling that matches the severity obtained by the search unit 51 and the information of the infected application or data file. The various countermeasure files 55 are batch files describing virus countermeasures. Various virus countermeasures are described for each countermeasure file 55. The virus handling unit 52 executes a handling file 55 that matches the severity and information of the infected application or data file.

対処ファイル55は、対処テーブル54を参照して取得する。図4に、対処テーブル54を示す。図4に示すように、対処テーブル54は、感染ファイルと深刻度との組み合わせにウィルス対処法を記述した対処ファイル55を対応させている。即ち、ウィルス対処法は、深刻度を介してコンピュータウィルスとその感染ファイルに基づく。   The countermeasure file 55 is acquired with reference to the countermeasure table 54. FIG. 4 shows the countermeasure table 54. As shown in FIG. 4, the countermeasure table 54 associates a countermeasure file 55 describing a virus countermeasure with a combination of an infected file and a severity level. That is, virus handling is based on computer viruses and their infected files via severity.

対処ファイル55に記述されるウィルス対処の内容は、深刻度と感染ファイルに応じて異なる。   The content of virus countermeasures described in the countermeasure file 55 differs depending on the severity and the infected file.

例えば、感染ファイルがOSアプリケーション12a及び深刻度「高」の場合に対応した対処ファイル55を実行するウィルス対処部52は、モニタMにOSアプリケーション12aの再インストールを促すメッセージを表示し、オペレーティングシステム12を終了させる。また、感染ファイルがOSアプリケーション12a及び深刻度「中」の場合に対応した対処ファイル55を実行するウィルス対処部52は、医用システムの運転を継続させ、再起動時にOSアプリケーション12a中の感染ファイルを削除する。感染ファイルがOSアプリケーション12a及び深刻度「低」の場合に対応した対処ファイル55を実行するウィルス対処部52は、コンピュータウィルスを放置する。   For example, the virus countermeasure unit 52 that executes the countermeasure file 55 corresponding to the case where the infected file is the OS application 12a and the severity level “high” displays a message prompting the monitor M to reinstall the OS application 12a, and the operating system 12 End. In addition, the virus countermeasure unit 52 that executes the countermeasure file 55 corresponding to the case where the infected file is the OS application 12a and the severity “medium” continues the operation of the medical system, and the infected file in the OS application 12a at the time of restart delete. The virus countermeasure unit 52 that executes the countermeasure file 55 corresponding to the case where the infected file is the OS application 12a and the severity is “low” leaves the computer virus unattended.

感染ファイルがX線量設定アプリケーション15a及び深刻度「高」の場合に対応した対処ファイル55を実行するウィルス対処部52は、X線量設定に係るソフトウェア制御の経路を終了してハードウェア制御によるハードウェア制御に移行させる。即ち、オペレーティングシステム12及びソフトウェア制御部13を停止させ、入力部40から送出されたX線量に係るコマンドをオペレーティングシステム12を介してX線量設定制御部15が受け取り、X線量設定制御部15が制御信号を生成して医用手段コントローラ30に送出させるソフトウェア制御経路を遮断する。代替して、入力部40から送出されたX線量に係る電気信号をX線量設定回路22が受け取り、制御信号に変換して医用手段コントローラ30に送出させるハードウェア制御経路に切り替える。かつ、X線量設定回路22の回路設定を透視モードに切り替える。ネットワーク上に存在する端末が指定されている場合には、当該端末にアラートを送信する。   The virus countermeasure unit 52 executing the countermeasure file 55 corresponding to the case where the infected file is the X-ray dose setting application 15a and the severity “high” ends the software control route related to the X-ray dose setting, and performs hardware control by hardware control. Shift to control. That is, the operating system 12 and the software control unit 13 are stopped, the X-ray dose setting control unit 15 receives a command related to the X-ray dose sent from the input unit 40 via the operating system 12, and the X-dose setting control unit 15 performs control. The software control path for generating the signal and sending it to the medical means controller 30 is interrupted. Instead, the X-ray dose setting circuit 22 receives an X-ray dose-related electrical signal sent from the input unit 40, converts it into a control signal, and switches to a hardware control path that is sent to the medical means controller 30. In addition, the circuit setting of the X-ray dose setting circuit 22 is switched to the fluoroscopic mode. When a terminal existing on the network is designated, an alert is transmitted to the terminal.

また、感染ファイルがX線量設定アプリケーション15a及び深刻度「中」の場合に対応した対処ファイル55を実行するウィルス対処部52は、医用システムの運転を継続させ、再起動時にOSアプリケーション12a中の感染ファイルを削除する。感染ファイルがX線量設定アプリケーション15a及び深刻度「中」の場合に対応した対処ファイル55を実行するウィルス対処部52は、コンピュータウィルスを放置する。   Further, the virus countermeasure unit 52 that executes the countermeasure file 55 corresponding to the case where the infected file is the X-ray dose setting application 15a and the severity “medium” continues the operation of the medical system, and the infection in the OS application 12a at the time of restart. Delete the file. The virus countermeasure unit 52 that executes the countermeasure file 55 corresponding to the case where the infected file is the X-ray dose setting application 15a and the severity is “medium” leaves the computer virus unattended.

感染ファイルが位置決めアプリケーション14a中のCアーム4の制御に係るモジュール及び深刻度「高」の場合に対応した対処ファイル55を実行するウィルス対処部52は、Cアーム4の制御に係るソフトウェア制御の経路を終了してハードウェア制御によるハードウェア制御に移行させる。即ち、位置決め制御部14中のCアーム4の制御モジュールを停止させ、入力部40から送出されたCアーム4の制御に係るコマンドをオペレーティングシステム12を介して位置決め制御部14が受け取り、位置決め制御部14が制御信号を生成して医用手段コントローラ30に送出させるソフトウェア制御経路を遮断する。代替して、入力部40から送出されたCアーム4の制御に係る電気信号を位置決め回路21が受け取り、制御信号に変換して医用手段コントローラ30に送出させるハードウェア制御経路に切り替える。又は、Cアーム4の制御自体を停止させ、手動によるCアーム4の位置決めを可能とする。   The virus handling unit 52 that executes the handling file 55 corresponding to the case where the infected file is a module related to the control of the C arm 4 in the positioning application 14a and the severity is “high”, and the path of software control related to the control of the C arm 4 To end the hardware control by hardware control. That is, the control module of the C arm 4 in the positioning control unit 14 is stopped, and the positioning control unit 14 receives a command related to the control of the C arm 4 sent from the input unit 40 via the operating system 12, and the positioning control unit 14 14 interrupts the software control path for generating the control signal and sending it to the medical means controller 30. Alternatively, the positioning circuit 21 receives an electrical signal related to the control of the C arm 4 sent from the input unit 40, converts the electrical signal into a control signal, and switches to a hardware control path for sending to the medical means controller 30. Alternatively, the control itself of the C arm 4 is stopped, and the positioning of the C arm 4 can be performed manually.

また、感染ファイルが位置決めアプリケーション14a中のCアーム4の制御に係るモジュール及び深刻度「中」の場合に対応した対処ファイル55を実行するウィルス対処部52は、医用システムの運転を継続させ、再起動時にOSアプリケーション12a中の感染ファイルを削除する。感染ファイルが位置決めアプリケーション14a中のCアーム4の制御に係るモジュール及び深刻度「中」の場合に対応した対処ファイル55を実行するウィルス対処部52は、コンピュータウィルスを放置する。   Further, the virus handling unit 52 that executes the countermeasure file 55 corresponding to the case where the infected file is a module related to the control of the C-arm 4 in the positioning application 14a and the severity is “medium” continues the operation of the medical system, At startup, the infected file in the OS application 12a is deleted. The virus handling unit 52 that executes the handling file 55 corresponding to the case where the infected file is a module related to the control of the C-arm 4 in the positioning application 14a and the severity is “medium” leaves the computer virus unattended.

感染ファイルが患者情報DB16及び深刻度「高」の場合に対応した対処ファイル55を実行するウィルス対処部52は、ネットワーク上に存在する端末が指定されている場合には、当該端末にアラートを送信し、入力部40から送出される患者情報DB16を利用するコマンドの受け付けを禁止させる。また、感染ファイルが患者情報DB16及び深刻度「中」の場合に対応した対処ファイル55を実行するウィルス対処部52は、患者情報DB16中の感染ファイルを削除する。感染ファイルが患者情報DB16及び深刻度「低」の場合に対応した対処ファイル55を実行するウィルス対処部52は、コンピュータウィルスを放置する。   The virus countermeasure unit 52 that executes the countermeasure file 55 corresponding to the case where the infected file is the patient information DB 16 and the severity level “high” sends an alert to the terminal when a terminal existing on the network is designated. Then, the reception of a command using the patient information DB 16 sent from the input unit 40 is prohibited. Further, the virus handling unit 52 that executes the handling file 55 corresponding to the case where the infected file is the patient information DB 16 and the severity “medium” deletes the infected file in the patient information DB 16. The virus handling unit 52 that executes the handling file 55 corresponding to the case where the infected file is the patient information DB 16 and the severity is “low” leaves the computer virus unattended.

感染ファイルが臨床アプリケーション18及び深刻度「高」の場合に対応した対処ファイル55を実行するウィルス対処部52は、モニタMに臨床アプリケーション18の再インストールを促すメッセージを表示し、臨床アプリケーション18を終了させて再度の起動コマンドの受け付けを禁止させる。また、感染ファイルが臨床アプリケーション18及び深刻度「中」の場合に対応した対処ファイル55を実行するウィルス対処部52は、臨床アプリケーション18中の感染ファイルを削除する。感染ファイルが臨床アプリケーション18及び深刻度「低」の場合に対応した対処ファイル55を実行するウィルス対処部52は、コンピュータウィルスを放置する。   The virus countermeasure unit 52 that executes the countermeasure file 55 corresponding to the case where the infected file is the clinical application 18 and the severity “high” displays a message prompting the monitor M to reinstall the clinical application 18, and terminates the clinical application 18. To prohibit acceptance of the start command again. Further, the virus handling unit 52 that executes the handling file 55 corresponding to the case where the infected file is the clinical application 18 and the severity “medium” deletes the infected file in the clinical application 18. The virus countermeasure unit 52 that executes the countermeasure file 55 corresponding to the case where the infected file is the clinical application 18 and the severity is “low” leaves the computer virus.

図5に、X線診断装置100のウィルス検索及びウィルス対処の動作を示す。図5は、医用システムのウィルス検索及びウィルス対処に係るアクティビティ図である。   FIG. 5 shows the virus search and virus handling operations of the X-ray diagnostic apparatus 100. FIG. 5 is an activity diagram relating to virus detection and virus handling in the medical system.

まず、操作者が入力部40を用いてウィルス検索の開始を要求する入力を行うと(S01)、CPU10は、ウィルス対処プログラムを起動する(S02)。ウィルス対処プログラムの起動は、予定時刻等を設定しておき、タイマー起動をするようにしてもよい。   First, when the operator makes an input requesting the start of virus detection using the input unit 40 (S01), the CPU 10 starts a virus countermeasure program (S02). The virus countermeasure program may be activated by setting a scheduled time and starting a timer.

ウィルス対処プログラムが起動されると、CPU10は、検索部51として機能する。検索部51は、コンピュータウィルスのパターンとコンピュータウィルスの名称又は種類が記述された定義ファイルに従ってX線診断装置100内のファイルを走査してコンピュータウィルスを検索する(S03)。この定義ファイルや検索エンジンは、市販のものであってもよい。   When the virus countermeasure program is activated, the CPU 10 functions as the search unit 51. The search unit 51 searches for a computer virus by scanning a file in the X-ray diagnostic apparatus 100 according to a definition file in which a computer virus pattern and a computer virus name or type are described (S03). This definition file and search engine may be commercially available.

検索部51は、X線診断装置100内の指定された範囲のファイルを走査してコンピュータウィルスが検出されなければ(S04)、検索処理を終了する。コンピュータウィルスが走査中のファイルから検出されれば(S05)、感染ファイルの名称を取得し、定義ファイル内のコンピュータウィルスの名称又は種類を記述したモジュールからコンピュータウィルスの名称又は種類を取得する(S06)。   If no computer virus is detected by scanning a file within a specified range in the X-ray diagnostic apparatus 100 (S04), the search unit 51 ends the search process. If a computer virus is detected from the file being scanned (S05), the name of the infected file is acquired, and the name or type of the computer virus is acquired from the module describing the name or type of the computer virus in the definition file (S06). ).

感染ファイルの名称とコンピュータウィルスの名称又は種類を取得すると、検索部51は、深刻度テーブル53を読み出し、取得した感染ファイルとコンピュータウィルスの組み合わせに対応する深刻度を取得する(S07)。   When acquiring the name of the infected file and the name or type of the computer virus, the search unit 51 reads the severity table 53 and acquires the severity corresponding to the acquired combination of the infected file and the computer virus (S07).

深刻度が取得されると、CPU1は、ウィルス対処部52として機能する。ウィルス対処部51は、対処テーブル54を読み出し、取得した深刻度と感染ファイルの名称の組み合わせに関連づけられた対応ファイル55を特定する(S08)。対応ファイル55を特定すると、当該対応ファイル55を読み出して実行を開始する(S09)。   When the severity is acquired, the CPU 1 functions as the virus countermeasure unit 52. The virus handling unit 51 reads the handling table 54 and specifies the corresponding file 55 associated with the combination of the acquired severity and the name of the infected file (S08). When the corresponding file 55 is specified, the corresponding file 55 is read and execution is started (S09).

例えば、悪質なコンピュータウィルスがX線量設定アプリケーション15a中のファイルに感染したため深刻度「高」が取得されたとする。ウィルス対処部52は、「Batchfile01_02.bat」を読み出し、実行を開始する。   For example, it is assumed that the severity “high” is acquired because a malicious computer virus has infected a file in the X-ray dose setting application 15a. The virus handling unit 52 reads “Batchfile01 — 02.bat” and starts executing it.

ウィルス対処部52は、悪質なコンピュータウィルスがX線量設定アプリケーション15a中のファイルに感染したことによるウィルス対処を実行すると、ソフトウェア制御部13を終了させてソフトウェア制御の経路を遮断し、ハードウェア制御部20に入力部40からの電気信号が送出されるように制御経路を切替えてハードウェア制御に切り替える(S10)。さらに、オペレーティングシステム12を終了させる(S11)。   When the virus countermeasure unit 52 executes a virus countermeasure due to a malicious computer virus infecting a file in the X-ray dose setting application 15a, the virus controller unit terminates the software control unit 13 and blocks the software control path. The control path is switched so that the electric signal from the input unit 40 is sent to 20 and the hardware control is performed (S10). Further, the operating system 12 is terminated (S11).

これにより、ウィルス感染したアプリケーションは起動されず、ウィルス感染の拡大を防止でき、また、ウィルス感染による被害を最小限に食い止めることが可能となる。   As a result, the virus-infected application is not started, the spread of the virus infection can be prevented, and damage caused by the virus infection can be minimized.

図6に、医用システムの他の構成例を示す。図6は、医用システムの他の構成を示すブロック図である。   FIG. 6 shows another configuration example of the medical system. FIG. 6 is a block diagram showing another configuration of the medical system.

医用システムは、X線診断装置100といったモダリティの他、ネットワークを介して記憶装置110を含むこともできる。記憶装置110は、深刻度テーブル53及び対処テーブル54を記憶する。検索部51による深刻度の取得の際には、ネットワークを介して深刻度テーブル53を読み出し、又は記憶装置110にコンピュータウィルスと感染ファイルから深刻度を問い合わせする。ウィルス対処部52による対処ファイル55の特定の際には、ネットワークを介して対処テーブル54を読み出し、又は記憶装置110に感染ファイルの名称と深刻度から対処ファイル55を問い合わせる。   The medical system can include a storage device 110 via a network in addition to the modality such as the X-ray diagnostic apparatus 100. The storage device 110 stores a severity table 53 and a countermeasure table 54. When the retrieval unit 51 obtains the severity level, the severity level table 53 is read via the network, or the storage device 110 is inquired about the severity level from the computer virus and the infected file. When the countermeasure file 55 is specified by the virus countermeasure unit 52, the countermeasure table 54 is read via the network or the countermeasure file 55 is inquired from the storage device 110 based on the name and severity of the infected file.

尚、以上の実施形態においては、コンピュータウィルスと感染ファイルから深刻度を取得するようにしたが、深刻度は、コンピュータウィルスの内容と感染ファイルのみから導かれるものとした場合には、深刻度を介さずコンピュータウィルスと感染ファイルから直接対処ファイル55を特定するようにしてもよい。この場合、深刻度テーブル53と対処テーブル54を重複する深刻度及び感染ファイルを介して合成した対処ファイル54を用意すればよい。   In the above embodiment, the severity is obtained from the computer virus and the infected file. However, when the severity is derived only from the contents of the computer virus and the infected file, the severity is assigned to the severity. The countermeasure file 55 may be specified directly from the computer virus and the infected file without intervention. In this case, a countermeasure file 54 may be prepared by combining the severity table 53 and the countermeasure table 54 via overlapping severity and infected files.

このように、本発明に係る医用システムでは、コンピュータウィルス毎にシステムに対する深刻度を定義する深刻度テーブルと深刻度に対応したウィルス対処を定義する対処テーブルを記憶し、記憶されたファイルからコンピュータウィルスを検索して深刻度テーブルと対処テーブルに基づきウィルス対処をするようにした。これにより、医用システムに特化した対処をすることができ、医用システムの安全かつ安定した運用が可能となる。   As described above, the medical system according to the present invention stores a severity table that defines the severity of the system for each computer virus and a countermeasure table that defines a virus countermeasure corresponding to the severity, and the computer virus is stored from the stored file. Was searched and virus countermeasures were taken based on the severity table and the response table. As a result, it is possible to take measures specifically for the medical system, and the medical system can be operated safely and stably.

また、感染ファイルと深刻度、即ち感染したコンピュータウィルスと感染ファイルの組み合わせに対応したウィルス対処を定義する対処テーブルを記憶し、対処テーブルに基づきウィルス対処をする対処をするようにした。これにより、コンピュータウィルス及び感染ファイルの組み合わせに対する評価が医用システムに合わせて最適化され、より安全かつ安定した運用が可能となる。   In addition, a countermeasure table that defines virus countermeasures corresponding to the infected file and severity, that is, a combination of an infected computer virus and an infected file, is stored, and a countermeasure is taken based on the countermeasure table. Thereby, the evaluation for the combination of the computer virus and the infected file is optimized according to the medical system, and safer and more stable operation is possible.

本実施形態に係る医用システムの外観を示す斜視図である。It is a perspective view which shows the external appearance of the medical system which concerns on this embodiment. 医用システムの制御系を示すブロック図である。It is a block diagram which shows the control system of a medical system. 医用システムが備える深刻度テーブルを示す図である。It is a figure which shows the seriousness degree table with which a medical system is provided. 医用システムが備える対処テーブルを示す図である。It is a figure which shows the countermeasure table with which a medical system is provided. 医用システムのウィルス検索及びウィルス対処に係るアクティビティ図である。FIG. 10 is an activity diagram related to virus detection and virus handling in the medical system. 医用システムの他の構成を示すブロック図である。It is a block diagram which shows the other structure of a medical system.

符号の説明Explanation of symbols

100 X線診断装置
110 記憶装置
1 天井取付部
2 支持アーム
3 アームホルダ
4 Cアーム
5 X線発生部
6 X線平面検出器
7 天板
8 天板保持部
10 CPU
11 メモリ
12 オペレーティングシステム
12a OSアプリケーション
13 ソフトウェア制御部
14 位置決め制御部
14a 位置決めアプリケーション
15 X線量設定制御部
15a X線量設定アプリケーション
16 患者登録DB
17 テンポラリファイル
18 臨床アプリケーション
20 ハードウェア制御部
21 位置決め回路
22 X線量設定回路
30 医用手段コントローラ
40 入力部
51 検索部
52 ウィルス対処部
53 深刻度テーブル
54 対処テーブル
55 対処ファイル
M モニタ
DESCRIPTION OF SYMBOLS 100 X-ray diagnostic apparatus 110 Memory | storage device 1 Ceiling mounting part 2 Support arm 3 Arm holder 4 C arm 5 X-ray generation part 6 X-ray plane detector 7 Top plate 8 Top plate holding part 10 CPU
DESCRIPTION OF SYMBOLS 11 Memory 12 Operating system 12a OS application 13 Software control part 14 Positioning control part 14a Positioning application 15 X dose setting control part 15a X dose setting application 16 Patient registration DB
17 Temporary File 18 Clinical Application 20 Hardware Control Unit 21 Positioning Circuit 22 X Dose Setting Circuit 30 Medical Means Controller 40 Input Unit 51 Search Unit 52 Virus Countermeasure Unit 53 Severity Level Table 54 Response Table 55 Response File M Monitor

Claims (7)

被検体の診断又は治療をするための医用手段と、
前記医用手段を制御する各種ソフトウェア制御手段と、
前記各種ソフトウェア制御手段の少なくとも一部と代替可能に配され、前記医用手段を制御する各種ハードウェア制御手段と、
前記各種ソフトウェア制御手段を実現するアプリケーションファイルを含む各種ファイルを記憶する記憶手段と、
前記記憶手段に記憶されたファイルからコンピュータウィルスを検索する検索手段と、
コンピュータウィルス毎にシステムに対する深刻度の定義を記憶する深刻度テーブルと、
前記深刻度に対応したウィルス対処を記憶する対処テーブルと、
前記深刻度テーブルと前記対処テーブルに基づきウィルス対処をする対処手段と、
を備えること、
を特徴とする医用システム。
Medical means for diagnosing or treating a subject;
Various software control means for controlling the medical means;
Various hardware control means arranged to be able to replace at least a part of the various software control means and control the medical means;
Storage means for storing various files including application files for realizing the various software control means;
Search means for searching for a computer virus from the file stored in the storage means;
A severity table that stores the severity definitions for the system for each computer virus;
A countermeasure table storing virus countermeasures corresponding to the severity;
Coping means for coping with viruses based on the severity table and the coping table;
Providing
A medical system characterized by.
被検体の診断又は治療をするための医用手段と、
前記医用手段を制御する各種ソフトウェア制御手段と、
前記各種ソフトウェア制御手段の少なくとも一部と代替可能に配され、前記医用手段を制御する各種ハードウェア制御手段と、
前記各種ソフトウェア制御手段を実現するアプリケーションファイルを含む各種ファイルを記憶する記憶手段と、
前記記憶手段に記憶された各種ファイルからコンピュータウィルスを検索し、感染したコンピュータウィルスと感染ファイルを特定する検索手段と、
前記感染したコンピュータウィルスと前記感染ファイルの組み合わせに対応したウィルス対処を記憶する対処テーブルと、
前記対処テーブルに基づきウィルス対処をする対処手段と、
を備えること、
を特徴とする医用システム。
Medical means for diagnosing or treating a subject;
Various software control means for controlling the medical means;
Various hardware control means arranged to be able to replace at least a part of the various software control means and control the medical means;
Storage means for storing various files including application files for realizing the various software control means;
Search means for searching for computer viruses from various files stored in the storage means, and identifying infected computer viruses and infected files;
A handling table storing virus handling corresponding to the combination of the infected computer virus and the infected file;
Coping means for coping with viruses based on the coping table;
Providing
A medical system characterized by.
前記ウィルス対処は、感染したアプリケーションファイルに対応するソフトウェア制御手段による制御を代替するハードウェア制御手段の制御に切替え、若しくは手動による制御に切り替え、若しくはシステムの停止、若しくはシステムの再起動を少なくとも含むこと、
を特徴とする請求項1又は2記載の医用システム。
The virus countermeasure includes at least switching to control by hardware control means that replaces control by software control means corresponding to an infected application file, switching to manual control, system stop, or system restart. ,
The medical system according to claim 1 or 2.
請求項1記載の医用システムは、
前記医用手段と前記各種ソフトウェア制御手段と前記各種ハードウェア制御手段と前記記憶部と前記検索手段と前記対処手段を含む医用装置と、
前記医用装置とネットワークを介して接続され、前記深刻度テーブルと前記対処テーブルとを記憶する記憶装置と、
を備えること、
を特徴とする請求項1又は2記載の医用システム。
The medical system according to claim 1 comprises:
A medical device including the medical means, the various software control means, the various hardware control means, the storage unit, the search means, and the coping means;
A storage device connected to the medical device via a network and storing the severity table and the countermeasure table;
Providing
The medical system according to claim 1 or 2.
被検体の診断又は治療をするための医用手段と、
前記医用手段を制御する各種ソフトウェア制御手段と、
前記各種ソフトウェア制御手段の少なくとも一部と代替可能に配され、前記医用手段を制御する各種ハードウェア制御手段と、
前記各種ソフトウェア制御手段を実現するアプリケーションファイルを含む各種ファイルを記憶するファイル記憶手段と、
を有し、被検体の診断又は治療をするための医用システムを、
前記記憶部に記憶された各種ファイルからコンピュータウィルスを検索する検索手段と、
コンピュータウィルス毎にシステムに対する深刻度を定義する深刻度テーブル、及び前記深刻度に対応したウィルス対処を定義する対処テーブルを記憶するテーブル記憶手段と、
前記深刻度テーブルと前記対処テーブルに基づきウィルス対処をする対処手段と、
して機能させること、
を特徴とする医用ウィルス対処プログラム。
Medical means for diagnosing or treating a subject;
Various software control means for controlling the medical means;
Various hardware control means arranged to be able to replace at least a part of the various software control means and control the medical means;
File storage means for storing various files including application files for realizing the various software control means;
A medical system for diagnosing or treating a subject,
Search means for searching for computer viruses from various files stored in the storage unit;
Table storage means for storing a severity table that defines the severity of the system for each computer virus, and a countermeasure table that defines virus countermeasures corresponding to the severity;
Coping means for coping with viruses based on the severity table and the coping table;
Make it work,
Medical virus countermeasure program characterized by
被検体の診断又は治療をするための医用手段と、
前記医用手段を制御する各種ソフトウェア制御手段と、
前記各種ソフトウェア制御手段の少なくとも一部と代替可能に配され、前記医用手段を制御する各種ハードウェア制御手段と、
前記各種ソフトウェア制御手段を実現するアプリケーションファイルを含む各種ファイルを記憶するファイル記憶手段と、
を有し、被検体の診断又は治療をするための医用システムを、
前記記憶部に記憶された各種ファイルからコンピュータウィルスを検索する検索手段と、
前記記憶手段に記憶された各種ファイルからコンピュータウィルスを検索し、感染したコンピュータウィルスと感染ファイルを特定する検索手段と、
前記感染したコンピュータウィルスと前記感染ファイルの組み合わせに対応したウィルス対処を定義する対処テーブルを記憶する記憶手段と、
前記対処テーブルに基づきウィルス対処をする対処手段と、
して機能させること、
を特徴とする医用ウィルス対処プログラム。
Medical means for diagnosing or treating a subject;
Various software control means for controlling the medical means;
Various hardware control means arranged to be able to replace at least a part of the various software control means and control the medical means;
File storage means for storing various files including application files for realizing the various software control means;
A medical system for diagnosing or treating a subject,
Search means for searching for computer viruses from various files stored in the storage unit;
Search means for searching for computer viruses from various files stored in the storage means, and identifying infected computer viruses and infected files;
Storage means for storing a countermeasure table defining a virus countermeasure corresponding to a combination of the infected computer virus and the infected file;
Coping means for coping with viruses based on the coping table;
Make it work,
Medical virus countermeasure program characterized by
前記ウィルス対処は、感染したアプリケーションファイルに対応するソフトウェア制御手段による制御を代替するハードウェア制御手段の制御に切替え、若しくは手動による制御に切り替え、若しくはシステムの停止、若しくはシステムの再起動を少なくとも含むこと、
を特徴とする請求項5又は6記載の医用ウィルス対処プログラム。
The virus countermeasure includes at least switching to control by hardware control means that replaces control by software control means corresponding to an infected application file, switching to manual control, system stop, or system restart. ,
The medical virus countermeasure program according to claim 5 or 6.
JP2006187141A 2006-07-06 2006-07-06 Medical system and medical virus handling program Withdrawn JP2008015842A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006187141A JP2008015842A (en) 2006-07-06 2006-07-06 Medical system and medical virus handling program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006187141A JP2008015842A (en) 2006-07-06 2006-07-06 Medical system and medical virus handling program

Publications (1)

Publication Number Publication Date
JP2008015842A true JP2008015842A (en) 2008-01-24

Family

ID=39072782

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006187141A Withdrawn JP2008015842A (en) 2006-07-06 2006-07-06 Medical system and medical virus handling program

Country Status (1)

Country Link
JP (1) JP2008015842A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011065483A (en) * 2009-09-17 2011-03-31 Konica Minolta Business Technologies Inc Job processing system and image processing apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011065483A (en) * 2009-09-17 2011-03-31 Konica Minolta Business Technologies Inc Job processing system and image processing apparatus
US8245303B2 (en) 2009-09-17 2012-08-14 Konica Minolta Business Technologies, Inc. Job processing system and image processing apparatus

Similar Documents

Publication Publication Date Title
US9498173B2 (en) Mobile radiation generating apparatus and radiation imaging system
JP4631201B2 (en) Radiation imaging system
JP5127139B2 (en) X-ray imaging apparatus and control method, X-ray imaging system
WO2014109336A1 (en) Medical image photography device
US11190648B2 (en) Imaging system, imaging control method therefor, imaging control apparatus, radiation detector, and storage medium
JP2011050518A (en) Radiographic imaging apparatus and processing method therefor
US20110208048A1 (en) Radiation imaging system and processing method therefor
JP2012200286A (en) X-ray imaging apparatus, method for controlling x-ray imaging apparatus, and program
JP2008015842A (en) Medical system and medical virus handling program
JP6570282B2 (en) Radiation imaging system, radiation imaging apparatus, control apparatus, control method, and program
US9924918B2 (en) Control apparatus, control method, and storage medium
JP5538705B2 (en) Radiation imaging system, control method therefor, and program
JP5355653B2 (en) Radiation imaging apparatus and control method thereof
US20210280300A1 (en) Medical information processing system, medical information processing method, and storage medium
JP2004209018A (en) X-ray image diagnostic apparatus and radiography method
JP2019162236A (en) X-ray computer tomographic apparatus and image forming device
US20210022690A1 (en) Tomosynthesis imaging control device, method for operating tomosynthesis imaging control device, program for operating tomosynthesis imaging control device, and radiation source
JP2010220838A (en) Radiographic apparatus
US10048479B2 (en) Laser scanning microscope
JP5424583B2 (en) X-ray image diagnostic apparatus and control method thereof
US20230005105A1 (en) Radiation imaging system, image processing method, and storage medium
CN110881989A (en) Radiographic imaging system, radiographic imaging method, and storage medium
JP5950659B2 (en) Medical inspection system
JP2014030760A (en) Radiation image processor, radiographic system, controller of radiographic system, method for controlling radiation image processor, method and program for controlling radiographic system
JP5832585B2 (en) Control apparatus, control system, radiation imaging system, control method therefor, and program

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20090213

A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20091006