I work at Webmedx, and I use the Enterprise platform there. We do not transcribe in a Word-based platform that I know about. I saw Ed's answer to someone about making a paragraph of medications into a list with numbers for Word, and I am hoping that someone can help me create a SH command (an IT command would work too, as I use both programs) to be able to format the paragraph into a numbered list so that when the doctor dictates either Next number or number next, I can just hit a few keystrokes and watch it go..
The way the list comes into my ASR/VR screen is like this:
MEDICATIONS: 1. Effexor XR, 225 mg p.o., daily. Next. Number. Depakote, 500 mg p.o. daily, Next. Number, Depakote, 1500 mg, p.o. q.h.s., Next. Number, Risperdal, 4 mg p.o. q.h.s. Next. Number, Klonopin, 0.5 mg p.o. B.i.d., Next. Number, Remeron, 15 mg, p.o. q.h.s.
The way the list needs to look is like this:
MEDICATIONS
1. Effexor XR 225 mg p.o. daily.
2. Depakote 500 mg p.o. daily.
3. Depakote 1500 mg p.o. at bedtime.
4. Risperdal 4 mg p.o. at bedtime.
5. Klonopin 0.5 mg p.o. b.i.d.
6. Remeron 15 mg p.o. at bedtime.
I have the command for converting p.o. q.h.s. into p.o. at bedtime.
What I am trying to do is execute a command in SH that will remove the Next. Number, or Number. Next from the paragraph, hopefully insert the corresponding number in, and put 2 spaces between the period behind the number and capitalize the first letter of each medication.
Right now, what I am doing seems to be a HUGE waste of time. I am copying the medication paragraph (or any such paragraph with those words in it) into Notepad, then I am using the find/replace function to find the Next number or number next, and then I am removing all of them from the paragraph. Then I am copying that back into the document, and numbering the list from there. This is really time consuming, and I am hoping that someone on this list will be able to give me an idea on how I can automate the whole thing, either with SH or with AHK so that I can cut down on how much time it takes to do this particular function of editing.
Of course, I would like to be able to adapt this entry so that it works for any place in the document that the doctor/NP, etc.. is saying Next number or number next, like the assessment/plan, diagnoses, etc..
Thanks so much for your help!