Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
themeDJango
titleimage:get


g! image:get
Load an imageimages remotely or locally
Usage: image:get ([Options] SOURCE-f file]... | [-u url]...)
  -f --file=FILE     Openopen an image from a file
  -u --url=URL       Openopen an image from an URL
  -? --help          show help
Code Block
languagetext
themeDJango
titleimage:close
g! image:close
Close imgageimages
series
Usage: dicom:close (-a | [series] [ARGS]-g UID]... | [-i URI]...) 
  -a --all Close         close all series
  -sg --seriesgroup=UID <args>  close a Closegroup series, [arg] is Series from its UID
  -?i --help image=URI   close a series from its URI
  -? --help		   show help
Code Block
languagetext
themeDJango
titleweasis:info
g! weasis:info
Show information about Weasis
Usage: weasis:info [Options] (-v | -a)
  -v --version	  show version
  -a --all        show weasis specifications
  -? --help		  show help
Code Block
languagetext
themeDJango
titleweasis:ui
g! weasis:ui
Manage user interface
Usage: weasis:ui [Options] (-q | -v)
  -q --quit		shutdown Weasis
  -v --visible	set window on top
  -? --help		show help
Code Block
languagetext
themeDJango
titleacquire:patient
g! acquire:patient
Load Patient Context from the first argument
Usage: acquire:patient (-x | -i | -s | -u) arg
arg is an XML text in UTF8 or an url with the option '--url'
  -x --xml         open Patient Context from an XML data containing all DICOM Tags 
  -i --inbound     open Patient Context from an XML data containing all DICOM Tags, decoding syntax is [Base64/GZip]
  -s --iurlsafe    open Patient Context from an XML data containing all DICOM Tags, decoding syntax is [Base64_URL_SAFE/GZip]
  -u --url         open Patient Context from an URL (XML file containing all DICOM TAGs)
  -? --help        show help
Info
titleCommands at start-up

For identifying the commands at start-up, the symbol "$" must be added before the command (not required in the OSGI console).

...