Example #1
0
 def __init__(self):
     self.util = Util()
     self.x = ControladorFuncionario()
     self.p = ControladorPaciente()
     self.m = ControladorMedico()
     self.con = OrdenController()
     self.jornada = JornadaController()
     self.promtp = '~golab >>> '
     self.funcionario_view = FuncionarioView()
     self.medico_view = MedicoView()
     self.paciente_view = PacienteView()
     self.orden_view = OrdenPaciente()
Example #2
0
 def __init__(self):
     self.util = Util()
     self.view = View()
     self.controller = OrdenController()
Example #3
0
 def __init__(self):
     self.fun = Funcionario('', '', 0, '', '', '', '', '')
     #self.view = View()
     self.util = Util()
Example #4
0
 def __init__(self):
     self.var = Medico('', '', 0, '', '', '', '', '')
     #self.view = View()
     self.util = Util()
Example #5
0
 def __init__(self):
     self.util=Util()
     self.controller = ControladorPaciente()
 def __init__(self):
     self.util = Util()
     self.controller = ControladorFuncionario()
Example #7
0
 def __init__(self):
     self.util = Util()
     self.controller = ControladorMedico()
 def __init__(self):
     self.var = Paciente('', '', 0, '', '', '', '', '')
     #self.view = View()
     self.util = Util()