Backend Service

This commit is contained in:
2019-03-19 23:51:09 +00:00
parent facaaa4c98
commit 617d41139f
4 changed files with 296 additions and 22 deletions
@@ -41,7 +41,7 @@
}
function selectPatient( practicePatientId ){
//alert( practicePatientId );
return post_nav_action('/patient', practicePatientId);
return post_nav_action('/patient/patientView', practicePatientId);
}
function calendarPatient( practicePatientId ){