$tableRenderer = new TableRendererHelper();
$rowColor1 = $tableRenderer->getRowColor1();
$rowColor2 = $tableRenderer->getRowColor2();
?>
style='background-color:=$rowColor2?>' >
|
anamnesis['IND_AN_Diabetes'][0]['value_left']?'checked':'')?> value="" /> =JText::_('None')?>
foreach ($this->attypes['IND_AN_Diabetes']->values as $value) : ?>
anamnesis['IND_AN_Diabetes'][0]['value_left']==$value['id']?'checked':'')?> name='IND_AN_Diabetes' id='IND_AN_Diabetes=$value['id']?>' /> =JText::_($value['name'])?>
endforeach; ?>
|
|
|
$complicacionesCronicasTable = array();
$row = array();
$row['startTable'] = true;
$row['tableId'] ='divComplicacionesCronicas';
$row['tableAts'] = $tableAts;
$cell = new TableCell();
$chk = TableElement::createAttribute1NChk($this->anamnesis,'IND_AN_DiabeticNeuro',JText::_('Diabetic Neuropathy'));
$cell->addElement($chk);
$row['cells'] = array($cell);
$complicacionesCronicasTable[] = $row;
$row = array();
$cell = new TableCell();
$chk = TableElement::createAttribute1NChk($this->anamnesis,'IND_AN_VascularDecease',JText::_('Vascular Disease'));
$cell->addElement($chk);
$row['cells'] = array($cell);
$complicacionesCronicasTable[] = $row;
$row = array();
$cell = new TableCell();
$chk = TableElement::createAttribute1NChk($this->anamnesis,'IND_AN_Retinopathy',JText::_('Retinopathy'));
$cell->addElement($chk);
$row['cells'] = array($cell);
$complicacionesCronicasTable[] = $row;
$row = array();
$cell = new TableCell();
$chk = TableElement::createAttribute1NChk($this->anamnesis,'IND_AN_Nefropathy',JText::_('Nephropathy'));
$cell->addElement($chk);
$row['cells'] = array($cell);
$complicacionesCronicasTable[] = $row;
$row = array();
$cell = new TableCell();
$chk = TableElement::createAttribute1NChk($this->anamnesis,'IND_AN_Cardiopathy',JText::_('Cardiopathy'));
$cell->addElement($chk);
$row['cells'] = array($cell);
$complicacionesCronicasTable[] = $row;
echo $tableRenderer->getHTML($complicacionesCronicasTable);
?>
|
|
|
$antecedentesTable = array();
$row = createFootRow();
$row['startTable'] = true;
$row['tableId'] ='divAntecedentes';
$row['tableAts'] = $tableAts;
$antecedentesTable[] = $row;
$antecedentesTable[] = createAtChkRow($this,'IND_AN_Ulcer',JText::_('Ulcer'),'');
$antecedentesTable[] = createAtChkRow($this,'IND_AN_Amputation',JText::_('Amputation'),'');
$antecedentesTable[] = createAtChkRow($this,'IND_AN_Fracture',JText::_('Fractures'),'');
echo $tableRenderer->getHTML($antecedentesTable);
?>
|
|
|
$deformidadesTable = array();
$row = createFootRow();
$row['startTable'] = true;
$row['tableId'] ='divDeformidades';
$row['tableAts'] = $tableAts;
$deformidadesTable[] = $row;
$deformidadesTable[] = createAtChkRow($this,'IND_AN_DigitDeformity',JText::_('Digital Deformities'),'');
$deformidadesTable[] = createAtChkRow($this,'IND_AN_HalluxValgus',JText::_('Bunions / Hallux abductus valgus'),'');
$deformidadesTable[] = createAtChkRow($this,'IND_AN_BoneProm',JText::_('Bony Prominences'),'');
$deformidadesTable[] = createAtChkRow($this,'IND_AN_MetaHeadProm',JText::_('Prominent Metatarsal Heads'),'');
$deformidadesTable[] = createAtChkRow($this,'IND_AN_SubMetaTissLeak',JText::_('Lack of submetatarsal adipose tissue'),'');
$deformidadesTable[] = createAtChkRow($this,'IND_AN_MarkedTend',JText::_('Marked Tendons'),'');
$deformidadesTable[] = createAtChkRow($this,'IND_AN_FallenFoot',JText::_('Foot drop'),'');
$deformidadesTable[] = createAtChkRow($this,'IND_AN_CharcotFoot',JText::_('Charcot\'s foot'),'');
echo $tableRenderer->getHTML($deformidadesTable);
?>
|
|
|
$estadoCutaneoTable = array();
$row = createFootRow();
$row['startTable'] = true;
$row['tableId'] ='divEstadoCutaneo';
$row['tableAts'] = $tableAts;
$estadoCutaneoTable[] = $row;
$estadoCutaneoTable[] = createAtChkRow($this,'IND_AN_Callos',JText::_('Callus'),'');
$estadoCutaneoTable[] = createAtChkRow($this,'IND_AN_Fisuras',JText::_('Cracks'),'');
$estadoCutaneoTable[] = createAtChkRow($this,'IND_AN_PreulcerousLesion',JText::_('Preulcerative Lesions'),'');
$estadoCutaneoTable[] = createAtChkRow($this,'IND_AN_TouchZones',JText::_('Areas of friction'),'');
$estadoCutaneoTable[] = createAtChkRow($this,'IND_AN_RedZones',JText::_('Red areas'),'');
$estadoCutaneoTable[] = createAtChkRow($this,'IND_AN_HotZones',JText::_('Hot areas'),'');
$estadoCutaneoTable[] = createAtChkRow($this,'IND_AN_Maceration',JText::_('Maceration'),'');
$estadoCutaneoTable[] = createAtChkRow($this,'IND_AN_Inflamation',JText::_('Inflamation'),'');
$estadoCutaneoTable[] = createAtChkRow($this,'IND_AN_Dryness',JText::_('Dryness'),'');
echo $tableRenderer->getHTML($estadoCutaneoTable);
?>
|
|
|
$alteracionesUnyasTable = array();
$row = createFootRow();
$row['startTable'] = true;
$row['tableId'] ='divAlteracionesUnyas';
$row['tableAts'] = $tableAts;
$alteracionesUnyasTable[] = $row;
$alteracionesUnyasTable[] = createAtChkRow($this,'IND_AN_BreakingNails',JText::_('Fragile'),'');
$alteracionesUnyasTable[] = createAtChkRow($this,'IND_AN_EuprosadedNails',JText::_('Euprosated'),'');
$alteracionesUnyasTable[] = createAtChkRow($this,'IND_AN_NailedNails',JText::_('Nailed'),'');
$alteracionesUnyasTable[] = createAtChkRow($this,'IND_AN_SwollenBorders',JText::_('Swollen borders'),'');
$alteracionesUnyasTable[] = createAtChkRow($this,'IND_AN_FungicInfection',JText::_('Fungic infection'),'');
echo $tableRenderer->getHTML($alteracionesUnyasTable);
?>
|
|
|
$examenCalzadoTable = array();
$row = createFootRow();
$row['startTable'] = true;
$row['tableId'] ='divExamenCalzado';
$row['tableAts'] = $tableAts;
$examenCalzadoTable[] = $row;
$examenCalzadoTable[] = createAtChkRow($this,'IND_AN_SoleWear',JText::_('Excessive wear on sole'),'');
$examenCalzadoTable[] = createAtChkRow($this,'IND_AN_DeformedShoe',JText::_('Deformed Shoes'),'');
echo $tableRenderer->getHTML($examenCalzadoTable);
?>
|
|