Is there a way to filter to only show all of the Diabetic meds a patient may have on his/her med list?
Theresa Savage
If you have CCC you can use this function:
{ ccc_GET_MED_CLASS_Diabetes_Rx(MEDS_AFTER("delimited")) }
David Shower
OU Tulsa School of Community Medicine
I will try that thank you
By the way I have been seeing a lot of these MEL statements with ccc_xxx is there a list available some where of all of these ccc_xxx statements? I do not see them in EMR HELP.
They are in various files in the CCC folder. Like the CCC-fndefx.ccc files and others. There are a lot of functions in the files there that don't contain specialty names. I've just found them over the years - I don't believe there is any real documentation on them other than what is in those files themselves.
Thank you for all your help, I tested the code you gave me and it worked perfectly.
Theresa
Glad to help - that function is from the CCC-fndef-Find-Prob-Meds.ccc file.