Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Use the topics in this section to understand the design of the database schema. Understanding the database schema is useful when designing reports.

Data in the database is stored in tables, which in turn contain fields that each contain a single piece of data. For example, patient information is stored in a table named "patient_data" . The table in turn contains a field named "pid" that contains patient IDs. In the custom report generator, the table and field are displayed as patient_data.pid.

Below is the list of tables in the database:

Children Display


Logical DrCloudEHR Database Schema