Users Manual Part 2
431General configuration
Roche Diagnostics
cobas
®
pulse · Software version 01.03 · User Assistance · Publication version 1.0
Dependencies
The Patient entry type configuration item must have a
value of Keyboard.
Configuration
You configure the Patient ID pattern validation
(keyboard) configuration 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 (barcode)
This configuration item specifies the expression used to
validate a patient ID entered using a barcode scan.
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.
Based on the group name with the index, the
extracted substrings are concatenated in the business
logic of the Glucose app.
11 General configuration