I am trying to print a report and it is kinda hectic.
I want to show the name of the patient once per doses in each vaccine. i.e.
vaccine Patient Dose
Hepatitis Jay 1
2
3
Covid Jay 1
1
2
3
size = {
'vaccineid1': {
'patient1': [dose:{1,2,3,4}],
'patient2': [dose:{1,2,3,4}],
'patient3': [{}, {}],
},
'vaccineid2': {
'patient1': [dose:{1, 2, 3, 4}],
'patient2': [dose:{1,2,3,4}],
}
}