Users Manual Part 2

433General configuration
Roche Diagnostics
cobas
®
pulse · Software version 01.03 · User Assistance · Publication version 1.0
Input: ;Mary
Miller;;X1234321;5715486266Z;01-09-1982
Regex with one group: [^\;]*\;[^\;]*\;[^\;]*\;([^\;]*)\;
[^\;]*\;[^\;]*
Extracted ID: "X1234321"
Dependencies
The Patient entry type configuration item must have a
value of Barcode.
Configuration
You configure the Patient ID pattern validation
(barcode) configuration item item using the following:
Data management system (e.g., cobas
®
infinity POC)
Barcode (generated via cobas
®
infinity edge)
u Related topics
Patient ID validation (429)
Patient entry type (427)
Patient ID pattern validation (RFID)
This configuration item specifies the expression used to
validate a patient ID entered using an RFID tag.
A regular expression is used to validate character/
number patterns, minimum length, and maximum length
with the following options:
Validate the input and use it completely as an ID.
Validate the input, extract and use one substring of
the input as the ID.
Validate the input, extract and use multiple substrings
of the input as the ID in a concatenated manner.
The following logic is applied during the processing of
patterns:
If the pattern does not contain a group, the complete
content of the barcode needs to match and is used as
the corresponding ID.
In order to validate an incoming string and use
multiple parts of it concatenated as the ID, the regular
expression must use named groups surrounding the
parts that should be concatenated as the ID.
The name of the groups must have the format
"<id<index>>" with the index being a digit 0-9 (e.g.,
<id1>).
The extracted content of the groups will be
concatenated in the order sorted by the index. In this
case, the regular expression is used for validating the
format of the entire input as well as extracting
multiple parts of it.
11 General configuration