Concept class


Contents

Description

The concept_class table is used to define specific classifications of concepts that are used by the application. Fundamentally, these are definitions of sets that serve a special purpose within the application or which the application depends on to determine functionality. For example, classes include Drug, Test, Symptom, etc.

Attributes

Column Name Type Default Description
Primary Key concept_class_id int Unique identifier for concept class
Required name varchar(255) Name for the concept class
Required description varchar(255) Description of the concept class
Required creator users.user_id int Creator of the class
Required date_created datetime 0000-00-00 00:00:00 Date the concept class was created
Primary Key primary key, Required required