DENTV DD GET DATA (1072)    REMOTE PROCEDURE (8994)

Name Value
NAME DENTV DD GET DATA
TAG GTD
ROUTINE DENTVRP3
RETURN VALUE TYPE ARRAY
AVAILABILITY AGREEMENT
DESCRIPTION
Pass this RPC a cpt code and it will return the data stored in file 228
INPUT PARAMETER
  • CODE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   6
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the CPT code name.  You can also send the ien to file 81 (CPT)
    
  • KEY
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   1
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    Check which security key this user has. The default value is 'L', or you
    may pass 'M'  If L, then see if user owns the local edit security key to
    edit entries in the local number space (>100,000).  If you pass 'M' then
    this will check to see if the user owns the VACO security key and if so
    then the user can edit any entry in the file.
    
RETURN PARAMETER DESCRIPTION
This returns the data in file 228 associated with a cpt code.  It
 RET(4)=".16^VA-DSS GROUP^8^DES008"
 RET(5)=".17^FLAGS^^"
 RET(6)=".18^RVU^15^15"
 RET(7)="1.01^TOTAL MAPPED DIAGNOSES^6^6"
 RET(8)="1.14^VA COST TO PERFORM^^"
 RET(9)="1.15^EQUIVALENT PRIVATE COST^^"
 RET(10)="3^ADMIN GUIDELINE^^"
 RET(11)="5^DEFAULT DIAGNOSES^2875^528.3^CELLULITIS/ABSCESS MOUTH"
 RET(12)="5^DEFAULT DIAGNOSES^2877^528.5^DISEASES OF LIPS"
returns:
 RET(#) = field#^field name^internal value^ext value^addtnl data
 
The fields returned are: ".01;.07;.15;.18;.16;.17;1.01;1.14;1.15;3;5"
Example: 
 RET(1)=".01^ADA CODE^103743^D0415^Collection of microorganisms"
 RET(2)=".07^SUBCATEGORY-2^MISC^MISC"
 RET(3)=".15^TYPE^C^VACO"