Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| prescripTypeID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each prescription type |
||||
| prescripName | varchar | 50 | √ | null |
|
|
Prescription type name - Name of the prescription type (e.g., ‘Daily Medication’, ‘PRN’, ‘Emergency’) |
||||
| prescripDesc | varchar | 100 | √ | null |
|
|
Prescription description - Detailed description of the prescription type and its use |
||||
| daysForAlert | int | 4 | √ | null |
|
|
Alert days - Number of days before prescription expiration to trigger alerts |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__prescripTypes__66F53242 | Primary key | Asc | prescripTypeID |
