A community of 30,000 US Transcriptionist serving Medical Transcription Industry
I need some real input. I did my research on this field and went to one of the best schools. I work hard and do excellent work. I've been doing this for almost a year, and I want to know when I'll reach minimum wage. I get 7.5 to 8 cents a line. I am technically full-time, but they don't always give me enough work.
I worked for one company that couldn't keep me busy enough, switched companies, then decided to work for BOTH. According to the reasearch I did, the middle 50% of MTs supposedly makes $13 to $18 and hour. That's what I got into this business to make!
Some days I work 12 hours. I am sending out applications for office jobs now because I cannot work myself to death for $250 a week.
I'm REALLY curious if anyone every really makes good money at this, and how long does it take to work up to it?
If you go to Amazon.com you can find very complete manuals for every version of word that will tell you how to do fully utilize word which which include many useful features with fields and styles, etc., in addition to a powerful macro language. These manuals will also include instructions visual basic macros -- how to write as well as record macros.
Here is a simple macro I wrote to add to autocorrect quickly (I have written one that is much more powerful than this, but it is too long to post here) but this will serve as an example of the kind of macro that you can write with word. I thought it might be useful to post it in this thread since there is some discussion about improving productivity with aggressively adding to autocorrect. (You need to paste this into your normal.dot or better yet, to a add-in template, and then assign to a shortcut key. )
Sub SimpleAutoCorrectAdd()
Dim ShortCutString, ExpansionString, Checkstring, Title
Title = "WordExpress Transcriptions AutoCorrect Utility"
ShortCutString = InputBox("Enter shortcut phrase", Title)
ShortCutString = Trim(LCase(ShortCutString))
If ShortCutString = "" Then
End
End If
ExpansionString = InputBox("Enter expansion phrase", Title)
Checkstring = Trim(ExpansionString)
If Checkstring = "" Then
End
End If
On Error Resume Next
AutoCorrect.Entries.Add Name:=ShortCutString, Value:=ExpansionString
End Sub
Here is another example of the kind of macro that you can write once you learn a little about visual basic. This macro simply displays the autocorrect dialog box, so you don't have to use the mouse to open it -- this should also go on a short-cut key.
Sub show_AutoCorrect()
Dialogs(wdDialogToolsAutoCorrect).Show
End Sub
PS: Only paste the code in italics into your normal.dot.
Lily,
Apologies for my longwindedness.... your post really struck a cord with me. I figure I can be optimistic or be honest in regards to your plight. I'm going for honesty.
If you were my daughter, I would tell you to run like the wind, find a dependable career with a company that gives a rats-ass about your financial and spiritual well-being. In fact, I about fell off my chair when my 14-year-old even hinted at the suggestion that she might like to do what I do when she grows up. I took up this career for one reason only... I was suddenly a single mom with 3 young children, and to that end, it has served its purpose well.
When I started out as an MT 20 years ago, after many months of going to school and training with a professional, I was being paid by the line exactly what you are being paid now. That right there should tell you a lot. I now type 150+ wpm and can edit 300 lph, consistently and accurately making 99% to 100% on all of my audits - and yet, I can't make a living at this job anymore. I used to be paid $18/hour as an MT - not by the line but by the hour. It was at that company that I moved into editing and training, and I was paid $24/hour for that position for several years, had all the wonderful benefits one would expect working at an on-site job, etc. Sadly, the company folded when the owners became ill and we all lost our jobs, and it's never been the same since.
Here's what happened to the transcription business... there was one ass who lied about their hours worked, one ass who lied about their line counts, essentially stealing from the companies I've worked for.... one freaking bad apple spoiled the beauty of this business for all of us who were honest and diligent and conscientious about our jobs. Not to mention the greedy online companies that are in this business now for the almighty buck and not for the welfare of the patient - and by that, I'm referring to the several companies with whom I have been gainfully employed over the years, only to be outsourced to the very people I had unknowingly trained as my replacements.
I'm not trying to force any bitterness on you, please don't get the wrong impression -- I would continue working at home as an editor until the day I died, if only I could make a living at it anymore.
If you are determined to stay in this business, my piece of advice echos that of another post - find a job in a hospital or clinic setting. There, you will be paid a dependable income, probably by the hour even, and you will be offered the benefits of paid holidays, vacation, sick pay, 401K, etc. You might even be able to work a deal after a while of employement with them to work some days at home. Yes, there are jobs online that advertise those things, but every one of them that I personally have worked for requires unrealistic goals in order to qualify for the benefits. And they know it's unrealistic - that's why they do it... so they don't have to fork out the benefits.
Best wishes to you with whatever you decide. I've sacrificed having little to no social contacts with the outside world for 20 years aside from whatever sports or school activities my kids were/are still involved in. It's a sacrifice I was willing to make in order to be available for my children when they were much younger. I truly have enjoyed more than half of that time spent in this business, but it's a different world now and I am looking for a new path. I'm thinking a waitress at Applebee's probably pays more and is less physically and mentally exhausting than being in the MT/editing business nowadays.