Changed quicksearch to hash table

This commit is contained in:
2022-08-19 18:46:11 +01:00
parent b1084a736b
commit a12254aff1
5 changed files with 730 additions and 18 deletions

View File

@@ -10,7 +10,7 @@
;; rdt. -> 12/01/2022
;; eld. -> 12/01/2022 \n \n Time: 09:35 (for EOL meds)
;; sig. -> - Signed
;; sig. -> adds signature image in word
;; ftf. -> TCI for F2F assessment, appt given for today.
;; atsp. -> Asked to see patient while visiting another at same residence.
@@ -63,9 +63,11 @@ FormatTime, CurrentDate,, dd/MM/yyyy
SendInput %CurrentDate%
return
::sig.::
SendInput {Space}- Signed
return
/*
::sig.::
SendInput {Space}- Signed
return
*/
::eld.::
FormatTime, CurrentDate,, dd/MM/yyyy
@@ -142,4 +144,16 @@ return
::gabaweek.::
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
Clipboard := "\\AGMH2RESCIFS01.resources.greatermanchestercsu.nhs.uk\CIFS_WBCCG_GPs\P92016\HOME\Sean.Cusack\My Documents\signature_small.jpg"
SendInput ^v
SendInput {Enter}
Clipboard := ClipboardSaved
return