Skip to content

Commit

Permalink
Field prefixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kjolley committed May 25, 2021
1 parent 8db468f commit 7541fd9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dbase_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,15 @@ Element content: Field name + optional list <optlist> of allowed values, e.g.::
* Sets if this field has a list of allowed values, default 'no'. Surround
each option with an <option> tag.

* prefixes

* Sets the name of a field that this field should be used as a prefix for.
That field must be defined. An example of where this would be useful is
for defining AMR fields, where one field is a modifier (>,<,=) for a MIC
value field. A field with this attribute defined will not be shown as a
separate field within the isolate record, but will be displayed as a prefix
to the value of the set field.

* regex

* Regular expression used to constrain field values, e.g. regex="^[A-Z].*$"
Expand Down

0 comments on commit 7541fd9

Please sign in to comment.