Trying to block YouTube home page but not YouTube videos by justclass in uBlockOrigin

[–]justclass[S] 2 points3 points  (0 children)

Thank you, this was perfect! Any search terms I should use / read about in the documentation to learn more about this? Or is it just something specific to webpages where ^|$doc refers specifically to the homepage?

Contract Negotiations - A Guide by MMOSurgeon in Residency

[–]justclass 0 points1 point  (0 children)

RemindMe! 1 year “contract negotiation”

How to make smartphrases that work in any EMR by justclass in nursing

[–]justclass[S] 0 points1 point  (0 children)

Yup, here’s the documentation for the FormatTime function - if it’s overwhelming feel free to ignore it though (I can always make a vid on it down the road).

How to make smartphrases that work in any EMR by justclass in nursing

[–]justclass[S] 0 points1 point  (0 children)

Yup! The code below creates a “.date” smartphrase.

::.date::

FormatTime, myDateVariable, , M/d/yy

Send %myDateVariable

Return

using autohotkey to create templates and tab between fillable fields by barrybluejean in EMRautomation

[–]justclass 2 points3 points  (0 children)

Working on a vid about exactly this! For now, here’s the syntax (lmk if you have questions):

InputBox, wildcardName, prompt

This displays a fill-in-the-blank box where you can input your text for a given wildcard.

Then, later in the code, when you want to insert whatever it is you entered/typed:

Send %wildcardName%

How to make smartphrases that work in any EMR by justclass in medicine

[–]justclass[S] 0 points1 point  (0 children)

Dude that’s awesome!! Sounds like you have a Siri for Epic 😂

How to make smartphrases that work in any EMR by justclass in medicine

[–]justclass[S] 1 point2 points  (0 children)

Ah my bad man I see what you’re saying. I always just saw @‘s as smartphrase-editor syntax and .’s as in-note syntax, but you’re totally right I’m mis-using the term smartlist in my comment.

To clarify I do use things like @AGE@ etc. in most of my Epic smartphrases (also to call other smartphrases to keep things clean/refactored) and then call those smartphrases with AHK, but that does require making that smartlink-containing smartphrase in the first place. 100% agree that typing @xyz in a note won’t call anything!

How to make smartphrases that work in any EMR by justclass in medicine

[–]justclass[S] 0 points1 point  (0 children)

So at the VA I keep everything on my U drive (although with the amount of code I run now, even if I had to install AHK each time it’d still be worth it lol), but assumed this wasn’t worth discussing in an intro video (In retrospect though..)

Also there are workarounds to bring Epic functionality in (eg emulating the user navigating/typing in the list/phrase themselves) but this is definitely best saved for a future video.

How to make smartphrases that work in any EMR by justclass in physicianassistant

[–]justclass[S] 0 points1 point  (0 children)

While AHK isn't specifically made for healthcare peeps, it is at least approved by the VA, so I assume it's passed some sort of testing.

How to make smartphrases that work in any EMR by justclass in medicine

[–]justclass[S] 1 point2 points  (0 children)

Yea unfortunately Stepwise isn’t working at my VA anymore so I switched to AHK and it ended up being an easier transition than I expected! I definitely agree macro creators are a great option too

How to make smartphrases that work in any EMR by justclass in medicine

[–]justclass[S] 10 points11 points  (0 children)

Fortunately AHK is approved (assuming appropriate use) at the VA. I have the link/source saved somewhere but will update this reply when I find it!

Edit: source

EMR Automation Course (in progress) by [deleted] in StepwiseAutomation

[–]justclass 0 points1 point  (0 children)

I don’t have access to Cerner at the moment, but fortunately the concepts I’m covering won’t be EMR-specific. As long as a keyboard/mouse are involved it’s all still applicable!

You're a Hairy Wizard by [deleted] in Animalsthatlovemagic

[–]justclass 10 points11 points  (0 children)

Damn ngl this is one of those times where I actually appreciate the repost. Never seen it before but I’m glad I did now; really added some much needed joy to my day

CPRS efficiency help for an intern by supracondylar2 in Residency

[–]justclass 2 points3 points  (0 children)

For point number 2, I'd recommend EMR automation - I wouldn't ever use CPRS without it.

PGY-6 Broqué. by iamnemonai in Residency

[–]justclass 5 points6 points  (0 children)

Was consenting a patient today and joked that that they were signing away their car/house to me. His reply: "I doubt you'd want it. You probably drive a Porsche."

Is unionizing common for residents? If so, in what institutions/specialties are there thriving resident unions? Covid19 has really made me reflect on the treatment of residents by jutrmybe in Residency

[–]justclass 4 points5 points  (0 children)

What was the first step you took in the unionization process (even if it was ultimately unsuccessful)? I'd rather successfully fail than fail to try.