Clinic Faculty: Access names directly from its table instead of from faculty table

To decouple the relation between “Faculty” (fbu_faculty)  and “Clinic Faculty” (fbu_clinic_faculty) tables, instead of retriving Names from mapped Faculty record (fbu_faculty), retrieve directly from Names of its own (fbu_clinic_faculty) table, to display on the frontend Health Center pages. If the name is not available, leave it blank. NOT to retrieve it from the corresponing record … Read more

Enhance Clinic Practitioners Selection and Display Criteria

Selection Criteria: Not to select if the ‘display” field in the fbu_faculty table is not “Y” Not to select if the ‘language” field in the fbu_faculty table does not contain the corresponding language code, for example: On the Chinese version of a Clinic Practitioners page, the ‘language’ field should contain the language code ‘zh‘ and … Read more