Medicine ��� Divisions
Diabetes Consider Trigger
This consider button becomes visible if the following conditions are met:
Patient is diabetic as per Problem list
No glyco-hgb in 3 months or greater
No HgbA1C in 3 months or greater
The Code used to achieve this is :
{(match(PROB_AFTER("COMMA"),"ICD-250")<>0) and((._TODAYSDATE>=(adddates (str(LAST_SIGNED_OBS_DATE("Glyco-Hgb")),"","3","")))or (._TODAYSDATE>=(adddates (str(LAST_SIGNED_OBS_DATE("HgbA1C")),"","3",""))))}
Link to other Diabetes related content HERE .
