]> Softwares of Agnibho - librevax.git/commitdiff
Comorbidity
authorAgnibho Mondal <mondal@agnibho.com>
Thu, 4 Jan 2024 21:49:12 +0000 (03:19 +0530)
committerAgnibho Mondal <mondal@agnibho.com>
Thu, 4 Jan 2024 21:49:12 +0000 (03:19 +0530)
templates/patient-edit.html
templates/patient-view.html

index 9c35385fa3659a268a1d73a44b3820f1b7f178c5..a68d2296773ffd268ee8aa0e97377ff24491f91a 100644 (file)
@@ -80,9 +80,9 @@ You should have received a copy of the GNU General Public License along with Lib
       </div>
     </div>
     <div class="mb-2 row">
-      <label class="form-label col-sm-3">Status</label>
+      <label class="form-label col-sm-3">Comorbidity</label>
       <div class="col-sm-9">
-        <input name="status" placeholder="Clinical status / comorbidity" class="form-control" value="{{data["status"]}}">
+        <input name="status" placeholder="Comorbidity" class="form-control" value="{{data["status"]}}">
       </div>
     </div>
     <button type="submit" class="btn btn-primary">Save</button>
index 2f6aefd747f21286481d86685e85f18f93828170..f15aa8725e2c28f4621b3e2397cf97b2d4968754 100644 (file)
@@ -22,7 +22,7 @@ You should have received a copy of the GNU General Public License along with Lib
     <tr><th>Contact</th><td>{{data["contact"]}}</td></tr>
     <tr><th>ID Proof</th><td>{{data["idproof"]}}</td></tr>
     <tr><th>ID Proof Number</th><td>{{data["idnum"]}}</td></tr>
-    <tr><th>Status</th><td>{{data["status"]}}</td></tr>
+    <tr><th>Comorbidity</th><td>{{data["status"]}}</td></tr>
   </table>
 
   <a href="/card/{{data["pid"]}}" class="btn btn-success">Card</a>