Enhance symptoms form for IMI specific disease
Feature Description
After the Disease enum has been modified in (https://github.com/SORMAS-Foundation/SORMAS-Project/issues/13345) as part of epic (https://github.com/SORMAS-Foundation/SORMAS-Project/issues/13346), the symptoms form needs to be updated with IMI specific fields.
Acceptance Criteria
- Hide the below sections:
- Clinical measurement
- Clinical sign and symptoms
- Complications
- Date of Onset should be visible.
- A New section as Clinical Presentation should be visible with the symptoms.
- Asymptomatic
- Meningeal signs
- Hemorrhagic rash (purpura)
- Septic shock
- Septic arthritis
- Pneumonia
- Other
- Shock lable should be Septic shock(Not Systolic bp <90).
- A New section as Clinical Presentation should be visible with the symptoms.
- [ ] Hide the below sections:
- Clinical measurement
- Clinical sign and symptoms
- Complications
- [ ] Date of Onset should be visible.
- [ ] A New section as Clinical Presentation should be visible with the symptoms.
- Asymptomatic
- Meningeal signs
- Hemorrhagic rash (purpura)
- Septic shock
- Septic arthritis
- Pneumonia
- Other
Entity level changes:
-
[ ] Alter symptoms table with the below new columns
ALTER TABLE symptoms ADD COLUMN IF NOT EXISTS asymptomatic varchar(255); ALTER TABLE symptoms ADD COLUMN IF NOT EXISTS hemorrhagicrash varchar(255). ALTER TABLE symptoms ADD COLUMN IF NOT EXISTS otherClinicalPresentation varchar(255) ALTER TABLE symptoms ADD COLUMN IF NOT EXISTS otherClinicalPresentationtext varchar(255) -
[ ] Form changes
- For LUX+ IMI, lable for shock should be Septic shock, instead of Shock Systolic bp <90.
Additional Information
No response
Tested and works well, should the "Other" say only "Other"? As of now, it says "Other Clinical Presentation Symptoms" @Christophe-SF @KarnaiahPesula
@KarnaiahPesula @SORMAS-EmelineJanigan "Other Clinical Presentation Symptoms" could be "Other Symptoms" Is there a rule regarding capitalization ? "Meningeal Signs" should be "Meningeal Signs" to be consistent with the other symptoms on the list.
@xavcol
@SORMAS-EmelineJanigan 👍