DSSO GET MESSAGES (4928)    REMOTE PROCEDURE (8994)

Name Value
NAME DSSO GET MESSAGES
TAG GET
ROUTINE DSSOPPH
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY AGREEMENT
WORD WRAP ON TRUE
DESCRIPTION
This RPC will retreive a number of errors/messages from the #23645.2 file.
INPUT PARAMETER
  • DSSONUM
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   4
    REQUIRED:   NO
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the number of messages to be returned with each call to the RPC.
     
    Defaults to all records.
    
  • DSSOIEN
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    IEN of message from which to start.
     
    Defaults to end of record.
    
RETURN PARAMETER DESCRIPTION
The results of the RPC will be formatted as follows:
 
  RESULT(1-n) = p1^p2^p3^p4^p5^p6^p7
    p1 = Message IEN            p7 = Station IEN
    p2 = Message ID             p8 = Message Text
    p3 = Message Type           p9 = Patient Name
    p4 = Status                p10 = Item (File #660, Field #4) 
    p5 = Date Processed        p11 = PSAS HCPCS
    p6 = File #660 IEN
 
In the event of an error, the result will be formatted as follows:
 
 
  RESULT(0) = -1^*error message*
  RESULT(0) = p1^p2
    p1 = An indicator of it the end of record has been reached
           $$MORE$$ = End of record not reached
            $$END$$ = The end of the record was reached
    p2 = If the end of the record was not reached, this will contain the
         last IEN to be returned and should be input into the next RPC
         instance.