Prechádzať zdrojové kódy

Core template updates

Vijayakrishnan 3 rokov pred
rodič
commit
e3640505c6
1 zmenil súbory, kde vykonal 24 pridanie a 24 odobranie
  1. 24 24
      resources/views/app/dq-templates/hpi/core.json

+ 24 - 24
resources/views/app/dq-templates/hpi/core.json

@@ -2,69 +2,69 @@
   "lines": [
     {
       "key": "onset",
-      "helpText": "When did the problem begin?",
-      "resultSummary": "Onset: {value}",
-      "fieldType": "date"
+      "helpText": "Onset: When did the problem begin? (date)",
+      "resultSummary": "<b>Onset</b>: {value}",
+      "fieldType": "text"
     },
     {
       "key": "location",
-      "helpText": "Where is the CC located?",
-      "resultSummary": "Location: {value}",
-      "fieldType": "time"
+      "helpText": "Location: Where is the problem located?",
+      "resultSummary": "<b>Location</b>: {value}",
+      "fieldType": "text"
     },
     {
       "key": "duration",
-      "helpText": "How long has the CC been going on for?",
-      "resultSummary": "Duration: {value}",
+      "helpText": "Duration: How long has the problem been going on for?",
+      "resultSummary": "<b>Duration</b>: {value}",
       "fieldType": "text"
     },
     {
       "key": "characterization",
-      "helpText": "How does the patient describe the CC?",
-      "resultSummary": "Characterization: {value}",
+      "helpText": "Characterization: How does the patient describe the problem?",
+      "resultSummary": "<b>Characterization</b>: {value}",
       "fieldType": "text"
     },
     {
       "key": "alleviating_factors",
-      "helpText": "What makes it better?",
-      "resultSummary": "Alleviating factors: {value}",
+      "helpText": "Alleviating Factors: What makes it better?",
+      "resultSummary": "<b>Alleviating factors</b>: {value}",
       "fieldType": "text"
     },
     {
       "key": "aggravating_factors",
-      "helpText": "What makes it worse?",
-      "resultSummary": "Aggravating factors: {value}",
+      "helpText": "Aggravating Factors: What makes it worse?",
+      "resultSummary": "<b>Aggravating factors</b>: {value}",
       "fieldType": "text"
     },
     {
       "key": "radiation",
-      "helpText": "Does the CC move or stay in one location?",
-      "resultSummary": "Radiation: {value}",
+      "helpText": "Radiation: Does the problem move or stay in one location?",
+      "resultSummary": "<b>Radiation</b>: {value}",
       "fieldType": "text"
     },
     {
       "key": "temporal_factor",
-      "helpText": "Is the CC worse (or better) at a certain time of the day?",
-      "resultSummary": "Temporal factor: {value}",
+      "helpText": "Temporal factor: Is the problem worse (or better) at a certain time of the day?",
+      "resultSummary": "<b>Temporal factor</b>: {value}",
       "fieldType": "text"
     },
     {
       "key": "severity",
-      "helpText": "Using a scale of 1 to 10, 1 being the least, 10 being the worst, how does the patient rate the CC?",
-      "resultSummary": "Severity: {value}",
+      "helpText": "Severity: Using a scale of 1 to 10, 1 being the least, 10 being the worst, how does the patient rate the problem?",
+      "resultSummary": "<b>Severity</b>: {value}",
       "fieldType": "radios",
       "options": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]
     },
     {
       "key": "coping",
-      "helpText": "How do you cope?",
-      "resultSummary": "Coping: {value}",
+      "helpText": "Coping: How do you cope?",
+      "resultSummary": "<b>Coping</b>: {value}",
       "fieldType": "text"
     },
     {
       "key": "emotional_impact",
-      "helpText": "How does this affect you emotionally?",
-      "resultSummary": "Emotional Impact: {value}",
+      "helpText": "Emotional Impact: How does this affect you emotionally?",
+      "resultSummary": "<b>Emotional Impact</b>: {value}",
       "fieldType": "text"
     }
   ],