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

Clinic Faculty: Change display criteria

Display Practitioners on both locations San Jose and Santa Cruz both Languages: English and Chinese Only if the Practitioner’s “Active” field in the Clinic Faculty table is set to “Yes”. Ignore the “Suspend” field setting in its corresponding record in Faculty table. Clinic Faculty table Faculty Table Test case: Chen Ping (Joanna) Chao: Faculty ID: … 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