JP2009077959A - Ultrasonic image diagnostic device and its control program - Google Patents

Ultrasonic image diagnostic device and its control program Download PDF

Info

Publication number
JP2009077959A
JP2009077959A JP2007249869A JP2007249869A JP2009077959A JP 2009077959 A JP2009077959 A JP 2009077959A JP 2007249869 A JP2007249869 A JP 2007249869A JP 2007249869 A JP2007249869 A JP 2007249869A JP 2009077959 A JP2009077959 A JP 2009077959A
Authority
JP
Japan
Prior art keywords
storage device
data
unit
read
ultrasonic
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2007249869A
Other languages
Japanese (ja)
Inventor
Tomohito Matsunaga
智史 松永
Yoshihisa Yoshioka
嘉尚 吉岡
Shinichi Hoshino
伸一 星野
Masaru Ogasawara
勝 小笠原
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 JP2007249869A priority Critical patent/JP2009077959A/en
Publication of JP2009077959A publication Critical patent/JP2009077959A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To increase the speed to start a system by using an external storage device. <P>SOLUTION: A storage device management part 9a manages whether or not storage devices 11 and 12 are newly connected. A data reproduction part 9b receives a notification of connection detection from the storage device management part 9a, reads ultrasonic software 9d stored in the storage part 9, and reproduces it to storage devices 11 and 12 where the connections are detected. A data distribution read/write part 9c performs distribution read/write of ultrasonic software 9d stored in the storage part 9, ultrasonic software 11c stored in the storage device 11, and ultrasonic software 12c stored in the storage device 12. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、超音波画像診断装置およびその制御プログラムに関し、特に、外部記憶装置を利用してシステムの起動を高速化することができる超音波画像診断装置およびその制御プログラムに関する。   The present invention relates to an ultrasonic diagnostic imaging apparatus and a control program thereof, and more particularly to an ultrasonic diagnostic imaging apparatus and a control program thereof capable of speeding up system startup using an external storage device.

近年、コンピュータ技術の進歩に伴い、その性能は飛躍的に向上している。一般的なコンピュータは、プログラムとこのプログラム処理に必要となるデータを記憶する主記憶装置と、これらプログラムおよびデータに基づいて演算処理を行なうCPU(Central Processing Unit)とから構成されている。   In recent years, with the advancement of computer technology, its performance has improved dramatically. A general computer includes a main storage device that stores a program, data necessary for the program processing, and a CPU (Central Processing Unit) that performs arithmetic processing based on the program and data.

コンピュータに求められる処理能力は、CPUが主記憶装置に格納されているプログラムやデータにアクセスして動作するものであるため、主記憶装置(例えばHDD(Hard Disc Drive)など)へのアクセス速度が大きく影響する。すなわち、CPUの演算能力と比べて、相対的にディスクへのアクセス速度が遅いと、プログラムやデータを読み出すまでの待ち時間が長くなり、結果、コンピュータの処理能力が低くなってしまう。   The processing capability required of a computer is that the CPU accesses and operates programs and data stored in the main storage device, so the access speed to the main storage device (for example, HDD (Hard Disc Drive)) is high. A big influence. That is, if the access speed to the disk is relatively slow compared to the CPU computing capacity, the waiting time until the program and data are read out becomes long, resulting in a decrease in computer processing capacity.

そこで、Raid(Redundant Arrays of Inexpensive Disks)と呼ばれる複数の外付けハードディスクをまとめて1台のハードディスクとして管理する技術のうちの、Raid0に規定されているストライピングと呼ばれる技術では、1つのデータを2つ以上の外付けハードディスクに分散して書き込むことにより、ディスクアクセス速度を向上させることができる。   Therefore, among the technologies called Raid (Redundant Arrays of Inexpensive Disks) that collectively manage multiple external hard disks as a single hard disk, the technology called striping defined by Raid0 uses two pieces of data. The disk access speed can be improved by distributing and writing to the above external hard disk.

ところで、X線診断装置やCT(Computed Topography:コンピュータ断層撮影)装置、超音波診断装置、磁気共鳴診断装置、およびガンマカメラやPET(Positron-Emission Topography:ポジトロン放出断層撮影)などの医用診断装置においても、安定して装置を起動させることが求められている。そこで例えば、特許文献1には、超音波画像診断装置に搭載された初期化ファイルが読み取り不可能になるのを有効に防止する技術が提案されている。
特開2002−360568号公報
By the way, in an X-ray diagnostic apparatus, a CT (Computed Topography) apparatus, an ultrasonic diagnostic apparatus, a magnetic resonance diagnostic apparatus, and a medical diagnostic apparatus such as a gamma camera or PET (Positron-Emission Topography). However, it is required to start the apparatus stably. Therefore, for example, Patent Document 1 proposes a technique for effectively preventing an initialization file mounted on an ultrasonic diagnostic imaging apparatus from becoming unreadable.
JP 2002-360568 A

複数のハードディスクにデータを分散させるRaidを構成した場合、ハードウェアが複雑化し、コストが増加する。そのため、Raidを構成せずに、コンピュータ内において複数のハードディスクを用いることも考えられるが、それでもコストの増加は避けられない。また、より高速化を実現するためにハードディスクを増設する場合には作業時間がかかり面倒である。   When Raid that distributes data to multiple hard disks is configured, the hardware becomes complicated and the cost increases. For this reason, it is possible to use a plurality of hard disks in the computer without configuring Raid, but the cost is still unavoidable. Further, when a hard disk is added to realize higher speed, it takes time and is troublesome.

本発明はこのような状況に鑑みてなされたものであり、主記憶装置のデータを着脱可能な記憶装置に複製し、各記憶装置の状況に応じて分散してデータを読み書きすることができる超音波画像診断装置およびその制御プログラムを提供することである。   The present invention has been made in view of such a situation, and it is possible to replicate data in a main storage device to a removable storage device and to read / write data in a distributed manner according to the situation of each storage device. To provide a sound image diagnostic apparatus and a control program thereof.

本発明の実施の形態に係る第1の特徴は、被検体を超音波で走査して得られる受信信号を取得する取得手段と、取得手段により取得された受信信号に基づいて超音波画像を生成する生成手段と、生成手段により生成された超音波画像を表示する表示手段とを有する超音波画像診断装置において、外部の記憶装置の接続状況およびその変化を管理する記憶装置管理手段と、記憶装置管理手段により新たに記憶装置が接続されたことが認識された場合、既に接続されている記憶装置から新たに接続された記憶装置にデータを複製する複製手段と、接続されている記憶装置の属性に基づいて、データを分散させて読み書きする分散読み書き手段とを備える。   A first feature according to an embodiment of the present invention is that an acquisition unit that acquires a reception signal obtained by scanning a subject with ultrasonic waves, and an ultrasonic image is generated based on the reception signal acquired by the acquisition unit In an ultrasonic diagnostic imaging apparatus having a generating means for displaying and a display means for displaying an ultrasonic image generated by the generating means, a storage device managing means for managing the connection status of external storage devices and changes thereof, and a storage device When the management means recognizes that a new storage device has been connected, the replication means for copying data from the already connected storage device to the newly connected storage device, and the attributes of the connected storage device And distributed read / write means for reading and writing data in a distributed manner.

