It works...
In case others have the same need, here's the autohotkey script that works
inputbox PatientName, patient name, enter patient's name,,,,0,500
clipboard = %PatientName%
sleep 100
send {break}
sleep 100
send {+}patients %PatientName%
return
(it took a while to figure out how to send a "+" sign in autohotkey )
thanks again,
Dave