|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
use App\Models\Point;
|
|
|
|
|
|
-$category = 'SCA_SLEEP_STUDY_QUESTIONNAIRE';
|
|
|
+$category = 'SCA_SLEEP_STUDY_INTAKE';
|
|
|
$endPoint = 'upsertNoteSingleton';
|
|
|
|
|
|
$point = Point::getOrCreateOnlyTopLevelPointOfCategory($note, $category, $sessionKey, true);
|
|
@@ -39,7 +39,7 @@ if (!!@$point->data) {
|
|
|
<!-- FORM -->
|
|
|
<div class="row">
|
|
|
<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">
|
|
|
<div class="form-group mb-3">
|
|
|
<label>Name</label>
|