History View Looping

Can anyone tell me why this code in a history view produces duplicates?  (bonus: 5 fake internet points to the winner!!!) //main impression array placeholder local arrImp = array() //individual line with values local result = array() //array to return local Imps = array() //var to track where to insert into new array local insertme […]

Hello, Has anyone had success with adding MEL code to a history or letter view? I have a function that works perfectly in a form, however when you add it to the history view it doesn’t work, or gives unhelpful error messages. Some functions such as ADDDATES don’t work at all. Thanks    

History View for Appointments in CPS12

Good morning, I’m working on a History View to pull appointment information. We’re trying to find a way for our physicians to see appointment data without going into the Registration section, reducing a couple clicks. The goal is to have current, future, past completed, past cancelled & past no shows. I’m getting some of the […]

Hi there, I would like to create a button that can pull the History View from Chart and display it on the screen.  My experience with VFE is very limited, but I know how to pull a handout and display that on the screen.  May I ask if I could do something similar with the […]

History View Suggestions

We're working on a history view that will contain all of the patient's upcoming appointments.  Below is the MEL language I'm working with. It doesn't seem to work consistently.   Does anyone have any suggestions? {if SEARCH_APPTS(“LIST”,”NEXT”)<>”” then SEARCH_APPTS(“LIST”,”NEXT”) else “<none>” endif}   After we get upcoming, then I'm going to try all other past appointments.  I […]

MEL help for History View

I'm trying to create a history view that will show the most recent document that came in from the patient portal.  The document type is Secure Msg.  However, I cannot find any MEL data symbols that will allow me to pull in the list of documents in the patient chart.  Is there some way to […]