本発明の実施の形態に係る第2の特徴は、被検体を超音波で走査して得られる受信信号を取得する取得手段と、取得手段により取得された受信信号に基づいて超音波画像を生成する生成手段と、生成手段により生成された超音波画像を表示する表示手段とを有する超音波画像診断装置において実行される制御プログラムであって、外部の記憶装置の接続状況およびその変化を管理する記憶装置管理ステップと、記憶装置管理ステップにより新たに記憶装置が接続されたことが認識された場合、既に接続されている記憶装置から新たに接続された記憶装置にデータを複製する複製ステップと、接続されている記憶装置の属性に基づいて、データを分散させて読み書きする分散読み書きステップと含む。   The second feature according to the embodiment of the present invention is that an acquisition means for acquiring a reception signal obtained by scanning a subject with ultrasonic waves, and an ultrasonic image is generated based on the reception signal acquired by the acquisition means. A control program that is executed in an ultrasound diagnostic imaging apparatus having a generating unit that performs and a display unit that displays an ultrasound image generated by the generating unit, and manages a connection status of an external storage device and changes thereof A storage device management step, and when the storage device management step recognizes that a storage device is newly connected, a replication step of replicating data from the already connected storage device to the newly connected storage device; A distributed read / write step of reading and writing data in a distributed manner based on the attributes of the connected storage device.

本発明によれば、低コストでシステムの起動を高速化することが可能となる。   According to the present invention, it is possible to speed up the startup of the system at a low cost.

以下、本発明の実施の形態について図面を参照して詳細に説明する。   Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

図1は、本発明を適用した超音波画像診断装置1の構成例を示す図である。   FIG. 1 is a diagram illustrating a configuration example of an ultrasound diagnostic imaging apparatus 1 to which the present invention is applied.

超音波プローブ2は、被検体の体表面にその先端面を接触させ超音波の送受波を行うものであり、複数個の圧電振動子を有しており、それらは2次元的に配列されている。送受信部3は、超音波プローブ2から送信超音波を発生させるための超音波駆動信号を生成して超音波プローブ2に送信したり、超音波プローブ2の圧電振動子から得られる複数チャンネルの超音波受信信号に対して整相加算を行い、信号処理部4に出力する。   The ultrasonic probe 2 is for transmitting and receiving ultrasonic waves by bringing its tip surface into contact with the body surface of a subject, and has a plurality of piezoelectric vibrators, which are two-dimensionally arranged. Yes. The transmission / reception unit 3 generates an ultrasonic drive signal for generating a transmission ultrasonic wave from the ultrasonic probe 2 and transmits the ultrasonic drive signal to the ultrasonic probe 2 or a multi-channel ultrasonic wave obtained from a piezoelectric vibrator of the ultrasonic probe 2. Perform phasing addition on the sound wave reception signal and output to the signal processing unit 4.

信号処理部4は、Bモード処理部、ドプラ処理部、およびカラーモード処理部を有しており、送受信部3から出力されたデータは、いずれかの処理部で所定の処理が施される。Bモード処理部は、エコーの振幅情報の映像化を行い、エコー信号からBモード超音波ラスタデータを生成する。ドプラ処理部は、ドプラ偏移周波数成分を取り出し、さらにFFT(Fast Fourier Transform)処理などを施して血流情報を有するデータを生成する。カラーモード処理部は、動いている血流情報の映像化を行い、カラー超音波ラスタデータを生成する。   The signal processing unit 4 includes a B-mode processing unit, a Doppler processing unit, and a color mode processing unit, and the data output from the transmission / reception unit 3 is subjected to predetermined processing in any of the processing units. The B-mode processing unit visualizes echo amplitude information and generates B-mode ultrasound raster data from the echo signal. The Doppler processing unit extracts the Doppler shift frequency component and further performs FFT (Fast Fourier Transform) processing and the like to generate data having blood flow information. The color mode processing unit visualizes the moving blood flow information and generates color ultrasonic raster data.

DSC(Digital Scan Converter)5は、直交座標系で表される画像を得るために、超音波ラスタデータを直交座標で表されるデータに変換する(スキャンコンバージョン処理)。例えば、Bモード処理部から出力されたデータに対してスキャンコンバージョン処理が施されると、被検体の組織形状を2次元情報として表わす断層像データが生成される。   A DSC (Digital Scan Converter) 5 converts ultrasonic raster data into data represented by orthogonal coordinates (scan conversion processing) in order to obtain an image represented by an orthogonal coordinate system. For example, when scan conversion processing is performed on the data output from the B-mode processing unit, tomographic image data representing the tissue shape of the subject as two-dimensional information is generated.

画像生成部6は、断層像データからボクセルデータを生成し、さらにボリュームレンダリング処理を行って3次元画像データなどを生成して表示部7に表示させる。   The image generation unit 6 generates voxel data from the tomographic image data, further performs volume rendering processing to generate three-dimensional image data and the like, and displays them on the display unit 7.

制御部8は、例えばCPU(Central Processing Unit)からなり、入力部20からの入力信号に基づいて、記憶部9、またはドライブ10に接続された記憶装置11、12に記憶されている制御プログラムなどを読み出して実行することにより各部の制御を行う。   The control unit 8 includes, for example, a CPU (Central Processing Unit), and based on an input signal from the input unit 20, a control program stored in the storage unit 9 or the storage devices 11 and 12 connected to the drive 10, etc. Is read and executed to control each unit.

記憶部9は、半導体や磁気ディスクなどで構成されており、制御部8で実行されるプログラムやデータが記憶される。ドライブ10には、着脱可能な記憶装置11、12が装着されており、そこから読みした信号を制御部8に送信したり、制御部8からの信号を記憶装置11、12に書き込む。記憶装置11、12は、USB(Universal Serial Bus)メモリ、SD(Secure Digital)カード、メモリスティック(登録商標)、またはコンパクトフラッシュ(登録商標)などのリムーバブルメディアで構成されており、制御部8で実行されるプログラムやデータが操作者の指示に応じて記憶される。   The storage unit 9 is configured by a semiconductor, a magnetic disk, or the like, and stores programs and data executed by the control unit 8. The drive 10 is equipped with removable storage devices 11 and 12, and transmits signals read therefrom to the control unit 8 and writes signals from the control unit 8 to the storage devices 11 and 12. The storage devices 11 and 12 are configured by removable media such as a USB (Universal Serial Bus) memory, an SD (Secure Digital) card, a memory stick (registered trademark), or a compact flash (registered trademark). Programs and data to be executed are stored according to instructions from the operator.

入力部20は、トラックボールやスイッチなどで構成されており、操作者により、撮像された超音波画像における患部の大きさの計測、検査開始や終了、およびフリーズ操作などが行われる。   The input unit 20 is configured by a trackball, a switch, and the like, and the operator performs measurement of the size of the affected area in the captured ultrasonic image, start and end of the examination, freeze operation, and the like.

図2は、記憶部9の機能構成例を示すブロック図である。図2に示す機能部のうちの少なくとも一部は、記憶装置管理プログラムなどが制御部8に読み込まれることによって実現される。   FIG. 2 is a block diagram illustrating a functional configuration example of the storage unit 9. At least a part of the functional units shown in FIG. 2 is realized by reading a storage device management program or the like into the control unit 8.

記憶装置管理部9aは、記憶装置11、12が新たに接続されたか否かを管理し、新たに記憶装置が接続されたことを検知すると、その旨をデータ複製部9bに通知する。   The storage device management unit 9a manages whether or not the storage devices 11 and 12 are newly connected. When the storage device management unit 9a detects that a new storage device is connected, the storage device management unit 9a notifies the data replication unit 9b accordingly.

