From 003bbe0799eeafeedc122fa2f4ac88a401ce8ee4 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Fri, 3 Jul 2009 09:43:12 +0000 Subject: [PATCH] internationalization of the ros form --- interface/forms/ros/FormROS.class.php | 2 +- interface/forms/ros/report.php | 56 +++- interface/forms/ros/templates/ros/general_new.html | 312 ++++++++++----------- 3 files changed, 211 insertions(+), 159 deletions(-) diff --git a/interface/forms/ros/FormROS.class.php b/interface/forms/ros/FormROS.class.php index 1f7b21a13..0c1832ba4 100755 --- a/interface/forms/ros/FormROS.class.php +++ b/interface/forms/ros/FormROS.class.php @@ -1219,7 +1219,7 @@ class FormROS extends ORDataObject { } function get_options(){ - $ret = array("N/A" => "N/A","YES" => "YES","NO" => "NO"); + $ret = array("N/A" => xl('N/A'),"YES" => xl('YES'),"NO" => xl('NO')); return $ret; } diff --git a/interface/forms/ros/report.php b/interface/forms/ros/report.php index 42bf7fb91..b3facac5a 100755 --- a/interface/forms/ros/report.php +++ b/interface/forms/ros/report.php @@ -13,7 +13,7 @@ function ros_report( $pid, $encounter, $cols, $id) { print "
"; foreach($data as $key => $value) { - if ($key == "id" || $key == "pid" || $key == "user" || $key == "groupname" || + if ($key == "id" || $key == "pid" || $key == "user" || $key == "groupname" || $key == "activity" || $key == "authorized" || $key == "date" || $value == "" || $value == "0000-00-00 00:00:00") { continue; @@ -25,7 +25,59 @@ function ros_report( $pid, $encounter, $cols, $id) { if ($value == "on") { $value = "yes"; } $key=ucwords(str_replace("_"," ",$key)); - print ""; + + //added by BM 07-2009 to clarify labels + if ($key == "Glaucoma History") { $key = "Glaucoma Family History"; } + if ($key == "Irritation") { $key = "Eye Irritation"; } + if ($key == "Redness") { $key = "Eye Redness"; } + if ($key == "Discharge") { $key = "ENT Discharge"; } + if ($key == "Pain") { $key = "ENT Pain"; } + if ($key == "Biopsy") { $key = "Breast Biopsy"; } + if ($key == "Hemoptsyis") { $key = "Hemoptysis"; } + if ($key == "Copd") { $key = "COPD"; } + if ($key == "Pnd") { $key = "PND"; } + if ($key == "Doe") { $key = "DOE"; } + if ($key == "Peripheal") { $key = "Peripheral"; } + if ($key == "Legpain Cramping") { $key = "Leg Pain/Cramping"; } + if ($key == "Frequency") { $key = "Urine Frequency"; } + if ($key == "Urgency") { $key = "Urine Urgency"; } + if ($key == "Utis") { $key = "UTIs"; } + if ($key == "Hesitancy") { $key = "Urine Hesitancy"; } + if ($key == "Dribbling") { $key = "Urine Dribbling"; } + if ($key == "Stream") { $key = "Urine Stream"; } + if ($key == "G") { $key = "Female G"; } + if ($key == "P") { $key = "Female P"; } + if ($key == "Lc") { $key = "Female LC"; } + if ($key == "Ap") { $key = "Female AP"; } + if ($key == "Mearche") { $key = "Menarche"; } + if ($key == "Lmp") { $key = "LMP"; } + if ($key == "F Frequency") { $key = "Menstrual Frequency"; } + if ($key == "F Flow") { $key = "Menstrual Flow"; } + if ($key == "F Symptoms") { $key = "Female Symptoms"; } + if ($key == "F Hirsutism") { $key = "Hirsutism/Striae"; } + if ($key == "M Redness") { $key = "Musc Redness"; } + if ($key == "M Warm") { $key = "Musc Warm"; } + if ($key == "M Stiffness") { $key = "Musc Stiffness"; } + if ($key == "M Aches") { $key = "Musc Aches"; } + if ($key == "Fms") { $key = "FMS"; } + if ($key == "Loc") { $key = "LOC"; } + if ($key == "Tia") { $key = "TIA"; } + if ($key == "N Numbness") { $key = "Neuro Numbness"; } + if ($key == "N Weakness") { $key = "Neuro Weakness"; } + if ($key == "N Headache") { $key = "Headache"; } + if ($key == "S Cancer") { $key = "Skin Cancer"; } + if ($key == "S Acne") { $key = "Acne"; } + if ($key == "S Other") { $key = "Skin Other"; } + if ($key == "S Disease") { $key = "Skin Disease"; } + if ($key == "P Diagnosis") { $key = "Psych Diagnosis"; } + if ($key == "P Medication") { $key = "Psych Medication"; } + if ($key == "Abnormal Blood") { $key = "Endo Abnormal Blood"; } + if ($key == "Fh Blood Problems") { $key = "FH Blood Problems"; } + if ($key == "Hiv") { $key = "HIV"; } + if ($key == "Hai Status") { $key = "HAI Status"; } + + //modified by BM 07-2009 for internationalization + print ""; $count++; if ($count == $cols) { diff --git a/interface/forms/ros/templates/ros/general_new.html b/interface/forms/ros/templates/ros/general_new.html index 594ef7471..a63b1f776 100755 --- a/interface/forms/ros/templates/ros/general_new.html +++ b/interface/forms/ros/templates/ros/general_new.html @@ -61,39 +61,39 @@ border-color:black;
$key: $value" . xl($key) . ": " . xl($value) . "
-
-

Review Of Systems

+

{xl t="Review Of Systems"}

Constitutional +
-
{xl t="Constitutional"} - + - + - + - + - + - + - + - + - + - + - +
Weight Change:{xl t="Weight Change"}: {html_radios name="weight_change" options=$form->get_options() selected=$form->get_weight_change() separator=""}Weakness:{xl t="Weakness"}: {html_radios name="weakness" options=$form->get_options() selected=$form->get_weakness() separator=""}Fatigue:{xl t="Fatigue"}: {html_radios name="fatigue" options=$form->get_options() selected=$form->get_fatigue() separator=""}
Anorexia:{xl t="Anorexia"}: {html_radios name="anorexia" options=$form->get_options() selected=$form->get_anorexia() separator=""}Fever:{xl t="Fever"}: {html_radios name="fever" options=$form->get_options() selected=$form->get_fever() separator=""}Chills:{xl t="Chills"}: {html_radios name="chills" options=$form->get_options() selected=$form->get_chills() separator=""}
Night Sweats:{xl t="Night Sweats"}: {html_radios name="night_sweats" options=$form->get_options() selected=$form->get_night_sweats() separator=""}Insomnia:{xl t="Insomnia"}: {html_radios name="insomnia" options=$form->get_options() selected=$form->get_insomnia() separator=""}Irritability:{xl t="Irritability"}: {html_radios name="irritability" options=$form->get_options() selected=$form->get_irritability() separator=""}
Heat or Cold:{xl t="Heat or Cold"}: {html_radios name="heat_or_cold" options=$form->get_options() selected=$form->get_heat_or_cold() separator=""}Intolerance:{xl t="Intolerance"}: {html_radios name="intolerance" options=$form->get_options() selected=$form->get_intolerance() separator=""}
@@ -105,29 +105,29 @@ border-color:black;
Eyes +
-
{xl t="Eyes"} - + - + - + - + - + - + - + - + - +
Change in Vision:{xl t="Change in Vision"}: {html_radios name="change_in_vision" options=$form->get_options() selected=$form->get_weight_change() separator=""}Family History of Glaucoma:{xl t="Family History of Glaucoma"}: {html_radios name="glaucoma_history" options=$form->get_options() selected=$form->get_glaucoma_history() separator=""}Eye Pain:{xl t="Eye Pain"}: {html_radios name="eye_pain" options=$form->get_options() selected=$form->get_eye_pain() separator=""}
Irritation:{xl t="Irritation"}: {html_radios name="irritation" options=$form->get_options() selected=$form->get_irritation() separator=""}Redness:{xl t="Redness"}: {html_radios name="redness" options=$form->get_options() selected=$form->get_redness() separator=""}Excessive Tearing:{xl t="Excessive Tearing"}: {html_radios name="excessive_tearing" options=$form->get_options() selected=$form->get_excessive_tearing() separator=""}
Double Vision:{xl t="Double Vision"}: {html_radios name="double_vision" options=$form->get_options() selected=$form->get_double_vision() separator=""}Blind Spots:{xl t="Blind Spots"}: {html_radios name="blind_spots" options=$form->get_options() selected=$form->get_blind_spots() separator=""}Photophobia:{xl t="Photophobia"}: {html_radios name="photophobia" options=$form->get_options() selected=$form->get_photophobia() separator=""}
@@ -139,37 +139,37 @@ border-color:black;
Ears, Nose, Mouth, Throat +
-
{xl t="Ears"}, {xl t="Nose"}, {xl t="Mouth"}, {xl t="Throat"} - + - + - + - + - + - + - + - + - + - + - + - +
Hearing Loss:{xl t="Hearing Loss"}: {html_radios name="hearing_loss" options=$form->get_options() selected=$form->get_hearing_loss() separator=""}Discharge:{xl t="Discharge"}: {html_radios name="discharge" options=$form->get_options() selected=$form->get_discharge() separator=""}Pain:{xl t="Pain"}: {html_radios name="pain" options=$form->get_options() selected=$form->get_pain() separator=""}
Vertigo:{xl t="Vertigo"}: {html_radios name="vertigo" options=$form->get_options() selected=$form->get_vertigo() separator=""}Tinnitus:{xl t="Tinnitus"}: {html_radios name="tinnitus" options=$form->get_options() selected=$form->get_tinnitus() separator=""}Frequent Colds:{xl t="Frequent Colds"}: {html_radios name="frequent_colds" options=$form->get_options() selected=$form->get_frequent_colds() separator=""}
Sore Throat:{xl t="Sore Throat"}: {html_radios name="sore_throat" options=$form->get_options() selected=$form->get_sore_throat() separator=""}Sinus Problems:{xl t="Sinus Problems"}: {html_radios name="sinus_problems" options=$form->get_options() selected=$form->get_sinus_problems() separator=""}Post Nasal Drip:{xl t="Post Nasal Drip"}: {html_radios name="post_nasal_drip" options=$form->get_options() selected=$form->get_post_nasal_drip() separator=""}
Nosebleed:{xl t="Nosebleed"}: {html_radios name="nosebleed" options=$form->get_options() selected=$form->get_nosebleed() separator=""}Snoring:{xl t="Snoring"}: {html_radios name="snoring" options=$form->get_options() selected=$form->get_snoring() separator=""}Apnea:{xl t="Apnea"}: {html_radios name="apnea" options=$form->get_options() selected=$form->get_apnea() separator=""}
@@ -181,17 +181,17 @@ border-color:black;
Breast +
-
{xl t="Breast"} - + - + - + - +
Breast Mass:{xl t="Breast Mass"}: {html_radios name="breast_mass" options=$form->get_options() selected=$form->get_breast_mass() separator=""}Discharge:{xl t="Discharge"}: {html_radios name="breast_discharge" options=$form->get_options() selected=$form->get_breast_discharge() separator=""}Biopsy:{xl t="Biopsy"}: {html_radios name="biopsy" options=$form->get_options() selected=$form->get_biopsy() separator=""}
Abnormal Mammogram:{xl t="Abnormal Mammogram"}: {html_radios name="abnormal_mammogram" options=$form->get_options() selected=$form->get_abnormal_mammogram() separator=""}
@@ -203,25 +203,25 @@ border-color:black;
Respiratory +
-
{xl t="Respiratory"} - + - + - + - + - + - + - +
Cough:{xl t="Cough"}: {html_radios name="cough" options=$form->get_options() selected=$form->get_cough() separator=""}Sputum:{xl t="Sputum"}: {html_radios name="sputum" options=$form->get_options() selected=$form->get_sputum() separator=""}Shortness of Breath:{xl t="Shortness of Breath"}: {html_radios name="shortness_of_breath" options=$form->get_options() selected=$form->get_shortness_of_breath() separator=""}
Wheezing:{xl t="Wheezing"}: {html_radios name="wheezing" options=$form->get_options() selected=$form->get_wheezing() separator=""}Hemoptsyis:{xl t="Hemoptysis"}: {html_radios name="hemoptsyis" options=$form->get_options() selected=$form->get_hemoptsyis() separator=""}Asthma:{xl t="Asthma"}: {html_radios name="asthma" options=$form->get_options() selected=$form->get_asthma() separator=""}
COPD:{xl t="COPD"}: {html_radios name="copd" options=$form->get_options() selected=$form->get_copd() separator=""}
@@ -233,38 +233,38 @@ border-color:black;
Cardiovascular +
-
{xl t="Cardiovascular"} - + - + - + - + - + - + - + - + - + - + - + - - + +
Chest Pain:{xl t="Chest Pain"}: {html_radios name="chest_pain" options=$form->get_options() selected=$form->get_chest_pain() separator=""}Palpitation:{xl t="Palpitation"}: {html_radios name="palpitation" options=$form->get_options() selected=$form->get_palpitation() separator=""}Syncope:{xl t="Syncope"}: {html_radios name="syncope" options=$form->get_options() selected=$form->get_syncope() separator=""}
PND:{xl t="PND"}: {html_radios name="pnd" options=$form->get_options() selected=$form->get_pnd() separator=""}DOE:{xl t="DOE"}: {html_radios name="doe" options=$form->get_options() selected=$form->get_doe() separator=""}Orthopnea:{xl t="Orthopnea"}: {html_radios name="orthopnea" options=$form->get_options() selected=$form->get_orthopnea() separator=""}
Peripheral:{xl t="Peripheral"}: {html_radios name="peripheal" options=$form->get_options() selected=$form->get_peripheal() separator=""}Edema:{xl t="Edema"}: {html_radios name="edema" options=$form->get_options() selected=$form->get_edema() separator=""}Leg Pain/Cramping:{xl t="Leg Pain/Cramping"}: {html_radios name="legpain_cramping" options=$form->get_options() selected=$form->get_legpain_cramping() separator=""}
History of Heart Murmur:{xl t="History of Heart Murmur"}: {html_radios name="history_murmur" options=$form->get_options() selected=$form->get_history_murmur() separator=""}Arrythmia:{xl t="Arrythmia"}: {html_radios name="arrythmia" options=$form->get_options() selected=$form->get_arrythmia() separator=""}Heart Problems:{html_radios name="heart_problems" options=$form->get_options() selected=$form->get_heart_problem() separator=""}{xl t="Heart Problem"}:{html_radios name="heart_problem" options=$form->get_options() selected=$form->get_heart_problem() separator=""}
@@ -275,49 +275,49 @@ border-color:black;
Gastrointestinal +
-
{xl t="Gastrointestinal"} - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
Dysphagia:{xl t="Dysphagia"}: {html_radios name="dysphagia" options=$form->get_options() selected=$form->get_dysphagia() separator=""}Heartburn:{xl t="Heartburn"}: {html_radios name="heartburn" options=$form->get_options() selected=$form->get_heartburn() separator=""}Bloating:{xl t="Bloating"}: {html_radios name="bloating" options=$form->get_options() selected=$form->get_bloating() separator=""}
Belching:{xl t="Belching"}: {html_radios name="belching" options=$form->get_options() selected=$form->get_belching() separator=""}Flatulence:{xl t="Flatulence"}: {html_radios name="flatulence" options=$form->get_options() selected=$form->get_flatulence() separator=""}Nausea:{xl t="Nausea"}: {html_radios name="nausea" options=$form->get_options() selected=$form->get_nausea() separator=""}
Vomiting:{xl t="Vomiting"}: {html_radios name="vomiting" options=$form->get_options() selected=$form->get_vomiting() separator=""}Hematemesis:{xl t="Hematemesis"}: {html_radios name="hematemesis" options=$form->get_options() selected=$form->get_hematemesis() separator=""}Pain:{xl t="Pain"}: {html_radios name="gastro_pain" options=$form->get_options() selected=$form->get_gastro_pain() separator=""}
Food Intolerance:{xl t="Food Intolerance"}: {html_radios name="food_intolerance" options=$form->get_options() selected=$form->get_food_intolerance() separator=""}H/O Hepatitis:{xl t="H/O Hepatitis"}: {html_radios name="hepatitis" options=$form->get_options() selected=$form->get_hepatitis() separator=""}Jaundice:{xl t="Jaundice"}: {html_radios name="jaundice" options=$form->get_options() selected=$form->get_jaundice() separator=""}
Hematochezia:{xl t="Hematochezia"}: {html_radios name="hematochezia" options=$form->get_options() selected=$form->get_hematochezia() separator=""}Changed Bowel:{xl t="Changed Bowel"}: {html_radios name="changed_bowel" options=$form->get_options() selected=$form->get_changed_bowel() separator=""}Diarrhea:{xl t="Diarrhea"}: {html_radios name="diarrhea" options=$form->get_options() selected=$form->get_diarrhea() separator=""}
Constipation:{xl t="Constipation"}: {html_radios name="constipation" options=$form->get_options() selected=$form->get_constipation() separator=""}
@@ -329,29 +329,29 @@ border-color:black;
Genitourinary General +
-
{xl t="Genitourinary"} {xl t="General"} - + - + - + - + - + - + - + - + - +
Polyuria:{xl t="Polyuria"}: {html_radios name="polyuria" options=$form->get_options() selected=$form->get_polyuria() separator=""}Polydypsia:{xl t="Polydypsia"}: {html_radios name="polydypsia" options=$form->get_options() selected=$form->get_polydypsia() separator=""}Dysuria:{xl t="Dysuria"}: {html_radios name="dysuria" options=$form->get_options() selected=$form->get_dysuria() separator=""}
Hematuria:{xl t="Hematuria"}: {html_radios name="hematuria" options=$form->get_options() selected=$form->get_hematuria() separator=""}Frequency:{xl t="Frequency"}: {html_radios name="frequency" options=$form->get_options() selected=$form->get_frequency() separator=""}Urgency:{xl t="Urgency"}: {html_radios name="urgency" options=$form->get_options() selected=$form->get_urgency() separator=""}
Incontinence:{xl t="Incontinence"}: {html_radios name="incontinence" options=$form->get_options() selected=$form->get_incontinence() separator=""}Renal Stones:{xl t="Renal Stones"}: {html_radios name="renal_stones" options=$form->get_options() selected=$form->get_renal_stones() separator=""}UTIs:{xl t="UTIs"}: {html_radios name="utis" options=$form->get_options() selected=$form->get_utis() separator=""}
@@ -363,21 +363,21 @@ border-color:black;
Genitourinary Male +
-
{xl t="Genitourinary"} {xl t="Male"} - + - + - + - + - + - +
Hesitancy:{xl t="Hesitancy"}: {html_radios name="hesitancy" options=$form->get_options() selected=$form->get_hesitancy() separator=""}Dribbling:{xl t="Dribbling"}: {html_radios name="dribbling" options=$form->get_options() selected=$form->get_dribbling() separator=""}Stream:{xl t="Stream"}: {html_radios name="stream" options=$form->get_options() selected=$form->get_stream() separator=""}
Nocturia:{xl t="Nocturia"}: {html_radios name="nocturia" options=$form->get_options() selected=$form->get_nocturia() separator=""}Erections:{xl t="Erections"}: {html_radios name="erections" options=$form->get_options() selected=$form->get_erections() separator=""}Ejaculations:{xl t="Ejaculations"}: {html_radios name="ejaculations" options=$form->get_options() selected=$form->get_ejaculations() separator=""}
@@ -387,37 +387,37 @@ border-color:black;
Genitourinary Female +
-
{xl t="Genitourinary"} {xl t="Female"} - + - + - + - + - + - + - + - + - + - + - + - +
G:{xl t="Female G"}: {html_radios name="g" options=$form->get_options() selected=$form->get_g() separator=""}P:{xl t="Female P"}: {html_radios name="p" options=$form->get_options() selected=$form->get_p() separator=""}AP:{xl t="Female AP"}: {html_radios name="ap" options=$form->get_options() selected=$form->get_ap() separator=""}
LC:{xl t="Female LC"}: {html_radios name="lc" options=$form->get_options() selected=$form->get_lc() separator=""}Mearche:{xl t="Menarche"}: {html_radios name="mearche" options=$form->get_options() selected=$form->get_mearche() separator=""}Menopause:{xl t="Menopause"}: {html_radios name="menopause" options=$form->get_options() selected=$form->get_menopause() separator=""}
LMP:{xl t="LMP"}: {html_radios name="lmp" options=$form->get_options() selected=$form->get_lmp() separator=""}Frequency:{xl t="Frequency"}: {html_radios name="f_frequency" options=$form->get_options() selected=$form->get_f_frequency() separator=""}Flow:{xl t="Flow"}: {html_radios name="f_flow" options=$form->get_options() selected=$form->get_f_flow() separator=""}
Symptoms:{xl t="Symptoms"}: {html_radios name="f_symptoms" options=$form->get_options() selected=$form->get_f_symptoms() separator=""}Abnormal Hair Growth:{xl t="Abnormal Hair Growth"}: {html_radios name="abnormal_hair_growth" options=$form->get_options() selected=$form->get_abnormal_hair_growth() separator=""}F/H Female Hirsutism/Striae:{xl t="F/H Female Hirsutism/Striae"}: {html_radios name="f_hirsutism" options=$form->get_options() selected=$form->get_f_hirsutism() separator=""}
@@ -425,29 +425,29 @@ border-color:black;
Musculoskeletal +
-
{xl t="Musculoskeletal"} - + - + - + - + - + - + - + - + - +
Chronic Joint Pain:{xl t="Chronic Joint Pain"}: {html_radios name="joint_pain" options=$form->get_options() selected=$form->get_joint_pain() separator=""}Swelling:{xl t="Swelling"}: {html_radios name="swelling" options=$form->get_options() selected=$form->get_swelling() separator=""}Redness:{xl t="Redness"}: {html_radios name="m_redness" options=$form->get_options() selected=$form->get_m_redness() separator=""}
Warm:{xl t="Warm"}: {html_radios name="m_warm" options=$form->get_options() selected=$form->get_m_warm() separator=""}Stiffness:{xl t="Stiffness"}: {html_radios name="m_stiffness" options=$form->get_options() selected=$form->get_m_stiffness() separator=""}Muscle:{xl t="Muscle"}: {html_radios name="muscle" options=$form->get_options() selected=$form->get_muscle() separator=""}
Aches:{xl t="Aches"}: {html_radios name="m_aches" options=$form->get_options() selected=$form->get_m_aches() separator=""}FMS:{xl t="FMS"}: {html_radios name="fms" options=$form->get_options() selected=$form->get_fms() separator=""}Arthritis:{xl t="Arthritis"}: {html_radios name="arthritis" options=$form->get_options() selected=$form->get_arthritis() separator=""}
@@ -457,35 +457,35 @@ border-color:black;
Neurologic +
-
{xl t="Neurologic"} - + - + - + - + - + - + - + - + - + - + - +
LOC:{xl t="LOC"}: {html_radios name="loc" options=$form->get_options() selected=$form->get_loc() separator=""}Seizures:{xl t="Seizures"}: {html_radios name="seizures" options=$form->get_options() selected=$form->get_seizures() separator=""}Stroke:{xl t="Stroke"}: {html_radios name="stroke" options=$form->get_options() selected=$form->get_stroke() separator=""}
TIA:{xl t="TIA"}: {html_radios name="tia" options=$form->get_options() selected=$form->get_tia() separator=""}Numbness:{xl t="Numbness"}: {html_radios name="n_numbness" options=$form->get_options() selected=$form->get_n_numbness() separator=""}Weakness:{xl t="Weakness"}: {html_radios name="n_weakness" options=$form->get_options() selected=$form->get_n_weakness() separator=""}
Paralysis:{xl t="Paralysis"}: {html_radios name="paralysis" options=$form->get_options() selected=$form->get_paralysis() separator=""}Intellectual Decline:{xl t="Intellectual Decline"}: {html_radios name="intellectual_decline" options=$form->get_options() selected=$form->get_intellectual_decline() separator=""}Memory Problems:{xl t="Memory Problems"}: {html_radios name="memory_problems" options=$form->get_options() selected=$form->get_memory_problems() separator=""}
Dementia:{xl t="Dementia"}: {html_radios name="dementia" options=$form->get_options() selected=$form->get_dementia() separator=""}Headache:{xl t="Headache"}: {html_radios name="n_headache" options=$form->get_options() selected=$form->get_n_headache() separator=""}
@@ -495,19 +495,19 @@ border-color:black;
Skin +
-
{xl t="Skin"} - + - + - + - + - +
Cancer:{xl t="Cancer"}: {html_radios name="s_cancer" options=$form->get_options() selected=$form->get_s_cancer() separator=""}Psoriasis:{xl t="Psoriasis"}: {html_radios name="psoriasis" options=$form->get_options() selected=$form->get_psoriasis() separator=""}Acne:{xl t="Acne"}: {html_radios name="s_acne" options=$form->get_options() selected=$form->get_s_acne() separator=""}
Other:{xl t="Other"}: {html_radios name="s_other" options=$form->get_options() selected=$form->get_s_other() separator=""}Disease:{xl t="Disease"}: {html_radios name="s_disease" options=$form->get_options() selected=$form->get_s_disease() separator=""}
@@ -517,19 +517,19 @@ border-color:black;
Psychiatric +
-
{xl t="Psychiatric"} - + - + - + - + - +
Psychiatric Diagnosis:{xl t="Psychiatric Diagnosis"}: {html_radios name="p_diagnosis" options=$form->get_options() selected=$form->get_p_diagnosis() separator=""}Psychiatric Medication:{xl t="Psychiatric Medication"}: {html_radios name="p_medication" options=$form->get_options() selected=$form->get_p_medication() separator=""}Depression:{xl t="Depression"}: {html_radios name="depression" options=$form->get_options() selected=$form->get_depression() separator=""}
Anxiety:{xl t="Anxiety"}: {html_radios name="anxiety" options=$form->get_options() selected=$form->get_anxiety() separator=""}Social Difficulties:{xl t="Social Difficulties"}: {html_radios name="social_difficulties" options=$form->get_options() selected=$form->get_social_difficulties() separator=""}
@@ -539,13 +539,13 @@ border-color:black;
Endocrine +
-
{xl t="Endocrine"} - + - + - +
Thyroid Problems:{xl t="Thyroid Problems"}: {html_radios name="thyroid_problems" options=$form->get_options() selected=$form->get_thyroid_problems() separator=""}Diabetes:{xl t="Diabetes"}: {html_radios name="diabetes" options=$form->get_options() selected=$form->get_diabetes() separator=""}Abnormal Blood Test:{xl t="Abnormal Blood Test"}: {html_radios name="abnormal_blood" options=$form->get_options() selected=$form->get_abnormal_blood() separator=""}
@@ -555,25 +555,25 @@ border-color:black;
Hematologic/Allergic/Immunologic +
{xl t="Hematologic"}/{xl t="Allergic"}/{xl t="Immunologic"} - + - + - + - + - + - + - +
Anemia:{xl t="Anemia"}: {html_radios name="anemia" options=$form->get_options() selected=$form->get_anemia() separator=""}F/H Blood Problems:{xl t="F/H Blood Problems"}: {html_radios name="fh_blood_problems" options=$form->get_options() selected=$form->get_fh_blood_problems() separator=""}Bleeding Problems:{xl t="Bleeding Problems"}: {html_radios name="bleeding_problems" options=$form->get_options() selected=$form->get_bleeding_problems() separator=""}
Allergies:{xl t="Allergies"}: {html_radios name="allergies" options=$form->get_options() selected=$form->get_allergies() separator=""}Frequent Illness:{xl t="Frequent Illness"}: {html_radios name="frequent_illness" options=$form->get_options() selected=$form->get_frequent_illness() separator=""}HIV:{xl t="HIV"}: {html_radios name="hiv" options=$form->get_options() selected=$form->get_hiv() separator=""}
HAI Status:{xl t="HAI Status"}: {html_radios name="hai_status" options=$form->get_options() selected=$form->get_hai_status() separator=""}
-- 2.11.4.GIT