All messages should be posted in plain text.  HTML will be converted to
attachments.    The meditech-l web site is MTUsers.com
======================================

We are Magic 5.5 and the calculation we use for age,sex,and race is:

[f lres curr res]^CREAT,
[f lsp age]^AGE,
IF{[f pt sex]="F" 0.742;1}^PS,
IF{[f pt race]="AAB" 1.210;1}^PR,
IF{AGE<18 "ND";
186*[f fcn power](CREAT,"-1.154")*[f fcn power](AGE,"-0.203")*PS*PR};

Fariborz Peyjam
Senior Systems Analyst - Clinical
Mount Sinai Hospital
Chicago, IL
Phone: (773) 257-5257
Fax:     (773) 257-2268
email: [EMAIL PROTECTED]
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stewart,Laura
Sent: Monday, May 22, 2006 10:56 AM
To: [EMAIL PROTECTED]; [email protected]
Subject: RE: [MEDITECH-L] C/S need help with GFR calculation

All messages should be posted in plain text.  HTML will be converted to
attachments.    The meditech-l web site is MTUsers.com
======================================

Here you go:
 [f lsp age]^AGE
 IF{[f pt sex]="F" 0.72;1}^PS
 186*[f fcn power](CREAT,"-1.154")*[f fcn power](AGE,"-0.203")*PS^RES,
 IF{CREAT<0.1 "NOCALC";
   
  AGE<18 "NP";
  RES>60 ">60";
  RES};

We do not calculate for race. If you need that in your calculation, I
will try and find it for you.   Laura Stewart

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Janice Seiler
Sent: Friday, May 19, 2006 11:35 AM
To: [email protected]
Subject: [MEDITECH-L] C/S need help with GFR calculation

All messages should be posted in plain text.  HTML will be converted to
attachments.    The meditech-l web site is MTUsers.com
======================================


_______________________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l


_______________________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l

Reply via email to