Added:
- reload function - further hotstrings - re-added patient search function
This commit is contained in:
@@ -35,7 +35,22 @@ SearchForPatientFromClipboard() {
|
||||
return
|
||||
}
|
||||
|
||||
;; Search for copied NHS number
|
||||
^F11::
|
||||
SearchForPatientFromClipboard()
|
||||
Return
|
||||
|
||||
; Search current Patient from AMGP in S1 via NHS number
|
||||
;^F10::
|
||||
;patient_name = ""
|
||||
;patient_nhs = ""
|
||||
;GetPatientDetails(patient_name, patient_nhs)
|
||||
;if (patient_nhs = "") {
|
||||
;MsgBox, Couldn't get NHS number %patient_nhs%
|
||||
;} else {
|
||||
;SearchForPatientByNHS(patient_nhs)
|
||||
;}
|
||||
;Return
|
||||
|
||||
;; Med3, Not fit for work, Free Text, in S1. To do this Assign med3 to F12 menu under letter M
|
||||
^M::
|
||||
|
||||
Reference in New Issue
Block a user