DGRR SET PTLK PREFERENCES (2178)    REMOTE PROCEDURE (8994)

Name Value
NAME DGRR SET PTLK PREFERENCES
TAG UPDATE
ROUTINE DGRRLU4
RETURN VALUE TYPE GLOBAL ARRAY
AVAILABILITY PUBLIC
WORD WRAP ON TRUE
APP PROXY ALLOWED No
DESCRIPTION
This remote procedure call updates the division/institutional preferences 
passed to the call. It returns an xml document containing the station
number and status.  If update was successful, status is returned as
true.  If errors were encountered during the update, false is returned
with an error message.
INPUT PARAMETER
  • PARAMS
    PARAMETER TYPE:   LIST
    DESCRIPTION:   
    PARAMS("stationNumber")=station number for division/institution
    PARAMS("ward")=Disabled or Enabled
    PARAMS("veteranImage")=Disabled or Enabled
    PARAMS("veteranStatus")=Disabled or Enabled
    PARAMS("ward")=Disabled or Enabled
    PARAMS("veteranImage")=Disabled or Enabled
    PARAMS("maxNumberPatients")=Number between 20 and 100
    PARAMS("patientsPerPage")=Number between 5 and 20
    PARAMS("patientType")=Disabled or Enabled
    PARAMS("gender")=Disabled or Enabled
    PARAMS("primaryEligibility")=Disabled or Enabled
    PARAMS("roomBed")=Disabled or Enabled
    PARAMS("serviceConnected")=Disabled or Enabled
    PARAMS("veteranStatus")=Disabled or Enabled
    
RETURN PARAMETER DESCRIPTION
XML file documenting error condition or successful update.
  <preferencesUpdated>true</preferencesUpdated> 
  </institutionPreferences>
  </preferences>
 
Successful update xml format:
 
  <?xml version="1.0" encoding="utf-8" ?> 
- <preferences>
  <error /> 
- <institutionPreferences>
  <stationNumber>500</stationNumber>