This commit is contained in:
Olu Amey
2020-12-07 13:49:51 -05:00
parent ad9a72789c
commit f5cfe86c3e
2 changed files with 11 additions and 7 deletions
+8
View File
@@ -111,5 +111,13 @@ goPracticepatients(){
this.router.navigateByUrl('/merms-wallet');
}
goSelectPatient(patientData: any) {
let navigationExtras: NavigationExtras = {
queryParams: {
special: JSON.stringify(patientData)
}
};
this.router.navigateByUrl('/merms-selectedpatient',navigationExtras);
}
}