Skip to content

Commit

Permalink
minor text changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabzee committed Oct 10, 2024
1 parent f108f3a commit 5157ab1
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion YouthCheckReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ private function listFurtherEvaluation($screen)
}

if ($screen['sc_total_dps'] >= 9) {
$list[] = '<span style="color:#FF0000"> Total DPS Symptom Score >= 9 : </span> ' . $screen['sc_total_dps'];
$list[] = '<span style="color:#FF0000"> Total YouthCheck Symptom Score >= 9 : </span> ' . $screen['sc_total_dps'];
}
if ($screen['sc_pr_alcohol'] == '1') {
$list[] = '<span style="color:#FF0000">Alcohol is present</span>';
Expand Down
32 changes: 16 additions & 16 deletions frontend/dist/youth_check_report.common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/dist/youth_check_report.common.js.map

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions frontend/dist/youth_check_report.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/dist/youth_check_report.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/dist/youth_check_report.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/dist/youth_check_report.umd.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/src/components/DPSSymptomScaleSection.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<div v-if="this.record.symptom_scale_reconstruction.length !== 0" class="col-xs-12">
<h1>DPS Symptom Scale Reconstruction</h1>
<h1>YouthCheck Symptom Scale Reconstruction</h1>

<div v-for="(item, index) in this.record.symptom_scale_reconstruction" :key="index">
<h2>{{ index }}</h2>
Expand Down
4 changes: 2 additions & 2 deletions frontend/src/components/HeaderSection.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="col-xs-12">
<h1>Diagnostic Predictive Scales (DPS) Report</h1>
<p class="lead">The DPS is a screen and is not diagnostic. It is not a substitute for a thorough clinical evaluation.
<h1>YouthCheck Report</h1>
<p class="lead">YouthCheck is a screen and is not diagnostic. It is not a substitute for a thorough clinical evaluation.
</p>
</div>
</template>
Expand Down

0 comments on commit 5157ab1

Please sign in to comment.