The ROIREJECTREASON table stores the configured rejection reasons
| Column Name | Data Type | Data Length | Description |
|---|---|---|---|
| rejectreasonnum | bigint | 8 | Unique identifier for the reject reason. |
| rejectreason | char | 250 | Description to use for the rejection reason. |
| formatnum | bigint | 8 | Statement format used to generate the rejection letter. |
| rejectreasonname | char | 250 | Name of the reject reason. |
| facilitynum | bigint | 8 | Foreign key to MEDFACILITY which is the facility the reject reason is assigned to. |
The indexes for ROIREJECTREASON table are located in DBSpace8.
| Index Name | Indexed Columns |
|---|---|
| rejectreason1 | rejectreasonnum |
| rejectreason2 | facilitynum |