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
Print Page as PDF
Routine: IBCNSJ11

Package: Integrated Billing

Routine: IBCNSJ11


Information

IBCNSJ11 ;ALB/CPM - INACTIVATE AN INSURANCE PLAN (CON'T) ; 18-JAN-95

Source Information

Source file <IBCNSJ11.m>

Entry Points

Name Comments DBIA/ICR reference
NOTACT ; Handle plans which have already been inactivated.
; Required variable input:
; IBCNS -- Pointer to company in file #36 offering the plan
; IBPLAN -- Pointer to the plan in file #355.3
; IBSUB -- Flagged high if there are any plan subscriptions
NOTACTQ
DEL(IBPLAN) ; Want to delete an Insurance Plan?
; Input: IBPLAN -- Pointer to the plan in file #355.3
HLRP ; Reader help for repointing policies to a new plan.
MAIL ; Note that the subscription list will be mailed to the user.
REP(IBCNS,IBNEWP,IBOLDP) ; Repoint patient policies from old to new plan
; Input: IBCNS -- Pointer to the company in file #36 which
; offers the plans
; IBNEWP -- Pointer to the new plan in file #355.3
; IBOLDP -- Pointer to the old plan in file #355.3
REPQ
DELP ; Delete the newly-added plan.
HLMT ; Reader help for merging transferrable benefits used.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"This plan has already been inactivated!"
  • Line Location: NOTACT+7
Function Call: WRITE
  • Prompt: !
  • Line Location: NOTACT+9
Function Call: WRITE
  • Prompt: !,"There are still subscribers to this plan. The plan cannot be deleted."
  • Line Location: NOTACT+10
Function Call: WRITE
  • Prompt: !,"The plan was not reactivated."
  • Line Location: NOTACT+18
Function Call: WRITE
  • Prompt: !,"Reactivating the plan... "
  • Line Location: NOTACT+21
Function Call: WRITE
  • Prompt: "done."
  • Line Location: NOTACT+21
Function Call: WRITE
  • Prompt: !,"Please note there are no subscribers to this plan."
  • Line Location: NOTACT+22
Function Call: WRITE
  • Prompt: !,"Updating the 'Covered by Insurance?' field for all plan subscribers... "
  • Line Location: NOTACT+23
Function Call: WRITE
  • Prompt: "done."
  • Line Location: NOTACT+27
Function Call: WRITE
  • Prompt: !,"The plan was not deleted."
  • Line Location: DEL+4
Function Call: WRITE
  • Prompt: !,"Deleting the plan... "
  • Line Location: DEL+5
Function Call: WRITE
  • Prompt: "done."
  • Line Location: DEL+5
Function Call: WRITE
  • Prompt: !!,"If you wish to change the subscribed-to plan of ALL policies which are"
  • Line Location: HLRP+1
Function Call: WRITE
  • Prompt: !,"currently associated with this plan, enter 'YES.' Otherwise, enter 'NO.'"
  • Line Location: HLRP+2
Function Call: WRITE
  • Prompt: !!,"You may only repoint all policies to a single plan. If you enter 'NO,'"
  • Line Location: HLRP+3
Function Call: WRITE
  • Prompt: !,"you will receive a mailman message of all the inactivated policies which"
  • Line Location: HLRP+4
Function Call: WRITE
  • Prompt: !,"will result from inactivating the plan, and then you may use the 'Change"
  • Line Location: HLRP+5
Function Call: WRITE
  • Prompt: !,"Policy Plan' action to change the subscribed-to plan on an individual basis."
  • Line Location: HLRP+6
Function Call: WRITE
  • Prompt: !,"The policies will not be re-pointed. You will receive a mail message of"
  • Line Location: MAIL+2
Function Call: WRITE
  • Prompt: !,"all the subscribers to this plan if you choose to inactivate it."
  • Line Location: MAIL+3
Function Call: WRITE
  • Prompt: !,"Deleting the newly-added plan... "
  • Line Location: DELP+1
Function Call: WRITE
  • Prompt: "done."
  • Line Location: DELP+1
Function Call: WRITE
  • Prompt: !!,"If you want to merge the patient's current benefits used into the"
  • Line Location: HLMT+1
Function Call: WRITE
  • Prompt: !,"newly-proposed plan, enter 'YES'. Otherwise, enter 'NO' and these"
  • Line Location: HLMT+2
Function Call: WRITE
  • Prompt: !,"benefits used will be deleted."
  • Line Location: HLMT+3
Info |  Source |  Entry Points |  Interaction Calls