DENTV TP FILE HNC (1894)    REMOTE PROCEDURE (8994)

Name Value
NAME DENTV TP FILE HNC
TAG HNC
ROUTINE DENTVTP4
RETURN VALUE TYPE ARRAY
AVAILABILITY AGREEMENT
DESCRIPTION
This RPC adds, updates or marks as deleted, records to the Treatment Plan 
Transaction/Exam file (#228.2).  The only record type supported by this 
RPC is the Head and Neck type, where the TYPE field (.29)=4.
INPUT PARAMETER
  • INPUT
    PARAMETER TYPE:   LIST
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the input array for adding, updating or deleting multiple 
      and  p1=txn id (-1 for add, valid txn id for update/delete)  
           p2=prov id, p3=X coord (number), p4=Y coord (number)
           p5=lesion dt in external fmt (MM/DD/YY@HH:MM)
           p6=color (number),  p7=shape (number),
           p8=size (0,1,2 from 228.3)
           p9=description,  p10=deleted flag,  p11=master flag
           p12=link to master (pointer to 228.2),  p13=result flag
           p14=read only flag,  p15=status (A=add,U=update,D=mark as deleted)
    Head&Neck transaction types 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(n)    =p1^p2^p3^p4^p5^p6^p7^p8^p9^p10^p11^p12^p13^p14^p15 
                 =WP^word processing text
                 =WP^word processing text, etc
      where n=number 
    
RETURN PARAMETER DESCRIPTION
Returns an array of messages based on the number of Head&Neck 
transactions that were sent, in the format:
  return(n)=ien^message  if successful, or
  return(n)=-1^error message   if not successful.