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

Package: Registration

Routine: DGMTUB


Information

DGMTUB ;ALB/RMO/CAW,CPM,LBD,HM - Means Test Billing Utilities ;7/22/02 9:32am

Source Information

Source file <DGMTUB.m>

Entry Points

Name Comments DBIA/ICR reference
BIL(DFN,DGDT) ;Determine if patient is pending adjudication
; or category C and has agreed to pay the deductible
; Input -- DFN Patient IEN
; DGDT Date/Time
; Output -- 1=TRUE and 0=FALSE
  • ICR #643
    • Status: Active
    • Usage: Controlled Subscription
    BILQ
    BILST(DFN) ;Determine the last date patient was pending adjudication
    ; or category C and agreed to pay the deductible
    ; Input -- DFN Patient IEN
    ; Output -- Last effective date
  • ICR #643
    • Status: Active
    • Usage: Controlled Subscription
    BILSTQ
    CKDT ;Check the date of test
    CK(DGMT0) ;Check if patient is pending adjudication or category C
    ; and has agreed to pay the deductible
    ; Add check for GMT status (DG*5.3*456)
    ; Input -- DGMT0 Annual Means Test 0th node
    ; Output -- 1=TRUE and 0=FALSE
  • ICR #643
    • Status: Active
    • Usage: Controlled Subscription
    GMT(DFN,DGDT) ;Determine if patient is GMT Copay Required as of the date
    ; specified
    ; Input -- DFN Patient IEN
    ; DGDT Date/Time
    ; Output -- 1=Patient had GMT status or Pending Adjudication
    ; for GMT as of date specified
    ; 0=Patient did not have GMT status
  • ICR #643
    • Status: Active
    • Usage: Controlled Subscription
    Info |  Source |  Entry Points