DENTV TP CLEAN SLATE (3017)    REMOTE PROCEDURE (8994)

Name Value
NAME DENTV TP CLEAN SLATE
TAG CLNSLT
ROUTINE DENTVTP7
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY AGREEMENT
INACTIVE ACTIVE
DESCRIPTION
This will process a clean slate on DPAT passed in. The RPC processes both 
clean slate, and undo clean slate. You must pass a flag to determine 
which process you want completed. ACT=1 means you want to process a clean 
slate, ACT=-1 means you want to undo a clean slate.
 
The clean slate can only be processed if there is no unfiled data for the 
patient. A clean slate undo can only be done if there no newer filed 
transactions for the patient.
INPUT PARAMETER
  • DPAT
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
  • ACT
    PARAMETER TYPE:   LITERAL
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    ACT is used to tell the RPC which process to run:
    ACT=1 means you want to process a clean slate.
    ACT=-1 means you want to undo a clean slate.
    
RETURN PARAMETER DESCRIPTION
Returns 1^Message if successful clean slate.
        0^Message if clean slate undo is successful.
       -1^Message if clean slate has an error.