HMP PATIENT SCHED SYNC (3466)    REMOTE PROCEDURE (8994)

Name Value
NAME HMP PATIENT SCHED SYNC
TAG APPT
ROUTINE HMPACT
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY PUBLIC
WORD WRAP ON TRUE
VERSION 1
DESCRIPTION
This RPC looks up patient appointments by date and location and returns 
the following in a global array for patients that are not found in the 
HMP SUBSCRIPTION file (#800000):
 
    DFN^Appointment Date^Location Name^Location IEN
INPUT PARAMETER
  • STARTDT
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    Start Date for appointment search in VA format.  This is a required field.
    
  • ENDDATE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    The ending date for the appointment search in VA format.  This field is 
    optional and will default to the current date if not entered.
    
  • LOCIEN
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   NO
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    The IEN for the clinic location in the HOSPITAL LOCATION File (#44).  
    This is an optional field.  Appointments for all locations will be 
    evaluated if not entered.
    
RETURN PARAMETER DESCRIPTION
An array of the following patient appointment data:
 
    DFN^Appointment Date^Location Name^Location IEN