SDPFSS2 ;ALD/SCK - Patient Financial Services System cont. ; 22-April-2005
Source file <SDPFSS2.m>
| 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  | 
 
  | 
| 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  | 
| FileNo | Call Tags | 
|---|---|
| ^DPT - [#2] | GET1^DIQ | 
| ^VA(200 - [#200] | GET1^DIQ | 
| ^SD(409.55 - [#409.55] | GET1^DIQ | 
| ^SC - [#44] | GET1^DIQ |