RETURN PARAMETER DESCRIPTION |
PXVRSLT(0)=Count of elements returned (0 if nothing found)
o If all sites are selectable for a route, the RPC will return:
PXVRSLT(n+1)=SITE^ALL
o If no sites are selectable for a route, the RPC will return:
PXVRSLT(n+1)=SITE^NONE
equal 0, and there will be no data returned in the subsequent subscripts.
PXVRSLT(n)=IEN^Name^HL7 Code^Status (1:Active, 0:Inactive)
If PXVSITES=1, the sites for a given route will also be returned.
o If only a subset of sites are selectable for a route, that list will
be returned in:
PXVRSLT(n+1)=SITE^Site IEN 1
PXVRSLT(n+2)=SITE^Site IEN 2
PXVRSLT(n+x)=SITE^Site IEN x
|