Ancentus / dawapal-ePCR-frontend

0 stars 0 forks source link

vital-signs-form #3

Closed Ancentus closed 1 year ago

Ancentus commented 1 year ago

Form Title: Vital Signs Capture the following in the form. The field name is in curly braces. edit: omit fields with asteriks

  1. Date/Time Vital Signs Taken {vital_dateTime} 2. Cardiac Rhythm / Electrocardiography (ECG) {vital_ecg} 3. ECG Type {vital_ecg_type} **4. Method of ECG Interpretation {vital_ecg_method}
  2. SBP (Systolic Blood Pressure) {vital_sbp}
  3. DBP (Diastolic Blood Pressure) {vital_dbp}
  4. Mean Arterial Pressure {vital_mean_ap}
  5. Heart Rate {vital_heart_rate}
  6. Method of Heart Rate Measurement { vital_heart_rate_method} options: auscultated, palpated, electronic monitor
  7. Pulse Oximetry {vital_pulse_oximetry}
  8. Pulse Rhythm {vital_pulse_rhythm}
  9. Respiratory Rate {vital_respiratory_rate}
  10. Respiratory Effort {vital_respiratory_effort}
  11. End Title Carbon Dioxide (ETCO2) {vital_etco2}
  12. Carbon Monoxide (CO) {vital_co}
  13. Blood Glucose Level {vital_blood_glucose}
  14. Temperature {vital_temperature}
  15. Pain Scale Score {vital_pain_scale_score}
  16. Pain Scale Type {vital_pain_scale_type}
  17. Stroke Scale Score {vital_stroke_scale_score}
  18. Stroke Scale Type {vital_stroke_scale_type}
  19. Glasgow Coma Score-Eye {vital_coma_score_eye}
  20. Glasgow Coma Score-Verbal {vital_coma_score_verbal}
  21. Glasgow Coma Score-Motor {vital_coma_score_motor}
  22. Glasgow Coma Score-Qualifier {vital_coma_score_qualifier}
  23. Total Glasgow Coma Score {vital_coma_score_total}
  24. Reperfusion Checklist {vital_reperfusion_checklist}
  25. APGAR {vital_apgar}
  26. Revised Trauma Score {vital_revised_trauma-score}
  27. Estimated Body Weight in Kilograms {vital_body_weight}
Ancentus commented 1 year ago

The following are not part of vital signs: please omit them. Cardiac Rhythm / Electrocardiography (ECG) {vital_ecg} ECG Type {vital_ecg_type} Method of ECG Interpretation {vital_ecg_method}

Edwin574 commented 1 year ago

Done with basic UI ready for using the API endpoint

Ancentus commented 1 year ago

How can I test this? When I run with npm start I get a blank page

Edwin574 commented 1 year ago

You have to do 'npm install' then 'npm start'

Ancentus commented 1 year ago

My bad I was testing on the wrong branch! It's all good.