DSIV LIST ENTRIES2 (2545)    REMOTE PROCEDURE (8994)

Name Value
NAME DSIV LIST ENTRIES2
TAG LIST
ROUTINE DSIVIC3
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY AGREEMENT
WORD WRAP ON TRUE
DESCRIPTION
Returns INSURANCE BUFFER file entries for specified date range.
 Each return value has the form -
 BUFFER IEN^DFN^ << requested fields >> ^SSN^FLAGS^SYMBOL^DIV^IMAGES^ERR
 where SSN is the full patient SSN,
 FLAGS are the "iIEYH" flags,
 SYMBOL is the IIV status (where the record is in electronic processing),
 DIV is the users default division, and
 IMAGES is field #2 IMAGES SCANNED from the DSIV AUDIT file (#19625)
 ERR is the one-line eIV error message (if applicable)
INPUT PARAMETER
  • SDT
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   14
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    Start date in FileMan internal format.
    
  • EDT
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   14
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    Inclusive end date in FileMan internal format (optional).
    
  • FLDS
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   100
    REQUIRED:   NO
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    Field list (optional).  If not specified .01I;.01 are returned.
    
  • NUMS
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   10
    REQUIRED:   NO
    SEQUENCE NUMBER:   4
    DESCRIPTION:   
     Contains the maximum number of entries to return per rpc call. If not
     defined, then all entries will be returned (backward compatible).
    
  • MORE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   1
    REQUIRED:   NO
    SEQUENCE NUMBER:   5
    DESCRIPTION:   
     Used with the NUMS parameter, More=0 means first call to rpc, More'=0
     means get the next 'set' of NUMS records.  The data will end with a
     record = $END$ to tell the gui that there are no more records.
    
RETURN PARAMETER DESCRIPTION
Returns INSURANCE BUFFER file entries for specified date range. Each
return value has the form:
  BUFFER IEN^DFN^ << requested fields >> ^SSN^FLAGS^SYMBOL^DIV^IMAGES^ERR
  where SSN is the full patient SSN,
  FLAGS are the "iIEYH" flags,
  SYMBOL is the IIV status (where the record is in electronic processing),
  DIV is the users default division, and
  IMAGES is field #2 IMAGES SCANNED from the DSIV AUDIT file (#19625)
  ERR is the one-line eIV error message (if applicable)