Creating Checklist Procedures

 

Checklist Procedures allow you to dynamically define the following:

o       Answers: defines which answers are presented to the operator for a specific question.

o       Inclusion: defines whether the question is displayed to the operator in the checklist.

o       Validation: defines whether the chosen/entered answer is the "right" answer.

This is done by calling a stored procedure which will return values dependent upon the current situation.

1.     Select the Attribute tab.

2.     Click Procedures.

The Checklist Procedure window opens.

3.     Click the Add button ()

4.     Select what the procedure will be used for (Inclusion, Answers or Validation).

5.     Click Next.

6.     Enter a description for the checklist procedure.

7.     Select a stored procedure from the drop-down list.

The parameters required by the stored procedure are listed.

8.     Double-click the first parameter.

The Edit parameter window opens.

9.     Select the value to be used:

o       Static Value: Enter the value that will always be used.

o       Runtime Value: Select the runtime value that will be used from the drop-down list.

10.  Click OK.

11.  Repeat for all of the required parameters.

12.  Click Next.