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

Package: Scheduling

Routine: SDCOU


Information

SDCOU ;ALB/RMO - Utilities - Check Out;28 DEC 1992 10:00 am ;01/21/2015

Source Information

Source file <SDCOU.m>

Entry Points

Name Comments DBIA/ICR reference
CODT(DFN,SDT,SDCL) ; -- does appt have co date
CHK(SDSEL) ;Check if Appt can be Checked Out
; Input -- SDSEL Appt Selected in Appt Mgr
; Output -- 1=Yes and 0=No
CHKQ
STATUS(SDAT) ;Selected Appointment Status IEN
ORG(SDORG) ;Originating Process Type Name for Outpatient Encounter
; Input -- SDORG Originating Process Type
; Output -- Originating Process Type Name
COMDT(SDOE) ;Check Out Process Completion Date/Time
  • ICR #1581
    • Status: Retired
    • Usage: Controlled Subscription
    SET(SDOE,SDNEW) ; -- set x-ref logic for co completion date to update children
    SETQ
    KILL(SDOE,SDOLD) ; -- set x-ref logic for co completion date to update children
    KILLQ

    Interaction Calls

    Name Line Occurrences
    Function Call: WRITE
    • Prompt: !!,*7,">>> You can not check out this appointment."
    • Line Location: CHK+6
    Function Call: WRITE
    • Prompt: !!,*7,">>> It is too soon to check out this appointment."
    • Line Location: CHK+7
    Info |  Source |  Entry Points |  Interaction Calls