Hello,
Here is the model in case it helps:
psychcancercentermodel-060316.fsm
I am trying to use next activity based one a condition. For my routine patient track, the patient makes the choice of leaving or waiting for another visit during the next visit activity. They should leave the model if the number of visits completed (which I am using acuity currently) equals the SetVisits, which the patient is assigned as they enter the model. I used the condition of :
getlabelvalue(patient, "SetVisits")==getlabelvalue(patient, "Acuity")
This logic does not appear to be working. Any thoughts?