GetFieldByName($FieldTypesOrFieldName));
}
else
{
$Fields = $Schema->GetFields($FieldTypesOrFieldName);
}
# set up a counter for the loop
$Counter = 0;
foreach ($Fields as $CurrentField)
{
# if limit field is marked to be used in Advanced Search
if ($CurrentField->Enabled() && $CurrentField->IncludeInAdvancedSearch()
&& ($G_User->HasPriv($CurrentField->ViewingPrivilege())
|| $G_User->HasPriv($CurrentField->EditingPrivilege())
|| ($CurrentField->ViewingPrivilege() == 0)))
{
if (($CurrentField->Type() & (MDFTYPE_OPTION | MDFTYPE_FLAG | MDFTYPE_USER)) ||
$CurrentField->Name() == "Cumulative Rating")
{
# print entry and increment counter
if ($Counter) { print(", "); }
print("".strtolower($CurrentField->Name())."");
$Counter++;
}
}
if (is_numeric($ListLength) && $Counter >= $ListLength)
{
print(", and more");
break;
}
}
}
?>
The tropEd network currently offers over 160 different courses on various public and global health related topics. Whether you wish to take a Short Course as part of your Master Program, for continuing professional development or just to refresh your knowledge in a particular subject area, the tropEd network may have what you are looking for.
You can search our full list of short courses by various criteria in the advanced search function below. Alternatively, you can also use our course calendar to get an overview of all courses offered within the network by starting date.