In the 2026 R1 version of Medilink Clinical Desktop, you may have noticed that loading/browsing the MIMS list is slower.
Please be patient, as clicking repeatedly will simply cause further delays in loading.
Previous versions of Clinical would cache the full MIMS XML data (store in memory), which meant it could be queried very quickly. Unfortunately this caching was causing increasing OutOfMemoryException errors, especially as MIMS had grown through the years, and it's become untenable to continue (too many providers complaining of OutOfMemory which then crashes the program).
We will be tweaking/improving it as best we can, but unfortunately due to Clinical (Medilink.DHR.EXE) being a 32bit app, (bound to this by the Paradox database), we will always be restricted in it's memory usage, so we'll need to either cache selective elements, and/or load the MIMS data out of process (via service or some other system).