GMRCSTLM SERVICE AND STATUS (419)    REMOTE PROCEDURE (8994)

Name Value
NAME GMRCSTLM SERVICE AND STATUS
TAG ENOR
ROUTINE GMRCSTLM
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY AGREEMENT
DESCRIPTION
This returns a report of consults for a service/grouper for a
given set of statuses and date range.
INPUT PARAMETER
  • SERVICE
    PARAMETER TYPE:   LITERAL
    REQUIRED:   NO
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    The service or grouper to create the list for.  The default if none is
    passed is "1" for ALL SERVICES.
    
  • START DATE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   7
    REQUIRED:   NO
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    This is the start date range for the report or "ALL" for all dates.  The
    default if none is passed is "ALL" and the END DATE will not be used.
    
  • END DATE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   7
    REQUIRED:   NO
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    This is the ending date range for the report.  Not used if the START DATE
    is "ALL" for all dates.
    
  • STATUSES
    PARAMETER TYPE:   LITERAL
    REQUIRED:   NO
    SEQUENCE NUMBER:   4
    DESCRIPTION:   
    This is a comma separated list of the statuses to include in the report.
    If none is passed the default list is "3,4,5,6,8,9,11,99" which is all the
    status that are pending resolution.
    
  • LIST TEMPLATE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   100
    REQUIRED:   NO
    SEQUENCE NUMBER:   6
    DESCRIPTION:   
     ;GMRCARRN: List Template Array Name
     ;          "CP": pending; "IFC": inter-facility
            consult for selection in the gui and the second piece being the
            display text.
      10 then the consults will have a line number on them for selection
      20 then the consults will have the consult number displayed
     100 then use abbreviations for the statuses
     
    1, (10 or 20) and 100 can be added together to add there features
    
  • LIST CONTROL
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   5
    REQUIRED:   NO
    SEQUENCE NUMBER:   5
    DESCRIPTION:   
        0, null or not define then just the display list is displayed
        1 then the list will be two pieces with the first being the ien of the
             consult for selection in the gui and the second piece being the
             display text.
       10 then the consults will have a line number on them for selection
       20 then the consults will have the consult number displayed
      100 then use abbreviations for the statuses
     
     1, (10 or 20) and 100 can be added together to add there features