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.