19.5.3.1
19.5.3.2
for 19.5.2.1 and 19.5.1.1 transaction
19.5.3.3
if (d.encounters) {
this.encountersFormArray = this.encountersToFormArray(h.immunisationDetails.encounters!);
} else {
noHistoryText += 'No immunisation history is recorded for this individual';
this.encountersFormArray = undefined;
}
if (noHistoryText) {
this.alertService.info(noHistoryText);
}