From 728d41d432d5c89e7701595457c71e8f01d3464b Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Wed, 1 May 2024 13:05:50 -0400 Subject: [PATCH] ENH: Convert PACSConnector s4ext to json file --- PACSConnector.json | 8 ++++++++ PACSConnector.s4ext | 44 -------------------------------------------- 2 files changed, 8 insertions(+), 44 deletions(-) create mode 100644 PACSConnector.json delete mode 100644 PACSConnector.s4ext diff --git a/PACSConnector.json b/PACSConnector.json new file mode 100644 index 000000000..dbbfd7eab --- /dev/null +++ b/PACSConnector.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.0.json#", + "build_dependencies": [], + "build_subdirectory": ".", + "category": "Utilities", + "scm_revision": "master", + "scm_url": "https://github.com/rbumm/SlicerPACSConnector" +} diff --git a/PACSConnector.s4ext b/PACSConnector.s4ext deleted file mode 100644 index 6d6de1117..000000000 --- a/PACSConnector.s4ext +++ /dev/null @@ -1,44 +0,0 @@ -# -# First token of each non-comment line is the keyword and the rest of the line -# (including spaces) is the value. -# - the value can be blank -# - -# This is source code manager -scm git -scmurl https://github.com/rbumm/SlicerPACSConnector -scmrevision master - -# list dependencies -# - These should be names of other modules that have .s4ext files -# - The dependencies will be built first -depends NA - -# Inner build directory (default is ".") -build_subdirectory . - -# homepage -homepage https://github.com/rbumm/SlicerPACSConnector - -# Firstname1 Lastname1 ([SubOrg1, ]Org1), Firstname2 Lastname2 ([SubOrg2, ]Org2) -# For example: Jane Roe (Superware), John Doe (Lab1, Nowhere), Joe Bloggs (Noware) -contributors Rudolf Bumm (KSGR) - -# Match category in the xml description of the module (where it shows up in Modules menu) -category Utilities - -# url to icon (png, size 128x128 pixels) -iconurl https://raw.githubusercontent.com/rbumm/SlicerPACSConnector/master/SlicerPACSConnector.png - -# Give people an idea what to expect from this code -# - Is it just a test or something you stand behind? -status Under development, but usable - -# One line stating what the module does -description The PACS Connector extension enables querying your local or remote PACS from a clear and easily accessible interface within 3D Slicer and offers new filter parameters. - -# Space separated list of urls -screenshoturls https://user-images.githubusercontent.com/18140094/127771219-393deea0-c531-4592-bd1f-0a988a55f400.png - -# 0 or 1: Define if the extension should be enabled after its installation. -enabled 1