Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: IBJDF8H

IBJDF8H.m

Go to the documentation of this file.
  1. IBJDF8H ;ALB/RRG - AR PRODUCTIVITY REPORT (HELP);29-AUG-00
  1. ;;2.0;INTEGRATED BILLING;**123**;21-MAR-94
  1. ;
  1. HELP N IBTEXT
  1. F S IBTEXT=$P($T(TEXT+IBOFF),";",3) Q:IBTEXT="*END*" D
  1. .W !,IBTEXT S IBOFF=IBOFF+1
  1. W !
  1. Q
  1. ;
  1. TEXT ; - 'FROM Transaction Date' prompt (offset=1).
  1. ;; Please enter the beginning date in the range to be considered
  1. ;; in this report.
  1. ;; example: MMDDYY or 'T' = Today 'T+30' = Today + 30 days
  1. ;; 'T-30' = Today - 30 days
  1. ;; '^' - to quit this option
  1. ;;
  1. ;; NOTE: It is NOT possible to enter a future date.
  1. ;;*END*
  1. ;
  1. ; - 'TO Transaction Date' prompt (offset=11)
  1. ;; Please enter the ending date in the range to be considered in
  1. ;; this report.
  1. ;; example: MMDDYY or 'T' = Today 'T+30' - Today + 30 days
  1. ;; 'T-30' - Today - 30 days
  1. ;; '^' - to quit this option
  1. ;;
  1. ;; NOTE: This date MUST follow the date entered above.
  1. ;;*END*
  1. ;
  1. ; - 'Do you wish to print with Clerk name...' prompt (offset=21)
  1. ;; Enter: 'N' - To display clerk name
  1. ;; 'I' - To display clerk identifier (numeric)
  1. ;; '^' - To quit this option
  1. ;;*END*
  1. ;
  1. ; - 'Do you want to print the summary by Clerk?' prompt (offset=27)
  1. ;; Enter: 'Y' - Display summary by Clerk
  1. ;; 'N' - Do not display summary by Clerk
  1. ;; '^' - To quit this option
  1. ;;*END*
  1. ;
  1. ; - 'Start with Patient Name/Last 4 of SSN... ' prompt (Offset=33).
  1. ;; Enter a valid field value, or
  1. ;; <CR> - To start from the 'First' value of this field
  1. ;; '@' - To return field to null value
  1. ;; '^' - To quit this option
  1. ;;*END*
  1. ;
  1. ; - 'Go To Patient Name/Last 4 of SSN...' prompt (Offset=40).
  1. ;; Enter a valid field value, or
  1. ;; <CR> - To go to the 'last' value for this field
  1. ;; '@' - To return field to null value
  1. ;; '^' - To quit this option
  1. ;;*END*
  1. ;
  1. ; - 'Start with Insurance Carrier...' prompt (Offset=47).
  1. ;; Enter a valid field value, or
  1. ;; <CR> - To start from the 'first' value for this field
  1. ;; '@' - To return field to null value
  1. ;; '^' - To quit this option
  1. ;;*END*
  1. ;
  1. ; - 'Go to Insurance Carrier...' prompt (offset=54).
  1. ;; Enter a valid field value, or
  1. ;; <CR> - To go to the 'last' value for this field
  1. ;; '@' - To return field to null value
  1. ;; '^' - To quit this option
  1. ;;*END*
  1. ;
  1. ; - 'Run list for (S)pecific or (A)ll Clerks...' prompt (offset=61)
  1. ;; Enter: <CR> - To select ALL clerks
  1. ;; 'S' - To select one or more clerks
  1. ;; '^' - To quit this option
  1. ;;*END*
  1. ;
  1. ; - 'Exclude receivables referred to Regional...' prompt (offset=67)
  1. ;; Enter: 'N' - Do not exclude Receivables referred
  1. ;; to Regional Counsel
  1. ;; 'Y' - Exclude Receivables referred to
  1. ;; Regional Counsel
  1. ;; '^' - To quit this option
  1. ;;*END*
  1. ;