
| Name | Value |
|---|---|
| NAME | DENTV TP GET PROVIDERS |
| TAG | PROV |
| ROUTINE | DENTVTP1 |
| RETURN VALUE TYPE | ARRAY |
| AVAILABILITY | AGREEMENT |
| DESCRIPTION | This will return a list of all providers who have provided service to this patient. Each provider will have a flag indicating whether or not the provider is current. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
if problems, return DENT(1) = -1^message
else return DENT(n) = DUZ^Initials^IsCurrent^Name
where n = 1,2,3,4,...
IsCurrent is Boolean (-1 is true, 0 is false)
|