Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP5523975B2 - DICOM communication system and DICOM communication program - Google Patents
[go: Go Back, main page]

JP5523975B2 - DICOM communication system and DICOM communication program - Google Patents

DICOM communication system and DICOM communication program Download PDF

Info

Publication number
JP5523975B2
JP5523975B2 JP2010175891A JP2010175891A JP5523975B2 JP 5523975 B2 JP5523975 B2 JP 5523975B2 JP 2010175891 A JP2010175891 A JP 2010175891A JP 2010175891 A JP2010175891 A JP 2010175891A JP 5523975 B2 JP5523975 B2 JP 5523975B2
Authority
JP
Japan
Prior art keywords
information
dicom communication
title
registration
unit
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.)
Active
Application number
JP2010175891A
Other languages
Japanese (ja)
Other versions
JP2012037993A (en
Inventor
弘祐 坂上
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 JP2010175891A priority Critical patent/JP5523975B2/en
Publication of JP2012037993A publication Critical patent/JP2012037993A/en
Application granted granted Critical
Publication of JP5523975B2 publication Critical patent/JP5523975B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Measuring And Recording Apparatus For Diagnosis (AREA)
  • Computer And Data Communications (AREA)

Description

本発明の実施形態は、DICOM通信システム及びDICOM通信プログラムに関する。   Embodiments described herein relate generally to a DICOM communication system and a DICOM communication program.

医療画像データの通信規格としてDICOM (Digital Imaging and Communications in Medicine)が知られている。医用装置のサービスエンジニア等のユーザは、医用装置を設置してネットワークに接続する際に医用装置ごとに接続条件を設定している。ネットワークに接続された各医用装置は、アプリケーションレベルではAE (Application Entity)を識別するためのAEタイトルで相互の認識が行われる。   DICOM (Digital Imaging and Communications in Medicine) is known as a medical image data communication standard. A user such as a service engineer of a medical device sets connection conditions for each medical device when the medical device is installed and connected to a network. Each medical device connected to the network is mutually recognized with an AE title for identifying an AE (Application Entity) at the application level.

従って、新たに医用装置をネットワークに接続する場合、AEタイトルのユニーク性を確保する必要がある。そこで、AEタイトル専用のレジストリ(登録簿)が用意され、AEタイトルが重複して設定されないように管理されている。そして、AEタイトルが重複している場合には、ユーザがAEタイトルを変更して再登録することが必要となる。   Therefore, when a new medical device is connected to the network, it is necessary to ensure the uniqueness of the AE title. Therefore, a registry (registration list) dedicated to AE titles is prepared and managed so that duplicate AE titles are not set. If the AE titles overlap, the user needs to change the AE title and re-register.

また、DICOM通信では、拡張仕様が補遺(Supplement)として作成されている。DICOM Supplement 67 - Configuration Management は、DICOM通信の専用サーバに各医用装置の情報を保存し、保存された医用装置の情報をその医用装置から更新(Update)するための仕様と、DICOM通信の専用サーバに保存された他の医用装置の情報を検索(Query)するための仕様を規定している。つまり、専用サーバに保存された医用装置のAEタイトル等の自局情報を更新する仕様と、専用サーバにアクセスして医用装置の他局情報を検索する仕様がSupplement 67に定められている。   In DICOM communication, an extended specification is created as a supplement. DICOM Supplement 67-Configuration Management stores specifications for each medical device on a dedicated server for DICOM communication, updates the stored medical device information from the medical device, and a dedicated server for DICOM communication. Stipulates specifications for retrieving (Query) information on other medical devices stored in That is, Supplement 67 defines a specification for updating own station information such as an AE title of a medical device stored in a dedicated server, and a specification for accessing the dedicated server and searching for other station information of the medical device.

特開2006−285376号公報JP 2006-285376 A

しかしながら、医用画像データ通信へのSupplement 67の導入は進んでいない。これは、複数の医用装置が相互に接続された既存のDICOM通信ネットワークにSupplement 67用の専用サーバを新たに設置すると、既存の医用装置を含む全ての医用装置のAEタイトルの登録が必要となることに起因している。すなわち、新規装置を新たに接続し、既存装置のAEタイトルと同じAEタイトルを先に新規装置用に専用サーバに登録してしまうと、既存装置のAEタイトルの専用サーバへの登録ができなくなる。この場合、既存装置のUpdateトランザクションがエラーとなり、既存装置のAEタイトルを変更せざるを得なくなる。このため、既存のAEタイトルを用いたDICOM通信の運用ができなくなる。   However, the introduction of Supplement 67 to medical image data communication has not progressed. This means that if a dedicated server for Supplement 67 is newly installed in an existing DICOM communication network in which multiple medical devices are connected to each other, registration of AE titles for all medical devices including existing medical devices is required. It is due to that. That is, if a new device is newly connected and the same AE title as that of the existing device is first registered in the dedicated server for the new device, the existing device cannot register the AE title in the dedicated server. In this case, the Update transaction of the existing device becomes an error, and the AE title of the existing device must be changed. This makes it impossible to operate DICOM communications using existing AE titles.

AEタイトルの重複登録を避け、既存のAEタイトルを用いたDICOM通信の運用を続けるためには、全ての既存装置のAEタイトルを全て抽出し、重複しないAEタイトルを新規装置に割り当てることも考えられる。しかしながら、そのためには専用サーバから各既存装置にAEタイトルを問い合わせて登録する仕組みが新たに必要となる。更に、画像診断装置等の医用装置が撮像中である場合に専用サーバからの問い合わせがあると、撮像に悪影響がでる恐れがある。従って、専用サーバが既存装置に問い合わせることは、医療安全の観点から好ましくない。   In order to avoid duplicate registration of AE titles and continue operation of DICOM communication using existing AE titles, it is possible to extract all AE titles of all existing devices and assign non-overlapping AE titles to new devices. . However, this requires a new mechanism for inquiring and registering AE titles from dedicated servers to each existing device. Furthermore, when a medical device such as an image diagnostic apparatus is imaging, an inquiry from a dedicated server may adversely affect imaging. Therefore, it is not preferable for the dedicated server to make an inquiry to an existing device from the viewpoint of medical safety.

本発明は、DICOM通信において、AEタイトル等の医用装置ごとの情報をサーバに登録して更新する仕様や他の医用装置の情報をサーバから検索する仕様等の拡張仕様を既存の運用に影響を与えることなく導入することが可能なDICOM通信システム及びDICOM通信プログラムを提供することを目的とする。   The present invention affects existing operations in DICOM communication, such as specifications for registering and updating information for each medical device such as AE titles in the server and specifications for retrieving information on other medical devices from the server. An object of the present invention is to provide a DICOM communication system and a DICOM communication program that can be introduced without giving.

本発明の実施形態に係るDICOM通信システムは、登録情報記憶部、登録部及び変更部を備える。登録部は、医用装置のDICOM通信クライアントから前記医用装置の識別情報及び前記医用装置が新規にDICOM通信に接続された新規装置であるか前記DICOM通信に接続されていた既存装置であるのかを示す情報を含む装置情報の登録要求を受けて前記登録情報記憶部に前記装置情報を書き込む。変更部は、前記登録情報記憶部に新規装置の識別情報と同一の既存装置の識別情報が記憶されている場合に前記新規装置の識別情報を変更する。   The DICOM communication system according to the embodiment of the present invention includes a registration information storage unit, a registration unit, and a change unit. The registration unit indicates the identification information of the medical device from the DICOM communication client of the medical device and whether the medical device is a new device newly connected to DICOM communication or an existing device connected to DICOM communication. In response to a request for registration of device information including information, the device information is written in the registration information storage unit. The changing unit changes the identification information of the new device when the identification information of the existing device that is the same as the identification information of the new device is stored in the registration information storage unit.

また、本発明の実施形態に係るDICOM通信システムは、DICOM通信サーバ及びDICOM通信クライアントとを備える。DICOM通信クライアントは、ネットワークを介して前記DICOM通信サーバと接続され、医用装置に設けられる。また前記DICOM通信クライアントは、装置情報記憶部及び登録要求部を有する。装置情報記憶部は、前記医用装置の識別情報及び前記医用装置が新規にDICOM通信に接続された新規装置であるか前記DICOM通信に接続されていた既存装置であるのかを示す情報を含む装置情報を記憶する。登録要求部は、前記装置情報の登録要求を前記DICOM通信サーバに前記ネットワークを介して送信する。一方、前記DICOM通信サーバは、登録情報記憶部、登録部及び変更部を備える。登録情報記憶部は、前記装置情報の登録要求を受けて前記登録情報記憶部に前記装置情報を書き込む。変更部は、前記登録情報記憶部に新規装置の識別情報と同一の既存装置の識別情報が記憶されている場合に前記新規装置の識別情報を変更する。   The DICOM communication system according to the embodiment of the present invention includes a DICOM communication server and a DICOM communication client. The DICOM communication client is connected to the DICOM communication server via a network and is provided in the medical device. The DICOM communication client includes a device information storage unit and a registration request unit. The device information storage unit includes device information including identification information of the medical device and information indicating whether the medical device is a new device newly connected to DICOM communication or an existing device connected to DICOM communication. Remember. The registration request unit transmits the device information registration request to the DICOM communication server via the network. On the other hand, the DICOM communication server includes a registration information storage unit, a registration unit, and a change unit. The registration information storage unit receives the device information registration request and writes the device information in the registration information storage unit. The changing unit changes the identification information of the new device when the identification information of the existing device that is the same as the identification information of the new device is stored in the registration information storage unit.

また、本発明の実施形態に係るDICOM通信プログラムは、コンピュータを、医用装置のDICOM通信クライアントから前記医用装置の識別情報及び前記医用装置が新規にDICOM通信に接続された新規装置であるか前記DICOM通信に接続されていた既存装置であるのかを示す情報を含む装置情報の登録要求を受けて記憶部に前記装置情報を書き込む登録部、及び前記記憶部に新規装置の識別情報と同一の既存装置の識別情報が記憶されている場合に前記新規装置の識別情報を変更する変更部として機能させる。   Further, the DICOM communication program according to the embodiment of the present invention is a DICOM communication program that is a new device in which the medical device identification information and the medical device are newly connected to DICOM communication from a DICOM communication client of the medical device. A registration unit that receives a registration request for device information including information indicating whether the device is an existing device connected to communication, and writes the device information in the storage unit, and an existing device that is identical to the identification information of the new device in the storage unit When the identification information is stored, it is made to function as a changing unit that changes the identification information of the new device.

本発明の実施形態に係るDICOM通信システムの構成図。The block diagram of the DICOM communication system which concerns on embodiment of this invention. 図1に示す複数の医用装置の装置情報記憶部10にそれぞれ保存される装置情報の一例を示す図。The figure which shows an example of the apparatus information preserve | saved at the apparatus information storage part 10 of the some medical apparatus shown in FIG. 図1に示すDICOM通信システムにおいて医用装置のAEタイトルを含む装置情報をDICOM通信サーバに登録する際の流れを示すシーケンスチャート。The sequence chart which shows the flow at the time of registering the apparatus information containing AE title of a medical apparatus in a DICOM communication server in the DICOM communication system shown in FIG. 図1に示すDICOM通信サーバにおいて新規装置のAEタイトルを変更するための判定処理の一例を示すフローチャート。The flowchart which shows an example of the determination process for changing the AE title of a new apparatus in the DICOM communication server shown in FIG.

本発明の実施形態に係るDICOM通信システム及びDICOM通信プログラムについて添付図面を参照して説明する。   A DICOM communication system and a DICOM communication program according to embodiments of the present invention will be described with reference to the accompanying drawings.

図1は本発明の実施形態に係るDICOM通信システムの構成図である。   FIG. 1 is a configuration diagram of a DICOM communication system according to an embodiment of the present invention.

DICOM通信システム1は、DICOM通信サーバ2と、複数の医用装置3A、3Bに設けられた通信端末等のDICOM通信クライアントとをネットワーク4を介して接続した構成である。尚、医用装置3A、3BのDICOM通信クライアント以外の構成については省略する。このため、以下、医用装置3A、3BとDICOM通信クライアントとを区別せずに説明する。   The DICOM communication system 1 has a configuration in which a DICOM communication server 2 and a DICOM communication client such as a communication terminal provided in a plurality of medical devices 3A and 3B are connected via a network 4. Note that configurations other than the DICOM communication client of the medical devices 3A and 3B are omitted. For this reason, the medical devices 3A and 3B and the DICOM communication client will be described below without distinction.

医用装置3A、3Bには、超音波診断装置、X線CT (computed tomography)装置、磁気共鳴イメージング(MRI: Magnetic Resonance Imaging)、核医学診断装置、X線診断装置等の画像診断装置や病院情報システム(HIS: hospital information system)、放射線情報システム(RIS: radiology information system)、医用画像保管通信システム(PACS: picture archiving and communication system)、臨床検査情報システム(LIS: Laboratory Information System)等の医用情報システムなどがある。尚、医用情報システムにDICOM通信サーバ2を内蔵することもできる。   Medical devices 3A and 3B include ultrasonic diagnostic equipment, X-ray CT (computed tomography) equipment, magnetic resonance imaging (MRI), nuclear medicine diagnostic equipment, X-ray diagnostic equipment, etc. and hospital information Medical information such as hospital information system (HIS), radiology information system (RIS), picture archiving and communication system (PACS), laboratory information system (LIS) There are systems. The DICOM communication server 2 can also be built in the medical information system.

医用装置3A、3Bには、DICOM通信サーバ2に既に接続されている既存装置3AとDICOM通信サーバ2に新たに接続した新規装置3Bとがある。   The medical devices 3A and 3B include an existing device 3A already connected to the DICOM communication server 2 and a new device 3B newly connected to the DICOM communication server 2.

DICOM通信サーバ2は、入力装置2A、記憶装置2B及び演算装置2Cを備えたコンピュータを用いて構成される。DICOM通信サーバ2は、記憶装置2Bに保存されたサーバ用DICOM通信プログラムを演算装置2Cに読み込ませることにより、コンピュータの演算装置2Cを装置情報登録応答部5、AEタイトル重複検知部6、AEタイトル生成更新部7、AEタイトル検索応答部8として、記憶装置2Bを登録情報記憶部9として、それぞれ機能させたものである。   The DICOM communication server 2 is configured using a computer including an input device 2A, a storage device 2B, and an arithmetic device 2C. The DICOM communication server 2 causes the computing device 2C to read the server DICOM communication program stored in the storage device 2B, thereby causing the computing device 2C of the computer to respond to the device information registration response unit 5, the AE title duplication detection unit 6, and the AE title. The storage device 2B functions as the registration information storage unit 9 as the generation update unit 7 and the AE title search response unit 8, respectively.

一方、新規装置3Bには、入力装置3Cの他、DICOM通信を行うための装置情報記憶部10、装置情報登録要求部11、AEタイトル検索要求部12、AEタイトル変更検知部13及びAEタイトル変更部14が設けられる。これらの要素も新規装置3Bに備えられる記憶装置に保存されたクライアント用DICOM通信プログラムを演算装置に読み込ませることにより構築することができる。図1において既存装置3Aの詳細構成は省略しているが、少なくとも装置情報記憶部10及び装置情報登録要求部11を備えており、新規装置3Bと同様に構成することもできる。また、新規装置3B及び既存装置3AのDICOM通信に関連しない要素については省略する。   On the other hand, in addition to the input device 3C, the new device 3B includes a device information storage unit 10 for performing DICOM communication, a device information registration request unit 11, an AE title search request unit 12, an AE title change detection unit 13, and an AE title change. A portion 14 is provided. These elements can also be constructed by causing the arithmetic unit to read the client DICOM communication program stored in the storage device provided in the new device 3B. Although the detailed configuration of the existing device 3A is omitted in FIG. 1, it includes at least a device information storage unit 10 and a device information registration request unit 11, and can be configured similarly to the new device 3B. Also, elements that are not related to DICOM communication between the new device 3B and the existing device 3A are omitted.

尚、DICOM通信サーバ2及び医用装置3A、3BのDICOM通信用の一部の要素を構成するために回路を用いてもよい。また、DICOM通信サーバ用プログラム及びDICOM通信クライアント用プログラムは、CD (compact disc)やUSB (Universal Serial Bus)メモリー等のメディアに記録してプログラムプロダクトとして流通させることもできる。   A circuit may be used to configure some elements for DICOM communication of the DICOM communication server 2 and the medical devices 3A and 3B. The DICOM communication server program and the DICOM communication client program can be recorded on a medium such as a CD (compact disc) or a USB (Universal Serial Bus) memory and distributed as a program product.

各医用装置3A、3Bの装置情報記憶部10には、AEタイトルを含むDICOM通信に必要な医用装置3A、3Bごとの装置情報が保存される。AEタイトル等のユーザが任意に設定できる装置情報は、医用装置3A、3Bに接続された入力装置3Cの操作によって装置情報記憶部10に入力することができる。設定されたAEタイトルは、医用装置3A、3Bの識別情報として用いられる。   The device information storage unit 10 of each of the medical devices 3A and 3B stores device information for each of the medical devices 3A and 3B necessary for DICOM communication including the AE title. Device information that can be arbitrarily set by the user, such as an AE title, can be input to the device information storage unit 10 by operating the input device 3C connected to the medical devices 3A and 3B. The set AE title is used as identification information for the medical devices 3A and 3B.

図2は、図1に示す複数の医用装置3A、3Bの装置情報記憶部10にそれぞれ保存される装置情報の一例を示す図である。   FIG. 2 is a diagram illustrating an example of device information stored in each of the device information storage units 10 of the plurality of medical devices 3A and 3B illustrated in FIG.

図2は、2つの既存装置3A及び1つの新規装置3Bにそれぞれ保存される装置情報の例を示している。装置情報の設定項目としては、図2に示すように、ホスト名、IP (Internet Protocol)アドレス、AEタイトル、ポート番号及びサービス種等の医用装置3A、3Bの属性情報に加え、医用装置3A、3Bが新規である既存であるかを示すステータスが挙げられる。   FIG. 2 shows an example of device information stored in each of two existing devices 3A and one new device 3B. As shown in FIG. 2, in addition to the attribute information of the medical devices 3A and 3B such as the host name, IP (Internet Protocol) address, AE title, port number, and service type, the device information setting items include the medical device 3A, A status indicating whether 3B is new or existing is listed.

例えば、既存装置3Aである医用装置Aの装置情報では、ホスト名の設定値がHostAに、IPアドレスの設定値が192.168.0.10に、AEタイトルの設定値がDICOM_LOCAL_SCUに、ポート番号の設定値が104に、サービス種の設定値がMWMに、ステータスの設定値が既存に、それぞれ設定されている。医用装置B及び医用装置Cについても同様に図2に示すように装置情報がそれぞれ設定されている。但し、医用装置Cは新規装置3Bであるため、ステータスの値が新規となっている。   For example, in the device information of the medical device A that is the existing device 3A, the host name setting value is HostA, the IP address setting value is 192.168.0.10, the AE title setting value is DICOM_LOCAL_SCU, and the port number setting value is In 104, the service type setting value is set to MWM, and the status setting value is set to existing. Similarly, device information is set for the medical device B and the medical device C as shown in FIG. However, since the medical device C is the new device 3B, the status value is new.

尚、SCU (Service Class User)はDICOM通信において特定のサービスを利用する側であることを示しており、SCP (Service Class Provider)はサービスを提供する側であることを示しえいる。MWM(Modality Worklist Management)は、モダリティがRIS等の医用システムに問い合わせて予約済み検査情報を検索する予約検査情報発行制御を行うサービスであり、MPPS (Modality Performed Procedure Step)は、モダリティによる検査の実施状況をRIS等の医用システムに伝える検査状態通知制御を行うサービスである。また、STORAGEは、画像情報の送信及び受信を行うサービスである。   SCU (Service Class User) indicates a side that uses a specific service in DICOM communication, and SCP (Service Class Provider) indicates a side that provides a service. MWM (Modality Worklist Management) is a service that modifies the Performed Procedure Step (MPPS), which is a service that controls the issuance of scheduled examination information, in which the modality queries a medical system such as RIS to search for reserved examination information. It is a service that performs examination status notification control that communicates the situation to a medical system such as RIS. STORAGE is a service for transmitting and receiving image information.

装置情報登録要求部11は、装置情報記憶部10に保存された装置情報を取得して、装置情報の登録要求を、ネットワーク4を介してDICOM通信サーバ2に送信する機能を有する。   The device information registration request unit 11 has a function of acquiring the device information stored in the device information storage unit 10 and transmitting a device information registration request to the DICOM communication server 2 via the network 4.

DICOM通信サーバ2の装置情報登録応答部5は、医用装置3A、3Bの装置情報登録要求部11から装置情報とともに装置情報の登録要求を受けた場合に、登録要求を受けた装置情報のステータスが新規であるか既存であるかを判定する機能と、登録要求を受けた装置情報のステータスが新規である場合には登録要求を受けた装置情報を登録情報記憶部9に書き込む機能を有する。また、装置情報登録応答部5は、登録要求を受けた装置情報のステータスが既存である場合には、ステータスが既存であり、かつ登録要求を受けた装置情報のAEタイトルと同一のAEタイトルを設定値とする装置情報が登録情報記憶部9に保存されているか否かを判定し、保存されていないと判定された場合には登録要求を受けた装置情報を登録情報記憶部9に書き込む機能を有する。   When the device information registration response unit 5 of the DICOM communication server 2 receives a device information registration request together with device information from the device information registration request unit 11 of the medical devices 3A and 3B, the status of the device information that has received the registration request is displayed. It has a function of determining whether it is new or existing, and a function of writing the device information that has received the registration request in the registration information storage unit 9 when the status of the device information that has received the registration request is new. In addition, when the status of the device information for which the registration request has been received is already existing, the device information registration response unit 5 selects an AE title that is the same as the AE title of the device information for which the status has already been received. A function of determining whether or not device information as a set value is stored in the registration information storage unit 9 and writing the device information that has received the registration request to the registration information storage unit 9 when it is determined that the device information is not stored Have

従って、登録情報記憶部9には、図2に示すような複数の医用装置3A、3Bに対応する複数の装置情報が保存され、集中管理可能な装置情報のデータベースが構築される。そして、登録情報記憶部9に、装置情報が保存されることにより、その装置情報の登録が実行される。また、既存装置3A間では、AEタイトルの重複登録がなく、AEタイトルのユニーク性が確保される一方、既存装置3AのAEタイトルと同一のAEタイトルを設定値とする新規装置3Bの装置情報を登録させることができる。従って、新規装置3Bと既存装置3A間においてはAEタイトルが重複登録される場合がある。   Accordingly, a plurality of device information corresponding to the plurality of medical devices 3A and 3B as shown in FIG. 2 is stored in the registration information storage unit 9, and a database of device information that can be centrally managed is constructed. Then, by storing the device information in the registration information storage unit 9, the registration of the device information is executed. In addition, there is no duplicate registration of AE titles between the existing devices 3A, and the uniqueness of the AE title is ensured, while the device information of the new device 3B having the same AE title as the setting value of the existing device 3A is set. You can register. Therefore, AE titles may be registered in duplicate between the new device 3B and the existing device 3A.

AEタイトル重複検知部6は、登録情報記憶部9に保存されている複数の医用装置3A、3Bに対応する装置情報を検索し、新規装置3Bと既存装置3A間において重複しているAEタイトルを検知する機能と、重複しているAEタイトルを検知した場合には、検知したAEタイトルをAEタイトル生成更新部7に通知する機能を有する。AEタイトル重複検知部6は、例えば、予め指定された時間や入力装置2Aからの指示情報などをトリガとして登録情報記憶部9を検索するように構成することができる。或いは、装置情報登録応答部5が、既存装置3Aの装置情報を登録情報記憶部9に書き込む都度、装置情報が登録されたことをAEタイトル重複検知部6に通知し、AEタイトル重複検知部6が、装置情報登録応答部5からの通知をトリガとして登録情報記憶部9を検索するように構成することもできる。   The AE title duplication detection unit 6 searches for device information corresponding to the plurality of medical devices 3A and 3B stored in the registration information storage unit 9, and finds an AE title that is duplicated between the new device 3B and the existing device 3A. A function to detect and a function to notify the AE title generation / update unit 7 of the detected AE title when an overlapping AE title is detected. The AE title duplication detection unit 6 can be configured to search the registration information storage unit 9 using, for example, a predesignated time or instruction information from the input device 2A as a trigger. Alternatively, every time the device information registration response unit 5 writes the device information of the existing device 3A into the registration information storage unit 9, the device information registration response unit 5 notifies the AE title duplication detection unit 6 that the device information has been registered, and the AE title duplication detection unit 6 However, the registration information storage unit 9 may be searched using the notification from the device information registration response unit 5 as a trigger.

AEタイトル生成更新部7は、AEタイトル重複検知部6から重複するAEタイトルを受けた場合に、装置情報記憶部10に保存されていない新たなAEタイトルを生成する機能と、生成した新たなAEタイトルをステータスの設定値が新規となっている新規装置3Bの装置情報に割り当てることによって装置情報記憶部10に保存されているAEタイトルを更新する機能を有する。   The AE title generation / update unit 7 generates a new AE title that is not stored in the device information storage unit 10 when the duplicate AE title is received from the AE title duplication detection unit 6, and the generated new AE It has a function of updating the AE title stored in the device information storage unit 10 by assigning the title to the device information of the new device 3B whose status setting value is new.

尚、新規装置3Bの装置情報において重複しているAEタイトルが更新された場合に、AEタイトル生成更新部7が装置情報のステータスの設定値を既存に更新するようにしてもよい。但し、AEタイトルが更新され、重複していないことを示す情報をAEタイトル生成更新部7が装置情報に付加し、入力装置2Aからの指示情報などをトリガとしてステータスの設定値を既存に更新するようにしてもよい。   Note that, when an overlapping AE title is updated in the device information of the new device 3B, the AE title generation / update unit 7 may update the setting value of the status of the device information to an existing one. However, the AE title generation / updating unit 7 adds information indicating that the AE title has been updated and is not duplicated to the device information, and updates the status setting value to the existing using the instruction information from the input device 2A as a trigger. You may do it.

AEタイトル検索応答部8は、医用装置3A、3BからAEタイトルの検索要求をネットワーク4を介して受信した場合に、登録情報記憶部9を検索して対応するAEタイトルを取得する機能と、取得したAEタイトルを対応する医用装置3A、3Bにネットワーク4を介して送信することによって通知する機能を有する。   The AE title search response unit 8 has a function to search the registration information storage unit 9 and acquire a corresponding AE title when receiving an AE title search request from the medical devices 3A and 3B via the network 4, and an acquisition The AE title is notified by transmitting it to the corresponding medical devices 3A and 3B via the network 4.

一方、医用装置3A、3BのAEタイトル検索要求部12は、DICOM通信サーバ2の登録情報記憶部9に登録された自局情報であるAEタイトルの検索要求情報を、所望の時点においてネットワーク4を介してDICOM通信サーバ2のAEタイトル検索応答部8に送信する機能と、要求に対する応答としてAEタイトル検索応答部8から取得したAEタイトルをAEタイトル変更検知部13に与える機能とを有する。検索要求情報の送信のためのトリガとしては、入力装置3Cからの指示情報やイメージング動作の終了情報などを用いることができる。   On the other hand, the AE title search request unit 12 of the medical devices 3A and 3B transmits the AE title search request information, which is the local station information registered in the registration information storage unit 9 of the DICOM communication server 2, to the network 4 at a desired time. A function to transmit to the AE title search response unit 8 of the DICOM communication server 2 and a function to give the AE title change detection unit 13 with the AE title acquired from the AE title search response unit 8 as a response to the request. As a trigger for transmitting search request information, instruction information from the input device 3C, imaging operation end information, or the like can be used.

AEタイトル変更検知部13は、装置情報記憶部10に保存された、つまり初期設定されたAEタイトルを取得し、装置情報記憶部10に保存されたAEタイトルとAEタイトル検索応答部8から取得したAEタイトルとを比較することによりAEタイトルの変更を検知する機能を有する。すなわち、AEタイトル変更検知部13は、新規装置3Bにおいて初期設定されたAEタイトルがDICOM通信サーバ2において変更されて登録されたか否かを検知する機能を備えている。そして、AEタイトル変更検知部13は、AEタイトルが変更されている場合にはAEタイトル検索応答部8から取得したAEタイトルを、AEタイトル変更部14に与えるように構成される。   The AE title change detection unit 13 acquires the AE title stored in the device information storage unit 10, that is, the initially set AE title, and acquires the AE title stored in the device information storage unit 10 and the AE title search response unit 8. It has a function to detect the change of AE title by comparing with AE title. That is, the AE title change detection unit 13 has a function of detecting whether or not the AE title initially set in the new device 3B has been changed and registered in the DICOM communication server 2. The AE title change detection unit 13 is configured to give the AE title acquired from the AE title search response unit 8 to the AE title change unit 14 when the AE title has been changed.

尚、AEタイトル検索要求部12が、AEタイトル検索応答部8から取得したAEタイトルを初期設定されたAEタイトルとは別に装置情報記憶部10に一旦書き込み、AEタイトル変更検知部13が入力装置3Cからの指示情報などのトリガに応答して装置情報記憶部10から読み込んだ2つのAEタイトルを比較するように構成してもよい。   The AE title search request unit 12 once writes the AE title acquired from the AE title search response unit 8 in the device information storage unit 10 separately from the initially set AE title, and the AE title change detection unit 13 inputs the input device 3C. The two AE titles read from the device information storage unit 10 may be compared in response to a trigger such as instruction information from.

AEタイトル変更部14は、AEタイトル変更検知部13からDICOM通信サーバ2における変更後のAEタイトルを取得した場合には、装置情報記憶部10に保存されたAEタイトルを、変更後のAEタイトルに更新する機能を有する。   When the AE title change unit 14 acquires the changed AE title in the DICOM communication server 2 from the AE title change detection unit 13, the AE title saved in the device information storage unit 10 is changed to the changed AE title. Has a function to update.

尚、装置情報記憶部10に保存された装置情報のステータスの設定値は、入力装置3Cの操作によって、所望のタイミングで新規から既存に変更することができる。例えば、全ての既存装置3Aの装置情報がDICOM通信サーバ2に登録された後などに入力装置3Cの操作によってステータスを新規から既存に変更することができる。   The setting value of the status of the device information stored in the device information storage unit 10 can be changed from new to existing at a desired timing by operating the input device 3C. For example, after the device information of all the existing devices 3A is registered in the DICOM communication server 2, the status can be changed from new to existing by operating the input device 3C.

次にDICOM通信システム1の動作および作用について説明する。   Next, the operation and action of the DICOM communication system 1 will be described.

図3は、図1に示すDICOM通信システム1において医用装置3A、3BのAEタイトルを含む装置情報をDICOM通信サーバ2に登録する際の流れを示すシーケンスチャートである。   FIG. 3 is a sequence chart showing a flow when registering device information including the AE titles of the medical devices 3A and 3B in the DICOM communication server 2 in the DICOM communication system 1 shown in FIG.

ここでは、既存装置3AのAEタイトルと同一のAEタイトルを含む新規装置3Bの装置情報を既存装置3Aよりも先にDICOM通信サーバ2に登録する場合を例に説明する。   Here, a case where the device information of the new device 3B including the same AE title as the AE title of the existing device 3A is registered in the DICOM communication server 2 before the existing device 3A will be described as an example.

まずステップS1において、新規装置3Bにおいて、AEタイトルを含む装置情報が設定される。設定された装置情報は、新規装置3B内の装置情報記憶部10に保存される。   First, in step S1, device information including an AE title is set in the new device 3B. The set device information is stored in the device information storage unit 10 in the new device 3B.

次に、ステップS2において、新規装置3Bの装置情報登録要求部11は、装置情報記憶部10に保存された装置情報を取得して、DICOM通信サーバ2に装置情報の登録要求を行う。   Next, in step S <b> 2, the device information registration request unit 11 of the new device 3 </ b> B acquires device information stored in the device information storage unit 10 and makes a request for registering device information to the DICOM communication server 2.

そうすると、ステップS3において、DICOM通信サーバ2の装置情報登録応答部5は、登録要求を受けた装置情報のステータスが新規であるか既存であるかを判定する。そして、装置情報登録応答部5は、装置情報のステータスが新規であると判定する。   Then, in step S3, the device information registration response unit 5 of the DICOM communication server 2 determines whether the status of the device information that has received the registration request is new or existing. Then, the device information registration response unit 5 determines that the status of the device information is new.

このため、ステップS4において、装置情報登録応答部5は、新規装置3Bの装置情報をDICOM通信サーバ2の登録情報記憶部9に書き込む。これにより、DICOM通信サーバ2に新規装置3Bの装置情報が登録される。   For this reason, in step S4, the device information registration response unit 5 writes the device information of the new device 3B in the registration information storage unit 9 of the DICOM communication server 2. As a result, the device information of the new device 3B is registered in the DICOM communication server 2.

一方、ステップS5において、新規装置3Bは撮像が可能となり、撮像状態又は休止状態となる。   On the other hand, in step S5, the new device 3B becomes capable of imaging and enters an imaging state or a pause state.

次に、ステップS6において、既存装置3Aにおいて、AEタイトルを含む装置情報が設定される。設定された装置情報は、既存装置3A内の装置情報記憶部に保存される。   Next, in step S6, device information including the AE title is set in the existing device 3A. The set device information is stored in the device information storage unit in the existing device 3A.

次に、ステップS7において、既存装置3Aの装置情報登録要求部は、既存装置3Aの装置情報記憶部に保存された装置情報を取得して、DICOM通信サーバ2に装置情報の登録要求を行う。   Next, in step S <b> 7, the device information registration request unit of the existing device 3 </ b> A acquires the device information stored in the device information storage unit of the existing device 3 </ b> A, and requests the DICOM communication server 2 to register the device information.

そうすると、ステップS8において、DICOM通信サーバ2の装置情報登録応答部5は、登録要求を受けた装置情報のステータスが新規であるか既存であるかを判定する。そして、装置情報登録応答部5は、装置情報のステータスが既存であると判定する。このため、装置情報登録応答部5は、同一のAEタイトルを設定値とする他の既存装置3Aの装置情報が登録情報記憶部9に保存されているか否かを判定する。ここでは、装置情報登録応答部5は、同一のAEタイトルを設定値とする他の既存装置3Aの装置情報が登録情報記憶部9に保存されていないと判定するものとする。   Then, in step S8, the device information registration response unit 5 of the DICOM communication server 2 determines whether the status of the device information that has received the registration request is new or existing. Then, the device information registration response unit 5 determines that the status of the device information is existing. Therefore, the device information registration response unit 5 determines whether or not device information of another existing device 3A having the same AE title as a set value is stored in the registration information storage unit 9. Here, it is assumed that the device information registration response unit 5 determines that the device information of the other existing device 3A having the same AE title as the set value is not stored in the registration information storage unit 9.

このため、ステップS9において、装置情報登録応答部5は、登録要求を受けた既存装置3Aの装置情報を登録情報記憶部9に書き込む。これにより、DICOM通信サーバ2に既存装置3Aの装置情報が登録される。また、装置情報登録応答部5は、既存装置3Aの装置情報が登録されたことをAEタイトル重複検知部6に通知する。   For this reason, in step S9, the device information registration response unit 5 writes the device information of the existing device 3A that has received the registration request in the registration information storage unit 9. As a result, the device information of the existing device 3A is registered in the DICOM communication server 2. Further, the device information registration response unit 5 notifies the AE title duplication detection unit 6 that the device information of the existing device 3A has been registered.

そうすると、ステップS10において、AEタイトル重複検知部6は、登録情報記憶部9に保存されている複数の医用装置3A、3Bに対応する装置情報を検索し、新規装置3Bと既存装置3A間において重複しているAEタイトルが存在するか否かを判定する。ここでは、AEタイトル重複検知部6が重複しているAEタイトルが存在すると判定するものとする。このため、AEタイトル重複検知部6は、重複しているAEタイトルを検知し、検知したAEタイトルをAEタイトル生成更新部7に通知する。   Then, in step S10, the AE title duplication detection unit 6 searches for device information corresponding to the plurality of medical devices 3A and 3B stored in the registration information storage unit 9, and duplicates between the new device 3B and the existing device 3A. It is determined whether or not there is an AE title being played. Here, it is assumed that the AE title duplication detection unit 6 determines that there is an overlapping AE title. For this reason, the AE title duplication detection unit 6 detects duplicate AE titles and notifies the AE title generation / update unit 7 of the detected AE titles.

尚、AEタイトル重複検知部6は、入力装置2Aからの検索開始の指示情報をトリガとして重複しているAEタイトルの検索を開始するようにしてもよい。   Note that the AE title duplication detection unit 6 may start a search for duplicate AE titles using the search start instruction information from the input device 2A as a trigger.

次に、ステップS11において、AEタイトル生成更新部7は、装置情報記憶部10に保存されていない新たなAEタイトルを生成し、生成した新たなAEタイトルを新規装置3Bの装置情報に割り当てる。これにより、装置情報記憶部10に保存されている新規装置3BのAEタイトルが更新される。   Next, in step S11, the AE title generation / update unit 7 generates a new AE title that is not stored in the device information storage unit 10, and assigns the generated new AE title to the device information of the new device 3B. As a result, the AE title of the new device 3B stored in the device information storage unit 10 is updated.

一方、ステップS12において、既存装置3Aは撮像が可能となり、撮像状態又は休止状態となる。   On the other hand, in step S12, the existing device 3A can perform imaging, and enters an imaging state or a pause state.

また、新規装置3Bの撮像が終了し、休止状態となる。そして、例えば新規装置3Bの入力装置3CからAEタイトル検索要求部12にDICOM通信サーバ2へのAEタイトルの検索要求指示が入力される。   In addition, the imaging of the new device 3B ends and enters a dormant state. Then, for example, an AE title search request instruction to the DICOM communication server 2 is input to the AE title search request unit 12 from the input device 3C of the new device 3B.

そうすると、ステップS13において、新規装置3BのAEタイトル検索要求部12は、DICOM通信サーバ2に、新規装置3BのAEタイトルの検索要求を行う。   Then, in step S13, the AE title search request unit 12 of the new device 3B makes a search request for the AE title of the new device 3B to the DICOM communication server 2.

このため、ステップS14において、DICOM通信サーバ2のAEタイトル検索応答部8は、登録情報記憶部9を検索し、対応する新規装置3BのAEタイトルを取得する。そして、AEタイトル検索応答部8は、取得したAEタイトルを新規装置3Bに通知する。   For this reason, in step S14, the AE title search response unit 8 of the DICOM communication server 2 searches the registration information storage unit 9 and acquires the AE title of the corresponding new device 3B. Then, the AE title search response unit 8 notifies the new device 3B of the acquired AE title.

次に、ステップS15において、新規装置3BのAEタイトル検索要求部12は、AEタイトル検索応答部8からAEタイトルを取得し、取得したAEタイトル変更検知部13に与える。そして、AEタイトル変更検知部13は、装置情報記憶部10に保存されたAEタイトルとAEタイトル検索応答部8から取得したAEタイトルとを比較することによりDICOM通信サーバ2において自局のAEタイトルが変更されたか否かを判定する。AEタイトルは、ステップS11において変更されているため、AEタイトル変更検知部13はAEタイトルが変更されたと判定し、AEタイトルの変更を検知する。そして、AEタイトル変更検知部13は、AEタイトル検索応答部8から取得した変更後のAEタイトルをAEタイトル変更部14に与える。   Next, in step S15, the AE title search request unit 12 of the new apparatus 3B acquires the AE title from the AE title search response unit 8, and provides the acquired AE title change detection unit 13. Then, the AE title change detection unit 13 compares the AE title stored in the device information storage unit 10 with the AE title acquired from the AE title search response unit 8 so that the DICOM communication server 2 determines the AE title of its own station. It is determined whether or not it has been changed. Since the AE title has been changed in step S11, the AE title change detection unit 13 determines that the AE title has been changed, and detects a change in the AE title. Then, the AE title change detection unit 13 gives the changed AE title acquired from the AE title search response unit 8 to the AE title change unit 14.

次に、ステップS16において、AEタイトル変更部14は、装置情報記憶部10に保存されたAEタイトルを、AEタイトル変更検知部13から取得した変更後のAEタイトルに更新する。これにより、装置情報記憶部10には、重複しないようにDICOM通信サーバ2において変更されたAEタイトルが保存される。   Next, in step S <b> 16, the AE title changing unit 14 updates the AE title stored in the device information storage unit 10 with the changed AE title acquired from the AE title change detection unit 13. Thereby, the AE title changed in the DICOM communication server 2 so that it may not overlap is preserve | saved at the apparatus information storage part 10. FIG.

そして、ステップS17において、新規装置3Bは撮像が可能となり、撮像状態又は休止状態となる。   In step S <b> 17, the new device 3 </ b> B can take an image and enters an imaging state or a pause state.

一方、ステップS18において、DICOM通信サーバ2は、装置情報の登録要求及びAEタイトルの検索要求の監視状態となる。   On the other hand, in step S18, the DICOM communication server 2 enters a monitoring state of a device information registration request and an AE title search request.

図4は、図1に示すDICOM通信サーバ2において新規装置3BのAEタイトルを変更するための判定処理の一例を示すフローチャートである。   FIG. 4 is a flowchart showing an example of determination processing for changing the AE title of the new device 3B in the DICOM communication server 2 shown in FIG.

DICOM通信サーバ2側において新規装置3BのAEタイトルを変更する処理は、例えば図4に示すフローチャートのようになる。   The process of changing the AE title of the new device 3B on the DICOM communication server 2 side is as shown in the flowchart of FIG. 4, for example.

すなわち、ステップS20において、DICOM通信サーバ2は、装置情報の登録要求の監視状態となっている。   That is, in step S20, the DICOM communication server 2 is in a monitoring state of a registration request for device information.

そして、医用装置3A、3Bから装置情報の登録要求があると、ステップS21において、装置情報登録応答部5は、登録要求が検知されたと判定する。   When there is a request for registration of device information from the medical devices 3A and 3B, in step S21, the device information registration response unit 5 determines that a registration request has been detected.

次に、ステップS22において、装置情報登録応答部5は、登録要求されている装置情報において、AEタイトルが更新されているか否かを判定する。   Next, in step S22, the device information registration response unit 5 determines whether or not the AE title has been updated in the device information requested to be registered.

そして、AEタイトルが更新されていると判定された場合には、ステップS23において、装置情報登録応答部5が、登録要求があった装置情報が新規装置3Bのものであるか否かを判定する。すなわち、装置情報のステータスが新規であるか既存であるかが判定される。   If it is determined that the AE title has been updated, in step S23, the device information registration response unit 5 determines whether the device information requested for registration is that of the new device 3B. . That is, it is determined whether the status of the device information is new or existing.

そして、登録要求があった装置情報が新規装置3Bのものでないと判定された場合には、ステップS24において、AEタイトル重複検知部6が、AEタイトルが重複しているか否かを判定する。つまり、登録情報記憶部9に、登録要求のあったAEタイトルと同一のAEタイトルを含む装置情報が保存されているか否かが判定される。   If it is determined that the device information requested for registration is not that of the new device 3B, in step S24, the AE title duplication detection unit 6 determines whether or not the AE title is duplicated. That is, it is determined whether or not device information including the same AE title as the registration requested AE title is stored in the registration information storage unit 9.

そして、AEタイトルが重複していると判定され、かつ装置情報登録応答部5が登録要求のあったAEタイトルと同一のAEタイトルを含む他の既存装置3Aの装置情報が登録情報記憶部9に保存されていないと判定した場合には、ステップS25において、AEタイトルの重複先が新規装置3Bであると判定される。   Then, it is determined that the AE titles are duplicated, and the device information registration response unit 5 stores the device information of the other existing device 3A including the same AE title as the registration request for the registration information storage unit 9. If it is determined that the AE title is not stored, it is determined in step S25 that the AE title overlap destination is the new device 3B.

この場合、ステップS26において、AEタイトル生成更新部7は、装置情報記憶部10に保存されている新規装置3BのAEタイトルを付け替えて変更する。   In this case, in step S <b> 26, the AE title generation / update unit 7 changes the AE title of the new device 3 </ b> B stored in the device information storage unit 10 and changes it.

一方、ステップS21〜ステップS25の判定においてNOと判定された場合には、装置情報記憶部10に保存されている新規装置3BのAEタイトルは変更されずにDICOM通信サーバ2は装置情報の登録要求の監視状態となる。   On the other hand, if it is determined NO in the determinations in steps S21 to S25, the AE title of the new device 3B stored in the device information storage unit 10 is not changed, and the DICOM communication server 2 requests registration of the device information. Monitoring state.

つまり以上のような、DICOM通信システム1は、医用装置がDICOM通信サーバ2に新たに接続された新規装置3Bであることを示す識別情報を項目として有する装置情報をDICOM通信サーバ2に登録できるようにしたものである。更に、DICOM通信システム1は、DICOM通信サーバ2に登録要求のあったAEタイトルが新規装置3Bのものである場合にはそのまま登録する一方、登録要求のあったAEタイトルが既存装置3Aのものである場合には既に登録されているAEタイトルとの重複を確認し、重複する新規装置3BのAEタイトルを変更登録するようにしたものである。   In other words, the DICOM communication system 1 as described above can register in the DICOM communication server 2 device information having identification information indicating that the medical device is a new device 3B newly connected to the DICOM communication server 2 as an item. It is a thing. Furthermore, the DICOM communication system 1 registers as it is when the AE title requested for registration to the DICOM communication server 2 is that of the new device 3B, while the AE title requested for registration is that of the existing device 3A. In some cases, duplication with the already registered AE title is confirmed, and the duplicated AE title of the new device 3B is changed and registered.

このため、DICOM通信システム1によれば、既存装置3AのAEタイトルの登録が新規装置3BのAEタイトルの登録に対して優先される。これにより、既存装置3AのAEタイトルを変更せざるを得ないといった影響を与えることなくDICOM Supplement 67を既存のDICOM通信に導入することができる。すなわち、医用装置3A、3B側からDICOM通信サーバ2にアクセスしてDICOM通信サーバ2に保存された自局の装置情報を更新するUpdateトランザクション及び相手局のAEタイトルを含む装置情報を検索するQueryトランザクションを既存の運用に影響を与えることなくDICOM通信の拡張規格として実行することができる。   For this reason, according to the DICOM communication system 1, the registration of the AE title of the existing device 3A has priority over the registration of the AE title of the new device 3B. As a result, the DICOM Supplement 67 can be introduced into the existing DICOM communication without affecting the AE title of the existing apparatus 3A. That is, the update transaction for accessing the DICOM communication server 2 from the medical devices 3A and 3B and updating the device information of the local station stored in the DICOM communication server 2 and the query transaction for retrieving the device information including the AE title of the counterpart station Can be implemented as an extension of DICOM communication without affecting existing operations.

また、DICOM通信システム1では、DICOM通信サーバ2において自動的に重複する新規装置3BのAEタイトルが変更されるとともに、新規装置3Bからの自局情報の検索要求に対する応答としてDICOM通信サーバ2から変更後のAEタイトルが新規装置3Bに通知される。つまり、DICOM通信サーバ2から医用装置3A、3Bに問い合わせせずに、新規装置3B側においてAEタイトルが変更されているか否かを所望の時点で確認し、DICOM通信サーバ2から取得した自局情報を用いてAEタイトルを再設定することができる。   Also, in the DICOM communication system 1, the AE title of the new device 3B that is automatically duplicated in the DICOM communication server 2 is changed, and changed from the DICOM communication server 2 as a response to the local station information search request from the new device 3B. The later AE title is notified to the new device 3B. That is, without making an inquiry from the DICOM communication server 2 to the medical devices 3A and 3B, it is confirmed at a desired time whether or not the AE title has been changed on the new device 3B side, and the local station information acquired from the DICOM communication server 2 AE title can be reset using.

このため、撮像中である可能性のある医用装置3A、3Bへの問い合わせを回避し、医療における安全を確保することができる。また、DICOM通信サーバ2から医用装置3A、3Bへの問い合わせといった特別な規格を用いることなく、DICOM通信の規格の範囲内においてDICOM Supplement 67の導入を行うことができる。   For this reason, it is possible to avoid inquiries to the medical devices 3A and 3B that may be imaging, and to ensure medical safety. Further, the DICOM Supplement 67 can be introduced within the scope of the DICOM communication standard without using a special standard such as an inquiry from the DICOM communication server 2 to the medical devices 3A and 3B.

1 DICOM通信システム
2 DICOM通信サーバ
2A 入力装置
2B 記憶装置
2C 演算装置
3A 医用装置(既存装置)
3B 医用装置(新規装置)
3C 入力装置
4 ネットワーク
5 装置情報登録応答部
6 AEタイトル重複検知部
7 AEタイトル生成更新部
8 AEタイトル検索応答部
9 登録情報記憶部
10 装置情報記憶部
11 装置情報登録要求部
12 AEタイトル検索要求部
13 AEタイトル変更検知部
14 AEタイトル変更部
1 DICOM Communication System 2 DICOM Communication Server 2A Input Device 2B Storage Device 2C Arithmetic Device 3A Medical Device (Existing Device)
3B Medical device (new device)
3C input device 4 network 5 device information registration response unit 6 AE title duplication detection unit 7 AE title generation update unit 8 AE title search response unit 9 registration information storage unit 10 device information storage unit 11 device information registration request unit 12 AE title search request Part 13 AE Title Change Detection Part 14 AE Title Change Part

Claims (5)

登録情報記憶部と、
医用装置のDICOM通信クライアントから前記医用装置の識別情報及び前記医用装置が新規にDICOM通信に接続された新規装置であるか前記DICOM通信に接続されていた既存装置であるのかを示す情報を含む装置情報の登録要求を受けて前記登録情報記憶部に前記装置情報を書き込む登録部と、
前記登録情報記憶部に新規装置の識別情報と同一の既存装置の識別情報が記憶されている場合に前記新規装置の識別情報を変更する変更部と、
を備えるDICOM通信システム。
A registration information storage unit;
A device including identification information of the medical device from a DICOM communication client of the medical device and information indicating whether the medical device is a new device newly connected to DICOM communication or an existing device connected to DICOM communication A registration unit that receives an information registration request and writes the device information in the registration information storage unit;
A change unit that changes the identification information of the new device when the same identification information of the existing device as the identification information of the new device is stored in the registration information storage unit;
DICOM communication system with
DICOM通信サーバと、
ネットワークを介して前記DICOM通信サーバと接続され、医用装置に設けられたDICOM通信クライアントとを備え、
前記DICOM通信クライアントは、
前記医用装置の識別情報及び前記医用装置が新規にDICOM通信に接続された新規装置であるか前記DICOM通信に接続されていた既存装置であるのかを示す情報を含む装置情報を記憶する装置情報記憶部と、
前記装置情報の登録要求を前記DICOM通信サーバに前記ネットワークを介して送信する登録要求部とを有する一方、
前記DICOM通信サーバは、
登録情報記憶部と、
前記装置情報の登録要求を受けて前記登録情報記憶部に前記装置情報を書き込む登録部と、
前記登録情報記憶部に新規装置の識別情報と同一の既存装置の識別情報が記憶されている場合に前記新規装置の識別情報を変更する変更部と、
を備えるDICOM通信システム。
DICOM communication server,
A DICOM communication client connected to the DICOM communication server via a network and provided in a medical device;
The DICOM communication client
Device information storage for storing device information including identification information of the medical device and information indicating whether the medical device is a new device newly connected to DICOM communication or an existing device connected to DICOM communication And
While having a registration request unit that transmits a registration request for the device information to the DICOM communication server via the network,
The DICOM communication server is
A registration information storage unit;
A registration unit that receives the device information registration request and writes the device information in the registration information storage unit;
A change unit that changes the identification information of the new device when the same identification information of the existing device as the identification information of the new device is stored in the registration information storage unit;
DICOM communication system with
前記新規装置のDICOM通信クライアントから変更後の識別情報の検索要求を前記ネットワークを介して受けた場合に、前記変更後の識別情報を前記登録情報記憶部から取得して前記新規装置のDICOM通信クライアントに前記ネットワークを介して送信する検索応答部を更に備える請求項1又は2記載のDICOM通信システム。 When a search request for changed identification information is received from the DICOM communication client of the new device via the network, the changed identification information is acquired from the registered information storage unit and the DICOM communication client of the new device The DICOM communication system according to claim 1, further comprising a search response unit that transmits to the network via the network. 前記DICOM通信クライアントは、前記変更後の識別情報を用いて前記装置情報記憶部に記憶された識別情報を更新する変更部を更に備える請求項2記載のDICOM通信システム。 The DICOM communication system according to claim 2, wherein the DICOM communication client further includes a changing unit that updates the identification information stored in the device information storage unit using the changed identification information. コンピュータを、
医用装置のDICOM通信クライアントから前記医用装置の識別情報及び前記医用装置が新規にDICOM通信に接続された新規装置であるか前記DICOM通信に接続されていた既存装置であるのかを示す情報を含む装置情報の登録要求を受けて記憶部に前記装置情報を書き込む登録部、及び
前記記憶部に新規装置の識別情報と同一の既存装置の識別情報が記憶されている場合に前記新規装置の識別情報を変更する変更部、
として機能させるDICOM通信プログラム。
Computer
A device including identification information of the medical device from a DICOM communication client of the medical device and information indicating whether the medical device is a new device newly connected to DICOM communication or an existing device connected to DICOM communication A registration unit that receives the information registration request and writes the device information to the storage unit; and the identification information of the new device when the same device identification information as the identification information of the new device is stored in the storage unit. Change part to change,
DICOM communication program to function as.
JP2010175891A 2010-08-05 2010-08-05 DICOM communication system and DICOM communication program Active JP5523975B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010175891A JP5523975B2 (en) 2010-08-05 2010-08-05 DICOM communication system and DICOM communication program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010175891A JP5523975B2 (en) 2010-08-05 2010-08-05 DICOM communication system and DICOM communication program

Publications (2)

Publication Number Publication Date
JP2012037993A JP2012037993A (en) 2012-02-23
JP5523975B2 true JP5523975B2 (en) 2014-06-18

Family

ID=45849955

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010175891A Active JP5523975B2 (en) 2010-08-05 2010-08-05 DICOM communication system and DICOM communication program

Country Status (1)

Country Link
JP (1) JP5523975B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013178644A (en) * 2012-02-28 2013-09-09 Toshiba Corp Medical information communication testing device
JP6545452B2 (en) * 2014-11-27 2019-07-17 キヤノンメディカルシステムズ株式会社 Communication intermediary device
CN107222459A (en) * 2017-04-27 2017-09-29 广州慧扬健康科技有限公司 Network connection negotiation method

Also Published As

Publication number Publication date
JP2012037993A (en) 2012-02-23

Similar Documents

Publication Publication Date Title
US8752757B2 (en) Device pairing using digital barcoding
US20160378917A1 (en) Imaging Study Queries Across Multiple Facilities And Repositories
JP7068839B2 (en) Multi-location exchange of medical images and data
US20060242144A1 (en) Medical image data processing system
US9921795B2 (en) Mobile device, system and method for medical image displaying using multiple mobile devices
JP6683934B2 (en) Remote interpretation system, control method thereof, information processing device, and program
US9826054B2 (en) System and methods of pre-fetching content in one or more repositories
US20190304577A1 (en) Communication violation solution
JP5523975B2 (en) DICOM communication system and DICOM communication program
JP7221600B2 (en) Method and system for processing electronic medical records in the presence of discrepancies
JP2010267042A (en) Medical data management system
JP6021517B2 (en) Medical image processing system
JP5148357B2 (en) Image data communication apparatus and image data communication system
JP4634729B2 (en) DICOM media information management system and management server for managing DICOM media information
US20080215732A1 (en) Multi-site scenarios in the storage and archiving of medical data objects
US20210065878A1 (en) Data Transmission System for Transmitting and Receiving Medical Information Data and Data Transmission Method Thereof
US20210257098A1 (en) Method and apparatus for generating medical information of object
JP7086808B2 (en) Information processing equipment, information processing system and information processing method
JPWO2004025948A1 (en) Information management method, information management system, and information transfer device included in the system
JP6080261B2 (en) Image data management apparatus, method and program, and image data management system
KR20210025352A (en) Data transmission system for transmitting and receiving medical information data and a data transmission method thereof
EP3011488B1 (en) System and methods of managing content in one or more repositories
US10910090B2 (en) Updating terminal identification information based on a comparison with terminal information in storage
CN111554367B (en) Data processing method, device and computer readable medium
WO2014097950A1 (en) Image data transmission system, image display device, and medical image generation device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130701

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20140226

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140311

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140409

R150 Certificate of patent or registration of utility model

Ref document number: 5523975

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313117

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350