Home     Contact Us    
Main Board Job Seeker's Board Job Wanted Board Resume Bank Company Board Word Help Medquist New MTs Classifieds Offshore Concerns VR/Speech Recognition Tech Help Coding/Medical Billing
Gab Board Politics Comedy Stop Health Issues
ADVERTISEMENT




Serving Over 20,000 US Medical Transcriptionists

word expansion

Posted By: Kathie on 2006-08-25
In Reply to: Word Expander Programs - Are there any expander programs that are easy to use and learn - Dixiegirl

By MS Word expander, I guess you mean the one built into Word. In addition to this, I make my own "normals" and just copy and paste them into a Word document to retrieve when I need them.


Complete Discussion Below: marks the location of current message within thread

The messages you are viewing are archived/old.
To view latest messages and participate in discussions, select the boards given in left menu


Other related messages found in our database

Word Expansion Programs
I am trying to get a general idea of the best/worst Word Expansion programs available.  What do you use and how does it compare to others?  I know of Shorthand, PRD+, MedBrain, and good ol' Auto Correct.  Please give me your opinions.  Thank you very much ~
Word Expansion Suggestion
I was wondering what is the best to different in expansions between laparoscopy, laparoscope, laparoscopic, arthroscope, arthroscopy, arthroscopic. Does anyone has any suggestions? I use the Expander in Word. Thanks so much!
Pros & Cons of ESP word expansion program?
Does this work pretty well? (I have Word 2002)  I'd like not to have to buy any software.  Any opinions on ESP?  Any other Word-compatible programs that work well, also?
Get a decent word expansion program like PRD or Shorthand sm
autocorrect is very limited.  If you want to make money, your really need a good expander.
If you don't have an expansion program, you can put stuff in Word in your AutoCorrect/AutoText un
s
It's only when I use an expansion
at the beginning of the sentence that I can't get it to automatically capitalize the first letter. I have the auto-cap option checked and it works for regular typing. I have been planning on getting Instant Text forever now and just keep putting it off. Probably going to do it soon because this is driving me crazy. Thanks.
expansion, expansion, expansion
Use your expansion tools. I have just about every acronym under the sun set up into my expansions. It really helps.
Expansion help
I have a great primary account, make usually more than 2000 lines a day, and I have several of the same docs who say the same things repeatedly, so I have their "normal" ROS or PE set up as an expansion.  I make sure to proof those really well for changes.  And I have any phrase that is three words long as an expansion.  Like ctax for clear to auscultation, rrrx for regular rate and rhythm, etc.  And if a word is long, like hepatosplenomegaly, I make an expansion for it with hsmx.  You just need to play around and see what you come up with...
Not for what it does besides just text expansion.
xx
I don't use DocQscribe nor do I know what the expansion

formula looks like, but if you can open it up in Notepad and manipulate the formula to look like this, tp=the patient, then you can import them into EXText.  I don't have my EXText in front of me so this is from rough memory.  Once you have your expansions in the above formula, save them in Notepad on your desktop.  In EXtext click on Options, Import file from Text(?), in the drop down box click on Desktop, click on your saved list, put an = sign in the delimiter box, click on Ok or import or whatever the next step is (lol...told you it was from rough memory).  Once these are imported you'll need to save your ESP list.  It is really simple to import once you have your expansions in the right formula.  I'll check back here in a little bit and answer any questions I can.  I'll be working tonight and may be able to give better step-by-step instructions once I have the actual program up and running.


CW


In the box where you would normally put your expansion text. n/m
.
text expansion?
I was wondering if anyone can recommend a good text Expander program. I have never used one before, and there are so many out there, I am just looking for some advice as to what might be a good one, easy to use, for a person who has no experience with text expansion. Any advice would be much appreciated. Thanks!
I go to alt-E and bring up the expansion menu sm
then I add a new header in there. That way, the new header created will be saved and usable in future reports. Maybe there is a better way - I do not claim to be a DQS genius, but this does work for me
Normals in Expansion File
Just be aware that your company may have set a size limit for individual expansions to prevent transcriptionists from making "normals" that are not really normal, that is, not always exactly what the doctor says.
Why not add them to your expansion software with different endings? Like
s
Should expand when using the period after an expansion - sm
Shorthand should expand when you use the period after an expansion. For example... I have "tpi" as "the patient is" -- and if I type "tpi." I will get the patient is. (including the period)
Newbie expansion software help

Yikes! I need expansion software help. Can someone tell me how Instant Text works? Do I need to enter words into the program to in order to use it? I have downloaded a free trial of ShortHand for Windows, but it doesn't come with very many words. How does a newbie MT use expansion software if it doesn't have any words in the glossary?


