DENTV TP GET PERIO (1902)    REMOTE PROCEDURE (8994)

Name Value
NAME DENTV TP GET PERIO
TAG PERIO
ROUTINE DENTVTP3
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY AGREEMENT
WORD WRAP ON TRUE
DESCRIPTION
Returns all of the Perio type records from the Treatment Plan 
Transaction/Exam file (#228.2) for a particular patient.
INPUT PARAMETER
  • DFN
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   20
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is a pointer to the PATIENT file.
    
RETURN PARAMETER DESCRIPTION
Returns a global array List[n] := Perio, or if there are problems, then
      p1 := transaction id
      p2 := exam number
      p3 := exam date (external format)
      p4 := provider name
 List[1] := -1^error message.  The format for each of the perio records 
is as follows:
   List[n] := $START ien (ien=internal entry# of the perio record)
   List[n+1] := p1^p2^p3^p4  (see below)
   List[n+2] := 1st line of Perio word processing text
   List[n+m] := last line of text (note: max 5 lines of text)
   List[n+m+1] := $END ien
   where: