Does anyone know how I can change the date for the MEL_ADD_ORDER(“T”, “Laboratory”, “ABO BLOOD TYPE”, “”,””, DOCUMENT.PROBLEM_LIST, “”, “”, “”, “”, “”). I know its the last field but I cant figure out what format the date has to be in.
Any help on how someone did this would be helpful.
Thank you
Needs to be a string in the format: mm/dd/yyyy. For today's date, can use str(._TODAYSDATE)
I have tried just entering the date like that and using the ._todaysdate and the code below but no luck. Am I missing something?
{MEL_ADD_ORDER("T", "Laboratory", "ABO BLOOD TYPE", "","","", "", "", "", "",ADDDATES(str(._TODAYSDATE),"0","6","0") ) }
this is how i have mine this would be 4 weeks from today which is 28 days
MEL_ADD_ORDER("T", "Laboratory", "Hepatic Function Panel (LFT'S) ", "", fnGetProblemCodes(),fnGetProblemDescriptions(), "", "", "", "", ADDDATES(str(._TODAYSDATE), "0", "0", "28"))