Print Page as PDF
PATIENT APPOINTMENT EXISTS ICR (4216)

PATIENT APPOINTMENT EXISTS    ICR (4216)

Name Value
NUMBER 4216
IA # 4216
DATE CREATED 2003/08/25
CUSTODIAL PACKAGE SCHEDULING
USAGE Controlled Subscription
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE SDAMA204
NAME PATIENT APPOINTMENT EXISTS
GENERAL DESCRIPTION
This DBIA contains an API that checks for the existence
of any appointment for a specific patient.
STATUS Active
KEYWORDS
  • PATIENT
  • APPOINTMENT
  • DFN
ID SDAMA204
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
$$PATAPPT
The call to this entry point will return 0,1,-1
depending on the existence of patient appointments.  In addition, if the
returned value is -1 (error), the ^TMP($J,"SDAMA204","PATAPPT","ERROR") will
be created with the specific error information.
VARIABLES TYPE VARIABLES DESCRIPTION
SDDFN Input
Patient DFN
TMP($J,SDAMA204,PATAPPT) Output
If there is a return value of -1 from this extrinsic
function, the ^TMP($J,"SDAMA204","PATAPPT","ERROR") node will be created with
the specific error code and message.

The calling application is responsible for deleting the temporary global when
they have finished processing the errors.
SUBSCRIBING PACKAGE