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

IBJDF7H.m

Go to the documentation of this file.
  1. IBJDF7H ;ALB/MR - REPAYMENT PLAN REPORT (HELP);14-AUG-00
  1. ;;2.0;INTEGRATED BILLING;**123,240**;21-MAR-94
  1. ;
  1. HELP W ! 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 ; - 'Sort Patients by (N)AME... ' prompt (Offset=1).
  1. ;; Enter: 'N' - To select and sort patients by name
  1. ;; 'L' - To select and sort patients by the last 4
  1. ;; of the SSN
  1. ;; '^' - To quit this option
  1. ;;*END*
  1. ;
  1. ; - 'START WITH PATIENT...' prompt (Offset=8).
  1. ;; Enter a valid field value, or
  1. ;; '@' - To include null values
  1. ;; '<CR>' - To start from the 'first' value for this field
  1. ;; '^' - To quit this option
  1. ;;*END*
  1. ;
  1. ; - 'GO TO PATIENT' prompt (Offset=16).
  1. ;; Enter a valid field value, or
  1. ;; '@' - To include only null values, if 'Start with'
  1. ;; value is @
  1. ;; '<CR>' - To go to the 'last' value for this field
  1. ;; '^' - To quit this option
  1. ;;*END*
  1. ;
  1. ; - 'Current or Defaulted Repayment Plan...' prompt (Offset=23).
  1. ;; Enter the type of Repayment Plan to be listed:
  1. ;;
  1. ;; 'C' - To Current Repayment Plan
  1. ;; 'D' - To Defaulted Repayment Plan
  1. ;; 'B' - To Both (Current and Defaulted)
  1. ;; '^' - To quit this option
  1. ;;*END*
  1. ;
  1. ; - 'Minimum number of days defaulted:' prompt (Offset=32).
  1. ;; Please, enter the minimum number of days defaulted on a payment
  1. ;; for a Repayment Plan to be considered defaulted. The Repayment
  1. ;; Plans with no defaulted payments or that defaulted fewer days
  1. ;; than the number entered here, will be considered current.
  1. ;;*END*
  1. ;
  1. ; - 'MCCR or NON-MCCR Receivables..." prompt (Offset=39).
  1. ;; Enter the type of receivables to be listed:
  1. ;;
  1. ;; 'M' - To MCCR Receivables
  1. ;; 'N' - To NON-MCCR Receivables
  1. ;;
  1. ;; The NON-MCCR Categories are:
  1. ;;
  1. ;; TRICARE TRICARE Patient TRICARE Third Party
  1. ;; CHAMPVA CHAMPVA Subsistence CHAMPVA Third Party
  1. ;; Ex-Employee Current Employee Military
  1. ;; Vendor Interagency Sharing Agreements
  1. ;; Federal Agencies-refund Federal Agencies-reimbursement
  1. ;;
  1. ;; All the others are MCCR.
  1. ;;*END*
  1. ; - 'Do you want to print TOTAL by Patient?' prompt (Offset=55).
  1. ;; Enter: 'Y' - To print the total for patients with more
  1. ;; than one entry
  1. ;; 'N' - To NOT print the total by patient
  1. ;; '^' - To quit this option
  1. ;;*END*