I’m looking to do the following:
I don’t have much experience with database functionality inside of Cloverleaf so I’m not entirely sure how to go about each step above. I could build it in TCL, but if I can do it inside of the GUI I’d like to start there.
I can create the tables I need to track a patient with a status of LOA, and the table I’d need for orders received while on LOA. I can create outbound database threads, and translations to insert the data that I need. But, I’m not sure how to do the filtering portion, or how to pull a complete message from a field and send it as a new message.
Would someone be able to give me an example of how to do filtering based off of a sql table? And how to pull a message from a table and resend it? For the latter I was thinking of a table which had MRN, Visit ID, OrderID, OrderMessage (entire message).