DGRR PATIENT LKUP PREFERENCES (2177)    REMOTE PROCEDURE (8994)

Name Value
NAME DGRR PATIENT LKUP PREFERENCES
TAG START
ROUTINE DGRRLU4
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY PUBLIC
WORD WRAP ON TRUE
APP PROXY ALLOWED No
DESCRIPTION
This remote procedure call returns an xml document containing the division
or package preferences.  
INPUT PARAMETER
  • PARAM
    PARAMETER TYPE:   LIST
    REQUIRED:   NO
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    PARAM("stationNumber") = station number for institution.  If not 
    defined, RPC will return the package default values.
    
RETURN PARAMETER DESCRIPTION
Returns xml document containing a list of preferences:
<patientType>Enabled</patientType>
<gender>Enabled</gender>
<primaryEligibility>Enabled</primaryEligibility>
<roomBed>Disabled</roomBed>
<serviceConnected>Disabled</serviceConnected>
<veteranStatus>Disabled</veteranStatus>
<ward>Disabled</ward>
<veteranImage>Enabled</veteranImage>
</institutionPreferences>
</preferences>
 
<?xml version="1.0" encoding="utf-8" ?>
<preferences>
<error/>
<institutionPreferences>
<stationNumber>500</stationNumber>
<maxNumPatients>50</maxNumPatients>
<patientsPerPage>10</patientsPerPage>