Specifications
Syntax for Resource Definitions
resources
{
require one
{
resource Process { ExecutableName=$(Application Executable) }
}
additional
{
resource Windows { }
resource Connection { }
}
}
When you define an application whose rule set contains this definition, you can
use a function of the eHealth Web interface to specify one or more "Application
Executable" values. If you specify the values CERNER and CERNADV,
Application Response expands the resource definition as follows:
resources
{
require one
{
resource Process { ExecutableName=$(Application Executable) }
resource Process { ExecutableName="CERNER" }
resource Process { ExecutableName="CERNADV" }
}
additional
{
resource Windows { }
resource Connection { }
}
}
Transaction Definition Example
The following example shows substitutable parameter values specified in a
transaction definition.
transaction "WebActivity"
module "WebActivity"
{
# Begin page download.
choice
{
event "BeginDownload" Web BeginLoad { Level="top" URL=contains:$(URLs) }
}
# End page download.
118 BTStudio Administration Guide