You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Bacteriology Results Control looks like this. Create support for it bahmni-gauge-commons like this ObsDisplayControl
This class should accept WebElement as a constructor. It should expose the below methods
Map<String, String> getValues(String resultName){} - The key is the header column name and the String are the values. The resultName denotes the various results like Smear Microscopy Test Results, Xpert Test Results
The text was updated successfully, but these errors were encountered:
The Bacteriology Results Control looks like this. Create support for it bahmni-gauge-commons like this ObsDisplayControl
This class should accept WebElement as a constructor. It should expose the below methods
Map<String, String> getValues(String resultName){} - The key is the header column name and the String are the values. The resultName denotes the various results like Smear Microscopy Test Results, Xpert Test Results
The text was updated successfully, but these errors were encountered: