DENTVTPC SET DEVICE (3811)    REMOTE PROCEDURE (8994)

Name Value
NAME DENTVTPC SET DEVICE
TAG SETDEV
ROUTINE DENTVTPC
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY AGREEMENT
WORD WRAP ON TRUE
DESCRIPTION
This RPC takes in data for filing to the DENTAL IMPLANTS (#228.9) file.
INPUT PARAMETER
  • DENTDATA
    PARAMETER TYPE:   LIST
    MAXIMUM DATA LENGTH:   255
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the array containing data to be filed to DENTAL IMPLANTS (#228.9).
         p3 = Patient IEN             p15 = Status
         p4 = Dental Transaction IEN  p16 = Entry Date
         p5 = Date                    p17 = Removed Date
         p6 = Description/Code        p18 = Last Edit Provider
         p7 = Tooth                   p19 = Last Edit Date
         p8 = UDI                     p20 = Issuing Agency
         p9 = Type                    p21 = Manufacturer Date
        p10 = Subtype                 p22 = Expiration Date
        p11 = Manufacturer            p23 = Donation ID
        p12 = Model #                 P24 = Visit Date
     
     
      List[Wm] = Word processing lines
    It should be formatted as follows:
     
      List[1] = p1^p2^p2^p4^p5^p6^p7^p8^p9^p10^p11^p12^p13^p14
                ^p15^p16^p17^p18^p19^p20^p21^p22^p23^p24
     
         p1 = Implant ID              p13 = Serial #
         p2 = Provider IEN            p14 = Lot #
    
RETURN PARAMETER DESCRIPTION
If successful, the results will be IEN^message.
 
If unsuccessful, the results will be -1^error_message.