3. Data Integration Architectures Flashcards

1
Q

Modular Systems / Holistic Approach vs. Best of Breed Approach:

A

Modular Systems/Holistic Approach: This approach involves a central database with independent modules for each functional unit. It offers data consistency and extensibility but may suffer from low flexibility.

Best of Breed Approach: BoB involves selecting specialized software for each function, resulting in a system that is highly flexible and adapted to specific requirements. However, it may lead to functional incongruence and higher administrative efforts.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Data Exchange via Interfaces,

A

Involves the use of different schemata and formats for data exchange, necessitating standardization to overcome design autonomy

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Communication Server:

A

Acts as middleware to manage interfaced systems. It simplifies mapping formats and protocols, increases manufacturer independence, and offers central maintenance but doesn’t completely resolve data integration issues.”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

OLTP vs. OLAP:

A

OLTP (Online Transactional Processing): Focuses on administration and control, involving repetitive, structured operations primarily for update-in-place semantics.

OLAP (Online Analytical Processing): Geared towards analysis and decision support, allowing ad-hoc access for interactive data exploration and statistical analysis, primarily reading and aggregating data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Integration Approaches:

A

Virtual Integration: No central data pool; queries are translated into subqueries answered by component systems. It offers up-to-date data but may have slow response times.

Materialized Integration: Involves central database replication and redundant data storage. Data transformation and integration occur offline, and timeliness depends on ETL process frequency.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Materialized Integration: Data Warehouse:

A

OLAP Cubes: Used in data warehouses for multidimensional analysis, providing comprehensive query options and supporting data mining methods.

Dimensions, Facts, Star Schema: Data warehouses often use a star schema, which includes dimensions (descriptive attributes) and facts (measurable quantities). This schema supports efficient querying and analysis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

key components of a modular system in HIS architecture?

A

central database, independent modules for functional units, and decouples modules from the database management system (DBMS) through a client-server concept.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

adv, disadv of a modular system in HIS?

A

+++ data consistency, extensibility, and the avoidance of media discontinuities.

      • Disadvantages include low flexibility and possibly insufficient functionality.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Best of Breed (BoB) approach in HIS and disadvantages?

A

involves selecting the best software for each purpose, resulting in a system with high flexibility and adaptation to requirements.

Disadvantages include functional incongruence, high risk of inconsistency, and high administrative effort.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

types of autonomy in distributed data management

A

design autonomy, association autonomy, access autonomy, communication autonomy, and execution autonomy.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

consequence of autonomy in terms of system heterogeneity?

A

autonomy leads to heterogeneity in runtime environments, communication protocols, data representation, data models, and semantics.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

main challenge in integrating heterogeneous systems?

A

managing the different vendors, architectural approaches, and the resulting fragmentation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

integration requirements in HIS?

A

overcoming heterogeneity, managing fragmentation, and ensuring information integration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

methods of data exchange in HIS?

A

interfaces, communication servers, and repositories.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Key data exchange standards in HIS?

A

DICOM (Digital Imaging and Communications in Medicine) and HL7 (Health Level 7).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

difference between OLTP and OLAP in data management?

A

OLTP (Online Transactional Processing) focuses on administration and control, while OLAP (Online Analytical Processing) focuses on analysis and decision suppor

17
Q

what is virtual integration in data management?

A

virtual integration involves no central data pool, with queries translated into subqueries answered by component systems.

18
Q

What is materialized integration in data management?

A

Materialized integration involves a central database replication and redundant data storage.

19
Q

What are the characteristics of data warehouses in HIS?

A

characteristics include comprehensive query options for data analysis and applicability for data mining methods.

20
Q

components of ETL processes in data warehouses?

A

extraction, transformation, and loading of data from OLTP systems into a target system