Skip to content

Commit

Permalink
Isolate: add usage example script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hal Clark committed Nov 26, 2024
1 parent 3a2daca commit 968a780
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions artifacts/dcma_scripts/usage/Isolate.dscr
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/usr/bin/env -S dicomautomaton_dispatcher -v

GenerateSyntheticImages(
NumberOfImages = '5',
# Metadata = '',
){};

GenerateSyntheticImages(
NumberOfImages = '10',
Metadata = 'key@value',
){};

GenerateSyntheticImages(
NumberOfImages = '15',
Metadata = 'key@value',
){};

Isolate(
ImageSelection = 'key@.*value.*',
){
DeleteImages( ImageSelection = 'all', ) {};
};

0 comments on commit 968a780

Please sign in to comment.