I have a report that I want to show 6 pipe deliminated codes for each patient. If the Code does not exist then I still need to reserve a pipe position for it. Example below has 4 codes for the patient John Doe:
John Doe
1 aaa
2 bbb
3 ccc
4 ddd
5
6
This should display as:
|Doe|John|aaa|bbb|ccc|ddd|||
Fields used are:
patient.LastName
Patient.FirstName
Code.Key
Code.Seq_Num
Any help is greatly appreciated!
John Doe
1 aaa
2 bbb
3 ccc
4 ddd
5
6
This should display as:
|Doe|John|aaa|bbb|ccc|ddd|||
Fields used are:
patient.LastName
Patient.FirstName
Code.Key
Code.Seq_Num
Any help is greatly appreciated!