IX(PSNFILE,PSNPACK,.DIC,D,.X,DLAYGO,PSNDATE) |
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
PSNFILE |
Input |
PSNFILE = File number used for validation of access
[required]
|
PSNPACK |
Input |
PSNPACK = Name space of the calling application. Ex:
PSJ for Inpatient Meds, PSO for Outpatient. PSNPACK is used to check if write
access is allowed [optional]
|
.DIC |
Input |
See VA FileMan Programmer Manual for IX^DIC call, for
DIC, D, X, and DLAYGO input definitions
|
PSNDATE |
Input |
PSNDATE = Inactivation Date. If the file has an
Inactivation Date, then any entry with an Inactivation Date on or before
PSNDATE will not be returned [optional]
|
PSNDIY |
Output |
PSNDIY will return null if the values for PSNFILE and
PSNPACK are valid (it will return -1 if conditions were not met)
See VA FileMan Programmer Manual for IX^DIC output definition
DLAYGO should only be passed in if the calling application has this type of
access through another Integration Agreement
|
|
DIC(PSNFILE,PSNPACK,.DIC,.X,DLAYGO,PSNDATE) |
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
PSNFILE |
Input |
PSNFILE = File number used for validation of access
[required]
|
PSNPACK |
Input |
PSNPACK = Name space of the calling application. Ex:
PSJ for Inpatient Meds, PSO for Outpatient. PSNPACK is used to check if write
access is allowed [optional]
|
.DIC |
Input |
See VA FileMan Programmer Manual for ^DIC call, for
DIC, X, AND DLAYGO input definitions
|
PSNDATE |
Input |
PSNDATE = Inactivation Date. If the file has an
Inactivation Date, then any entry with an Inactivation Date on or before
PSNDATE will not be returned [optional]
|
PSNDIY |
Output |
PSNDIY will return null if the values for PSNFILE and
PSNPACK are valid (it will return -1 if conditions were not met)
See VA FileMan Programmer Manual for DIC output definition
DLAYGO should only be passed in if the calling application has this type of
access through another Integration Agreement
|
|