Ranges

.. (between)The use of two full stops between two values finds all patient's records where the value falls between the two specified values.

Example 1: 'A..D' in the Surname field finds all patients with surnames starting with letters between and including A and D. This is equivalent to 'A..D*' (refer to Implied Wildcards above).

Example 2: '62..64' in the Date of Birth field finds all patients born between 1962 and 1964.

Example 3: '4100..4200' in the Postcode field finds all patients living within the postcode areas numbered between 4100 and 4200.