DENTV NEW EXTRACT (1930)    REMOTE PROCEDURE (8994)

Name Value
NAME DENTV NEW EXTRACT
TAG Q
ROUTINE DENTVRP8
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY AGREEMENT
DESCRIPTION
This RPC queues off the Dental Extract at a user designated time.  Upon 
completion of the extract, a TCP/IP client will be called from the tasked 
job to send the data to a text file.
INPUT PARAMETER
  • INPUT
    PARAMETER TYPE:   LIST
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the input array for queuing the Dental Extract.  The following 
        DATA("FORMAT")=0 for excel, 1 for access
        DATA("TXNS")=optional CPFO or any combination of transaction statuses 
                        (compl/plan/find/obs)
        DATA("STN")=optional facility
    input format is required:
        DATA("STARTDT")=Start Date MM/DD/YYYY
        DATA("ENDDT")=End Date MM/DD/YYYY
        DATA("RUNDTTM")=Run Date/Time (task date) MM/DD/YYYY@HH:MM:SS
        DATA("FILE")=folder/file location, e.g. C:\Temp\Extract.txt
        DATA("IPADX")=IP address
        DATA("PORT")=Port#
        DATA("PROVIEN")=optional Provider IENs p1^p2^p3, etc
    
RETURN PARAMETER DESCRIPTION
Returns Taskman job number^Extract successfully queued to run @dt/tm
or -1^error message.