We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The drug-order-details display 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, List<String>> getValues(){} - The key is the header column name and the List<String> are the values.
The text was updated successfully, but these errors were encountered:
@jaya21 [Reminder] If its done please close it mentioning the git commit.
Sorry, something went wrong.
jaya21
No branches or pull requests
The drug-order-details display 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, List<String>> getValues(){} - The key is the header column name and the List<String> are the values.
The text was updated successfully, but these errors were encountered: