Entries in standard and customized definition tables require a special syntax. Each entry must include an entry name, keyword, and value. Depending on a value, an entry can include a value type, modifier, and value of the modifier. There are conventions that must be followed to make entries to the tables.
Syntax
ENTRY_NAME KEYWORD=VALUE TYPE MODIFIER=VALUE
OR
ENTRY_NAME KEYWORD=VALUE REC=VALUE (This syntax is used for ATT=TOKEN-MASK)
Example 1
'医療法人' ATT=CLUE TYPE=T HANKAKU='イリヨウホウジン'
where:
| '医療法人' | = | Entry name |
| ATT | = | Keyword (Attribute) |
| CLUE | = | Keyword value |
| T | = | Value type |
| HANKAKU | = | Modifier |
| 'イリヨウホウジン' | Modifier value |
Example 2
'TUB*' ATT=TOKEN-MASK BNP REC='TNMB'
where:
| 'TUB*' | = | Entry name |
| ATT | = | Keyword (Attribute) |
| TOKEN-MASK BNP | = | Keyword value |
| REC | = | Recode |
| 'TNMB' | = | Recode value |