DENTV GET CODE LIST (1084)    REMOTE PROCEDURE (8994)

Name Value
NAME DENTV GET CODE LIST
TAG LIST
ROUTINE DENTVRP1
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY AGREEMENT
WORD WRAP ON TRUE
DESCRIPTION
This call will return all ADA CPT codes which match the inputted string.
You can pass the cpt code name or a string, like 'surf'.
INPUT PARAMETER
  • VAL
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the string of characters that will be used in a Fileman lookup on
    the ADA code file (#228).  You may send either the ada code name or a
    string of characters, like 'surface'
    
  • DATE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   7
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    This is the visit date for which you wish to retreive a list of ICD 
    diagnosis codes.
    
RETURN PARAMETER DESCRIPTION
An array of codes will be returned.  For format of that array see the
return description in GETADA^DENTVRP1.
 
Two possible error messages may be returned:
 1. If the lookup value you send is null, then '-1^No input string sent'
    will be returned.
 2. If a lookup value was sent, but no matches were found, then the
    message returned will be -1^No matches found for 'VALUE'