データ複製部9bは、記憶装置管理部9aからの通知を受け、接続が検知された記憶装置11、12のアクセス速度を取得し、そのアクセス速度を表すデータを対象の記憶装置11または記憶装置12に記録する。ここで、アクセス速度を取得する方法としては、例えば、特定サイズのデータの読み書きに要した時間から算出する方法などである。データ複製部9bは、取得したアクセス速度が規定値よりも速い場合には、例えば、図3に示すような画面を表示部7に表示させ、新たに接続が検知された記憶装置を、装置の起動を高速化するために利用するか否かを操作者に問う。図3に示す画面では、装置の起動を高速化するための機能を利用するか否かを操作者に選択させるボタン(図3の例では、YesボタンおよびNoボタン)が設けられている。なお、取得したアクセス速度が規定値よりも遅い場合には、図3に示すような画面を表示させないようにしてもよい。   The data replication unit 9b receives the notification from the storage device management unit 9a, acquires the access speed of the storage devices 11 and 12 in which the connection is detected, and stores the data representing the access speed as the target storage device 11 or the storage device 12 To record. Here, as a method of acquiring the access speed, for example, a method of calculating from the time required for reading and writing data of a specific size is used. When the acquired access speed is faster than the specified value, the data replication unit 9b displays a screen as shown in FIG. 3 on the display unit 7, for example, and stores the newly detected storage device in the device. Ask the operator whether to use it to speed up startup. The screen shown in FIG. 3 is provided with buttons (Yes button and No button in the example of FIG. 3) that allow the operator to select whether or not to use a function for speeding up the startup of the apparatus. Note that when the acquired access speed is slower than the specified value, the screen as shown in FIG. 3 may not be displayed.

データ複製部9bは、図3に示す画面において操作者によりYesボタン(利用するボタン)が選択されると、記憶部9に記憶されている超音波ソフトウェア9dを読み出し、新たに接続が検知された記憶装置11、12へ複製するとともに、接続が検知された記憶装置が高速化に利用できることを表すデータ(以下、分散読み書き対応を表すデータと称する)を記録する。ここで、データを複製する方法としては、例えば、接続された機器の空き容量に応じて超音波ソフトウェア9dの全てあるいは一部を複製する方法などがある。   When the operator selects a Yes button (a button to use) on the screen shown in FIG. 3, the data duplicating unit 9b reads the ultrasonic software 9d stored in the storage unit 9, and a new connection is detected. In addition to copying to the storage devices 11 and 12, data indicating that the storage device in which the connection is detected can be used for speeding up (hereinafter referred to as data indicating distributed read / write correspondence) is recorded. Here, as a method of copying data, for example, there is a method of copying all or a part of the ultrasonic software 9d according to the free capacity of the connected device.

データ複製部9bにより、記憶装置11に記録されたアクセス速度を表すデータ11aと分散読み書き対応を表すデータ11b、記憶装置12に記録されたアクセス速度を表すデータ12aと分散読み書き対応を表すデータ12bは、次回起動時に利用される。   Data 11a representing the access speed recorded in the storage device 11 and data 11b representing the distributed read / write correspondence, data 12a representing the access speed recorded in the storage device 12, and data 12b representing the distributed read / write correspondence are recorded by the data replication unit 9b. It will be used at the next startup.

データ分散読み書き部9cは、記憶装置管理部9aにより記憶装置11、12が参照され、分散読み書き対応を表すデータが記録されている場合には、記憶部9に記憶されている超音波ソフトウェア9d、記憶装置11に記憶されている超音波ソフトウェア11c、および記憶装置12に記憶されている超音波ソフトウェア12cと分散読み書きを行う。   The data distribution read / write unit 9c refers to the storage devices 11 and 12 by the storage device management unit 9a, and when data indicating distributed read / write correspondence is recorded, the ultrasonic software 9d stored in the storage unit 9, Distributed reading and writing is performed with the ultrasonic software 11 c stored in the storage device 11 and the ultrasonic software 12 c stored in the storage device 12.

次に、図4のフローチャートを参照して、超音波画像診断装置1が実行する、記憶装置が新たに接続された場合の処理について説明する。この処理は、記憶装置11または記憶装置12が超音波画像診断装置1に接続された場合に開始される。   Next, with reference to the flowchart of FIG. 4, a process executed by the ultrasound diagnostic imaging apparatus 1 when a storage device is newly connected will be described. This process is started when the storage device 11 or the storage device 12 is connected to the ultrasonic diagnostic imaging apparatus 1.

ステップS1において、記憶装置管理部9aは、記憶装置11また記憶装置12が接続されたことを検知する。ステップS2において、データ複製部9bは、ステップS1の処理で接続が検知された記憶装置11または記憶装置12のアクセス速度を取得する。ステップS3において、データ複製部9bは、ステップS2の処理で取得したアクセス速度を表すデータを対象の記憶装置11または記憶装置12に記録する。   In step S1, the storage device management unit 9a detects that the storage device 11 or the storage device 12 is connected. In step S2, the data replication unit 9b acquires the access speed of the storage device 11 or the storage device 12 in which connection is detected in the process of step S1. In step S3, the data replication unit 9b records data representing the access speed acquired in the process of step S2 in the target storage device 11 or storage device 12.

ステップS4において、データ複製部9bは、ステップS2の処理で取得したアクセス速度が規定値より速いか否かを判定し、アクセス速度が規定値より速いと判定した場合、ステップS5に進む。ここで規定値とは、記憶部9に記憶されている超音波ソフトウェア9dにアクセスする速度である。   In step S4, the data copying unit 9b determines whether or not the access speed acquired in the process of step S2 is faster than a specified value. If it is determined that the access speed is faster than the specified value, the process proceeds to step S5. Here, the specified value is a speed at which the ultrasonic software 9d stored in the storage unit 9 is accessed.

ステップS5において、データ複製部9bは、例えば、図3に示す画面を表示させ、装置の起動を高速化するための機能を利用するか否かを操作者に問う。ステップS6において、データ複製部9bは、装置の起動を高速化するための機能を利用するか否か、すなわち、図3に示す画面において操作者によりYesボタンが選択されたか否かを判定し、装置の起動を高速化するための機能を利用すると判定した場合、ステップS7に進む。   In step S5, for example, the data replication unit 9b displays the screen shown in FIG. 3 and asks the operator whether or not to use a function for speeding up the startup of the apparatus. In step S6, the data replication unit 9b determines whether to use a function for speeding up the startup of the apparatus, that is, whether or not the Yes button has been selected by the operator on the screen shown in FIG. If it is determined that a function for accelerating the activation of the apparatus is used, the process proceeds to step S7.

ステップS7において、データ複製部9bは、記憶部9に記憶されている超音波ソフトウェア9dを読み出し、それを、ステップS1の処理で接続が検知された記憶装置11または記憶装置12に複製する。これにより、例えば、図5に示すように、記憶部9に記憶されている超音波ソフトウェア9dを構成する超音波ソフトウェアA乃至Fが読み出され、記憶装置11および記憶装置12に複製される。   In step S7, the data copying unit 9b reads the ultrasonic software 9d stored in the storage unit 9, and copies it to the storage device 11 or the storage device 12 in which connection is detected in the process of step S1. Thereby, for example, as illustrated in FIG. 5, the ultrasonic software A to F configuring the ultrasonic software 9 d stored in the storage unit 9 is read and copied to the storage device 11 and the storage device 12.

ステップS8において、データ複製部9bは、ステップS1の処理で接続が検知された記憶装置11または記憶装置12に分散読み書き対応を表すデータを記録する。   In step S8, the data replication unit 9b records data representing the distributed read / write correspondence in the storage device 11 or the storage device 12 in which the connection is detected in the process of step S1.

ステップS3において、アクセス速度が規定値より遅いと判定した場合、または、ステップS6において、装置の起動を高速化するための機能を利用しないと判定した場合には、データ複製部9bは何も行わず、ステップS1に戻り、上述した処理を繰り返す。   If it is determined in step S3 that the access speed is slower than the specified value, or if it is determined in step S6 that the function for accelerating the activation of the apparatus is not used, the data replication unit 9b does nothing. Instead, the process returns to step S1, and the above-described processing is repeated.

