Description
This page provides a list of the code tables for the Cúram application. Code tables contain codes for items that appear in Cúram drop-down fields. Code tables are used to save space in the Cúram database; by storing drop-down field selections as codes rather than the full text of the selection, a great deal of space can be saved in the database. For example, rather than storing the ethnicity "American Indian or Alaskan Native" in the database, the application can store the code "ETH4". Code tables also enable the localization of drop-down fields; localization allows drop-down fields to contain values appropriate to a user's language and dialect. The information that can be stored for a code table includes a code table name and the default code (the default code specifies the code table item that a drop-down field defaults to). A code table is made up of a number of code table items; each code table item represents a selection in a drop-down field. The bulk of code table information is contained within code table items. A code table item contains the actual code that will be stored in the application database when that code table item is selected in a drop-down field. In addition, it contains a description, which is the text that will actually be displayed in a drop-down field, and the language setting, which contains information relating to the localization of the code table item.
Page Preview
Page Flow Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions. Fullscreen
Fields
LabelTypeDescriptionMandatory
Default ValueCODETABLE_CODEThe default value for the code table. This is the value that will appear by default in the drop-down field that is populated by the code table.No
Last ModifiedCURAM_DATETIMEThis is the date on which the code table (or its subsidiary code table items) was last modified.No
Table Name
LabelTypeDescriptionMandatory
Table NameCODETABLE_TABLENAMENo
Links and Actions
Page Level Actions
LabelDescription
NewThe New action allows you to create a new code table.
PublishThe Publish action allows you to publish changes made to code tables and code table items.
Row Level Actions
LabelDescription
Edit NameThe Change action allows you to change the name of the application code table directly from the list page.
Related Entities
When page is loaded
CodeTableHeader
When page is submitted
None
Technical Information
Page IDSystem_listCodetable
LocationC:\Users\david\dev\src\esystems-inc\Curam_V8_IS\webclient\components\core\System\Codetables\System_listCodetable.uim
Page Load InterfaceSystem.listCodeTable
Page Submit Interface
Linked From PagesEdit Code Table (System_modifyCodetableNameFromView)