INI Settings - Release of Information - English - Foundation 22.1 - OnBase - external - OnBase/Release-of-Information/English/Foundation-22.1/Release-of-Information-Unity/Installation/INI-Settings - 2023-12-11

Release of Information (Unity)

Platform
OnBase
Product
Release of Information
Release
Foundation 22.1
License

By default, the ROI Release Request and User Productivity reports include weekends and holidays in the total processing time for ROI requests.

You can configure OnBase to exclude non-business days from ROI processing time two ways. The recommended method is using a Business Calendar that you configure in OnBase Configuration and assign under Medical | Release of Information | System Settings.

If no Business Calendar is assigned, OnBase will refer to the onbase32.ini file for days to exclude from processing time. The following steps guide you through the latter method. First, you will create a text file that lists the days to exclude. Then, you will add the file's location to onbase32.ini.

  1. Create a text file that includes the following lines:

    DaysOfWeekToSkip:

    HolidayDates:

  2. Under DaysOfWeekToSkip:, list the numbers corresponding to the days of the week you want to exclude from ROI processing time. The format is 1 for Sunday, 2 for Monday, 3 for Tuesday, and so on.
    For example, to exclude Sundays and Saturdays, type 1 on the first line and 7 on the next line.
  3. Under HolidayDates:, list the specific dates you want to exclude from ROI processing time. The format is M/D/YYYY. When you're finished, the file should resemble the following:
  4. Save this file to a location that can be accessed from the workstation that will be generating ROI reports.
  5. Open onbase32.ini from the workstation that will be generating ROI reports. The INI file's location varies depending on the workstation's operating system. See the following section, INI File, for the file's default location on each operating system.
  6. Find the Release of Information section in onbase32.ini:

    [Release of Information]

    HolidaysFile=

  7. Next to HolidaysFile=, type the full path where you saved the text file in step 4. When you're finished, the new section should resemble the following: