Select the objects that you wish to see in the downloaded PDF
Info Source Call Graph Caller Graph Entry Points External References FileMan Files Accessed Via FileMan Db Call Global Variables Directly Accessed Label References Local Variables
; 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
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.
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