Change Returned codedValues From Concept #1 To 1(Resolved)

Hello Folks

I created the logic here that replaces returned coded values from 1065 or 1066 to either 1, or 0. Our main goal is to turn an ArrayList of codedValues [Concept #1, Concept #0, Concept #1, Concept #0, Concept #1, Concept #1, Concept #1, Concept #1, Concept #1, Concept #1, Concept #1, Concept #1, Concept #1, Concept #0, Concept #1, Concept #1] into JSON structure that complies of {1,0, 0,1,01}, the Zeros and Ones represent symptoms saved from the form.

Question: How can we remove Concept #1 To 1. Is this something generically picked from Concept class that I cant deconcatenate or, it can easily be manipulated with code? cc @dkayiwa @mozzy

I finally resolved this. :yum: Thanks @mozzy

2 Likes