以上の処理によって、超音波画像診断装置1の内部の記憶部9に記憶されている超音波ソフトウェアを、接続が検知され、高速化するための機能を利用すると判定された記憶装置11や記憶装置12に複製することにより、後述する装置の起動を高速化するための分散読み書き処理に利用することが可能となり、アクセス速度を向上させることができる。特に、システムの起動を高速化することができる。   Through the above processing, the storage device 11 and the storage device that are determined to use the function for detecting the connection and increasing the speed of the ultrasound software stored in the storage unit 9 inside the ultrasound diagnostic imaging device 1. By duplicating to 12, it becomes possible to use it for distributed read / write processing for speeding up the activation of the device described later, and the access speed can be improved. In particular, it is possible to speed up the startup of the system.

次に、図6のフローチャートを参照して、装置起動における初期化処理について説明する。この処理は、データ分散読み書き部9cが起動管理ソフトウェアを実行することにより開始される。またこの処理を開始するにあたり、超音波画像診断装置1には、付加的な記憶装置として、記憶装置11、記憶装置12、および記憶装置13が接続されている。   Next, an initialization process at the time of starting the apparatus will be described with reference to the flowchart of FIG. This process is started when the data distribution read / write unit 9c executes the startup management software. In starting this process, a storage device 11, a storage device 12, and a storage device 13 are connected to the ultrasonic diagnostic imaging apparatus 1 as additional storage devices.

ステップS11において、データ分散読み書き部9cは、記憶装置11が高速化用途か否かを、記憶装置11に記憶されている分散読み書き対応を表すデータ11bに基づいて判断する。この例では、記憶装置11は高速化用途であると判断される。ステップS12において、データ分散読み書き部9cは、記憶装置12が高速化用途か否かを、記憶装置12に記憶されている分散読み書き対応を表すデータ12bに基づいて判断する。この例では、記憶装置12は高速化用途であると判断される。ステップS13において、データ分散読み書き部9cは、記憶装置13が高速化用途か否かを、記憶装置13に記憶されている分散読み書き対応を表すデータ13b(図示せず)に基づいて判断する。この例では、記憶装置11は高速化用途ではないと判断される。ステップS11乃至S13の処理により、記憶装置11および記憶装置12は高速化用途であると判断されたが、高速化用途ではないと判断された記憶装置13は処理対象から外される。   In step S <b> 11, the data distribution read / write unit 9 c determines whether or not the storage device 11 is for high-speed use based on data 11 b representing the distributed read / write correspondence stored in the storage device 11. In this example, the storage device 11 is determined to be used for speeding up. In step S12, the data distribution read / write unit 9c determines whether or not the storage device 12 is for high-speed use based on the data 12b representing the distributed read / write correspondence stored in the storage device 12. In this example, the storage device 12 is determined to be used for speeding up. In step S <b> 13, the data distribution read / write unit 9 c determines whether or not the storage device 13 is for high-speed use based on data 13 b (not shown) representing the distributed read / write correspondence stored in the storage device 13. In this example, it is determined that the storage device 11 is not used for speeding up. Although the storage device 11 and the storage device 12 are determined to be used for speeding up by the processing in steps S11 to S13, the storage device 13 that is determined not to be used for speeding up is excluded from the processing target.

ステップS14において、データ分散読み書き部9cは、記憶部9のアクセス速度を取得する。この例では、記憶部9のアクセス速度は10byte/sが取得される。ステップS15において、データ分散読み書き部9cは、記憶装置11に記憶されているアクセス速度を表すデータ11aからアクセス速度を取得する。この例では、記憶装置11のアクセス速度は7byte/sが取得される。ステップS16において、データ分散読み書き部9cは、記憶装置12に記憶されているアクセス速度を表すデータ12aからアクセス速度を取得する。この例では、記憶装置12のアクセス速度は12byte/sが取得される。   In step S14, the data distribution read / write unit 9c acquires the access speed of the storage unit 9. In this example, 10 bytes / s is acquired as the access speed of the storage unit 9. In step S15, the data distribution read / write unit 9c acquires the access speed from the data 11a representing the access speed stored in the storage device 11. In this example, 7 bytes / s is acquired as the access speed of the storage device 11. In step S <b> 16, the data distribution read / write unit 9 c acquires the access speed from the data 12 a representing the access speed stored in the storage device 12. In this example, 12 bytes / s is acquired as the access speed of the storage device 12.

ステップS17において、データ分散読み書き部9cは、ステップS14乃至S16の処理で取得したアクセス速度に基づいて、記憶装置からデータを読み込む際の記憶装置優先順位を設定し、記憶する。この場合、記憶部9のアクセス速度が10byte/s、記憶装置11のアクセス速度が7byte/s、記憶装置12のアクセス速度が12byte/sであるため、アクセス速度の速い、記憶装置12、記憶部9、記憶装置11の順に優先順位が設定される。   In step S17, the data distribution read / write unit 9c sets and stores the storage device priority when reading data from the storage device based on the access speed acquired in the processing of steps S14 to S16. In this case, the access speed of the storage unit 9 is 10 bytes / s, the access speed of the storage device 11 is 7 bytes / s, and the access speed of the storage device 12 is 12 bytes / s. 9. The priority order is set in the order of the storage device 11.

以上の処理によって、超音波画像診断装置1内部の記憶部9と、外部接続された記憶装置11および記憶装置12の優先順位が設定され、後述する超音波ソフトウェアの分散読み込み処理に利用することが可能となる。   Through the above processing, the priority order of the storage unit 9 inside the ultrasound diagnostic imaging apparatus 1 and the externally connected storage device 11 and storage device 12 is set, and can be used for distributed reading processing of ultrasound software to be described later. It becomes possible.

次に、図7のフローチャートを参照して、記憶装置の負荷を考慮した超音波ソフトウェアの分散読み込み処理について説明する。この処理は、データ分散読み書き部9cが起動管理ソフトウェアを実行することにより開始される。またこの処理を開始するにあたり、上述した図6の初期化処理によって、記憶装置12、記憶部9、記憶装置11の順に優先順位が設定されている。   Next, with reference to the flowchart of FIG. 7, the distributed reading process of the ultrasonic software considering the load on the storage device will be described. This process is started when the data distribution read / write unit 9c executes the startup management software. In starting this process, the priority order is set in the order of the storage device 12, the storage unit 9, and the storage device 11 by the initialization process of FIG.

ステップS21において、データ分散読み書き部9cは、記憶部9の負荷を取得する。この例では、記憶部9の負荷は0%が取得される。ステップS22において、データ分散読み書き部9cは、記憶装置11の負荷を取得する。この例では、記憶装置11の負荷は0%が取得される。ステップS23において、データ分散読み書き部9cは、記憶装置12の負荷を取得する。この例では、記憶装置12の負荷は0%が取得される。   In step S21, the data distribution read / write unit 9c acquires the load of the storage unit 9. In this example, 0% is acquired as the load of the storage unit 9. In step S22, the data distribution read / write unit 9c acquires the load of the storage device 11. In this example, 0% of the load on the storage device 11 is acquired. In step S23, the data distribution read / write unit 9c acquires the load of the storage device 12. In this example, 0% is acquired as the load of the storage device 12.

ステップS24において、データ分散読み書き部9cは、ステップS21乃至S23の処理で取得した負荷に基づいて、記憶装置12から超音波ソフトウェアAを読み込む。この場合、記憶部9、記憶装置11、記憶装置12のいずれも負荷が0%であるため、予め設定された優先順位をもとに、最も優先順位の高い記憶装置12から超音波ソフトウェアAが読み込まれる。   In step S24, the data distribution read / write unit 9c reads the ultrasonic software A from the storage device 12 based on the load acquired in the processing of steps S21 to S23. In this case, since the loads of all of the storage unit 9, the storage device 11, and the storage device 12 are 0%, the ultrasound software A is transferred from the storage device 12 with the highest priority based on the preset priority. Is read.

