fix
This commit is contained in:
@@ -10,7 +10,7 @@ import { MermsSessionService } from './../merms-session.service';
|
||||
})
|
||||
export class MermsMypatientsPage implements OnInit {
|
||||
|
||||
patientsData:any;
|
||||
patientsData: any;
|
||||
currentProviderData: {
|
||||
sessionid: string,
|
||||
member_id: number,
|
||||
@@ -50,12 +50,14 @@ export class MermsMypatientsPage implements OnInit {
|
||||
goBack() {
|
||||
|
||||
}
|
||||
goSelectPatient(patientData:any){
|
||||
|
||||
goSelectPatient(patientData: any) {
|
||||
this.router.navigateByUrl('/merms-selectedpatient');
|
||||
}
|
||||
|
||||
goAddPatient(){
|
||||
goAddPatient() {
|
||||
//merms-managepatient
|
||||
this.router.navigateByUrl('/merms-managepatient');
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user