NAME |
DENTV TP FILE PERIO |
TAG |
PER |
ROUTINE |
DENTVTP4 |
RETURN VALUE TYPE |
SINGLE VALUE |
AVAILABILITY |
AGREEMENT |
DESCRIPTION |
This RPC adds (or updates) a reocrd to the Treatment Plan
Transaction/Exam file (#228.2). The only record type supported by this
RPC is the Perio type, where the TYPE field (.29) = 2.
|
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 Perio transaction type
p4=provider id
p5=status flag (A=add, U=update)
to 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("PER")=p1^p2^p3^p4^p5 where
p1=transaction id (-1 for add, valid txn id for update)
p2=exam number (integer value, 0-99999)
p3=exam date in external format (MM/DD/YY@HH:MM)
|
RETURN PARAMETER DESCRIPTION |
Returns ien^message if successful, else -1^error message.
|