ステップS25において、データ分散読み書き部9cは、記憶部9の負荷を取得する。この例では、記憶部9の負荷は0%が取得される。ステップS26において、データ分散読み書き部9cは、記憶装置11の負荷を取得する。この例では、記憶装置11の負荷は0%が取得される。ステップS27において、データ分散読み書き部9cは、記憶装置12の負荷を取得する。この例では、記憶装置12の負荷は80%が取得される。   In step S25, the data distribution read / write unit 9c acquires the load of the storage unit 9. In this example, 0% is acquired as the load of the storage unit 9. In step S26, the data distribution read / write unit 9c acquires the load of the storage device 11. In this example, 0% of the load on the storage device 11 is acquired. In step S27, the data distribution read / write unit 9c acquires the load of the storage device 12. In this example, 80% of the load on the storage device 12 is acquired.

ステップS28において、データ分散読み書き部9cは、ステップS25乃至S27の処理で取得した負荷に基づいて、記憶部9から超音波ソフトウェアBを読み込む。この場合、記憶部9と記憶装置11の負荷が0%であるが、予め設定した優先順位をもとに、優先順位の高い記憶部9から超音波ソフトウェアBが読み込まれる。   In step S28, the data distribution read / write unit 9c reads the ultrasonic software B from the storage unit 9 based on the load acquired in the processing of steps S25 to S27. In this case, although the load on the storage unit 9 and the storage device 11 is 0%, the ultrasound software B is read from the storage unit 9 having a higher priority order based on the preset priority order.

ステップS29において、データ分散読み書き部9cは、記憶部9の負荷を取得する。この例では、記憶部9の負荷は70%が取得される。ステップS30において、データ分散読み書き部9cは、記憶装置11の負荷を取得する。この例では、記憶装置11の負荷は0%が取得される。ステップS31において、データ分散読み書き部9cは、記憶装置12の負荷を取得する。この例では、記憶装置12の負荷は30%が取得される。   In step S29, the data distribution read / write unit 9c acquires the load of the storage unit 9. In this example, 70% of the load on the storage unit 9 is acquired. In step S30, the data distribution read / write unit 9c acquires the load of the storage device 11. In this example, 0% of the load on the storage device 11 is acquired. In step S31, the data distribution read / write unit 9c acquires the load of the storage device 12. In this example, 30% of the load of the storage device 12 is acquired.

ステップS32において、データ分散読み書き部9cは、ステップS29乃至S31の処理で取得した負荷に基づいて、記憶装置11から超音波ソフトウェアCを読み込む。この場合、最も負荷の低い記憶装置11から超音波ソフトウェアCが読み込まれる。   In step S32, the data distribution read / write unit 9c reads the ultrasonic software C from the storage device 11 based on the load acquired in the processing of steps S29 to S31. In this case, the ultrasonic software C is read from the storage device 11 with the lowest load.

以上の処理によって、最も負荷の低い、かつ優先順位の高い記憶装置から超音波ソフトウェアを分散読み込みすることが可能となり、アクセス速度が向上する。なお、読み込む直前の記憶装置の負荷をもとに分散読み込み処理する以外にも、例えば、読み込む超音波ソフトウェアの総数や総サイズなどをもとに分散読み込み処理するようにしてもよい。また、各超音波ソフトウェアをどの記憶装置から読み込むのかを予めテーブルに記憶させ、その情報をもとに分分散読み込み処理するようにしてもよい。   Through the above processing, it is possible to distribute and read the ultrasonic software from the storage device with the lowest load and high priority, and the access speed is improved. In addition to the distributed reading process based on the load of the storage device immediately before reading, for example, the distributed reading process may be performed based on the total number or total size of ultrasonic software to be read. In addition, the storage device from which each ultrasonic software is read may be stored in advance in a table, and the distributed reading process may be performed based on the information.

次に、図8のフローチャートを参照して、読み込みエラーが発生した場合の超音波ソフトウェアの分散読み込み処理について説明する。この処理は、データ分散読み書き部9cが起動管理ソフトウェアを実行することにより開始される。またこの処理を開始するにあたり、上述した図6の初期化処理により、記憶装置12、記憶部9、記憶装置11の順に優先順位が設定されている。   Next, the distributed reading process of the ultrasonic software when a reading error occurs will be described with reference to the flowchart of FIG. This process is started when the data distribution read / write unit 9c executes the startup management software. In starting this process, the priority order is set in the order of the storage device 12, the storage unit 9, and the storage device 11 by the initialization process of FIG.

ステップS41において、データ分散読み書き部9cは、記憶部9の負荷を取得する。この例では、記憶部9の負荷は70%が取得される。ステップS42において、データ分散読み書き部9cは、記憶装置11の負荷を取得する。この例では、記憶装置11の負荷は0%が取得される。ステップS43において、データ分散読み書き部9cは、記憶装置12の負荷を取得する。この例では、記憶装置12の負荷は30%が取得される。   In step S41, the data distribution read / write unit 9c acquires the load of the storage unit 9. In this example, 70% of the load on the storage unit 9 is acquired. In step S42, the data distribution read / write unit 9c acquires the load of the storage device 11. In this example, 0% of the load on the storage device 11 is acquired. In step S43, the data distribution read / write unit 9c acquires the load of the storage device 12. In this example, 30% of the load of the storage device 12 is acquired.

ステップS44において、データ分散読み書き部9cは、ステップS41乃至S43の処理で取得した負荷に基づいて、記憶装置11から超音波ソフトウェアDを読み込む。この場合、最も負荷の低い記憶装置11から超音波ソフトウェアDが読み込まれる。ここで、読み込みエラーが発生したため、データ分散読み書き部9cは、記憶装置12から超音波ソフトウェアDを読み込む。この場合、記憶装置11の次に負荷の低い記憶装置12から超音波ソフトウェアDが読み込まれる。   In step S44, the data distribution read / write unit 9c reads the ultrasonic software D from the storage device 11 based on the load acquired in the processing of steps S41 to S43. In this case, the ultrasonic software D is read from the storage device 11 with the lowest load. Here, since a reading error has occurred, the data distribution read / write unit 9 c reads the ultrasonic software D from the storage device 12. In this case, the ultrasonic software D is read from the storage device 12 having the next lowest load after the storage device 11.

以上の処理によって、超音波ソフトウェアを読み込む際にエラーが発生しても、次に負荷の低い、かつ優先順位の高い記憶装置から超音波ソフトウェアを分散読み込みすることにより、安定してアクセスすることが可能となる。なお、読み込みエラーの発生した記憶装置は、処理対象から外すようにしてもよい。   With the above processing, even if an error occurs when reading ultrasound software, stable access can be achieved by reading the ultrasound software from the storage device with the next lowest load and higher priority. It becomes possible. Note that the storage device in which the read error has occurred may be excluded from the processing target.

次に、図9のフローチャートを参照して、超音波ソフトウェアの優先度をもとにしたデータの分散読み書き処理について説明する。この処理は、データ分散読み書き部9cが超音波ソフトウェアを実行することにより開始され、読み書きするデータは超音波ソフトウェア処理に必要な一時的なものとされる。なお、超音波ソフトウェアは、超音波超音波AおよびソフトウェアBから構成され、予め設定された優先度をもとにデータが読み書きされる。図9の例では、超音波ソフトウェアAは優先度が中位に設定され、ソフトウェアBは優先度が高位に設定されている。   Next, with reference to the flowchart of FIG. 9, data distributed read / write processing based on the priority of ultrasonic software will be described. This processing is started when the data distribution read / write unit 9c executes the ultrasonic software, and the data to be read / written is assumed to be temporary necessary for the ultrasonic software processing. The ultrasonic software is composed of ultrasonic ultrasonic waves A and software B, and data is read and written based on a preset priority. In the example of FIG. 9, the priority of the ultrasonic software A is set to medium, and the priority of the software B is set to high.

