In transcription systems there are often features that let people type faster. Example
"cp " then is passed to a dictionary and then it is replaced with "Chest pain"
typically the spacebar is the trigger to run the lookup in the text area. (kinda like vs) but the thing to consider is that most of the time the words and then spacebar wont result in anything like "hello " is just hello.
a more complex example is
"nv "
is replaced with an entire block of text
"Normal visit for the patient who was in for a common checkup."
Can telerik editors do this, do you have any pointers for me on the client side events to try and hook on to? Any help would be great.
Next there are is another weird function which might be weird for web
We typically let end users customize some key handles like
alt+p
will insert the patient name
so it is similar to the first example but hijacks some keys like alt and ctrl
Thanks for the help ahead of time
"cp " then is passed to a dictionary and then it is replaced with "Chest pain"
typically the spacebar is the trigger to run the lookup in the text area. (kinda like vs) but the thing to consider is that most of the time the words and then spacebar wont result in anything like "hello " is just hello.
a more complex example is
"nv "
is replaced with an entire block of text
"Normal visit for the patient who was in for a common checkup."
Can telerik editors do this, do you have any pointers for me on the client side events to try and hook on to? Any help would be great.
Next there are is another weird function which might be weird for web
We typically let end users customize some key handles like
alt+p
will insert the patient name
so it is similar to the first example but hijacks some keys like alt and ctrl
Thanks for the help ahead of time