IMPAX 6.5.1 Server Knowledge Base home > Configuring IMPAX Server with Administration Tools > Configuring group mappings

Understanding how wildcards can expand the scope of mappings

A wildcard represents unknown or variable information. When creating group mappings by specialty, body part, and patient location, you can include wildcards as part of the source pattern. The % character is the wildcard character.

The table that follows describes how the placement of the wildcard affects the results of the mapping:

SyntaxDescriptionExampleWhat is matched
% character preceding the text stringMatches all characters after the %.%HEADLooks for all strings ending with HEAD.
% character following the text stringMatches all characters before the %. HEAD%Looks for all strings starting with HEAD.
% character bracketing the text stringMatches the characters between the %.%HEAD%Looks for all strings containing HEAD.
Multiple pattern matching rulesMatches wildcards.%CT%HEAD%Looks for strings containing CT and HEAD.

For example, if the following study descriptions all get mapped the same way, you could cover them with the source pattern CTAB%.

Use wildcards in mappings to:

When a study description matches two or more source patterns with wildcards, rule numbers are used to determine how to group the study, as explained in Understanding how rule numbers determine best matches.


See also


Topic number: 9511

Applies to: IMPAX 6.5.1 Server Knowledge Base