OpenMRS setup with modules.

If I need to setup development environment with following requirements, what all modules shall I load :

  1. On registration counter, user can create patient and fill in all the details.
  2. Now doctor can write subscriptions as well as tests.
  3. There should be another user who would be able to fill the status of test along with whether medicine provided OR not.

Thanks

set up a running instance as guided here https://wiki.openmrs.org/display/docs/OpenMRS+SDK then you can easly figure out all that could be missing according to your needs!

You may follow the link to understand what you need to build a module : Creating Module

For implementation purpose, you can also checkout https://wiki.openmrs.org/pages/viewpage.action?pageId=56098993 and get straight to how these modules are configured and how they can be accessed via user interface