Basic Search
To search, enter your search criteria and press the Search button. The search results will be displayed in the Study List Table. Pressing the Clear button will remove all search criteria and show all the studies in the archive.

Patient Name
When searching by Patient, SmartPACS is able to match both first or last names. ^
and space
are interchangeable. The order the names are entered also does not matter. For example, the search term Doe
will yield results for Fluffy Doe
, Fluffy^Doe
and Doe Fluffy
.
Date Range
You can select a date range for the search. Clicking on the drop-down arrow for From Study Date will show a list of quick options.

You can select Today, Yesterday, This Week, This Month, Past 7 Days, and Past Month. Clicking inside the date field of the From Study Date or the To Study Date will display a calendar to select a date from.

You can also manually type in a date in the YYYY-MM-DD format. Leaving the To Study Date empty will search up to Today.
Leaving the From Study Date field empty will perform an unbounded search which can take quite some time and consume a lot of system resources. It is not recommended.
Wildcard
You can use the wildcard characters .
(also called dot) and *
(also called star) in your search.
.
will match a single character. For example .og
will match both dog
and fog
but not grog
.
*
will match any number of characters. For example doc*
will match doc
and document
but not dodo
.
*
at the end of a search value matches anything that starts the search value.
By default *
is automatically added to the end of your search unless you have explicitly used it in your search.
*
at the beginning and end of a search value matches anything that contains the search value. For example *or*
will match both Morgan
and Norman
.