Hi,
Has anyone used this data symbol to add orders with multiple diagnosis attached?
Also, the error will not display in the text, you have to use a userok - does anyone know the syntax to put into the "" - userok("xxx")?
I have been tearing my hair out over this!!
Thanks!
You need to seperate multiple diagnosis codes with "|" like below -
... "ICD10-R45.8|ICD-401.1","ACUTE MI|HYPERTENSION" ...
For the userok(), just put the entire MEL Statement in there to get the code, you dont need additional quotes, like this -
{userok(MEL_ADD_ORDER("S","Cardiology Fee Ticket","Dual Chamber Electronic Analysis
with reprogramming","26","ICD10-R45.8|ICD-401.1","ACUTE
MI|HYPERTENSION","Include interpretation","1","S","smitchell","08/22/2003"))}
Thanks!
I did this (using the pipe) but it still wouldn't take - the user will pick a few dx from a check box of all the patient's problems and then I pull out the dx and create a | separated list and pull out the icd code and create another | separated list and pass both of these into the function.
ARGH!! but now I can go look at the error message - thanks!!