
| Name | Value |
|---|---|
| NAME | DENTV TP GET TOOTH NOTES |
| TAG | GET |
| ROUTINE | DENTVTP6 |
| RETURN VALUE TYPE | GLOBAL ARRAY |
| AVAILABILITY | AGREEMENT |
| WORD WRAP ON | TRUE |
| DESCRIPTION | This returns all the tooth notes for all dates for a patient. The data will be sorted by tooth number and then by reverse date. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
Return: global array List[n] := value
if problems, List[1] := -1^message
format of return of individual records:
List[n] := $START
List[n+1] := IEN^external date^tooth number^plannum
List[n+2] := 1st line of text
....
List[n+m] := last line of text
List[n+m+1] := $END
|