Added referral safeguards, second background colour for home visit searches, more text shortcuts (both inline and via quicksearch)
This commit is contained in:
@@ -104,12 +104,13 @@ I have booked the following face to face appointment for you:
|
||||
|
||||
x AM with x at Pennygate Medical Centre TODAY.
|
||||
|
||||
Please wear a mask, and please do a covid lateral flow test before attending. If it is positive please do not attend and instead make contact again with the surgery.
|
||||
Please contact the surgery if you are unable to attend this appointment.
|
||||
)
|
||||
SendInput %response%
|
||||
return
|
||||
|
||||
;; Please wear a mask, and please do a covid lateral flow test before attending. If it is positive please do not attend and instead make contact again with the surgery.
|
||||
|
||||
::sn.::
|
||||
SendInput safety netted to get back in touch if not improving or worsening
|
||||
return
|
||||
@@ -146,14 +147,23 @@ return
|
||||
SendInput Take 1 capsule daily, increase to twice daily after 1 week and three times daily after another week
|
||||
return
|
||||
|
||||
|
||||
::sig.::
|
||||
SendInput !n
|
||||
SendInput !p
|
||||
Sendinput !p
|
||||
sleep 200
|
||||
ClipboardSaved := Clipboard
|
||||
sleep 2000
|
||||
;ClipboardSaved := Clipboard
|
||||
sleep 50
|
||||
Clipboard := "\\AGMH2RESCIFS01.resources.greatermanchestercsu.nhs.uk\CIFS_WBCCG_GPs\P92016\HOME\Sean.Cusack\My Documents\signature_small.jpg"
|
||||
SendInput ^v
|
||||
sleep 100
|
||||
SendInput {Ctrl down}
|
||||
sleep 50
|
||||
SendInput v
|
||||
sleep 50
|
||||
SendInput {Ctrl up}
|
||||
sleep 50
|
||||
SendInput {Enter}
|
||||
Clipboard := ClipboardSaved
|
||||
sleep 200
|
||||
;Clipboard := ClipboardSaved
|
||||
return
|
||||
Reference in New Issue
Block a user