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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: SDPFSS2

Package: Scheduling

Routine: SDPFSS2


Information

SDPFSS2 ;ALD/SCK - Patient Financial Services System cont. ; 22-April-2005

Source Information

Source file <SDPFSS2.m>

Entry Points

Name Comments DBIA/ICR reference
GETARN(SDT,DFN,SDCL) ; Get the PFSS Account Number Reference from file #409.55 for the matching Appt. D/T,
; patient DFN, and clinic location.
; Input
; SDT - Appointment Date/Time
; DFN - Patient IEN to File #2
; SDCL - Clinic IEN to File #44
  • ICR #4668
    • Status: Active
    • Usage: Controlled Subscription
    ARNQ
    ENCPRV(DFN,SDVSIT) ; Returns the encounter provider associated with the visit.
    ; Input
    ; DFN - Patient IEN from the PATIENT File (#2)
    ; SDVSIT - Visit IEN from the VISIT File (#9000010)
    ; DFN and SDVSIT are references to global variables which are available as part
    ; of the SD application.
    DEFPRV(SDCLN) ; Return the default provider for a clinic if one is specified
    ; Input
    ; SDCLN - Clinic IEN for HOSPITAL LOCATION File (#44)
    ; Output
    ; Provider from NEW PERSON File (#200):
    ; IEN^Provider Name or Null
    ERRMSG(ERRCODE) ; Generate bulletin when an error condition is processed
    ; Bulletins will be sent only if the receiving mail group SD RSA API ERRORS
    ; contains at least 1 member
    GETEVT(EVT) ; Return message type for appointment event
    ; The following appoint events will return the indicated message type
    ; MAKE A05
    ; CHECK-IN A04
    ; CHECK-OUT A03
    ; NO-SHOW A38

    FileMan Files Accessed Via FileMan Db Call

    FileNo Call Tags
    ^DPT - [#2] GET1^DIQ
    ^VA(200 - [#200] GET1^DIQ
    ^SD(409.55 - [#409.55] GET1^DIQ
    ^SC - [#44] GET1^DIQ
    Info |  Source |  Entry Points |  FileMan Files Accessed Via FileMan Db Call