Concept class
Contents |
[edit]
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.
[edit]
Attributes
| Column Name | Type | Default | Description | |
|---|---|---|---|---|
| | concept_class_id | int | Unique identifier for concept class | |
| | name | varchar(255) | Name for the concept class | |
| | description | varchar(255) | Description of the concept class | |
| | creator users.user_id | int | Creator of the class | |
| | date_created | datetime | 0000-00-00 00:00:00 | Date the concept class was created |
| | ||||
