DSIV ADD BUFFER ENTRY (2537)    REMOTE PROCEDURE (8994)

Name Value
NAME DSIV ADD BUFFER ENTRY
TAG ADDBUF
ROUTINE DSIVIC
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY PUBLIC
DESCRIPTION
Adds a new entry to the INSURANCE BUFFER file #355.33.
INPUT PARAMETER
  • DFN
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    Patient internal entry number.
    
  • TYPE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   1
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    "M" for Medicare, "X" for all other insurance (default).
    
  • INSCO
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   NO
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    Insurance company name.  Required for non-Medicare insurance.
    Not required for Medicare type.
    
  • DATA
    PARAMETER TYPE:   LIST
    MAXIMUM DATA LENGTH:   80
    REQUIRED:   YES
    SEQUENCE NUMBER:   4
    DESCRIPTION:   
    Array of keyword^value pairs for Medicare type entry or
    Field number^value pairs for other insurance type entries.
    For example, SOURCE is a required value.  For non-Medicare
    entries this could be specified as DATA(1)=".03^1", meaning
    source=interview.
    
RETURN PARAMETER DESCRIPTION
Single value, negative code means RPC error, 0-code means filing
error and positive 1 means success.  Note that only one buffer
file entry can be created at a time using this RPC.