DENTV TP GET HNC (1900)    REMOTE PROCEDURE (8994)

Name Value
NAME DENTV TP GET HNC
TAG HNC
ROUTINE DENTVTP3
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY AGREEMENT
WORD WRAP ON TRUE
DESCRIPTION
Returns all of the Head&Neck 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] = HNC data.
    p5  = Lesion dt (external fmt) p6  = color (numeric)
    p7  = shape (numeric)   p8  = size  (constant VALUE field from 228.3)
    p9  = description       p10 = deleted flag (-1 = true, 0=false)
    p11 = master flag  (-1 = true, 0=false)
    p12 = link to master (transaction id of master record)
    p13 = result flag (-1 = true, 0=false)
    p14 = read only flag (-1 = true, 0=false)
      p13 := result flag (-1 = true, 0=false)
      p14 := read only flag (-1 = true, 0=false)
If problems, returns List[1] = -1^error message
The format of the HNC data will be as follows:
  List[n] = p1^p2^p3^p4^p5^p6^p7^p8^p9^p10^p11^p12^p13^p14 
      [n] = WP^word processing text
      [n] = WP^word processing text ...etc
where:
    p1  = transaction id    p2  = provider name := provider name
    p3  = X coord (numeric) p4  = Y coord (numeric)