Key | Name | Data Type | Max Length (Bytes) | Nullability | Identity | Description |
---|
 (3)![Foreign Keys FK_Specialty_DE_ID_Specialty_DE_ID: [dbo].[Specialty_DE].ID Foreign Keys FK_Specialty_DE_ID_Specialty_DE_ID: [dbo].[Specialty_DE].ID](../../../../Images/fk.png) | ID | [dbo].[dict_id] | 5 | NOT NULL | 1 - 1 | Key to the Specialty_DE table |
 | EnterpriseEntryID | [dbo].[uniqueid] | 9 | NOT NULL | | Master (enterprise) dictionary surrogate key. Points to Dictionary_Entry.EnterpriseEntryID |
| DefinitionSetID | [dbo].[dict_id] | 5 | NOT NULL | | Points to Dict_Definition_Set.DefinitionSetID but is typically zero. |
| Entry | [dbo].[dict_id] | 5 | NOT NULL | | Calculated during insert as rowcount + 1 from Dict_Definition_Set for this dictionary and set |
(3) | EntryCode | [dbo].[code] | 10 | NOT NULL | | Unique alphanumeric code. Brief but cryptic. |
(5) | EntryName | [dbo].[name] | 255 | NOT NULL | | Unique alphanumeric "friendly" display name |
(3) | EntryMnemonic | [dbo].[code] | 10 | NOT NULL | | Typically the same as the Code value, but can be blank. If present, it must be unique. |
(4)![Check Constraints CK_Specialty_DE_IsInactiveFLAG_Yes_Or_No : ([IsInactiveFLAG]='N' OR [IsInactiveFLAG]='Y') Check Constraints CK_Specialty_DE_IsInactiveFLAG_Yes_Or_No : ([IsInactiveFLAG]='N' OR [IsInactiveFLAG]='Y')](../../../../Images/c-constraint.png) | IsInactiveFLAG | [dbo].[BOOL] | 1 | NOT NULL | | Y=row is not active; N=row is active. (Rows are inactivated rather than deleted for history) |
![Check Constraints CK_Specialty_DE_IsEnforcedFLAG_Yes_Or_No : ([IsEnforcedFLAG]='N' OR [IsEnforcedFLAG]='Y') Check Constraints CK_Specialty_DE_IsEnforcedFLAG_Yes_Or_No : ([IsEnforcedFLAG]='N' OR [IsEnforcedFLAG]='Y')](../../../../Images/c-constraint.png) | IsEnforcedFLAG | [dbo].[BOOL] | 1 | NOT NULL | | Y=row is readonly; N=row is modifiable |
(5)![Check Constraints CK_Specialty_DE_IsCurrentFLAG_Yes_Or_No : ([IsCurrentFLAG]='N' OR [IsCurrentFLAG]='Y') Check Constraints CK_Specialty_DE_IsCurrentFLAG_Yes_Or_No : ([IsCurrentFLAG]='N' OR [IsCurrentFLAG]='Y')](../../../../Images/c-constraint.png) | IsCurrentFLAG | [dbo].[BOOL] | 1 | NOT NULL | | Usually 'Y' but occasionally used to subordinate rows. Not exposed to the end user. |
| EffectiveDT | datetime | 8 | NULL allowed | | Time of last modification (not "when this row goes into effect") |
| CMEHoursRequired | smallint | 2 | NOT NULL | | Number of Hours required |
(2)![Foreign Keys FK_Specialty_DE_ParentSpecialtyDE_Specialty_DE_ID: [dbo].[Specialty_DE].ParentSpecialtyDE Foreign Keys FK_Specialty_DE_ParentSpecialtyDE_Specialty_DE_ID: [dbo].[Specialty_DE].ParentSpecialtyDE](../../../../Images/fk.png) | ParentSpecialtyDE | [dbo].[dict_id] | 5 | NOT NULL | | Parent. Link to dbo.Specialty_DE.ID to preserve Parent-Child info |
![Foreign Keys Fk_CMSSpecialtyCodeDE: [dbo].[CMSSpecialtyCode_De].CMSSpecialtyCodeDE Foreign Keys Fk_CMSSpecialtyCodeDE: [dbo].[CMSSpecialtyCode_De].CMSSpecialtyCodeDE](../../../../Images/fk.png) | CMSSpecialtyCodeDE | [dbo].[dict_id] | 5 | NOT NULL | | Corresponding Specialty in the CMS list. Link to dbo.CMSSpecialtyCode_DE.ID |