VEJDWPB GET SC CONDITIONS (1090)    REMOTE PROCEDURE (8994)

Name Value
NAME VEJDWPB GET SC CONDITIONS
TAG SCCOND
ROUTINE VEJDVST
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY AGREEMENT
DESCRIPTION
This will return a string indicating whether the service condition
date/time and LOC must be the the hospital location data
 
If VST is passed, then APPT and LOC are optional.
questions need to be asked:
   Agent Orange exposure
   Environmental Contaminant exposure
   Service Connected
   Military Sexual Trauma
   Head & Neck Cancer
 
If VST is not passed, then APPT must be the scheduling appointment
INPUT PARAMETER
  • DATA
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   80
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
     DATA = DFN ^ APPT ^ LOC ^ VST where
      You must send either APPT or VST or both.
      DFN = required - pointer to the Patient file (2)
     APPT = optional/required - FM date/time for the visit or the scheduled
            appointment.  If VST passed, then APPT is optional
      LOC = required - either the name of the location (file 44) or the
            pointer to file 44
      VST = optional/required - pointer to Visit file (#9000010)
            If APPT passed, then VST is optional
     
    
RETURN PARAMETER DESCRIPTION
This will return a string in the format p1^p2^p3^p4^p5^p6 where
If invalid DFN passed, then error message returned,
 "-1^Invalid patient DFN"
 
If the visit date cannot be determined, then error message returned
  "-1^No appointment/visit date"
  pi = 1 or null   If pi=1 then ask appropriate yes/no question:
       p1 = ask Agent Orange
       p2 = ask Environmental Contaminant
       p3 = ask Ionizing Radiation
       p4 = ask Service Connected
       p5 = ask Military Sexual Trauma
       p6 = ask Head & Neck Cancer