Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

class="org.opensrp.web.controller.CampController.java"

Method Name

Descriptions

method="campAnnouncement"

This directs call to campAnnouncementListener(String HA) for current health assistant.

class="org.opensrp.web.listener.CampListener"

Method Name

Descriptions

method="campAnnouncementListener"

This method find all available vaccination camp dates which are active for that health worker. Next it call method “sentMessageToClient”

method="sentMessageToClient"

Find out all eligible beneficiaries, their type (child/woman) and mobile no who should come to take vaccine on these camp date/dates . Next call forward to method “sentMessage” which through rapid-pro service delivered SMS to end beneficiaries.

method="sentMessage"

See method description above.


Related Source Links:

1.https://github.com/OpenSRP/opensrp-server/blob/BD-vaccination/opensrp-web/src/main/webapp/WEB-INF/web.xml

2.https://github.com/OpenSRP/opensrp-server/blob/BD-vaccination/opensrp-web/src/main/java/org/opensrp/web/controller/CampController.java

...