Closed Naima-Bashir closed 2 years ago
@Naima-Bashir The following points are unclear in the above description.
syph_test_type
needs to be defined (openmrs_entity/openmrs_entity_id)Hi @hamza-vd ,
I have made the Data Dictionary changes here: https://docs.google.com/spreadsheets/d/1Zh38B873ohVCbmO5R1sUn9OF2SMca4vP/edit?usp=sharing&ouid=110412449922271073551&rtpof=true&sd=true Line 6 of the Reporting section
Change the wording from positive to reactive
Covid information can be found on the the Tests Page: Row 336
COVID-19 test will be added in issue #673
Hi @hamza-vd some updates from the clients: Point 2: Syphilis_positive name, add OR {vdrl_test} different than ""Negative"" as part of the calculation. The calculation to consider syphilis positive was: if({rapid_syphilis_test} = "Positive" OR {rpr_syphilis_test} = "Positive" OR {lab_syphilis_test} = "Positive", 1, 0)
I have added one point to the calculation, to include in the logic the VDRL test result: if({rapid_syphilis_test} = "Positive" OR {rpr_syphilis_test} = "Positive" OR {lab_syphilis_test} = "Positive", 1, 0) OR {vdrl_test} <> Negative
This has been tested onreference-app-debug
user demo
android 11
Steps to test for syphilis VDRL:
negative
Syphilis test positive
Steps to test for Midstream urine culture:
agent name
field pop up. Steps to test for Add Blood glucose test type to a multiselect control.
Steps to test for Add COVID-19 test:
observations:
Find screenshots below. Covid tests:
Midstream urine culture:
Syphilis VDRL:
Glucose tests:
Feature Use Case
Test container Updates: 1) Syphilis test type Add the option: ""VDRL"", 2) Syphilis_positive name, add OR {vdrl_test} different than ""Negative"" as part of the calculation, 3) Midstream urine culture, If positive, we need to open a field to describe the agent name, 4) Blood glucose test type, should be changed to multiselect control, 5) Add COVID-19 test
Acceptance criteria
Relevant Information
No response