Skip to content

Commit

Permalink
RA-2030: Fix UI framework error in the reference application (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
wikumChamith authored Nov 16, 2024
1 parent 35032fa commit 71cec6f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ public class EmrApiActivator extends BaseModuleActivator implements DaemonTokenA

private PersonService personService;

private ConceptService conceptService;

private MetadataMappingService metadataMappingService;

/**
Expand Down Expand Up @@ -137,14 +135,12 @@ public void started() {
administrationService = Context.getAdministrationService();
providerService = Context.getProviderService();
personService = Context.getPersonService();
conceptService = Context.getConceptService();
metadataMappingService = Context.getService(MetadataMappingService.class);

createMissingMetadataMappings();
createUnknownProvider();

administrationService.setGlobalProperty(OpenmrsConstants.GP_VISIT_ASSIGNMENT_HANDLER, EmrApiVisitAssignmentHandler.class.getName());
createConceptSource(conceptService);
eventListener = new PatientViewedEventListener(daemonToken);
Event.subscribe(EmrApiConstants.EVENT_TOPIC_NAME_PATIENT_VIEWED, eventListener);

Expand Down

0 comments on commit 71cec6f

Please sign in to comment.