File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -326,7 +326,8 @@ $services = @(
326326 @ { Name = " Gateway-Relay" ; Script = " relay_listener.py" },
327327 @ { Name = " Gateway-PACS" ; Script = " pacs_main.py" },
328328 @ { Name = " Gateway-MWL" ; Script = " mwl_main.py" },
329- @ { Name = " Gateway-Upload" ; Script = " upload_main.py" }
329+ @ { Name = " Gateway-Upload" ; Script = " upload_main.py" },
330+ @ { Name = " Gateway-Emulator" ; Script = " modality_emulator.py" }
330331)
331332
332333# -- Extraction ---------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ $services = @(
6161 @ { Name = " Gateway-Relay" ; Script = " relay_listener.py" },
6262 @ { Name = " Gateway-PACS" ; Script = " pacs_main.py" },
6363 @ { Name = " Gateway-MWL" ; Script = " mwl_main.py" },
64- @ { Name = " Gateway-Upload" ; Script = " upload_main.py" }
64+ @ { Name = " Gateway-Upload" ; Script = " upload_main.py" },
65+ @ { Name = " Gateway-Emulator" ; Script = " modality_emulator.py" }
6566)
6667
6768# -- Resolve current version --------------------------------------------------
You can’t perform that action at this time.
0 commit comments