| Server IP : 138.197.176.125 / Your IP : 216.73.217.122 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/eyeclinic/ |
Upload File : |
<?php
include_once 'vtlib/Vtiger/Module.php';
include_once 'vtlib/Vtiger/Menu.php';
$Vtiger_Utils_Log = true;
$module = new Vtiger_Module();
$module->name = 'SpectacleExam';
$module = $module->getInstance('SpectacleExam');
$block2 = new Vtiger_Block();
$block2->label = "LBL_OPHTHALMOSCOPY_NOTES";
$module->addBlock($block2);
$field5 = new Vtiger_Field();
$field5->name = 'lens_r';
$field5->label= 'Lens';
$field5->uitype= 1;
$field5->displaytype= 1;
$field5->table= 'vtiger_ophthalmoscopy_external_examination';
$field5->column = $field5->name;
$field5->typeofdata = 'V~O';
$block2->addField($field5);
$field6 = new Vtiger_Field();
$field6->name = 'lens_l';
$field6->label= 'Lens';
$field6->uitype= 1;
$field6->displaytype= 1;
$field6->table= 'vtiger_ophthalmoscopy_external_examination';
$field6->column = $field6->name;
$field6->typeofdata = 'V~O';
$block2->addField($field6);
$field8 = new Vtiger_Field();
$field8->name = 'conjuctivita_r';
$field8->label= 'Conjuctivita';
$field8->uitype= 1;
$field8->displaytype= 1;
$field8->table= 'vtiger_ophthalmoscopy_external_examination';
$field8->column = $field8->name;
$field8->typeofdata = 'V~O';
$block2->addField($field8);
$field1 = new Vtiger_Field();
$field1->name = 'conjuctivita_l';
$field1->label= 'Conjuctivita';
$field1->uitype= 1;
$field1->displaytype= 1;
$field1->table= 'vtiger_ophthalmoscopy_external_examination';
$field1->column = $field1->name;
$field1->typeofdata = 'V~O';
$block2->addField($field1);