Skip to content

Commit 941db1d

Browse files
committed
Correct English text
1 parent 33576fd commit 941db1d

6 files changed

Lines changed: 19 additions & 19 deletions

File tree

Technical_flow.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Streams structure of a Dr Account
1818
- patients-validated: contains validated patient
1919
(credentials are moved from Inbox in this stream)
2020
- Forms
21-
- Questionnary A
22-
- Questionnary B
23-
- Questionnary ...
21+
- Questionnaire A
22+
- Questionnaire B
23+
- Questionnaire ...
2424
2525
```
2626

@@ -84,13 +84,13 @@ This will allow the Patient's app to publish it's authorization to the Dr's Acco
8484

8585
##### Flow Patient Web App
8686

87-
The link to the patient webApp contains in its query the Dr's apiEndpoint
87+
The link to the patient webApp contains in its query the Doctor's apiEndpoint
8888

89-
1- The WebApp query HDS to figure out which questionnary to display (hardcode 1st version)
89+
1- The WebApp query HDS to figure out which questionnaire to display (hardcode 1st version)
9090

9191
2- The WebApp present the description of HDS, the recipient of the form (the Dr) and propose to register or login in
9292

93-
3- After Log-In the App recieves and API endpoint
93+
3- After Log-In the App receives and API endpoint
9494

9595
- The app check the state of this form with the latest event in `demo-dr-form` stream event-type `demo-dr-form-state/questionnary-x`
9696
- If this is the first time the use logs-in with this form the WebApp creates and `sharing` api-endpoint for the Dr and publish it in his `inbox` stream

dr-patient-view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1>Demo Form - Dr's Patient View</h1>
2222
<a href="dr.html" class="btn btn-primary" id="home-button">HOME</a>
2323
<div class="card">
2424
<div class="card-patient">
25-
<h2 class="card-title"> Questionnary: <span id="card-questionnary-details-title"></span></h2>
25+
<h2 class="card-title"> Questionnaire: <span id="card-questionnary-details-title"></span></h2>
2626
<h2 class="card-title"> Patient: <span id="patient-label">Patient X</span></h2>
2727
</div>
2828
</div>

dr.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
<body style="background-color:powderblue;">
1818
<div class="container">
1919
<a href="https://www.healthdatasafe.org" target="_hds"><a href="https://www.healthdatasafe.org" target="_hds"><img src="https://healthdatasafe.github.io/style/images/Horizontal/hds-logo-hz-1024x400-hz-color.png" alt="Logo" width="300px"></a></a>
20-
<h1>Demo Form - Dr's page</h1>
20+
<h1>Demo Form - Doctor's page</h1>
2121
<div class="card">
2222
<div class="card-login">
2323
<h2 class="card-title">Welcome</h2>
2424
<span id="login-button"></span>
2525
<br><br>
2626
<span id="welcome-message-mme">
27-
Dear Dr, from this page, you can visualize the data from patients and share an invitation to fill your questionnary.
27+
Dear Doctor, from this page, you can visualize the data from patients and share an invitation to fill your questionnaire.
2828
</span>
2929
<br>
3030
<span id="welcome-message-viewer" style="display: none;"> Welcome message
@@ -38,7 +38,7 @@ <h2 class="card-title">Welcome</h2>
3838
<div class="card" id="data-view" style="display: none;">
3939
<table id='questionnary-table' class="table">
4040
<thead>
41-
<th> Select a questionnary:</th>
41+
<th> Select a questionnaire:</th>
4242
</thead>
4343
<tbody>
4444
<!-- will be filled by getQuestionaires-->

patient-history.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>Demo Form - Patient's page</h1>
2525
</div>
2626
<div class="card" id="card-content" >
2727
<form id="form-history">
28-
<h2 class="card-title"> Questionnary: <span id="card-questionnary-details-title"></span></h2>
28+
<h2 class="card-title"> Questionnaire: <span id="card-questionnary-details-title"></span></h2>
2929
<h3 class="card-title"> Question set: <span id="card-questionnary-details-question-set">Historical Data</span></h3>
3030
<div class="form-group">
3131
<label for="form-date">Entry date</label>

patient-profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h1>Demo Form - Patient's page</h1>
2525
</div>
2626
<div class="card" id="card-content">
2727
<form id="form-profile">
28-
<h2 class="card-title"> Questionnary: <span id="card-questionnary-details-title"></span></h2>
28+
<h2 class="card-title"> Questionnaire: <span id="card-questionnary-details-title"></span></h2>
2929
<h3 class="card-title"> Question set: <span id="card-questionnary-details-question-set">Profile</span></h3>
3030
<div class="form-group">
3131
<div class="input-group" id="inputs-list">

patient.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2 class="card-title">Welcome</h2>
2424
<span id="login-button"></span>
2525
<br><br>
2626
<span id="welcome-message-mme">
27-
Dear Madam, from this page you will answer a questionnary to be shared with your Doctor.
27+
Dear Patient, from this page you will answer a questionnaire to be shared with your Doctor.
2828
</span>
2929
<br>
3030
<span id="welcome-message-viewer" style="display: none;"> Welcome message
@@ -36,10 +36,10 @@ <h2 class="card-title">Welcome</h2>
3636
</div>
3737
</div>
3838
<div class="card" id="card-content" style="display: none;">
39-
<h2>Questionnaries</h2>
40-
<table id='questionnary-table' class="table">
39+
<h2>Questionnaires</h2>
40+
<table id="questionnary-table" class="table">
4141
<thead>
42-
<th>Questionnary</th>
42+
<th>Questionnaire</th>
4343
<th>Dr username</th>
4444
<th>Status</th>
4545
</thead>
@@ -48,14 +48,14 @@ <h2>Questionnaries</h2>
4848
</tbody>
4949
</table>
5050

51-
<h2>Questionnary details</h2>
51+
<h2>Questionnaire details</h2>
5252
<div id="card-questionnary-details">
5353
<span id="card-questionnary-details-nothing">
5454
<h3>Nothing selected</h3>
55-
<p>Please select a questionnary on the list above.</p>
55+
<p>Please select a questionnaire on the list above.</p>
5656
</span>
5757
<div id="card-questionnary-details-something" style="display: none;">
58-
<h3> Questionnary: <span id="card-questionnary-details-title"></span></h3>
58+
<h3> Questionnaire: <span id="card-questionnary-details-title"></span></h3>
5959
<table>
6060
<tr>
6161
<td>

0 commit comments

Comments
 (0)