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
; --
; Description: This function will determine if the patient is a current inpatient.
DEATH(DFN)
;
OUTPAT(DFN,DGBEG,DGEND)
; --
; Description: This function will determine if a patient has an outpatient encounter between a specified date range that has successfully been checked out.
LOOKUP(SSN,DOB,SEX,ERROR)
;
VALPAT(DFN)
; --
; Description: This function returns a 1 if the patient DFN is valid, 0 if the patient DFN is not valid.
INPATQ
INPAT(DFN,DGBEG,DGEND)
; --
; Description: This function will determine if a patient was an inpatient between a specified date range.
VET1(DFN)
;returns 1 if the patient is a veteran
OUTPATQ
GET(DFN,DGPAT)
;
RANGEQ
RANGE(DGBEG,DGEND)
; --
; Description: This function returns a 1 if two dates are a valid date range, 0 if they are not valid.