Lookup table for type of treatment (activity).
| Field Name | Field Description | Data Type | Field Size* | DetailsID | Code for treatment type (activity). Primary key for this table | smallint | 2 | Treatment | Text description of type of activity (treatment) done | varchar | 60 |
*The text datatype pre-allocates only 16 bytes. Size represents actual bytes for all other data types.