Backend Service
This commit is contained in:
@@ -26,14 +26,27 @@
|
|||||||
<!-- custom app -->
|
<!-- custom app -->
|
||||||
<script src="/assets/js/app.js"></script>
|
<script src="/assets/js/app.js"></script>
|
||||||
|
|
||||||
|
<form method="post" name="post_nav" action="">
|
||||||
|
<input type="hidden" name="patientID" value="">
|
||||||
|
</form>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
<!--
|
<!--
|
||||||
|
function post_nav_action(what, value) {
|
||||||
|
// alert(what);
|
||||||
|
document.post_nav.action = what + '';
|
||||||
|
document.post_nav.patientID.value = value;
|
||||||
|
document.post_nav.submit();
|
||||||
|
return false;
|
||||||
|
}
|
||||||
function selectPatient( practicePatientId ){
|
function selectPatient( practicePatientId ){
|
||||||
alert( practicePatientId );
|
//alert( practicePatientId );
|
||||||
|
return post_nav_action('/patient', practicePatientId);
|
||||||
}
|
}
|
||||||
|
|
||||||
function calendarPatient( practicePatientId ){
|
function calendarPatient( practicePatientId ){
|
||||||
alert( practicePatientId );
|
// alert( practicePatientId );
|
||||||
|
return post_nav_action('/patient', practicePatientId);
|
||||||
}
|
}
|
||||||
|
|
||||||
// -->
|
// -->
|
||||||
|
|||||||
Reference in New Issue
Block a user