Browse Source

physical exam

Peter Muturi 2 years ago
parent
commit
438822ecf3

+ 3 - 1
resources/views/app/patient/modules/sleep_study_intake/edit.blade.php

@@ -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>

+ 8 - 0
resources/views/app/patient/modules/sleep_study_intake/partials/physical_exam.blade.php

@@ -0,0 +1,8 @@
+<div class="row mb-1">
+	<div class="col-md-12">
+		<h6 class="my-3"><b><u>Physical Exam</u></b></h6>
+	</div>
+	<div class="col-md-12 section pt-2 mb-3">
+		
+	</div>
+</div>