本文整理汇总了PHP中formFetch函数的典型用法代码示例。如果您正苦于以下问题:PHP formFetch函数的具体用法?PHP formFetch怎么用?PHP formFetch使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了formFetch函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: Forms2_Cardiology_report
function Forms2_Cardiology_report($pid, $encounter, $cols, $id)
{
$count = 0;
$data = formFetch("form_Forms2_Cardiology", $id);
if ($data) {
print "<hr><table><tr>";
foreach ($data as $key => $value) {
if ($key == "id" || $key == "pid" || $key == "user" || $key == "groupname" || $key == "authorized" || $key == "activity" || $key == "date" || $value == "" || $value == "0000-00-00 00:00:00") {
continue;
}
if ($value == "on") {
$value = "yes";
}
$key = ucwords(str_replace("_", " ", $key));
$mykey = $key . ": ";
$myval = stripslashes($value);
print "<td><span class=bold>" . xl("{$mykey}") . "</span><span class=text>" . xl("{$myval}") . "</span></td>";
$count++;
if ($count == $cols) {
$count = 0;
print "</tr><tr>\n";
}
}
}
print "</tr></table><hr>";
}
示例2: reviewofs_report
function reviewofs_report($pid, $encounter, $cols, $id)
{
$count = 0;
$data = formFetch("form_reviewofs", $id);
if ($data) {
print "<table><tr>";
foreach ($data as $key => $value) {
if ($key == "id" || $key == "pid" || $key == "user" || $key == "groupname" || $key == "authorized" || $key == "activity" || $key == "date" || $value == "" || $value == "0000-00-00 00:00:00") {
continue;
}
if ($value == "on") {
$value = "yes";
}
$key = ucwords(str_replace("_", " ", $key));
//modified by BM 07-2009 for internationalization
if ($key == "Additional Notes") {
print "<td><span class=bold>" . xl($key) . ": </span><span class=text>" . text($value) . "</span></td>";
} else {
print "<td><span class=bold>" . xl($key) . ": </span><span class=text>" . xl($value) . "</span></td>";
}
$count++;
if ($count == $cols) {
$count = 0;
print "</tr><tr>\n";
}
}
}
print "</tr></table>";
}
示例3: psychiatrisch_onderzoek_report
function psychiatrisch_onderzoek_report($pid, $encounter, $cols, $id)
{
$count = 0;
$data = formFetch("form_psychiatrisch_onderzoek", $id);
if ($data) {
print "<table>";
foreach ($data as $key => $value) {
// here we check for current ???? what ? session ?
if ($key == "id" || $key == "pid" || $key == "user" || $key == "groupname" || $key == "authorized" || $key == "activity" || $key == "date" || $value == "" || $value == "0000-00-00 00:00:00") {
continue;
}
// larry :: ??? - is this for check box or select or what ?
if ($value == "on") {
$value = "yes";
}
// Datum onderzoek
if ($key == "datum_onderzoek") {
print "<tr><td><span class=bold>" . xl('Examination Date') . ": </span><span class=text>" . nl2br(stripslashes($value)) . "</span></td></tr>";
}
// Reden van aanmelding
if ($key == "reden_van_aanmelding") {
print "<tr><td><span class=bold>" . xl('Reason for Visit') . ": </span><span class=text>" . nl2br(stripslashes($value)) . "</span></td></tr>";
}
// Conclusie van intake
if ($key == "conclusie_van_intake") {
print "<tr><td><span class=bold>" . xl('Intake Conclusion') . ": </span><span class=text>" . nl2br(stripslashes($value)) . "</span></td></tr>";
}
// Medicatie
if ($key == "medicatie") {
print "<tr><td><span class=bold>" . xl('Medications') . ": </span><span class=text>" . nl2br(stripslashes($value)) . "</span></td></tr>";
}
// Anamnese
if ($key == "anamnese") {
print "<tr><td><span class=bold>" . xl('History') . ": </span><span class=text>" . nl2br(stripslashes($value)) . "</span></td></tr>";
}
// Psychiatrisch onderzoek i.e.z.
if ($key == "psychiatrisch_onderzoek") {
print "<tr><td><span class=bold>" . xl('Psychiatric Examination') . ": </span><span class=text>" . nl2br(stripslashes($value)) . "</span></td></tr>";
}
// Beschrijvende conclusie
if ($key == "beschrijvende_conclusie") {
print "<tr><td><span class=bold>" . xl('Conclusions') . ": </span><span class=text>" . nl2br(stripslashes($value)) . "</span></td></tr>";
}
// Behandelvoorstel
if ($key == "behandelvoorstel") {
print "<tr><td><span class=bold>" . xl('Treatment Plan') . ": </span><span class=text>" . nl2br(stripslashes($value)) . "</span></td></tr>";
}
// increment records counter
$count++;
// check if not at the end close/open new row
if ($count == $cols) {
$count = 0;
print "</tr><tr>\n";
}
}
}
print "</tr></table>";
}
示例4: CAMOS_report
function CAMOS_report($pid, $encounter, $cols, $id)
{
$data = formFetch("form_CAMOS", $id);
if ($data) {
//echo "(category) ".stripslashes($data['category'])." | ";
//echo "(subcategory) ".stripslashes($data['subcategory'])." | ";
//echo "(item) ".stripslashes($data['item']);
echo "<div class='navigateLink'><a href='" . $GLOBALS['webroot'] . "/interface/forms/CAMOS/rx_print.php?sigline=embossed' target=_new>" . xl('Rx') . "</a>\n";
echo " | ";
echo "<a href='" . $GLOBALS['webroot'] . "/interface/forms/CAMOS/rx_print.php?sigline=signed' target=_new>" . xl('Signed Rx') . "</a>\n";
echo "<br>";
echo "<a href='" . $GLOBALS['webroot'] . "/interface/forms/CAMOS/rx_print.php?letterhead=true&signer=patient' target=_new>" . xl('Letterhead that patient signs') . "</a>\n";
echo " | ";
echo "<a href='" . $GLOBALS['webroot'] . "/interface/forms/CAMOS/rx_print.php?letterhead=true&signer=doctor' target=_new>" . xl('Letterhead that doctor signs') . "</a>\n";
echo "<br>";
echo "<a href='" . $GLOBALS['webroot'] . "/interface/forms/CAMOS/notegen.php?pid=" . $pid . "&encounter=" . $encounter . "' target=_new>" . xl('Print This Encounter') . "</a>\n";
echo " | ";
echo "<a href='" . $GLOBALS['webroot'] . "/interface/forms/CAMOS/notegen.php' target=_new>" . xl('Print Any Encounter') . "</a></div>\n";
// echo "<pre>".wordwrap(stripslashes(content_parser($data['content'])))."</pre><hr>\n";
echo "<pre>" . wordwrap(stripslashes(replace($pid, $encounter, $data['content']))) . "</pre><hr>\n";
}
}
示例5: note_report
function note_report($pid, $encounter, $cols, $id)
{
$count = 0;
$data = formFetch("form_note", $id);
if ($data) {
print "<table><tr>";
foreach ($data as $key => $value) {
if ($key == "id" || $key == "pid" || $key == "user" || $key == "groupname" || $key == "authorized" || $key == "activity" || $key == "date" || $value == "" || $value == "0000-00-00 00:00:00") {
continue;
}
if ($value == "on") {
$value = "yes";
}
$key = ucwords(str_replace("_", " ", $key));
print "<tr>\n";
print "<tr>\n";
if ($key == "Note Type") {
print "<td><span class=bold>" . xlt($key) . ": </span><span class=text>" . xlt($value) . "</span></td>";
} else {
print "<td><span class=bold>" . xlt($key) . ": </span><span class=text>" . text($value) . "</span></td>";
}
$count++;
if ($count == $cols) {
$count = 0;
print "</tr><tr>\n";
}
}
}
print "</tr></table>";
}
示例6: misc_billing_options_report
function misc_billing_options_report($pid, $encounter, $cols, $id)
{
$count = 0;
$data = formFetch("form_misc_billing_options", $id);
if ($data) {
print "<table><tr>";
foreach ($data as $key => $value) {
if ($key == "id" || $key == "pid" || $key == "user" || $key == "groupname" || $key == "authorized" || $key == "activity" || $key == "date" || $value == "" || $value == "0" || $value == "0000-00-00 00:00:00" || $value == "0000-00-00") {
continue;
}
if ($value == "1") {
$value = "yes";
}
if ($key === 'box_14_date_qual' || $key === 'box_15_date_qual') {
$value = text(qual_id_to_description($key, $value));
}
if ($key === 'provider_id') {
$trow = sqlQuery("SELECT id, lname, fname FROM users WHERE " . "id = ? ", array($value));
$value = $trow['fname'] . ' ' . $trow['lname'];
}
$key = ucwords(str_replace("_", " ", $key));
print "<td><span class=bold>{$key}: </span><span class=text>" . text($value) . "</span></td>";
$count++;
if ($count == $cols) {
$count = 0;
print "</tr><tr>\n";
}
}
}
print "</tr></table>";
}
示例7: misc_billing_options_report
function misc_billing_options_report($pid, $encounter, $cols, $id)
{
$count = 0;
$data = formFetch("form_misc_billing_options", $id);
if ($data) {
print "<table><tr>";
foreach ($data as $key => $value) {
if ($key == "id" || $key == "pid" || $key == "user" || $key == "groupname" || $key == "authorized" || $key == "activity" || $key == "date" || $value == "" || $value == "0" || $value == "0000-00-00 00:00:00" || $value == "0000-00-00") {
continue;
}
if ($value == "1") {
$value = "yes";
}
if ($key === 'box_14_date_qual' || $key === 'box_15_date_qual') {
$value = text(qual_id_to_description($key, $value));
}
$key = ucwords(str_replace("_", " ", $key));
print "<td><span class=bold>{$key}: </span><span class=text>{$value}</span></td>";
$count++;
if ($count == $cols) {
$count = 0;
print "</tr><tr>\n";
}
}
}
print "</tr></table>";
}
示例8: ankleinjury_report
function ankleinjury_report($pid, $encounter, $cols, $id)
{
$count = 0;
$data = formFetch("form_ankleinjury", $id);
if ($data) {
print "<table>\n<tr>\n";
foreach ($data as $key => $value) {
if ($key == "id" || $key == "pid" || $key == "user" || $key == "groupname" || $key == "authorized" || $key == "activity" || $key == "date" || $value == "" || $value == "0000-00-00 00:00:00") {
continue;
}
if ($value == "on") {
$value = "yes";
}
$key = ucwords(str_replace("_", " ", $key));
$key = str_replace("Ankle ", "", $key);
$key = str_replace("Injuary", "Injury", $key);
print "<td valign='top'><span class='bold'>{$key}: </span><span class='text'>{$value}</span></td>\n";
$count++;
if ($count == $cols) {
$count = 0;
print "</tr>\n<tr>\n";
}
}
print "</tr>\n</table>\n";
}
}
示例9: soap_report
function soap_report($pid, $encounter, $cols, $id)
{
$cols = 1;
// force always 1 column
$count = 0;
$data = formFetch("form_soap", $id);
if ($data) {
print "<table><tr>";
foreach ($data as $key => $value) {
if ($key == "id" || $key == "pid" || $key == "user" || $key == "groupname" || $key == "authorized" || $key == "activity" || $key == "date" || $value == "" || $value == "0000-00-00 00:00:00") {
continue;
}
if ($value == "on") {
$value = "yes";
}
$key = ucwords(str_replace("_", " ", $key));
//Updated by Sherwin 10/24/2016
print "<td><span class=bold>" . xlt($key) . ": </span><span class=text>" . nl2br(text($value)) . "</span></td>";
$count++;
if ($count == $cols) {
$count = 0;
print "</tr><tr>\n";
}
}
}
print "</tr></table>";
}
示例10: example_report
/** CHANGE THIS, the name of the function is significant and **
** must be changed to match the folder name **/
function example_report($pid, $encounter, $cols, $id)
{
/** CHANGE THIS - name of the database table associated with this form **/
$table_name = "form_example";
$count = 0;
$data = formFetch($table_name, $id);
if ($data) {
print "<table><tr>";
foreach ($data as $key => $value) {
if ($key == "id" || $key == "pid" || $key == "user" || $key == "groupname" || $key == "authorized" || $key == "activity" || $key == "date" || $value == "" || $value == "0000-00-00 00:00:00" || $value == "n") {
// skip certain fields and blank data
continue;
}
$key = ucwords(str_replace("_", " ", $key));
print "<tr>\n";
print "<tr>\n";
print "<td><span class=bold>{$key}: </span><span class=text>{$value}</span></td>";
$count++;
if ($count == $cols) {
$count = 0;
print "</tr><tr>\n";
}
}
}
print "</tr></table>";
}
示例11: md_assessment_report
function md_assessment_report($pid, $encounter, $cols, $id)
{
$count = 0;
$data = formFetch("form_md_assessment", $id);
$width = 100 / $cols;
if ($data) {
print "<table><tr>";
foreach ($data as $key => $value) {
if ($key == "id" || $key == "pid" || $key == "user" || $key == "groupname" || $key == "authorized" || $key == "activity" || $key == "date" || $value == "" || $value == "0000-00-00 00:00:00") {
continue;
}
if ($value == "on") {
$value = "yes";
}
$key = ucwords(str_replace("_", " ", $key));
print "<td width='{$width}%' valign='top'><span class=bold>{$key}: </span><span class=text>{$value}</span></td>";
$count++;
if ($count == $cols) {
$count = 0;
print "</tr><tr>\n";
}
}
}
print "</tr></table>";
}
示例12: individual_treatment_plan_report
function individual_treatment_plan_report($pid, $encounter, $cols, $id)
{
$count = 0;
print "Individual Treatment Plan";
$data = formFetch("form_individual_treatment_plan", $id);
if ($data) {
print "<table><tr>";
foreach ($data as $key => $value) {
if ($key == "id" || $key == "pid" || $key == "user" || $key == "groupname" || $key == "authorized" || $key == "activity" || $key == "date" || $value == "" || $value == "0000-00-00 00:00:00") {
continue;
}
if ($value == "on") {
$value = "yes";
}
$key = ucwords(str_replace("_", " ", $key));
print "<td><span class=bold>{$key}: </span><span class=text>{$value}</span></td>";
$count++;
if ($count == $cols) {
$count = 0;
print "</tr><tr>\n";
}
}
}
print "</tr></table>";
}
示例13: review_of_systems_report
function review_of_systems_report($pid, $encounter, $cols, $id)
{
$count = 0;
$data = formFetch("form_review_of_systems", $id);
$sql = "SELECT name from form_review_of_systems_checks where foreign_id = '" . add_escape_custom($id) . "'";
$results = sqlQ($sql);
$data2 = array();
while ($row = sqlFetchArray($results)) {
$data2[] = $row['name'];
}
$data = array_merge($data, $data2);
if ($data) {
print "<table><tr>";
foreach ($data as $key => $value) {
if ($key == "id" || $key == "pid" || $key == "user" || $key == "groupname" || $key == "authorized" || $key == "activity" || $key == "date" || $value == "" || $value == "0000-00-00 00:00:00") {
continue;
}
if ($value == "on") {
$value = "yes";
}
$key = ucwords(str_replace("_", " ", $key));
if (is_numeric($key)) {
$key = "check";
}
print "<td><span class=bold>{$key}: </span><span class=text>{$value}</span></td>";
$count++;
if ($count == $cols) {
$count = 0;
print "</tr><tr>\n";
}
}
}
}
示例14: additional_studies_report
function additional_studies_report($pid, $encounter, $cols, $id)
{
$count = 0;
$cols = 2;
$data = formFetch("form_additional_studies", $id);
$width = 100 / $cols;
if ($data) {
$value = $data['additional_studies'];
$value = str_replace("\n", "<br/>", $value);
print "{$value}";
}
}
示例15: activity_impact_report
function activity_impact_report($pid, $encounter, $cols, $id)
{
$count = 0;
$cols = 2;
$data = formFetch("form_activity_impact", $id);
$width = 100 / $cols;
if ($data) {
$value = $data['activity_impact'];
$value = str_replace("\n", "<br/>", $value);
print "{$value}";
}
}