QMD_PORTAL_PERMISSION



Column Section Relationship Section Top of Page


Table-level Detail

Description: Quality Measures Dashboard Portal Permissions
Definition: A table that stores portal configuration settings for the quality measures dashboard.
Table Type: REFERENCE





Column Detail - QMD_PORTAL_PERMISSION


Column Name Type Null? Definition
CLIENT_PORTAL_DISPLAY_IND DOUBLE N The table row is active or inactive that would enable client submission portal portal view only on the quality measures dashboard
DASHBOARD_IND DOUBLE N The table row is active or inactive that would enable eligible hospital quality scorecard view only on the quality measures dashboard.
MIPS_DISPLAY_IND DOUBLE N The table row is active or inactive that would enable MIPS portal view only on the quality measures dashboard.
PRSNL_GROUP_RELTN_ID DOUBLE N The ID of the personnel group the permissions are associated to. It is the PK of the PRSNL_GROUP_RELTN table.
QMD_PORTAL_PERMISSION_ID DOUBLE N Unique generated number that identifies a single row on the QMD_PORTAL_PERMISSIONS table.
QRDA_EXPORT_IND DOUBLE N The table row is active or inactive. Active means it would enable QRDA export view only on the quality measures dashboard
UPDT_APPLCTX DOUBLE N The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_CNT DOUBLE N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_DT_TM DATETIME N The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_ID DOUBLE N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_SOURCE VARCHAR(40) Y The script name responsible for updating the record.
UPDT_TASK DOUBLE N The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.



Relationship Detail - QMD_PORTAL_PERMISSION


Child Column in QMD_PORTAL_PERMISSION(FK) Parent Table Name Parent Column Name
Parents: PRSNL_GROUP_RELTN_ID PRSNL_GROUP_RELTN PRSNL_GROUP_RELTN_ID