Database Table DatadictionaryEnum |
[This is preliminary documentation and is subject to change.]
The DatadictionaryEnum table holds data about enum values for fields in dynamic forms in TOPICA
Each row represent a enumvalue for a field in dynamic form
Field name | Type | Note | Description |
---|---|---|---|
FieldName | varchar(50), foreign key to DatadictionaryField | Primary key | Name of the field the enumvalue is associated to in the dynamic form. |
EnumValue | int | Primary key | The actual enumvalue |
Caption | varchar(255) | Enumvalues caption in GUI | |
Link | varchar(255) | ||
Description | text | ||
EnumName | varchar(255) | Enumvalus text representation used eg. then integrating via Medcom messages |