|
@@ -47,6 +47,8 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
|
|
|
|
@include('app.patient.modules.sleep_study_intake.partials.epworth_sleepiness_study')
|
|
|
|
|
|
+ @include('app.patient.modules.sleep_study_intake.partials.physical_exam')
|
|
|
+
|
|
|
<div class="mt-3 pt-3 border-top text-center">
|
|
|
<button type="button" v-on:click.prevent="saveForm()" class="btn btn-sm btn-primary mr-2">Submit</button>
|
|
|
<button type="button" onclick="closeStagPopup()" class="btn btn-sm btn-default border">Cancel</button>
|
|
@@ -319,4 +321,4 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
|
addMCInitializer('edit-sleep_study_intake-container-{{$note->id}}', init, '#edit-sleep_study_intake-container');
|
|
|
|
|
|
})();
|
|
|
-</script>
|
|
|
+</script>
|