Protocol script examples

The following examples are included to help you get to grips with creating protocols:

[] Continue { Yes [nostore] | No [abort] } 
Two options Yes and No. If No is selected then quit without saving, otherwise carry on without saving the question or answer.
[] Is the animal normal apart from the seizures? {
   Yes [save="No reported signs other than seizures."] 
   No  [save="The client reported:",text] } 

If Yes is selected store the text 'No reported signs other than seizures'. If No is selected, the text 'The client reported:' will be saved AND the user will be prompted with a text box so they can enter further details.

[] Previous illness / trauma / surgery / anesthesia { yes [text]| no }
Ask the question. If yes is selected then ask for additional information.
[] { Single | Clusters }
In this case there is no question, the user will be prompted to answer either Single or Clusters. Use this sort of question where you have explained the options in preceding text.
[] Previous anticonvustant treatment { Yes | No [to-here] } 
If No is selected then jump to the label within the script called 'to-here'.