PXVIMM INFO SOURCE (3656)    REMOTE PROCEDURE (8994)

Name Value
NAME PXVIMM INFO SOURCE
TAG IMMSRC
ROUTINE PXVRPC2
RETURN VALUE TYPE ARRAY
DESCRIPTION
Returns entries from the IMMUNIZATION INFO SOURCE file (920.1).
INPUT PARAMETER
  • FILTER
    PARAMETER TYPE:   LITERAL
    REQUIRED:   NO
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    Filter. Possible values are:
     
    Defaults to "S:B".
       R:XXX - Return entry with IEN XXX.
       H:XXX - Return entry with HL7 Code XXX.
       N:XXX - Return entry with #.01 field equal to XXX
       S:X   - Return all entries with a status of X.
               Possible values of X:
                  A - Active Entries
                  I - Inactive Entries
                  B - Both active and inactive entries
    
RETURN PARAMETER DESCRIPTION
Returns:
incremented by 1 for further entries. Entries will be sorted
alphabetically.
 
If no entries are found based off the filtering criteria, PXVRSLT(0) will
equal 0, and there will be no data returned in the subsequent subscripts.
   PXVRSLT(0)=Count of elements returned (0 if nothing found)
   PXVRSLT(n)=IEN^Name^HL7 Code^Status (1:Active, 0:Inactive)
  
When filtering based off IEN, HL7 Code, or #.01 field, only one entry will
be returned in PXVRSLT(1).
 
When filtering based off status, multiple entries can be returned. The
first entry will be returned in subscript 1, and subscripts will be