Skip to content

AnnotationCodeLocalizedDisplayName

Localized names of annotation codes for different languages.

erDiagram
    AnnotationCode ||--o{ AnnotationCodeLocalizedDisplayName : "AnnotationCodeID"
    Language ||--o{ AnnotationCodeLocalizedDisplayName : "LanguageID"

Fields

Field Type Description
AnnotationCodeID numeric Internal ID that references the AnnotationCode entity (Foreign Key)
DisplayName string Localized display name of the code
ID numeric Internal ID for the AnnotationCodeLocalizedDisplayName entity (Primary Key)
LanguageID numeric Internal ID that references the Language entity (Foreign Key)

References

Column Name Referenced Table Description
AnnotationCodeID AnnotationCode Lookup codes for annotations, can be used to provide a list of options for an annotation
LanguageID Language Lookup table for languages