Our test and referral order forms were created in Crystal Reports and have the patients social security number on them.
Can anyone familiar with Crystal Reports help me out and remove the ssn from these two forms if I email them to you???
We do not have the software to do this.
Are you using reforder and tstorder under the crwrpts folder? We had ours customized by our VAR to only include the last 4 digits of the SSN. I could send you our two files and you could back up yours/rename yours and test with ours in case ours contain data that you don't like or want. We have had several enhancements added to these two files. I would be happy though to send these two files to you and you could test and see what you think. I can't edit Crystal, we just send to our VAR and have them edit ours.
Are you using custom ones or the ones that came with CPS? Email me at [email protected] your crystal reports and i can send you the update version with the SSN removed and displaying XX-XXX-1234 the last 4 numbers only.
Thanks so much for the quick replies - my manager has figured out how to remove them -
all of your willingness to help is overwhelming!
Thanks,
Sue
Tara - I would most definitely be interested in the programming behind getting this done. Thank you.
Local StringVar formattedString;
IF TRIM({vPatientProfile.socsecno})"" THEN
formattedString :"XXX-XX-"+MID({vPatientProfile.socsecno},6,4);
formattedString
we are too getting the SSN on referral orders, can you send me files to edit these?