MEDFACILITY - Database Reporting Guide - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - external - OnBase/Database-Reporting-Guide/Foundation-24.1/Database-Reporting-Guide/Database-Tables/MEDFACILITY - 2024-07-01

Database Reporting Guide

Platform
OnBase
Product
Database Reporting Guide
Release
Foundation 24.1
License

The MEDFACILITY table stores a row for each configured Medical Facility. The MEDFACILITY table is located in DBSpace8.

MEDFACILITY Table Values
Column Name Data Type Description
facilitynum bigint

The internal unique identifier of the medical facility.

facilityname char(50) The display name of the medical facility.
activeperiod bigint The facility level setting for the number of days before a chart is marked inactive.
chtautoname char(100) The configured auto-name string for charts associated with this facility.
delinqdays bigint

The facility-level setting for the number of days before a chart’s deficiencies are flagged as delinquent; used when Aging & Levels are not configured.

legalstatusdelay bigint The facility-level setting for the number of days before a chart is flagged as closed.
allowemergencyacc bigint

The level of emergency access allowed for charts associated with this facility; 0 = No emergency access, 1 = All users, 2 = Only physicians.

facilitynamehl7 char(30) The HL7 name of the medical facility.
requestdays bigint

The facility-level setting for the number of days before chart access expires.

flags bigint

Facility-level flags.

securityflags bigint Additional flag for security options; 1 = Facility is locked down.
termdigitmask char(20) The mask for this facility’s terminal digits.
address1 char(80) Facility address first line
address2 char(80) Facility address second line
city char(200) Facility city
state char(100) Facility state
zipcode char(10) Facility zip code
phonenumber char(32) Facility phone number
faxnum char(30) Facility fax number

The indexes for the MEDFACILITY table are located in DBSpace8.

MEDFACILITY Table Indexes
Index Name Included Columns
medfacility2 facilitynum
medfacility3 facilityname
medfacility4 facilitynamehl7