NAME |
DENTV TP FILE PSR |
TAG |
PSR |
ROUTINE |
DENTVTP4 |
RETURN VALUE TYPE |
SINGLE VALUE |
AVAILABILITY |
AGREEMENT |
DESCRIPTION |
This RPC adds (or updates) a record to the Treatment Plan Transaction/Exam
file (#228.2). The only record type supported by this RPC is the PSR
type, where the TYPE field (.29) = 3.
|
INPUT PARAMETER |
-
- INPUT
- PARAMETER TYPE: LIST
- MAXIMUM DATA LENGTH: 30
- REQUIRED: YES
- SEQUENCE NUMBER: 1
- DESCRIPTION:
This is the input array for adding or updating a PSR transaction type to
p4=PSR score string (1-6 chars)
p5=status flag (A for add, U for update)
the Treatment Plan Transaction/Exam file (#228.2). The input array will
contain the following data:
data("ENC")=pointer to the DENTAL HISTORY file (#228.1)
required for Adding new records, optional for update records
data("PSR")=p1^p2^p3^p4^p5 where
p1=transaction id (-1 for add, valid txn id for update)
p2=exam date in external format (MM/DD/YY@HH:MM)
p3=provider id
|
RETURN PARAMETER DESCRIPTION |
Returns ien^message if successful, else returns -1^error message if not.
|