ステップS51において、データ分散読み書き部9cは、記憶部9の負荷を取得する。この例では、記憶部9の負荷は70%が取得される。ステップS52において、データ分散読み書き部9cは、記憶装置11の負荷を取得する。この例では、記憶装置11の負荷は0%が取得される。ステップS53において、データ分散読み書き部9cは、記憶装置12の負荷を取得する。この例では、記憶装置12の負荷は30%が取得される。   In step S51, the data distribution read / write unit 9c acquires the load of the storage unit 9. In this example, 70% of the load on the storage unit 9 is acquired. In step S52, the data distribution read / write unit 9c acquires the load of the storage device 11. In this example, 0% of the load on the storage device 11 is acquired. In step S53, the data distribution read / write unit 9c acquires the load of the storage device 12. In this example, 30% of the load of the storage device 12 is acquired.

ステップS54において、データ分散読み書き部9cは、ステップS51乃至S53の処理で取得した負荷に基づいて、記憶装置12にデータを読み書きする。この場合、負荷が中位の記憶装置12にデータが読み書きされる。   In step S54, the data distribution read / write unit 9c reads / writes data to / from the storage device 12 based on the load acquired in the processes of steps S51 to S53. In this case, data is read from and written to the storage device 12 having a medium load.

ステップS61において、データ分散読み書き部9cは、記憶部9の負荷を取得する。この例では、記憶部9の負荷は20%が取得される。ステップS62において、データ分散読み書き部9cは、記憶装置11の負荷を取得する。この例では、記憶装置11の負荷は0%が取得される。ステップS63において、データ分散読み書き部9cは、記憶装置12の負荷を取得する。この例では、記憶装置12の負荷は50%が取得される。   In step S61, the data distribution read / write unit 9c acquires the load of the storage unit 9. In this example, 20% of the load on the storage unit 9 is acquired. In step S62, the data distribution read / write unit 9c acquires the load of the storage device 11. In this example, 0% of the load on the storage device 11 is acquired. In step S63, the data distribution read / write unit 9c acquires the load of the storage device 12. In this example, 50% of the load on the storage device 12 is acquired.

ステップS64において、データ分散読み書き部9cは、ステップS61乃至S63の処理で取得した負荷に基づいて、記憶装置11にデータを読み書きする。この場合、優先度が高位の(すなわち、最も負荷が低い)記憶装置12にデータが読み書きされる。   In step S64, the data distribution read / write unit 9c reads / writes data to / from the storage device 11 based on the load acquired in the processes of steps S61 to S63. In this case, data is read from and written to the storage device 12 with the highest priority (that is, the lowest load).

以上の処理によって、超音波ソフトウェアに設定された優先度をもとにデータを読み書きすることが可能となる。なお、超音波ソフトウェアの優先度は、単位時間当たりのデータ読み書き量に比例して大きくなる。例えば、大容量のRawdataをリアルタイムに収集、保存する超音波ソフトウェアなどが高い優先度をとる。   Through the above processing, data can be read and written based on the priority set in the ultrasonic software. Note that the priority of ultrasonic software increases in proportion to the amount of data read / write per unit time. For example, ultrasound software that collects and stores large volumes of raw data in real time takes high priority.

次に、分散読み書き処理について模式図を用いてさらに説明する。図10は、記憶部9に記憶された超音波ソフトウェアを全て読み出す場合の初期状態の起動の例を示している。図10に示すように、超音波ソフトウェアA乃至Fから構成されている超音波ソフトウェアは、初期状態において、データ分散読み書き部9cにより全て読み出されて起動される。また、高速化用途として利用される記憶装置11が超音波画像診断装置1に接続された場合、図11に示すように、記憶部9に記憶されている超音波ソフトウェアA乃至Fから構成されている超音波ソフトウェアが記憶装置11に複製される。このような状態において、データ分散読み書き部9cにより超音波ソフトウェアA乃至Cが記憶部9から読み出されて起動され、超音波ソフトウェアD乃至Fが記憶装置11から読み出されて起動される。このように分散して超音波ソフトウェアを読み出すことにより、起動が高速化される。   Next, the distributed read / write processing will be further described with reference to schematic diagrams. FIG. 10 shows an example of starting in the initial state when all the ultrasonic software stored in the storage unit 9 is read. As shown in FIG. 10, the ultrasonic software composed of the ultrasonic software A to F is read and activated by the data distribution read / write unit 9c in the initial state. Further, when the storage device 11 used for speeding up is connected to the ultrasonic diagnostic imaging apparatus 1, as shown in FIG. 11, it is composed of ultrasonic software A to F stored in the storage unit 9. The ultrasonic software is copied to the storage device 11. In such a state, the ultrasonic software A to C is read from the storage unit 9 and activated by the data distribution read / write unit 9c, and the ultrasonic software D to F is read from the storage device 11 and activated. The start-up is speeded up by reading the ultrasonic software in such a distributed manner.

さらに、高速化用途として利用される記憶装置12が超音波画像診断装置1に接続された場合、図12に示すように、記憶部9に記憶されている超音波ソフトウェアA乃至Fから構成されている超音波ソフトウェアが記憶装置12にも複製される。このような状態において、データ分散読み書き部9cにより超音波ソフトウェアAとBが記憶部9から読み出され、超音波ソフトウェアCとDが記憶装置11から読み出されて起動され、超音波ソフトウェアEとFが記憶装置12から読み出されて起動される。このように分散する外部記憶装置が多いほど、起動がより高速化される。   Further, when the storage device 12 used for high-speed applications is connected to the ultrasonic diagnostic imaging apparatus 1, as shown in FIG. 12, the storage device 12 includes ultrasonic software A to F stored in the storage unit 9. The existing ultrasonic software is also copied to the storage device 12. In such a state, the ultrasonic software A and B are read from the storage unit 9 by the data distribution read / write unit 9c, and the ultrasonic software C and D are read from the storage device 11 and activated. F is read from the storage device 12 and activated. The more external storage devices are distributed in this way, the faster the startup.

以上のように、ハードディスクを増設するようなことはせず、着脱可能なUSBメモリなどの外部記憶装置に主記憶装置のデータを複製し、各記憶装置の状況に応じて分散してデータを読み書きすることにより、低コストでシステムの起動を高速化することが可能となる。   As described above, without adding a hard disk, the main storage device data is copied to an external storage device such as a removable USB memory, and the data is read and written according to the status of each storage device. By doing so, it is possible to speed up the startup of the system at a low cost.

なおこの発明は、上記実施の形態そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化したり、上記実施の形態に開示されている複数の構成要素を適宜組み合わせることにより種々の発明を形成できる。例えば、実施の形態に示される全構成要素から幾つかの構成要素を削除してもよい。さらに、異なる実施の形態に亘る構成要素を適宜組み合わせても良い。   The present invention is not limited to the above-described embodiments as they are, and in the implementation stage, the constituent elements may be modified and embodied without departing from the scope of the invention, or a plurality of configurations disclosed in the above-described embodiments may be used. Various inventions can be formed by appropriately combining the elements. For example, some components may be deleted from all the components shown in the embodiment. Furthermore, you may combine the component covering different embodiment suitably.

