Browse Source

Updated name for sca sleep study intakr

Samson Mutunga 1 year ago
parent
commit
8c3bb36fc0

+ 2 - 2
resources/views/app/patient/segment-templates/sca_sleep_study_questionnaire/edit.blade.php → resources/views/app/patient/segment-templates/sca_sleep_study_intake/edit.blade.php

@@ -2,7 +2,7 @@
 
 
 use App\Models\Point;
 use App\Models\Point;
 
 
-$category = 'SCA_SLEEP_STUDY_QUESTIONNAIRE';
+$category = 'SCA_SLEEP_STUDY_INTAKE';
 $endPoint = 'upsertNoteSingleton';
 $endPoint = 'upsertNoteSingleton';
 
 
 $point = Point::getOrCreateOnlyTopLevelPointOfCategory($note, $category, $sessionKey, true);
 $point = Point::getOrCreateOnlyTopLevelPointOfCategory($note, $category, $sessionKey, true);
@@ -39,7 +39,7 @@ if (!!@$point->data) {
         <!-- FORM -->
         <!-- FORM -->
         <div class="row">
         <div class="row">
             <div class="col-12 p-3 my-4 border">
             <div class="col-12 p-3 my-4 border">
-                <h4 class="subtitle mb-4">Sleep Care America Sleep Study Questionnaire</h4>
+                <h4 class="subtitle mb-4">Sleep Care America Sleep Study Intake</h4>
                 <form class="" action="index.html" method="post">
                 <form class="" action="index.html" method="post">
                     <div class="form-group mb-3">
                     <div class="form-group mb-3">
                         <label>Name</label>
                         <label>Name</label>

+ 1 - 1
resources/views/app/patient/segment-templates/sca_sleep_study_questionnaire/summary.blade.php → resources/views/app/patient/segment-templates/sca_sleep_study_intake/summary.blade.php

@@ -2,7 +2,7 @@
 
 
 use App\Models\Point;
 use App\Models\Point;
 
 
-$category = 'SCA_SLEEP_STUDY_QUESTIONNAIRE';
+$category = 'SCA_SLEEP_STUDY_INTAKE';
 $endPoint = 'upsertNoteSingleton';
 $endPoint = 'upsertNoteSingleton';
 
 
 $point = Point::getOrCreateOnlyTopLevelPointOfCategory($note, $category, $sessionKey, true);
 $point = Point::getOrCreateOnlyTopLevelPointOfCategory($note, $category, $sessionKey, true);