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 Suggestion

Posted By: Shelly on 2009-03-04
In Reply to:

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!


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
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.
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 ~
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.


 


Suggestion

I wouldn't be surprised if I've worked for the same company you work for.  I refuse to spend hours looking for something that may be near, if not impossible, to find.  The company and the dictator must have some responsibility for names and demographic information. IMHO we are paid to know what goes in between the demographics and the signature.  You have 2 choices here:  1)  Move on to another company that understands the concept of medical transcription or 2) If the problem is difficult dictators, take the time to learn them and become proficient in doing them.  Once you've mastered that, you'll be surprised that your production will actually increase as most of them have a pretty limited vocabular and they are likely to say the same thing over and over.  Save a copy of everything you can like the ROS and PE in a macro or your word expander and each time you do them  you will pick up a word or 2 until pretty soon you'll have the whole thing down pat and can just edit it for any changes.  Of course if you're lucky your QA will send you a copy of the report with the filled in blanks but don't necessarily expect it even if you ask for it.


Hang in there.  You can control your paycheck,  you just have to be willing to do whatever it takes even if it means finding another employer.


Just a suggestion....try going to
Universal Studios.....My sister lives in that area and always gives us season tickets to the different attractions.  When my son was younger, we would go to all those great places.  My preference has always been Universal Studios.  Great rides and attractions and the time spent waiting in line is WAY less.  You did say the Daytona 500 right?  Isn't that in February or March?  During that time of year just be prepared for massive crowds.  Hope you have fun.  I've included my email; I'll have my sis check out some places for you. 
Suggestion for you
Have you ever tried a keyboard skin?  They are made specifically for your make and model keyboard and I love mine.  I would probably have about 20 lbs. of cat hair stuck under my keys if it weren't for mine.  They also quiet the "click" of the keyboard, which I like.  They are very popular in police cars-- guess it keeps the coffee and donut crumbs out! 
Just a suggestion
Try Horizon Bank, they work with people with lower credit scores
my suggestion

Which is not Holy Grail 

ANESTHESIA:  Intravenous sedation in the form of 50 mg of Demerol and 75 mcg of fentanyl


Another suggestion
If you haven't already, I would certainly check all my Internet connection settings as this could make a difference if something is checked/not checked within your own settings.

Personally, I would first start by checking in Outlook Express, click on Tools, Options, Connection, Change,
Connections, Settings, Properties, Options, go down to Redialing Options, Idle Time Before Hanging Up, and choose Never in the drop down box. If this is not checked, perhaps this might make a difference.

Let us know what you find out, ok? :) Best of luck.
here's a suggestion
Since you already have one good account and have had that account for a number of years, perhaps you could put a 'bug' in their ear that you are looking for more work? I know doctors talk and sometimes I've landed accounts just by word of mouth from people I'm already working for. In other words, the doc hears another doc talking about needing an MT, etc., and then your name gets thrown out. Otherwise, it usually does just seem like you have to be in the right place at the right time. Don't give up!
Another suggestion, if I may? sm
emptyMT offers some great suggsetions! And, you can always use the old standby......a Home Depot, Lowe's, etc. There are always lots of guys around those and they're also very, very helpful!

Good luck, hon!
whose suggestion? .....sm

all we have to do is convert our massive growth of corn in this country into fuel.......and then we wouldn't have to tear up the Pacific NW-Alaska territories and then we wouldn't be so DANGED DEPENDENT on the MIDDLE EAST for oil.......


I also think Canada has a ton of oil and they are our friends - we should be doing far more oil business with Canada - where our dollar is better than theirs - and give them more business than we do now.


CORN is a surplus in this country........and can continue to be.


Another suggestion
Since you have little ones (boy, do I remember those days!), have you considered setting your schedule to accommodate their needs? Maybe you could try working early mornings and late evenings when they are asleep or when your spouse could watch them for you while you work?

Another suggestion
Where we work, they just expand the initials list to three characters adding a numeral after our initials when someone else had our initials already.  For example, if your initials were HH, and someone else already had those, you would become HH2.  Just another idea, it works for my company.
Thank you for your suggestion, but
why would I need to start a blog when this is the only place I post and I have every right to post here? If you'll notice, over 450 people have read this. I am a medical Transcriptionist and I will post whatever I want here. Everyone else does and you've never suggested they start a blog.
Thanks for the suggestion!
z
suggestion
Cymed is an outstanding company with beaucoup work and great people. Jobs are usually 300-400 lines long.

They've an 800 number which I don't have with me.
Just a suggestion
Perhaps American MTs should get together and form another association for Transcriptionist that is truly American or that is for MTs in the United States.  USMT Association. 
Suggestion
Ask your dr. for some samples of Sudal. They're chewables so even my 12 yr old takes them. It only takes one to dry you up.
I have a suggestion...sm
Just say NO to men with baggage. LOL!
Suggestion
How about selling the house and splitting the profit, sell the car, cancel the credit cards and depending on whether there is anything charged on them, split the bills. Get something in writing signed by a notary stating who is going to pay for what and hopefully if you ever have to fight him for his part of the deal a judge will side with your decisions, because he signed his promise in front of a notary. I went through a very easy divorce in a similar manner. The notary is just and idea, not legal advice and I dont know if it would even stand up in court, but its one idea.
thanks for suggestion.......I
went out tonight to Wal-Mart and bought new speakers called Altec Lansing, and they are powerful for their small size! It has both volume and tone controls, which most do not have! I always use my headset, which was not the problem, it was that 1 of my old speakers just quit working, so I could hardly hear the dictations, so you see, it DOES make a difference if your speakers really sound good or not.
my suggestion is

He'll live longer.


Another suggestion
When you first get over the causeway onto Jekyl Island, granted they have older hotels and condos, but when you go further in you will find very nice accomodations. Jekyl is more of a secluded family vacation spot. St. Simons is much more expensive, more restaurants, etc. They are both very nice, just depends on what you are looking for. As for beaches, Jekyl is where to go. I know, I live here.
Here is my suggestion - sm
Take emotion out of your decision and make your decision based on professionalism. Business is business and has no room for emotion.

If this could jeopardize your paycheck and account, than deal with it in a professional manner.

Good luck in your decision.