DENTV TP GET PROVIDERS (1897)    REMOTE PROCEDURE (8994)

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
  • DENTL
    PARAMETER TYPE:   LIST
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    DENTL("StartDate") - optional - start date in FM format - default = 0
    DENTL("EndDate")   - optional - end date in FM format  - default = today
    DENTL("Patient")   - required - pointer to PATIENT file
    
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)