JP7842891B2 - 医用イメージングプラットフォームによって実施されるアプリケーションを統合及び実行するための方法 - Google Patents
医用イメージングプラットフォームによって実施されるアプリケーションを統合及び実行するための方法Info
- Publication number
- JP7842891B2 JP7842891B2 JP2024558395A JP2024558395A JP7842891B2 JP 7842891 B2 JP7842891 B2 JP 7842891B2 JP 2024558395 A JP2024558395 A JP 2024558395A JP 2024558395 A JP2024558395 A JP 2024558395A JP 7842891 B2 JP7842891 B2 JP 7842891B2
- Authority
- JP
- Japan
- Prior art keywords
- software application
- contract
- values
- medical imaging
- input
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
- G06F9/44505—Configuring for program initiating, e.g. using registry, configuration files
-
- G—PHYSICS
- G16—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
- G16H—HEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
- G16H30/00—ICT specially adapted for the handling or processing of medical images
- G16H30/20—ICT specially adapted for the handling or processing of medical images for handling medical images, e.g. DICOM, HL7 or PACS
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Health & Medical Sciences (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Nuclear Medicine, Radiotherapy & Molecular Imaging (AREA)
- Radiology & Medical Imaging (AREA)
- Epidemiology (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Primary Health Care (AREA)
- Public Health (AREA)
- Computer Security & Cryptography (AREA)
- Medical Treatment And Welfare Office Work (AREA)
- Stored Programmes (AREA)
- Magnetic Resonance Imaging Apparatus (AREA)
Description
-入力データに基づいて出力データを生成するソフトウェアアプリケーション専用のコントラクトを読み出すステップであって、前記コントラクトは、
○前記ソフトウェアアプリケーションを示す固有識別子と、
○ソフトウェアアプリケーションの入力データの値を格納するように意図された入力仮想ディレクトリと、
○ソフトウェアアプリケーションの出力データの値を格納するように意図された出力仮想ディレクトリと、を含むデジタルコンテンツから構成されるステップと、
-ソフトウェアアプリケーションの入力データの値をファイルシステムの入力ディレクトリに書き込むステップと、
-ファイルシステムの入力ディレクトリ及び前記ファイルシステムの出力ディレクトリへのアクセスパスを引数として有する固有識別子で示されるソフトウェアアプリケーションの実行を開始するステップであって、前記アクセスパスは、それぞれ、前記コントラクトから読み出された入力仮想ディレクトリ及び出力仮想ディレクトリに関連付けられるステップと、
-ソフトウェアアプリケーションの出力データの値をファイルシステムの出力ディレクトリから読み出すステップと、を含む。
“ docker run \
- v/tmp/inputs/ED1:/inputs/ED1 \(arg1)
- v/tmp/inputs/ED1:/inputs/EDi \(arg2)
- v/tmp/outputs/OD1:/outputs/OD1 \(arg3)
- v/tmp/outputs/ODj:/outputs/ODj \(arg4)
- e E1=VALUE1 \(arg5)
- e Ek=VALUEk \(arg6)
my_application:1.0 ” \(arg7)
を手動で呼び出すことで、コンピュータによって実行され得る。
-ソフトウェアアプリケーションA1、この場合、図3において、コンテナイメージの固有識別子AIDと、
-前記ソフトウェアアプリケーションA1の実行中、それぞれ環境変数E1及びEkに割り当てられる値EV1及びEVkと、
-ソフトウェアアプリケーションA1の入力データED1、EDiの値を格納するように意図された入力仮想ディレクトリVDED1、VDEDiと、
-ソフトウェアアプリケーションA1の出力データOD1、ODjの値を格納するように意図された出力仮想ディレクトリVDOD1、VDODjと、を含み得る。
Claims (10)
- ファイルシステム(42)を運用する医用イメージングプラットフォーム(4、41)によって実施されるように設計された、ソフトウェアアプリケーション(A1、A2、An)を統合及び実行するための方法(100)であって、前記方法(100)は、
入力データ(ED1、ED2)に基づいて出力データ(OD1、OD2)を生成するソフトウェアアプリケーション(A1、A2、An)専用のコントラクト(C1、C2、Cn)を読み出すステップ(110)であって、前記コントラクト(C1、C2、Cn)は、
前記ソフトウェアアプリケーション(A1、A2、A3)を示す固有識別子(AID)と、
前記ソフトウェアアプリケーションの前記入力データ(ED1、EDi)の値を格納するように意図された入力仮想ディレクトリ(VDED1、VDEDi)と、
前記ソフトウェアアプリケーション(A1、A2、An)の前記出力データ(OD1、ODj)の値を格納するように意図された出力仮想ディレクトリ(VDOD1、VDODj)と、を含むデジタルコンテンツから構成されるステップ(110)と、
前記ソフトウェアアプリケーション(A1、A2、An)の前記入力データ(ED1、EDi)の値を前記ファイルシステム(42)の入力ディレクトリ(DED1、DEDi)に書き込むステップ(120)と、
前記ファイルシステム(42)の前記入力ディレクトリ(DED1、DEDi)及び前記ファイルシステム(42)の出力ディレクトリ(DOD1、DODj)へのアクセスパス(DPED1、DPEDi、DPOD1、DPODj)を引数として有する前記固有識別子で示される前記ソフトウェアアプリケーション(A1、A2、An)の実行を開始するステップ(130)であって、前記アクセスパス(DPED1、DPEDi、DPOD1、DPODj)は、それぞれ、前記コントラクト(C1、C2、Cn)から読み出された(110)前記入力仮想ディレクトリ(VDED1、VDEDi)及び前記出力仮想ディレクトリ(VDOD1、VDODj)に関連付けられるステップ(130)と、
前記ソフトウェアアプリケーション(A1、A2、An)の前記出力データ(OD1、ODj)の値を前記ファイルシステム(42)の前記出力ディレクトリ(DOD1、DODj)から読み出すステップ(140)と、を含む、方法(100)。 - 前記コントラクト(C1、C2、Cn)は、前記ソフトウェアアプリケーション(A1、A2、An)の動作パラメータ(E1、Ek)の値(EV1、EVk)を含み、前記ソフトウェアアプリケーション(A1、A2、An)の実行を開始するステップ(130)は、前記動作パラメータの値を引数として含むように適合される、請求項1に記載の方法(100)。
- 前記ソフトウェアアプリケーション(A1、A2、An)及び前記コントラクト(C1、C2、Cn)を前記医用イメージングプラットフォーム(4)のメモリ(45)上に置くステップを備える、請求項1又は2に記載の方法(100)。
- 前記ソフトウェアアプリケーション(A1、A2、An)はコンピュータコンテナの形を取り、前記ソフトウェアアプリケーション(A1、A2、An)を示す前記固有識別子(AID)は、前記コンピュータコンテナのイメージを表す前記コントラクト(C1、C2、Cn)に含まれる、請求項1又は2に記載の方法。
- 前記ソフトウェアアプリケーション(A1、A2、An)の前記入力データ(ED1、EDi)を格納するように意図された前記入力仮想ディレクトリ(VDED1、VDEDi)は、前記コントラクト(C1、C2、Cn)内で、前記入力データ(ED1、EDi)の任意又は必須の性質を指定する属性に関連付けられ、そのような属性が前記入力データ(ED1、EDi)の任意の性質を示す場合、それを書き込むステップ(120)は、そのような入力データ(ED1、EDi)が前記医用イメージングプラットフォーム(4)で利用可能なときに限り、実施される、請求項1又は2に記載の方法。
- 前記ソフトウェアアプリケーション(A1、A2、An)の前記出力データ(OD1、ODj)の値を格納するように意図された前記出力仮想ディレクトリ(VDOD1、VDODj)は、前記コントラクト(C1、C2、Cn)内で、前記出力データ(OD1、ODj)の分類属性に関連付けられ、前記ソフトウェアアプリケーション(A1、A2、An)の前記出力データ(OD1、ODj)の値を読み出すステップ(140)は、前記分類属性の前記値を前記出力データ(OD1、ODj)の値に関連付けることから構成される、請求項1又は2に記載の方法。
- 前記コントラクト(C1、C2、Cn)は、前記医用イメージングプラットフォーム(4)へのその統合の前に符号化され、コントラクト(C1、C2、Cn)を読み出すステップ(110)は、前記コントラクトを復号化する事前のサブステップを含む、請求項1又は2に記載の方法(100)。
- コンピュータのプロセッサユニット(41)によって実行され得る1つ以上のプログラム命令を含むコンピュータプログラムであって、前記プログラム命令は前記コンピュータの不揮発性メモリ(45)上に置かれ得、前記プロセッサユニット(41)による前記プログラム命令の実行によって、請求項1又は2に記載の方法(100)が実施される、コンピュータプログラム。
- 請求項8に記載のコンピュータプログラムの前記プログラム命令を含む、コンピュータ可読記憶媒体。
- プロセッサユニット(41)と、ファイルシステム(42)によって使用されるメモリ(45)とを備え、前記メモリ(45)は請求項8に記載のコンピュータプログラムの前記プログラム命令を含む、医用イメージングプラットフォーム装置(4)。
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| FR2203056A FR3134204B1 (fr) | 2022-04-04 | 2022-04-04 | Procédé d’intégration et d’exécution d’une application mis en œuvre par une plateforme d’imagerie médicale |
| FR2203056 | 2022-04-04 | ||
| PCT/EP2023/058715 WO2023194323A1 (fr) | 2022-04-04 | 2023-04-03 | Procédé d'intégration et d'exécution d'une application mis en oeuvre par une plateforme d'imagerie médicale |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2025511336A JP2025511336A (ja) | 2025-04-15 |
| JP7842891B2 true JP7842891B2 (ja) | 2026-04-08 |
Family
ID=81927390
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2024558395A Active JP7842891B2 (ja) | 2022-04-04 | 2023-04-03 | 医用イメージングプラットフォームによって実施されるアプリケーションを統合及び実行するための方法 |
Country Status (5)
| Country | Link |
|---|---|
| US (1) | US20250226081A1 (ja) |
| EP (1) | EP4505289B1 (ja) |
| JP (1) | JP7842891B2 (ja) |
| FR (1) | FR3134204B1 (ja) |
| WO (1) | WO2023194323A1 (ja) |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20190108905A1 (en) | 2016-12-26 | 2019-04-11 | Shanghai United Imaging Healthcare Co., Ltd. | System and method for processing medical image data |
| US20210042141A1 (en) | 2019-08-06 | 2021-02-11 | Microsoft Technology Licensing, Llc | Dynamic image composition for container deployment |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20090328028A1 (en) * | 2008-06-25 | 2009-12-31 | O'rourke Connor | Electronic documents and methods for updating resource files for an application |
-
2022
- 2022-04-04 FR FR2203056A patent/FR3134204B1/fr active Active
-
2023
- 2023-04-03 WO PCT/EP2023/058715 patent/WO2023194323A1/fr not_active Ceased
- 2023-04-03 JP JP2024558395A patent/JP7842891B2/ja active Active
- 2023-04-03 EP EP23716544.4A patent/EP4505289B1/fr active Active
- 2023-04-03 US US18/853,579 patent/US20250226081A1/en active Pending
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20190108905A1 (en) | 2016-12-26 | 2019-04-11 | Shanghai United Imaging Healthcare Co., Ltd. | System and method for processing medical image data |
| US20210042141A1 (en) | 2019-08-06 | 2021-02-11 | Microsoft Technology Licensing, Llc | Dynamic image composition for container deployment |
Also Published As
| Publication number | Publication date |
|---|---|
| EP4505289C0 (fr) | 2026-02-04 |
| EP4505289B1 (fr) | 2026-02-04 |
| FR3134204A1 (fr) | 2023-10-06 |
| WO2023194323A1 (fr) | 2023-10-12 |
| US20250226081A1 (en) | 2025-07-10 |
| JP2025511336A (ja) | 2025-04-15 |
| FR3134204B1 (fr) | 2024-05-10 |
| EP4505289A1 (fr) | 2025-02-12 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| Lucas et al. | The Java Image Science Toolkit (JIST) for rapid prototyping and publishing of neuroimaging software | |
| Pinter et al. | Polymorph segmentation representation for medical image computing | |
| Joshi et al. | Unified framework for development, deployment and robust testing of neuroimaging algorithms | |
| Lowekamp et al. | The design of SimpleITK | |
| US11341632B2 (en) | Method for obtaining at least one feature of interest | |
| US10521554B2 (en) | Harmonization of cross-vendor data | |
| JP7653993B2 (ja) | ユニタリ値セットのロックフリー読み出し | |
| Muschelli et al. | fslr: Connecting the FSL Software with R | |
| US11850086B2 (en) | Method and control facility for controlling a medical imaging system | |
| US9507680B2 (en) | Verification system and method for automated verification of register information for an electronic system | |
| CN112131123B (zh) | 测试用例的生成方法、装置、终端设备及存储介质 | |
| Kim et al. | BrainSuite BIDS App: containerized workflows for MRI analysis | |
| US20240266056A1 (en) | Information processing apparatus, information processing method, and information processing program | |
| CN109933326A (zh) | 改写代码的编译方法、装置及相应终端 | |
| JP7842891B2 (ja) | 医用イメージングプラットフォームによって実施されるアプリケーションを統合及び実行するための方法 | |
| US20140281959A1 (en) | Devices, methods and computer readable mediums for on demand personalization of a user interface | |
| US20210303580A1 (en) | Method for dynamic data minimization of a data set by means of whitelisting | |
| Gemmeke et al. | Using Linked Data and Web APIs for Automating the Pre-processing of Medical Images. | |
| Kalenkovich et al. | A reproducible MEEG data analysis workflow with Conda, Snakemake, and R Markdown | |
| CN115985444A (zh) | 医学报告生成方法、装置和计算机设备 | |
| Franz et al. | The medical imaging interaction toolkit: challenges and advances | |
| CN114064021A (zh) | 基于用户需求的医院管理平台定制方法、装置及存储介质 | |
| Wolf | Toolkits and software for developing biomedical image processing and analysis applications | |
| US20250104823A1 (en) | Medical data processing apparatus and method for processing medical data | |
| US20240127917A1 (en) | Method and system for providing a document model structure for producing a medical findings report |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20241212 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20241112 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20251007 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20251014 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20251222 |
|
| 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: 20260303 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20260327 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7842891 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |