Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: IBCNSJ51

Package: Integrated Billing

Routine: IBCNSJ51


Information

IBCNSJ51 ;ALB/TMP - INSURANCE PLAN MAINTENANCE ACTION PROCESSING (continued); 15-AUG-95

Source Information

Source file <IBCNSJ51.m>

Entry Points

Name Comments DBIA/ICR reference
EDCOV ; Add/edit limitations of coverage for a plan in IBCPOL
EDCOVEX
QUIT() ; Quit coverage limitation loop
COVDTH ; Help text for selecting effective date on coverage add/edit
COVTYPH ; Help text for selecting coverage category on coverage add/edit
WARN1(IBTYP) ; Warning if adding/editing an earlier effective date than latest one on file
ASK(ALLENT) ; Does the user want to Edit or Delete the selected category(ies)?
; ALLENT - if set to 1, the user has selected a single entry
; - if set to anything other than 1, the user has selected 'all' entries.
DELETE(OPTALL,DDATE,IBREC) ; Delete specified Categories
; INPUT: OPTALL - This can be either a specified coverage category or 'ALL'
; DDATE - This is the selected effective date
; IBREC - This is the record to be deleted for the selected coverage category, or it is NULL for 'ALL'
DELASK(DDATE) ; Prompt the user for DELETE question.
DELMSG(DDATE,CAT) ; Display message that a Coverage Category has been deleted.
DELETIT(DA) ; Delete a coverage category for a selected date.
; DA - passed in IEN (was variable IBREC)
PRECISE(X1,X2) ;Check to make sure the date entered is a precise date.
EXISTS(IBCPOL,IBEDT) ; Check to see if there are any categories for the selected policy and date.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"This category already selected."
  • Line Location: EDCOV+60
Function Call: WRITE
  • Prompt: !,"Editing existing record.",!
  • Line Location: EDCOV+77
Function Call: WRITE
  • Prompt: !!,"No current dates on file for this plan."
  • Line Location: COVDTH+3
Function Call: WRITE
  • Prompt: !!,"Current dates on file for this plan:"
  • Line Location: COVDTH+4
Function Call: WRITE
  • Prompt: !,?3,$$DAT1^IBOUTL(-Z)," -"
  • Line Location: COVDTH+6
Function Call: WRITE
  • Prompt: !!,"Enter a coverage category to add/edit coverage limitations for.",!
  • Line Location: COVTYPH+2
Function Call: WRITE
  • Prompt: !,"Enter ALL to select all coverage categories."
  • Line Location: COVTYPH+4
Function Call: WRITE
  • Prompt: !,"You may enter multiple coverage categories by entering them one at a time.",!,"After you have selected all needed categories, press ENTER at this prompt to",!,"continue."
  • Line Location: COVTYPH+5
Function Call: WRITE
  • Prompt: !
  • Line Location: ASK+8
Function Call: WRITE
  • Prompt: !!,"The effective date of ",$$DAT1^IBOUTL(IBEDT)," will be deleted for the following coverage"
  • Line Location: DELETE+7
Function Call: WRITE
  • Prompt: !,"categories:"
  • Line Location: DELETE+8
Function Call: WRITE
  • Prompt: !?5,$$GET1^DIQ(355.31,IBTY_",",.01)
  • Line Location: DELETE+10
Function Call: WRITE
  • Prompt: !
  • Line Location: DELETE+15
Function Call: WRITE
  • Prompt: !
  • Line Location: DELASK+2
Function Call: WRITE
  • Prompt: !
  • Line Location: DELASK+3
Function Call: WRITE
  • Prompt: !,$$DAT1^IBOUTL(IBEDT)," for ",CATNAM," has been deleted."
  • Line Location: DELMSG+3

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^IBE(355.31 - [#355.31] Classic Fileman Calls,  GET1^DIQ
^IBA(355.32 - [#355.32] Classic Fileman Calls
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call