Hi Marc,

This is from Meditech http://www.meditech.com/prrw/pages/RWmbASvariables.htm

Report Variables

Variables set up within the object code of the report specific to the 
individual report.
Variable        Explanation
/R.CPI  The characters per inch defined on page one of the Enter/Edit Report 
routine.
/R.LPI  The lines per inch defined on page one of the Enter/Edit Report routine.
/R.CPL  The characters per line defined on page one of the Enter/Edit Report 
routine.
/R.PS   The page size defined on page one of the Enter/Edit Report routine.
/R.DATE         The date the user began running the report.
/R.TIME         The time the user began running the report.
/R.FOUND        This variable will have a value of one if the current record 
passed the report 
select criteria.
/R.HOSP         The application database report title as defined in the MIS 
Toolbox configuration.
/R.NEW.PAGE.PGM         The name of the new page program associated with the 
report. (.RP suffix on 
report name).
/R.PAGE.NUM     The current page number.
/R.TITLE        The report title defined on page one of the Enter/Edit Report 
routine.
/RW.URN         The name of the report. (Only set up on reports run from Report 
writer.)
/R.FRAGMENT     This variable will have a value of one if the report is being 
executed as a 
report fragment.
/temp   The temporary sort array based on user defined sort criteria.

Runtime Variables

Variables which store user responses to the selection criteria.
Variable        Operand         Definition
b.field.name    GE      Greater than or equal to
b.field.name    GT      Greater than
c.field.name    CO      Contains
c.field.name    EQ      Equal to
c.field.name    IG      Ignore
c.field.name    LS      Last value less than or equal to
c.field.name    NE      Not equal to
e.field.name    LE      Less than or equal to
e.field.name    LT      Less than
e.field.name    NC      Does not contain
c.field.name    LI      List
c.field.name    NL      Not in list
c.field.name    RL      Range list
c.field.name    CL      Contains list

System Variables

Variables which store information regarding an individual user's sign on 
session or job.  The 
variables are specific to the system.
Macro   Direct Reference        Explanation
@.appl  /.APPL  Name of Application
@.country       /.CNTRY         Country of MIS (US, CANADA, OTHER)
@.db    /.DB    Name of Application Database
@.device        /.DEV   User's Input Terminal
@.dir   /.DIR   Current Directory
@.facility      /.FAC   Current Facility in Multi-Facility System
@.job   /.JOB   Job Number of Process
@.logical.device        /.LOC   Location of User's Terminal
@.lookup        /.LK    # of Entries to Display in Lookup
@.menu.arg      /.MENU.ARG      Used by Menus to Pass Arguments
@.mis   /.MIS   Name of MIS Database
@.now   %Z.time.out(S(0))       Current Time in HHMM Format.
@.mri.pfx       /.MPX   Medical Records Prefix
@.on.device     /.PRT   Last Response to "ON DEVICE" Prompt
@.today         /.DAT   Current Date in YYYYMMDD Format
@.user  /.USR   User's Mnemonic


Hope this helps,


Howard Chase, RN
Senior Clinical Analyst
Androscoggin Valley Hospital
59 Page Hill Road
Berlin, NH 03570
(603)326-5669

Benoy, Marc wrote:
> 
> 
> Hello all,
> 
>  
> 
> I have been trying to find to no avail in the archives how to obtain the 
> report run time, date, user, and printer.
> 
>  
> 
> I would like to remove the banner from the report; however, I still need 
> to print the data somewhere else in the report.
> 
> Do you know the attributes for these computed fields?
> 
>  
> 
> Thanks,
> 
>  
> 
> Marc
> 
>  
> 
> *Marc Benoy RN, MS, MBA*
> 
> *Clinical IT Project Manager*
> 
> *301.552.8876 (Phone)*
> 
> *301.552.8181 (Fax)*
> 
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>*
> 
> * *
> 
> *Doctors Community Hospital*
> 
> *8118 Good Luck Road*
> 
> *Lanham, MD 20706*
> 
> * *
> 
> *Magic 5.61*
> 
>  
> 
> *CONFIDENTIALITY STATEMENT:  This communication, including attachments, 
> is for the exclusive use of addressee and may contain proprietary, 
> confidential or privileged information. If you are not the intended 
> recipient, you are hereby notified that any disclosure, use, copying, 
> dissemination, distribution or taking of any action in reliance on the 
> content of this information is strictly prohibited. If you are not the 
> intended recipient, please notify the sender immediately by return email 
> and delete this communication and destroy all copies.  Thank you.
> *
> 
> * *
> 
>  
>  
> 
> 
> ------------------------------------------------------------------------
> 
> =*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
> To subscribe or unsubscribe to the meditech-l, visit 
> http://mtusers.com/mailman/listinfo/meditech-l_mtusers.com
> 
> To check the status of the meditech-l, visit MTUsers.NET
> 
> For help, email [EMAIL PROTECTED]
> 
> Please visit and add information to the MTUsers WikiPedia at MTUsers.NET/mwiki
> ______________________________________
> meditech-l mailing list
> meditech-l@MTUsers.com
> http://mtusers.com/mailman/listinfo/meditech-l_mtusers.com

=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
To subscribe or unsubscribe to the meditech-l, visit 
http://mtusers.com/mailman/listinfo/meditech-l_mtusers.com

To check the status of the meditech-l, visit MTUsers.NET

For help, email [EMAIL PROTECTED]

Please visit and add information to the MTUsers WikiPedia at MTUsers.NET/mwiki
______________________________________
meditech-l mailing list
meditech-l@MTUsers.com
http://mtusers.com/mailman/listinfo/meditech-l_mtusers.com

Reply via email to