Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
Merge branch 'Issue#27' into #27-Diagnoses
Browse files Browse the repository at this point in the history
  • Loading branch information
hardikk08 committed Dec 8, 2017
2 parents e707acf + 94dec74 commit 1556621
Show file tree
Hide file tree
Showing 8 changed files with 288 additions and 284 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.openmrs.module.intelehealth.fragment.controller.diagnosis;
/*package org.openmrs.module.intelehealth.fragment.controller.diagnosis;
import org.openmrs.ConceptSearchResult;
import org.openmrs.api.context.Context;
Expand All @@ -18,7 +18,7 @@
/**
*
*/
public class EncounterDiagnosesFragmentController {
/*public class EncounterDiagnosesFragmentController {
public void controller(UiUtils ui,
@FragmentParam(value = "existingDiagnoses", required = false) List<Diagnosis> existingDiagnoses,
Expand Down Expand Up @@ -61,4 +61,4 @@ public int compare(Diagnosis left, Diagnosis right) {
}
}
}*/
275 changes: 0 additions & 275 deletions omod/src/main/webapp/fragments/diagnosis/encounterDiagnoses.gsp

This file was deleted.

Loading

0 comments on commit 1556621

Please sign in to comment.