本発明を適用した超音波画像診断装置の構成例を示す図である。It is a figure which shows the structural example of the ultrasonic image diagnostic apparatus to which this invention is applied. 記憶部の機能構成例を示すブロック図である。It is a block diagram which shows the function structural example of a memory | storage part. 装置の高速化の機能を利用するか否かを問う画面例を示す図である。It is a figure which shows the example of a screen which asks whether the speed-up function of an apparatus is utilized. 記憶装置が新たに接続された場合の処理を説明するフローチャートである。It is a flowchart explaining a process when a memory | storage device is newly connected. データの複製例を示す模式図である。It is a schematic diagram which shows the example of replication of data. 装置起動における初期化処理を説明するフローチャートである。It is a flowchart explaining the initialization process in apparatus starting. 記憶装置の負荷を考慮した超音波ソフトウェアの分散読み込み処理を説明するフローチャートである。It is a flowchart explaining the distributed reading process of the ultrasonic software in consideration of the load on the storage device. 読み込みエラーが発生した場合の超音波ソフトウェアの分散読み込み処理を説明するフローチャートである。It is a flowchart explaining the distributed reading process of the ultrasonic software when a reading error occurs. 超音波ソフトウェアの優先度をもとにしたデータの分散読み書き処理を説明するフローチャートである。It is a flowchart explaining the distributed reading / writing process of the data based on the priority of ultrasonic software. 初期状態の起動例を示す模式図である。It is a schematic diagram which shows the example of starting of an initial state. 1台の記憶装置が接続された場合の起動例を示す模式図である。It is a schematic diagram which shows the example of starting when one memory | storage device is connected. 2台の記憶装置が接続された場合の起動例を示す模式図である。It is a schematic diagram which shows the example of starting when two memory | storage devices are connected.

符号の説明Explanation of symbols

1 超音波画像診断装置
9 記憶部
9a 記憶装置管理部
9b データ複製部
9c データ分散読み書き部
9d 超音波ソフトウェア
11 記憶装置
12 記憶装置
DESCRIPTION OF SYMBOLS 1 Ultrasonic image diagnostic apparatus 9 Memory | storage part 9a Memory | storage device management part 9b Data replication part 9c Data distribution read / write part 9d Ultrasonic software 11 Memory | storage device 12 Memory | storage device

Claims (10)

被検体を超音波で走査して得られる受信信号を取得する取得手段と、前記取得手段により取得された前記受信信号に基づいて超音波画像を生成する生成手段と、前記生成手段により生成された前記超音波画像を表示する表示手段とを有する超音波画像診断装置において、
外部の記憶装置の接続状況およびその変化を管理する記憶装置管理手段と、
前記記憶装置管理手段により新たに記憶装置が接続されたことが認識された場合、既に接続されている記憶装置から新たに接続された記憶装置にデータを複製する複製手段と、
接続されている記憶装置の属性に基づいて、データを分散させて読み書きする分散読み書き手段と
備えることを特徴とする超音波画像診断装置。
An acquisition unit that acquires a reception signal obtained by scanning a subject with ultrasonic waves, a generation unit that generates an ultrasonic image based on the reception signal acquired by the acquisition unit, and a generation unit that is generated by the generation unit In an ultrasonic diagnostic imaging apparatus having display means for displaying the ultrasonic image,
Storage device management means for managing the connection status of external storage devices and changes thereof;
When it is recognized by the storage device management means that a new storage device is connected, replication means for copying data from the already connected storage device to the newly connected storage device;
An ultrasonic diagnostic imaging apparatus comprising: a distributed read / write unit that reads and writes data in a distributed manner based on an attribute of a connected storage device.
前記複製手段は、データを複製するか否かを操作者に選択させる画面を表示する
ことを特徴とする請求項1に記載の超音波画像診断装置。
The ultrasonic image diagnosis apparatus according to claim 1, wherein the duplicating unit displays a screen that allows an operator to select whether or not to duplicate data.
新たに接続された記憶装置のアクセス速度を取得するアクセス速度取得手段と、
前記アクセス速度取得手段により取得された前記アクセス速度に基づいてデータを複製するか否かを判定する判定手段と
をさらに備え、
前記複製手段は、前記判定手段によりデータを複製すると判定された場合、前記新たに接続された記憶装置にデータを複製する
ことを特徴とする請求項1または請求項2に記載の超音波画像診断装置。
Access speed acquisition means for acquiring the access speed of the newly connected storage device;
Determination means for determining whether to replicate data based on the access speed acquired by the access speed acquisition means; and
The ultrasonic image diagnosis according to claim 1, wherein the duplicating unit duplicates the data to the newly connected storage device when the judging unit determines to duplicate the data. apparatus.
前記複製手段は、前記新たに接続された記憶装置の空き容量に応じて複製するデータのデータ量を変更する
ことを特徴とする請求項1乃至請求項3のいずれかに記載の超音波画像診断装置。
The ultrasonic image diagnosis according to any one of claims 1 to 3, wherein the duplicating unit changes a data amount of data to be duplicated according to a free capacity of the newly connected storage device. apparatus.
前記記憶装置の属性は、記憶装置の容量、負荷、またはアクセス速度である
ことを特徴とする請求項1乃至請求項4のいずれかに記載の超音波画像診断装置。
The ultrasonic diagnostic imaging apparatus according to claim 1, wherein the attribute of the storage device is a capacity, a load, or an access speed of the storage device.
接続されている記憶装置の負荷を取得する負荷取得手段と、
前記負荷取得手段により取得された負荷に基づいてどの記憶装置からデータを読み込むのかを決定する決定手段と
をさらに備え、
前記分散読み書き手段は、前記決定手段により決定された記憶装置からデータを読み込む
ことを特徴とする請求項1乃至請求項5のいずれかに記載の超音波画像診断装置。
Load acquisition means for acquiring the load of the connected storage device;
Determining means for determining from which storage device data is read based on the load acquired by the load acquisition means; and
The ultrasonic image diagnostic apparatus according to claim 1, wherein the distributed read / write unit reads data from the storage device determined by the determination unit.
接続されている記憶装置のアクセス速度を取得するアクセス速度取得手段と、
前記アクセス速度取得手段により取得されたアクセス速度に基づいてどの記憶装置からデータを読み込むのかを決定する決定手段と
をさらに備え、
前記分散読み書き手段は、前記決定手段により決定された記憶装置からデータを読み込む
ことを特徴とする請求項1乃至請求項5のいずれかに記載の超音波画像診断装置。
Access speed acquisition means for acquiring the access speed of the connected storage device;
Determining means for determining from which storage device the data is read based on the access speed acquired by the access speed acquisition means;
The ultrasonic image diagnostic apparatus according to claim 1, wherein the distributed read / write unit reads data from the storage device determined by the determination unit.
予め設定された優先度に基づいてどの記憶装置からデータを読み込むのかを決定する決定手段をさらに備え、
前記分散読み書き手段は、前記決定手段により決定された記憶装置からデータを読み込む
ことを特徴とする請求項1乃至請求項5のいずれかに記載の超音波画像診断装置。
A decision means for deciding from which storage device the data is read based on a preset priority;
The ultrasonic image diagnostic apparatus according to claim 1, wherein the distributed read / write unit reads data from the storage device determined by the determination unit.
分散読み書き手段は、データ読み書き中にエラーが発生した場合、他の記憶装置から再度データを読み込む
ことを特徴とする請求項1乃至請求項8のいずれかに記載の超音波画像診断装置。
The ultrasonic diagnostic imaging apparatus according to any one of claims 1 to 8, wherein the distributed read / write unit reads data from another storage device again when an error occurs during data read / write.
被検体を超音波で走査して得られる受信信号を取得する取得手段と、前記取得手段により取得された前記受信信号に基づいて超音波画像を生成する生成手段と、前記生成手段により生成された前記超音波画像を表示する表示手段とを有する超音波画像診断装置において実行される制御プログラムであって、
外部の記憶装置の接続状況およびその変化を管理する記憶装置管理ステップと、
前記記憶装置管理ステップにより新たに記憶装置が接続されたことが認識された場合、既に接続されている記憶装置から新たに接続された記憶装置にデータを複製する複製ステップと、
接続されている記憶装置の属性に基づいて、データを分散させて読み書きする分散読み書きステップと
含むことを特徴とする超音波画像診断装置の制御プログラム。
An acquisition unit that acquires a reception signal obtained by scanning a subject with ultrasonic waves, a generation unit that generates an ultrasound image based on the reception signal acquired by the acquisition unit, and a generation unit that is generated by the generation unit A control program executed in an ultrasound diagnostic imaging apparatus having display means for displaying the ultrasound image,
A storage device management step for managing the connection status of external storage devices and changes thereof;
When it is recognized that a storage device is newly connected by the storage device management step, a replication step of copying data from the already connected storage device to the newly connected storage device;
A control program for an ultrasonic diagnostic imaging apparatus, comprising: a distributed read / write step for reading and writing data in a distributed manner based on attributes of a connected storage device.
JP2007249869A 2007-09-26 2007-09-26 Ultrasonic image diagnostic device and its control program Pending JP2009077959A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007249869A JP2009077959A (en) 2007-09-26 2007-09-26 Ultrasonic image diagnostic device and its control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007249869A JP2009077959A (en) 2007-09-26 2007-09-26 Ultrasonic image diagnostic device and its control program

