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

What does .06 per STRICT line mean?

Posted By: nm on 2007-09-01
In Reply to:




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

No, we are very strict about
what she wears and I buy most of her clothes and she wears a uniform to school.  I tell her it is the signals she sends out.  Again, she is a beautiful, talented girl (and I am not just saying that because I'm her mother).  I think she has even lost some very GOOD friends because of her actions.
No, you are not the only one. I am pretty strict with my two also.
In bed by 10:30 pm, only 1 hour on the computer other than homework, and curfew, absolutely! 12 midnight on weekends, not allowed out on school nights unless they have sports, and I usually attend them, so I know where they are.

I say, if they don't like me then I am doing a great job as a parent. I am not their friend, I am their mother. When they get older, mature, and settle down with a family, then I will be their friend and always their mother!

If have found parents who are popular with their kids, are trying way too hard to be their friend and not their guiding and loving parent!


Very strict rules for woman
from what I have heard. Make sure you check out the culture there pertaining to women.
I knew the MTSO would be more strict

I know they have to be to be competative, one of the reasons I took the job was for a challenge.   I didn't know they were be quite so nitpicky.  Welcome to the real world of MTSOs.  I have worked at the hospital for 8 years.  They are very laid back.  They really don't care as long as you don't totally slaughter it, as in giving a patient a balogna amputation instead of a below  knee amputation.  The MTSO doesn't pay as well and the benifits are not as good but I have learned a lot from them. 


The hospital is sending me home temporarily until the weather clears. Maybe I can convience my boss I can be much more productive here than there but I doubt it.  She has a power trip.


Companies have some strict exp rules...sm
I have the problem of less than 2 years exp. Also I speacialize in clinic general surgery so they say you don't have acute care exp so they don't want you. Sometimes it sucks when nobody is willing to give you a chance.
The same thing is about to happen to my friend. The hospital she has worked at for 10 years is about to most likely outsource to Spheris. There goes her job unless something changes.
in the case of STRICT VERBATIM accounts
one should NEVER add extra verbiage -- it can, however, be altered as previously suggested to: Demerol 50 mg . . .

May sound silly but strict focus
will help you proof as you transcribe... Take short breaks fairly often to keep this from being too intense. I sometimes silently "say" (repeat to myself) what I'm hearing to make sure I "see" it on screen...
Word Macro to count Lines Strict inside

Hi,


The solutions others gave are good, but if I just needed to get the number of lines with typing (and don't need an invoice or a report), I'd use a Word macro.


The other solutions offered have this drawback: If the body of your document contains tables, the count Word gives you is vastly inflated, for Word counts each cell in that table as a line. This is not what the eye sees, and becomes problematic when you try to justify such to your client.


Below is a macro for counting what we at Emmaus call Lines Strict. (i.e. Lines with typing on them, vs Lines Extended that includes the blank lines).


To use it, copy from Public Sub through End Sub, and paste it into your macros along with your other macros. Easiest way of doing this is (after you have copied the appropriate lines):


1. Click Tools | Macros, and select an existing macro.


2. Click the Edit button.


3. Once the Visual Basic Editor opens, press Ctrl+End to move to the bottom.


4. Paste the clipboard contents.


5. Click File | Compile Normal. (If you've pasted things that don't belong, it won't compile.)


6. Click File | Close and Return to MS Word.


Merry Christmas!
vJoe
http://www.mpword.com


OOPS! I looked at the HTML code after I pasted the code into the editor on this board, and it added things that when pasted into the Visual Basic Editor in Word will not compile. Here's the code if you want to retype it, but pasting won't work. If you send me an email, I'll attach the code into a .txt document, and you won't have any problems.  vjoet@attglobal.net


Public Sub GetLinesStrictCount()
    Dim CharsStrict As Long
    Dim Count As Long
    Dim ParaswBlanks As Long
    Dim ParasWOBlanks As Long
    Dim LineswBlanks As Long
    Dim BlankLines As Long
    Dim LinesWOBlanks As Long
    Dim NumOfTables As Long
    Dim NumOfRows As Long
    Dim TableRowCount As Long
    Dim x As Integer
   
    TableRowCount = 0
    NumOfTables = 0
    NumOfRows = 0
   
    ActiveDocument.ComputeStatistics (wdStatisticCharacters)
    ActiveDocument.ComputeStatistics (wdStatisticLines)
    CharsStrict = ActiveDocument.BuiltInDocumentProperties(wdPropertyCharacters)
    ParasWOBlanks = ActiveDocument.BuiltInDocumentProperties(wdPropertyParas)
    LineswBlanks = ActiveDocument.BuiltInDocumentProperties(wdPropertyLines)


    NumOfTables = ActiveDocument.Content.Tables.Count
    If NumOfTables > 0 Then
        For x = 1 To NumOfTables
            With ActiveDocument.Content.Tables.Item(x)
                NumOfRows = NumOfRows + .Rows.Count
            End With
        Next
        TableRowCount = NumOfRows
    End If
   
    If CharsStrict > 0 Then
        ParaswBlanks = ActiveDocument.Range(wdMainTextStory).Paragraphs.Count
    Else
        ParaswBlanks = 1
    End If
       
    If LineswBlanks > 1 Then
        LineswBlanks = LineswBlanks + 1
    End If
   
    If ParaswBlanks = 1 And ParasWOBlanks = 1 Then
        BlankLines = 0
    Else
        BlankLines = ParaswBlanks - ParasWOBlanks
    End If
   
    LinesWOBlanks = LineswBlanks - BlankLines
    Count = LinesWOBlanks
   
    MsgBox "Lines Strict (with typing) = " & CStr(Count + TableRowCount)
End Sub


 


 


A gross line is anything on a line is a line. A line set at 65 characters means it sm
has 1-inch margins on each side. The maximum number of characters on that line would be 65 and that includes spaces. If there is 1 character on that line it is a line.

A standard 65-character line usually consists of 65 characters with spaces unless, of course, the employer does not pay for spaces and then it would be 65-characters without spaces.
Anything on the line makes up a line even if just one letter or number. Every line of print is a
s
Gross line = each line on page counts as a line, even if it's only 1 word. nm
x
Gross line means anything on a line is counted as a line.

You can get an idea in the difference using documents you have already created, assuming you're working in Word. Simply open a document and check the properties. Click on the statistics tab and you will see the number of lines as well as characters with and without spaces. If you're currently getting paid by the line and a line is 65-characters with spaces, do the math and see how that number of lines compares with the number of lines in your stats.


One thing to keep in mind: if you have a blank line between paragraphs, instead of hitting the enter key twice, format your document to give the appearance of blank lines between paragraphs.


Gross line, also including blank lines because my line rate is so low. It all works out in the wash.
x
$.06 gross line / .70 = approximately $.0857 cents per 65 character line.

A gross line is anything on a line versus 65 gross characters per net line the other way.  You make more money working for the gross line than for the 65 gross character line, as long as the line rate's OK.


A gross line is any line with typewritten characters on it - no matter how long or SM
how short.  So your gross lines may be longer than 65 characters, but you get credit even for a line as short as "Sincerely,".  If your gross lines are not being counted that way, then you are not being counted on gross lines and are probably getting screwed.  I'd look into that if I were you.
Yes if gross line or 65 character line with spaces....Good Deal!!! nm
x
1) do you have a contract stating line counting and line rate,sm
if you look at the IRS website it's pretty clear what constitutes IC versus SE versus employee. You might want to photocopy that along with a copy of your contract with your next invoice and also put on the invoice any monies due from past invoices they "changed"...maybe catch more flies with honey than vinegar. Good luck!
New England, 16.50/hr, 8 cents a line after minimum line count..
full benefits available with general contribution by the hospital before you start paying for them, retirement, 403b, all benefits, and working at home as an employee, BUT, you have to live local to the hospital.
I changed my line to a business line, talked to a supervisor sm

at SBC, told him what I was using the service for, and got the okay to use it -- $49/month unlimited. 


I have also used The Neighborhood, and their unlimited is truly unlimited.  I also explained to them when I signed up what I was using it for and their comment was "unlimited means just that -- unlimited, no matter what."  I cannot remember how much they were, but it might be worth checking into for you.  (www.theneighborhood.com)


 


Good luck!


What is the average line/hour for a 65 character line with spaces? NM
.
Curious, do most IC's usually charge by the gross line or 65 character line?
Thank you~
it certainly is not pay worthy at 4.5 line or 3 line. I know the companies cram it down our throats
nm
That still is not a paid line rate. If your base is $0.10 per line, it will be $0.08 cpl.
Considering other companies pay 4 or 5 cents per line for VR - you are still making out.

Question about what is PAID for a line and what is BILLED for a line
Does the MTSO actually bill for headers, footers, and other things the transcriptionists are not paid for?  I worked for a company a while back and their copy of what each Transcriptionist typed the day before and our copy was a lot different, about 30% different.  Their copy was the billing copy. So, double their enhanced amount and subtract our 9 cents a line, it comes to a bigger profit than what I thought.   
What's the diff between a gross line and a 65-char line?

Mebbe just got my first OWN ACCOUNT YAY!  He said to charge him the "going rate" since I pay him that.  This could be the start, baby!  (I hope)



A gross line is any amount of characters on a line

for instance...


MEDICATIONS:


Effexor


Prevasid


 


A 65 character line without spaces is black marks on the page only and 65 w/spaces is everything... tabs, spaces, numbers, letters, bold, etc.


 


 


that should be "up .02/line" NOT up "to" .02/line. geez. nm
x

Gross line versus character line....Sm please

I am thinking of taking a job that pays by the gross line and not a 65-character line.  I have never worked this way.  Does this literally mean if there is one little word on a line you get paid for it?  I have not pinned her down on a line rate but I am just thinking I am going to be comparing apples to oranges and am wondering how to accomplish that. 


Thanks for any help!


gross-anything on line counts as line,even one word
xx
gross line is anything on a line, even just your initials. sm

spaces really don't matter in a gross line count.


 


But that's a GROSS line, not a 65 character line.
So a newbie would have no problem at all hitting 150 lines per hour.  A gross line is any line with a printed character on it.
Which is better? Gross line or 65 character line? It's
nm
I don't make 0.08/line.. I work for no less than .13/line. nm
.
IC, by line, 68-72 character spaces/line
@
I would go with the line rate. At less than 9.5 cents per line sm
I make $30 an hour.  I would never transcribe for $15 an hour, for anyone.
7.5/gross line or 10/65 char line?
Anyone have any idea which would come out to more?  TIA
A gross line may be close to 65 ch.pl but she said line
z
Anything on a line (even just initials) is considered a line.
I prefer to use the 65-character line count (including spaces).
gross line and character line
I am an IC currently doing one doctor who pays me by the hour but I will be starting another doctor soon and he will be dictating differently so I was going to charge him per line.  What is the difference of charging gross lines or per 65 character line?
Gross line is anything on a line is a line
so if there is just one character, it is a line. Font definitely makes a difference though particularly if there are true type fonts involved. That's one you have to be careful on and insist on fixed fonts.
Just do a gross line - anything on a line is a line. sm
I use Abacus - free line counting software.

The bottom line is doesnt matter what they pay if there is no work you make no money. Bottom line.
:
What is a 55 char gross line compared to a 65-char line including spaces?
t
You need to watch your line count. I was working for them and got reports that had line count of 0
You need to watch your line count. I was working for them and got reports that had line count of 0 in them. They did not pay for templates, they would deduct the template even if it was not used and deleted. I notified them and said they could not change it.

So I asked to be put on another account and they refused. I quit.

I was also promised they would have an incentive plan going into place if you type a certain # of lines. Two years went by and nothing.

I was really disappointed in OSI.

They also offered to pay half on joint AAMT, which they failed to do.

I am glad I am no longer there.
Quick question! Is 10 cpl with benefits at 74 character line better than 9 cpl at 65 character line?
Thanks
I appreciate your responses. I had an option of line vs hour ($14/hour) but if line pays more...nm
nm
I believe if you use the BCC line and not the TO line when sending...
.. then it only shows the recipient's email in the TO when they recieve it.  It is a way to safeguard the other employee's personal information.  ;)
A gross line IS a gross line regardless if it's 90 characters long or 1 character long... SM

I'm very sorry that your lines are 90 characters line and you get paid by gross lines.  You are cheating yourself - that's not my fault.  You cannot change the definition of a gross line.  So I gues I'm not understanding what you are trying to say.  Now if you are trying to say that your line equals 90 characters and that's how you figure your lines, than you are not using gross lines.  You have defined a line to be 90 characters, whereas most MTSOs define a line as 65 characters.  If that is the case, then I must say again, you are cheating yourself.


So which is it, do you get paid by gross lines or by a 90 character line?


65-gross line vs.65-gross character line

Can someone explain the difference between these two?  I am assuming that the gross line is better than the gross character line.  How much better is being paid by the gross character line than just by the standard 65-character line?  Does anyone know how much difference it would make in dollars and cents?


Thanks.


They pay 0.04 per line.
What more do you need to know? Sure, they're happy to hire newbies because they pay them slave wages. You can do better.
Pay per line
Patti -

Do you mind my asking what area you live in? Just general. I find as an IC in my area, Ventura County, California, it is difficult to even get 11 cents a line now! Doctor offices bitch that it's too much and mind you, I live in an expensive area of Ventura County, California, and it seems the more expensive the area is, the worse the pay is for transcription. Would like to know if you are outside of California. Thank you in advance.