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: IBNCPDPH

Package: Integrated Billing

Routine: IBNCPDPH


Information

IBNCPDPH ;DALOI/SS - ECME REPORT OF ON HOLD CHARGES FOR A PATIENT ;3/6/08 16:19

Source Information

Source file <IBNCPDPH.m>

Entry Points

Name Comments DBIA/ICR reference
ONHOLD(DFN) ;
  • ICR #4696
    • Status: Active
    • Usage: Private
    QUEUED ; entry point if queued
    EXIT ;
    DEVICE ;
    CHRGS ; charges on hold
    BILLS ; find bills for charges on hold
    INP ; inpatient bills
    INPTCK ; does bill belong to charge? returns IBOK=0 if no
    CK1 ; for same patient?
    CK2 ; same type- inp or opt?
    CK3 ; overlap in date range?
    CK4 ; insurance bill?
    OPT ; outpatient bills
    RX ; rx refill bills

    Interaction Calls

    Name Line Occurrences
    Function Call: WRITE
    • Prompt: !!,*7,"*** Margin width of this output is 132 ***"
    • Line Location: DEVICE+2
    Function Call: WRITE
    • Prompt: !,"*** This output should be queued ***"
    • Line Location: DEVICE+3
    Function Call: WRITE
    • Prompt: !,$S($D(ZTSK):"REQUEST QUEUED TASK="_ZTSK,1:"REQUEST CANCELLED")
    • Line Location: DEVICE+7
    Info |  Source |  Entry Points |  Interaction Calls