Sorry, I know this is very basic. Unfortunately my MT program has not covered this, and I'm not trying to figure it out!


Thanks in advance!


 


Just wondering which expansion program you use? *nm*
*nm*
For those who use Shortcut expansion program...
I have been a ShortHand user for the past 2 years and prior to that Smartype. I need to try ShortCut to see if I can get it to work in CS.net (Chartscript) since my Shorthand does not. But before I download the trial version, I wanted to find out: Does it also offer a "suggestion window" like Shorthand...like a preview window to see that the expansions are as you type? I relied on that with Shorthand (and Smartype) and hate to give that feature up. (I can't afford Instant Text)
Better yet, if it's REALLY good, make an expansion for it. sm
Especially with op notes ... once you get a feel for a dictator's normal patter, whether that be an operative procedure, ROS, PE section, closing, or whatever, make a shortcut/expansion for it ...

I do the same thing for letter addresses, since the same addressees seem to keep popping up over and over (i.e., docsmitha would bring up all of the Smiths I have saved with a first name starting with an A) -- saves a lot of time in the long run.

Wow, getting far afield from the original question here; I must need that first cup of coffee.
ctrl+space will prevent expansion.

A bunch, can't really guess. But don't use something just for expansion. You need it to preven
s
I use an expansion that puts the numbers and stop
x
I find Ctrl/X stops the expansion. nm
s
Google xyz method of expansion use. Easy
x
I've just started using SH, where do I set expansion with normal punc...nm
x
go into expansion and delete "phantom space" by backspacing....
nm
I had all those dang ages in my auto correct before. The whole 90-year-old expansion. nm
x
macro to import expansion list into MSWord Autocorrect

Here is my macro that will import your expansions into MSWord.  Your list needs to be in the following format for this macro to work:


tp=the patient


copd=COPD


chf=CHF



There needs to be a hard return at the end of each entry.  If you have any expansions that contain an equal sign or a hard return, you will need to enter those into your autocorrect manually.  Here is the macro:


Sub Add2AutoCorrectList()
Dim AddName, AddValue As String
Dim W, C, A, L, Y, T, N As Long
Dim CountWords As Boolean
Selection.WholeStory: Selection.Collapse
N = ActiveDocument.Words.Count: C = 0: A = 0: T = 0
ScreenUpdating = False
While N > 0
x = Selection.MoveEndUntil(cset:=("=), Count:=wdForward)
    If x = 0 Then
        End
    End If
Selection.MoveEndUntil cset:=("=), Count:=wdForward
AddName = Trim(Selection.Text)
L = Selection.Words.Count
With Selection
    .Delete: .Delete
    .MoveEndUntil cset:=Chr$(13), Count:=wdForward
End With
AddValue = Trim(Selection.Text)
Y = Selection.Words.Count
AutoCorrect.Entries.Add (AddName), Value:=(AddValue)
Selection.Delete , Count:=2
T = L + 2
N = N - T
C = C + 1
A = A + 1
If N < 1000 Then
ScreenUpdating = True
N = ActiveDocument.Words.Count
End If


If A = 100 Then
Application.ScreenRefresh
'ScreenUpdating = True
StatusBar = N & " " & C & " " & " entries processed!"
A = 0
End If
Wend


  
End Sub


One word of warning:  When I posted a line counting macro here some time ago, I could not get a quote mark in the code to post, so the macro as posted would not work, and I had to followup with a post explaining how to correct that.  This macro is a bit more complicated than the other one was, and although I will look at the code as soon as this posts, if it doesn't come through perfectly, and you don't understand my corrections, you can e-mail and I will send it to you.


Also, I wrote a companion macro that will list your autocorrect into a document so that you can import it into another computer or just keep it as a backup in case you lose your normal.dot.


 


Microsoft Word.. The oold Word used to do this and I'm new to 2003 Word..nm
/
If you picked the correct Word version at installation, if you pull up a blank Word page & do an inc
s
Sorry, but your schedule doesn't justify making up your own rules. Use the word board for word q
nm
I simply used the word as the point of reference. If I had referred to someone AS 'that word'

your read my post that said we are all just people no matter what color we are?


Info/help on open Word 2007 docx with Word 2003.

I have a friend who sent me a document with .docx extension, presumably Word 2007. I can open it in Word 2003; however, all I see are musical notes and highlighting, no text (this is a document with words and highlighting only, no pictures, music notes, etc.). I tried to open this with Notepad and only see the usual gibberish.


I know I opened another 2007 Word doc before and I remember seeing the converter load at that time but that was probably a year ago. Is there something that has changed that I'm not aware of?


Darn Microsoft.


Is any one running ExText with Word 2000 and EditScript with Word 2003 sm

I am interested to know if anyone is running two platforms with a different version of Word on one computer.


I am running eScription's ES with Word 2003 and want to run ExText but their version of Word is 2000.  Has anyone done this or doing it now.  If so, have you run into any problems. 


I can't seem to get a straightforward answer from the Techs at either company.    I can't just load ExText and jeopardize it interfering with eScription. 


I am interested to hear any and all comments.  Thank you so much in advance for any help!


 


it is attached to your version of Word. Open Word and it'll be on your tool bar. NM
.
I type the letter "l" in IT and the word cholelithiasis is my word selected?Why?
I want to get rid of this. Entered left again but it is still giving me cholelithiasis as the only word option to select from.

This is why I find this program crazy. Everytime I sit down for the day, there is a whole new experience with it!!! I have to stop and think before each word!!!
How do you make fields in Word Perfect like in Word? I'm drowning out here
in new keyboard commands, macros, etc.  Thanks.
In the future, please post word questions on the Word board.
i
Can you use the Word autocorrects or only Smartype? What about the Word auto text? tia nm
/
Word AutoText, AutoCorrect, and Spellchecker, and other Word features
I have just started working for a company that uses Word (my previous experience was HTML-based and had its own autotext and spellchecker).

I have never bought medical spellcheckers nor Instant Text, especially that I have learned a lot from posters here that one could use the autocorrect feature for long words/phrases/paragraphs/templates. I have heard of people saying autocorrect was not meant to be used for such.

I have been browsing some features of shortcuts in Word (using the Assistant), and have discovered that it has AutoText. I tried it by highlighting a whole document (canned procedured), then hit Alt+F3, assigned a code, and voila! I have a template that readily inserts into an open Word document by typing the code and hitting Enter.

Also, I have learned that I can insert empty fields (for variables in my templates like BP/HR/RR/Temp values by hitting Ctrl+F9, then when I have inserted the autotext for a template with such empty fields, I can readily jump from one field to the next (to fill them up with values) by hitting F11 (or Shift+F11 to go to previous empty field).

We do know that many dictators want us to type verbatim even for running sentences, so that I have found the Spelling and Grammar checker feature of Word quite cumbersome. I discovered tonight that I could use just the spellchecker feature by clicking on Tools > Customize, then under Categories, select Tools; under Commands, select Spelling. I dragged that onto my tool bars so I can do a quick spellcheck. Cool thing was, the previous documents I have made with new drug names, etc., which I have spellchecked using a non-Word program, were automatically included in its database (so I do not have to re-enter them as I begin to utilize this feature). Drawback: I could not make a shortcut key for this (have to use the mouse again!)

Then I made my OWN keyboard shortcut for autocorrect by going to Tools>Customize>Keyboard (click on button then another window appears), Under Categories, choose Tools; under Commands, choose AutoCorrect. Under Press new shortcut key, assign the shortcut you want (F key, Alt or Ctrl + desired key), then click on Assign button.

Well, that is all I can share for now. I have learned a lot from posters here, and I hope I have added some info, especially for Word users like me who can be categorized as average.javascript:editor_insertHTML('text','');
javascript:editor_insertHTML('text','');
Qa sent me 2 corrected report. One had hypenated word changed and other had same word
p
why on 1 computer for the same report would the word count be different in Word? (inside)
Like on 1 computer with word the document was 27000 character counts w/spaces

and the other computer (the one i type this account on says 13,000. How can there be such a difference with Word being the same? I am baffled.

Please post word questions on the Word board.
mm
Please post word questions on the Word board.
/
Post word questions on Word board.
/
Please kindly ask word questions on the Word board. Thank you.
/
How do they define a word? Is it characters? Is it the MS Word definition
of a word? You can fit approximately 500 words on one page of typing. It's about $.055 per line, or $2.75 per page. It's up to you. It's not great, but you are a newbie. If you don't have any other offers out there, try it for a while to gain some experience.
Switching from Word 2000 to Word 2003...
Has anyone upgraded from W2000 to W2003? If so, did all your autocorrect entries and normals transfer easily? I would like to upgrade but don't want 2 lose my shortcuts and expanders! TIA

Please post Word Help and s/l questions on Word Help Board.
//
Word/terminology assistance goes on Word board. (SM)
Please use boards appropriately.

Moderator