Backend Service

This commit is contained in:
2019-03-12 16:55:07 +00:00
parent 30e45993f5
commit 3bea9a25d1
2 changed files with 15 additions and 4 deletions
@@ -25,6 +25,19 @@
<!-- custom app -->
<script src="/assets/js/app.js"></script>
<script type="text/javascript">
<!--
function selectPatient( practicePatientId ){
alert( practicePatientId );
}
function calendarPatient( practicePatientId ){
alert( practicePatientId );
}
// -->
</script>
</body>
</html>
</html>