|
Manual text input |
Previous Next |
|
Request additional information when the command is triggered.
This macro can be used to: - insert the name or specific information in a piece of text or an email - automatically do web searches (Google, Wikipedia and more) - insert a parameter (or a part of the filename) when launching an application - compose a text from a dialog with multiple options
To insert a Manual text input macro click on Insert / Manual text input in the command edit window. You can use the same macro many times inside the command. You can also edit the ManualInput macros you have already created inside the Manual Input dialog
Syntax: #Input("description", "") #Input("description", "defaultvalue") #Input("description", "defaultvalue1::defaultvalue2::defaultvalue3") #Input("description", "defaultvalue1::defaultvalue2::defaultvalue3",[option1=val1][option2=val2])
description: description of the information requested to the user defaultvalue: default value used when executing the command. You can enter multiple default values: each value will be separated by the next with a :: character. options: options are included between [] signs and have the following meanings: MultipleSel=Y/N (Allow multiple selection) Separator= (separator text, inserted between each item) Positive=Y/N (If yes, inserts a positive phrase) PositiveText= (text inserted when positive items are present) Negative=Y/N (If yes, inserts a negative phrase) NegativeText= (text inserted when negative items are present)
Example1: The patient comes in complaining of #Input("Symptoms","vomiting::constipation::headache::fever::weakness::earache::abdominal pain",[MultipleSel=Y][Separator=, ][Negative=Y][NegativeText= and the patient does not have #NEG]) Allow you to fill in a quick medical note.
The result phrase will be: The patient comes in complaining of vomiting, constipation, headache and the patient does not have fever, weakness, earache
Example2: #Input("Term to search?", "") Asks for the Term to search. The default value is empty.
![]() Manual Input window. Here you can enter any additional text that will be used by the command.
Works with:
|