Matlock Wyman OD

Clinical Optometrist, Speaker, Content Creator

Matlock Wyman

Welcome! Come see what I've been working on.

Matlock OD: Optometric Sketch comedy (view on YouTube)

Comedy as an educational tool.

People are more likely to listen to a message if it's entertaining. Matlock OD is a way to bridge the gap between providers and patients outside of the exam chair. It also allows me to impart (or reinforce) some important words of wisdom, such as what to do with that bottle of visine, and seriously- don't sleep in those contact lenses.

There are many voices competing for our patients attention, and mis-information abounds- ranging from frivolous to downright dangerous. It's not enough anymore for us to meet our patients in the exam room. We must also have a presence on their screens as well.

Comedy becomes the great connector when trying to reach as many people as possible. A video lecture will simply not be viewed or shared to the extent that a funny video will be shared.

Lectures and Articles

Just like our patients, doctors also respond better to humor and engaging delivery of information. My lectures are attention grabbing and dynamic, because more can be learned when attention is held! Here are some lectures I've given lately:

Lectures

Articles

Mr. Macrows- Open Source Clinical Macros (view in github)

Committed to Clinical Efficiency

As far as EMRs go I was dealt a bad hand- I got stuck with E-Clinical Works (ECW). You may not have heard of ECW before and there's a reason for that- it's terrible. It's many inefficiencies make it difficult to get through a patient encounter- let alone an entire day of work. So I learned to use Auto Hot Keys (AHK) to overcome most of the inefficiencies imposed on me by ECW. One of the main issues with ECW is the rigidity in their macro system. It is limited to a single trigger for all macros (CRTL + Space) which requires some finger gymnastics when the trigger should be acessible as to not interrupt the flow of typing or the palcement of the fingers on the keys, especially when multiple macros are being triggered in a row. The biggest drawback is the exclusivity of triggers once selected. If someone maps their macro to the trigger "PVD" no one else can use that, which requires everyone to create highly individualized macro triggers which causes two problems. One, memory- if the macro doesn't have the most obvious trigger then it will be difficult to remember. Two, brevity. Practitioners are having to resort to using their initials or some other identifier before their macros (such as "MWPVD") which adds excessive keystrokes to a function that is intended to reduce keystrokes. A third issue (yes, I know that's more than two) is the lack of utility offered by these packaged macros. For example, if I wanted to have a macro that involved rich text (bold, underlines, italics), I can't. If I wanted the macro to include enters, tabs, or involve any complex series of keystrokes, or even mouse clicks- it cannot. AHK solves all of this and more. I've spent a great deal of time cultivating my own AHK script that I am making available for use, and it can be viewed and downloaded here.

See it in action

While still under development, here are some features it offers: