I have a string :
Patient: ${ss.patient.howard.firstName} ${ss.patient.howard.lastName} Gender: ${ss.patient.howard.sex} Birthdate: ${ss.patient.howard.dob} ${ss.patient.howard.addressLine1} Phone: (801)546-4765 and I am trying to replace ${..} substrings with other strings so it would look like:
Patient: firstName lastName Gender:sex Birthdate: dob addressLine1 Phone: (801)546-4765