Skip to content

Commit

Permalink
Parvathy|BAH-3375|Refactor. Normal and Failed Event Sequencing
Browse files Browse the repository at this point in the history
  • Loading branch information
parvathy00 committed Dec 8, 2023
1 parent 50c1c15 commit bffc2c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class OpenERPLabPanelServiceEventWorker implements EventWorker {
private Map<String, OpenMRSLabOrderTypeEvent> labOrderTypeEventMap = new HashMap<>();


//This event worker takes care of only lab panel master data. All the lab panel orders are handled by sale order event worker.
public OpenERPLabPanelServiceEventWorker(String feedUrl, String odooURL, OpenERPContext openERPContext, OpenMRSWebClient openMRSWebClient, String urlPrefix) {
this.openERPContext = openERPContext;
this.feedUrl = feedUrl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class OpenERPLabTestServiceEventWorker implements EventWorker {
private Map<String, OpenMRSLabOrderTypeEvent> labOrderTypeEventMap = new HashMap<>();


//This event worker takes care of only lab test master data. All the lab test orders are handled by sale order event worker.
public OpenERPLabTestServiceEventWorker(String feedUrl, String odooURL, OpenERPContext openERPContext, OpenMRSWebClient openMRSWebClient, String urlPrefix) {
this.openERPContext = openERPContext;
this.feedUrl = feedUrl;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class OpenERPRadiologyTestServiceEventWorker implements EventWorker {
private Map<String, OpenMRSLabOrderTypeEvent> labOrderTypeEventMap = new HashMap<>();


//This event worker takes care of only radiology test master data. All the radiology test orders are handled by sale order event worker.
public OpenERPRadiologyTestServiceEventWorker(String feedUrl, String odooURL, OpenERPContext openERPContext, OpenMRSWebClient openMRSWebClient, String urlPrefix) {
this.openERPContext = openERPContext;
this.feedUrl = feedUrl;
Expand Down

0 comments on commit bffc2c7

Please sign in to comment.