Notifications
Clear all
Topic starter
I am attempting to build a quick text which will add a problem to the problem list with and "end date" this is what I have so far. Any help would be appreciated.
{MEL_ADD_PROBLEM(’Bronchitis,viral’,’J40’,str(._todaysdate),ADDDATES(str(._todaysdate),’’,’’,’3’))”}
Thank you
Posted : May 23, 2016 4:53 am
Try this one. end is 10 days
Bronchitis,viral{MEL_ADD_PROBLEM('DX OF','Bronchitis,viral','ICD10-J40',str(._todaysdate),ADDDATES(str(._todaysdate),'','','10'))''}
Posted : May 23, 2016 5:32 am
Topic starter
Thanks so much, I really appreciate the help, worked like a charm..
Posted : May 24, 2016 4:05 am