Running Bahmni Appointments scheduling on OpenMRS

@mksd, Or I would say the references to all aware_of_modules should be conditional if possible.

E.g.

if(appSchedulingModuleIsStarted){// do app scheduling stuff}

Here is the way to know if a module is installed and started. I am just not sure where is it referring to appointment scheduling type since I don’t see any references.

CC @dkayiwa