MBAA APPOINTMENT LIST BY NAME (3643)    REMOTE PROCEDURE (8994)

Name Value
NAME MBAA APPOINTMENT LIST BY NAME
TAG LSTAPPT
ROUTINE MBAAMRP2
RETURN VALUE TYPE ARRAY
AVAILABILITY SUBSCRIPTION
VERSION 1
APP PROXY ALLOWED Yes
DESCRIPTION
Returns a list of appointment types based on the input parameters from 
the Appointment Types file (#409.1).
INPUT PARAMETER
  • SEARCH
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   200
    REQUIRED:   NO
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    The partial match restrictions used for the search. This parameter limits 
    the search to those entries that match the partial match restrictions. 
    
  • START
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   200
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    The index entry(s) from which to begin the list. For example, a value of 
    "XQ" would result in a list that starts with the first entry after "XQ".
    
  • NUMBER
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   200
    REQUIRED:   NO
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    This is the number of entries to return.
    
RETURN PARAMETER DESCRIPTION
Returns an array with the subscripts below:
RECORD NUMBER increments by one for each additional record.
ARRAY(0)=The number of entries found^the number of entries requested^any 
more flag?^results flags (any more flag? is zero if there aren't any more 
entries, if there are more entries than returned, this is set to one.)
ARRAY(RECORD NUMBER)="" - This is a separator between records, this node 
is always null.
ARRAY(RECORD NUMBER,"ID")=IEN of the entry on the "NAME" node below.
ARRAY(RECORD NUMBER,"NAME")=Text Name of the entry.