Publications (1)

Publication Number Publication Date
JP2009077959A true JP2009077959A (en) 2009-04-16

Family

ID=40653162

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007249869A Pending JP2009077959A (en) 2007-09-26 2007-09-26 Ultrasonic image diagnostic device and its control program

Country Status (1)

Country Link
JP (1) JP2009077959A (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02308349A (en) * 1989-05-23 1990-12-21 Hitachi Ltd Buffer storage control system
JPH0869359A (en) * 1994-08-29 1996-03-12 Hitachi Ltd Disk array device
JPH09258907A (en) * 1996-03-25 1997-10-03 Mitsubishi Electric Corp Highly available external storage device having plural storage disk parts
JPH11129558A (en) * 1997-08-28 1999-05-18 Seiko Epson Corp Information processor, printer, control method for information processor and recording medium
JP2000347936A (en) * 1999-06-04 2000-12-15 Mitsubishi Electric Corp Program executing system
JP2001258888A (en) * 2000-03-15 2001-09-25 Toshiba Corp Device and method for ultrasonography, system and method for image diagnosis, and accounting method
JP2002024071A (en) * 2000-07-07 2002-01-25 Toshiba Corp Information processor, data backup method and storage medium in which data backup program is stored
JP2003345531A (en) * 2002-05-24 2003-12-05 Hitachi Ltd Storage system, management server, and its application managing method
JP2004164320A (en) * 2002-11-13 2004-06-10 Canon Inc Data storage device, data storage method, program and storage medium
JP2004295874A (en) * 2003-03-07 2004-10-21 Matsushita Electric Ind Co Ltd Microcomputer application system, microcomputer, signal processing system and signal processing lsi
JP2005523796A (en) * 2002-05-01 2005-08-11 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Method and apparatus for computed tomography
JP2006031123A (en) * 2004-07-12 2006-02-02 Shinano Kenshi Co Ltd Usb memory device and usb memory device control program
JP2007020730A (en) * 2005-07-13 2007-02-01 Matsushita Electric Ind Co Ltd Ultrasonic diagnostic apparatus
JP2007272460A (en) * 2006-03-30 2007-10-18 Canon Inc Network system and control method

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH02308349A (en) * 1989-05-23 1990-12-21 Hitachi Ltd Buffer storage control system
JPH0869359A (en) * 1994-08-29 1996-03-12 Hitachi Ltd Disk array device
JPH09258907A (en) * 1996-03-25 1997-10-03 Mitsubishi Electric Corp Highly available external storage device having plural storage disk parts
JPH11129558A (en) * 1997-08-28 1999-05-18 Seiko Epson Corp Information processor, printer, control method for information processor and recording medium
JP2000347936A (en) * 1999-06-04 2000-12-15 Mitsubishi Electric Corp Program executing system
JP2001258888A (en) * 2000-03-15 2001-09-25 Toshiba Corp Device and method for ultrasonography, system and method for image diagnosis, and accounting method
JP2002024071A (en) * 2000-07-07 2002-01-25 Toshiba Corp Information processor, data backup method and storage medium in which data backup program is stored
JP2005523796A (en) * 2002-05-01 2005-08-11 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Method and apparatus for computed tomography
JP2003345531A (en) * 2002-05-24 2003-12-05 Hitachi Ltd Storage system, management server, and its application managing method
JP2004164320A (en) * 2002-11-13 2004-06-10 Canon Inc Data storage device, data storage method, program and storage medium
JP2004295874A (en) * 2003-03-07 2004-10-21 Matsushita Electric Ind Co Ltd Microcomputer application system, microcomputer, signal processing system and signal processing lsi
JP2006031123A (en) * 2004-07-12 2006-02-02 Shinano Kenshi Co Ltd Usb memory device and usb memory device control program
JP2007020730A (en) * 2005-07-13 2007-02-01 Matsushita Electric Ind Co Ltd Ultrasonic diagnostic apparatus
JP2007272460A (en) * 2006-03-30 2007-10-18 Canon Inc Network system and control method

Similar Documents

Publication Publication Date Title
US6440071B1 (en) Peripheral ultrasound imaging system
US7635333B2 (en) Ultrasound diagnostic apparatus
JP6415920B2 (en) Ultrasonic diagnostic equipment
JP2018529475A (en) Apparatus, method and system for medical image annotation
US11944498B2 (en) Ultrasound diagnostic system and method of controlling ultrasound diagnostic system
CN1768710B (en) Ultrasonic diagnostic apparatus
JP4693433B2 (en) Ultrasonic diagnostic equipment
JP4690683B2 (en) Ultrasonic diagnostic apparatus and medical image browsing method
JP2020062373A (en) Medical image generation method, magnetic resonance imaging device, and medical image generation program
JP5148057B2 (en) Ultrasonic diagnostic equipment
JP5002344B2 (en) Medical image diagnostic apparatus and medical image display apparatus
CN109069110A (en) Ultrasonic image-forming system with simplified 3D imaging control
JP2001258888A (en) Device and method for ultrasonography, system and method for image diagnosis, and accounting method
JP2009077959A (en) Ultrasonic image diagnostic device and its control program
CN101322650A (en) Ultrasound pattern display method
JP5202930B2 (en) Ultrasound image diagnostic apparatus and information processing apparatus
JP5841107B2 (en) Ultrasonic diagnostic equipment
JP6871083B2 (en) Ultrasonic diagnostic equipment and power consumption reduction program
JP4146671B2 (en) Medical diagnostic system
KR101009782B1 (en) Ultrasound system and method providing wide image mode
JP2010012028A (en) Ultrasonic diagnostic apparatus, image display device, and image display program
JP6178125B2 (en) Ultrasonic diagnostic equipment
US20220233166A1 (en) Distributed portable ultrasound system
US11877893B2 (en) Providing a three dimensional ultrasound image
JP2021164533A (en) Device 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: 20100804

A621 Written request for application examination

Effective date: 20100811

Free format text: JAPANESE INTERMEDIATE CODE: A621

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20100908

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20100817

A977 Report on retrieval

Effective date: 20120427

Free format text: JAPANESE INTERMEDIATE CODE: A971007

A131 Notification of reasons for refusal

Effective date: 20120501

Free format text: JAPANESE INTERMEDIATE CODE: A131

A02 Decision of refusal

Effective date: 20120927

Free format text: JAPANESE INTERMEDIATE CODE: A02