Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Clarity CLR 110: Glossary Questions And Answers With Complete Solutions 100% Correct Answe, Exams of Advanced Education

Extract File - CORRECT ANSWER-An extract file is a tab-delimited, flat text file (.EXT) that collects specified data from the Epic production system and makes it available to be loaded into the Clarity DBMS. These files are usually generated by KB_SQL queries on the production side, which are then FTPed over to the Clarity server and loaded into the reporting database. Extracted Table - CORRECT ANSWER-Extracted tables are tables populated by the standard Clarity ETL process

Typology: Exams

2024/2025

Available from 07/13/2025

Academicmaterials
Academicmaterials 🇺🇸

1

(1)

4.4K documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Clarity CLR 110: Glossary
Extract File - CORRECT ANSWER-An extract file is a tab-delimited, flat text file (.EXT)
that collects specified data from the Epic production system and makes it available to be
loaded into the Clarity DBMS. These files are usually generated by KB_SQL queries on
the production side, which are then FTPed over to the Clarity server and loaded into the
reporting database.
Extracted Table - CORRECT ANSWER-Extracted tables are tables populated by the
standard Clarity ETL process.
Foreign Key - CORRECT ANSWER-Foreign keys are used to join tables together. The
columns used as foreign keys will define the relationship between the Clarity tables in
your report.
Full Outer Join - CORRECT ANSWER-This is the least restrictive join type and will
include everything you would get with a left outer join and a right outer join. You get one
record for each pair of records that match, plus one record for each record in each table
that do not match.
Inner Join - CORRECT ANSWER-his is the most restrictive and efficient type of linking.
You will only get rows from the left table that have one or more matching rows in the
right table.
Item - CORRECT ANSWER-A piece of data in Chronicles. It can be stored at the record
level or at the contact level. It is the fourth and last level of the Chronicles hierarchy.
Join Type - CORRECT ANSWER-When you want to report on entities whose
information is contained in multiple tables, you must join all the tables into one data set
that has columns from all the tables. When joining two tables there are four types of
joins that will determine which rows will get into the resulting data
set: inner join, left outer join, right outer join, and full outer join.
KB_SQL - CORRECT ANSWER-KB_SQL is a third-party product from Knowledge
Based (KB) Systems, Inc., that allows you to retrieve, analyze, and report on
information in Caché databases using SQL syntax.
Left Outer Join - CORRECT ANSWER-This join type is less restrictive than an inner join
and will include everything you would get with an inner join. You will also get all records
from the left table that do not match records in the right table.
pf3
pf4

Partial preview of the text

Download Clarity CLR 110: Glossary Questions And Answers With Complete Solutions 100% Correct Answe and more Exams Advanced Education in PDF only on Docsity!

Clarity CLR 110: Glossary

Extract File - CORRECT ANSWER-An extract file is a tab-delimited, flat text file (.EXT) that collects specified data from the Epic production system and makes it available to be loaded into the Clarity DBMS. These files are usually generated by KB_SQL queries on the production side, which are then FTPed over to the Clarity server and loaded into the reporting database. Extracted Table - CORRECT ANSWER-Extracted tables are tables populated by the standard Clarity ETL process. Foreign Key - CORRECT ANSWER-Foreign keys are used to join tables together. The columns used as foreign keys will define the relationship between the Clarity tables in your report. Full Outer Join - CORRECT ANSWER-This is the least restrictive join type and will include everything you would get with a left outer join and a right outer join. You get one record for each pair of records that match, plus one record for each record in each table that do not match. Inner Join - CORRECT ANSWER-his is the most restrictive and efficient type of linking. You will only get rows from the left table that have one or more matching rows in the right table. Item - CORRECT ANSWER-A piece of data in Chronicles. It can be stored at the record level or at the contact level. It is the fourth and last level of the Chronicles hierarchy. Join Type - CORRECT ANSWER-When you want to report on entities whose information is contained in multiple tables, you must join all the tables into one data set that has columns from all the tables. When joining two tables there are four types of joins that will determine which rows will get into the resulting data set: inner join, left outer join, right outer join, and full outer join. KB_SQL - CORRECT ANSWER-KB_SQL is a third-party product from Knowledge Based (KB) Systems, Inc., that allows you to retrieve, analyze, and report on information in Caché databases using SQL syntax. Left Outer Join - CORRECT ANSWER-This join type is less restrictive than an inner join and will include everything you would get with an inner join. You will also get all records from the left table that do not match records in the right table.

Add Type - CORRECT ANSWER-Indicates how data is stored across contacts. No add data is stored at the level, response each time is stored at the contact level, and lookback data remains the same until changed. Analytical Reports - CORRECT ANSWER-Reports written from Clarity data. These reports are looking for trends over time, use relatively complex logic and/or formulas, and are not vital to immediate patient care. Cache - CORRECT ANSWER-Caché is a third-party product from InterSystems Corporation. It is a database management system (DBMS) optimized for the rapid development and deployment of high-performance, massively scalable web and client/server applications. Epic's proprietary DBMS, Chronicles, is programmed in Caché. Chronicles - CORRECT ANSWER-Developed specifically for healthcare facilities, Chronicles is the complete database management system that underlies all of Epic's applications. Each application builds upon the Chronicles unified data model to create inpatient, outpatient, clinical, financial, and administrative data sets. Clarity Compass - CORRECT ANSWER-Allows you to look up and generate documentation for all Clarity tables. Cogito Ergo Sum - CORRECT ANSWER-A web-based interface that facilitates the Clarity process through centralized administrative settings and end-user functionality. Contacts - CORRECT ANSWER-The third level in the Chronicles hierarchy, it tracks time-sensitive data. Crystal Reports - CORRECT ANSWER-Crystal Reports is a third-party product from SAP BusinessObjects. Crystal Reports is used to create reports with the data in the Clarity DBMS. DBA - CORRECT ANSWER-DBA is the acronym for database administrator. The DBA(s) at your site are responsible for your DBMS. DBMS - CORRECT ANSWER-DBMS is the acronym for database management system. A database, such as Clarity, typically consists of files holding the physical database and DBMS software that applications use to access the data in the database. The DBMS enforces the database structure. Most Clarity customers choose either MS SQL Server or Oracle for their Clarity DBMS. Data Type - CORRECT ANSWER-The format of what an item in Chronicles stores. Data types include category, string, number, date, time, and instant. Derived Table - CORRECT ANSWER-Derived Clarity tables are populated from derived table scripts. Using derived tables can reduce the amount of work that report writers

View - CORRECT ANSWER-Views search and return data using view scripts. Using views can reduce the amount of work that report writers must do to report on Clarity data; in a Crystal report, one view might take the place of several extracted Clarity tables.