forked from dgrunwald/arden2bytecode
-
Notifications
You must be signed in to change notification settings - Fork 2
Passing Arguments to a MLM
hflicka edited this page Sep 14, 2012
·
8 revisions
In Arden2ByteCode, you can pass arguments to Medical Logic Modules (MLMs) and access them in the MLM via the ARGUMENT
identifier.
An example of how to pass arguments to a MLM and process them is given here:
https://github.com/hflicka/example-mlms/tree/master/passing%20arguments
An explanation of how to pass the command line parameters with the -a flag and properly escape them is given in the according
README.md.
Concerning how to use the -a flag, you may also look at the Arden2ByteCode Command Line Reference.