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

Package: Enrollment Application System

Routine: EASMTCHK


Information

EASMTCHK ;ALB/SCK,PJR,BDB - MEANS TEST BLOCKING CHECK ; 11/13/03 11:13am

Source Information

Source file <EASMTCHK.m>

Entry Points

Name Comments DBIA/ICR reference
MT(DFN,EASAPT,EASACT,EASDT,EASQT,EASMSG) ; Entry point for MT Check
; Input Variables
; DFN - Patient's IEN in File #2
; EASAPT - Appointment Type (File #409.1) [Optional]
; EASACT - Appointment Action Flag [Optional] Default = "Other"
; "M" - Make an Appointment
; "C" - Check In/Out an existing appointment
; "W" - Unscheduled/Walk-in appointment
; "O" - Other
; "L" - Letters
  • ICR #3499
    • Status: Active
    • Usage: Supported
    MTCHK(DFN,EASACT) ; Check Means Test Status
    ; Input
    ; DFN
    BLDMSG(EASACT,EASTXT) ; Build alert message to user
    INP(DFN) ; Check on Inpatient status
    ; Input
    ; DFN - IEN from patient file
    ; Output
    ; 1 - Patient has Inpatient status
    ; 0 - Patient does not have Inpatient status
    ; Default
    ; Inpatient API defaults to TODAY for inpatient status check

    Interaction Calls

    Name Line Occurrences
    Function Call: WRITE
    • Prompt: !?5,$CHAR(7),"******************************************************"
    • Line Location: MT+56
    Function Call: WRITE
    • Prompt: !?5,EASTXT(EASX)
    • Line Location: MT+58

    FileMan Files Accessed Via FileMan Db Call

    FileNo Call Tags
    ^DGMT(408.31 - [#408.31] GET1^DIQ
    Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call