SORMAS-Project icon indicating copy to clipboard operation
SORMAS-Project copied to clipboard

Enhance symptoms form for IMI specific disease

Open KarnaiahPesula opened this issue 10 months ago • 4 comments

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).
  • [ ] 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

KarnaiahPesula avatar Apr 28 '25 08:04 KarnaiahPesula

Tested and works well, should the "Other" say only "Other"? As of now, it says "Other Clinical Presentation Symptoms" @Christophe-SF @KarnaiahPesula

SORMAS-EmelineJanigan avatar Jun 09 '25 16:06 SORMAS-EmelineJanigan

@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.

Christophe-SF avatar Jun 11 '25 07:06 Christophe-SF

@xavcol

SORMAS-EmelineJanigan avatar Jun 11 '25 10:06 SORMAS-EmelineJanigan

@SORMAS-EmelineJanigan 👍

XavCol avatar Jun 12 '25 09:06 XavCol