Skip to content

Commit

Permalink
Removed communication module from require modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhavBeehyv committed Sep 13, 2023
1 parent d0e8c7a commit 022966a
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 319 deletions.
5 changes: 0 additions & 5 deletions bahmnicore-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,6 @@
<version>4.5.14</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>bahmni-events-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>

<build>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions bahmnicore-omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,6 @@
<groupId>org.bahmni.module</groupId>
<artifactId>bahmni-mapping</artifactId>
</dependency>
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>bahmni-events-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>uiframework-api</artifactId>
Expand Down

This file was deleted.

20 changes: 1 addition & 19 deletions bahmnicore-omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<require_module>org.openmrs.module.episodes</require_module>
<require_module>org.openmrs.module.auditlog</require_module>
<require_module>org.bahmni.module.bahmnicommons</require_module>
<require_module>org.bahmni.module.communication</require_module>
<!-- <require_module>org.bahmni.module.communication</require_module>-->
</require_modules>
<!-- Extensions -->

Expand Down Expand Up @@ -179,24 +179,6 @@
<description>Boolean to enable sending email with prescription details</description>
</globalProperty>

<globalProperty>
<property>sms.enableRegistrationSMSAlert</property>
<defaultValue>false</defaultValue>
<description>Boolean to enable sending sms when ptient registers</description>
</globalProperty>

<globalProperty>
<property>clinic.clinicTimings</property>
<defaultValue>Mon-Fri (09:00-22:00), Sat-Sun CLOSED</defaultValue>
<description>Global property having timings of particular clinic</description>
</globalProperty>

<globalProperty>
<property>sms.registrationSMSTemplate</property>
<defaultValue>Thank you for registering at {location}. Please note your Patient Registration Details-{identifier}, name:{patientname}, {gender},Age- {age} years\nFor any queries call us on {helpdesknumber}. Clinic Timings: {facilitytimings}.</defaultValue>
<description>Template of sms being sent when patient registers</description>
</globalProperty>

<globalProperty>
<property>bahmni.executeGroovyObsValueCalculator</property>
<defaultValue>true</defaultValue>
Expand Down
5 changes: 1 addition & 4 deletions bahmnicore-omod/src/main/resources/messages.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
@MODULE_ID@.title=Bahmni Core

sms.registrationSMSTemplate=Thank you for registering at {location}. Please note your Patient Registration Details-{identifier}, name:{patientname}, {gender},Age- {age} years\nFor any queries call us on {helpdesknumber}. Clinic Timings: {facilitytimings}
sms.uri=http://sms-service:8080/notification/sms
@MODULE_ID@.title=Bahmni Core
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,6 @@
<version>${hamcrestVersion}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>bahmni-events-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>bahmnicore-omod</artifactId>
Expand Down Expand Up @@ -284,11 +279,6 @@
<version>${bahmniCommons.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bahmni.module</groupId>
<artifactId>bahmni-events-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openmrs.api</groupId>
<artifactId>openmrs-api</artifactId>
Expand Down

0 comments on commit 022966a

Please sign in to comment.