Exemplo n.º 1
0
 public ReporteFichaIndividualImpl()
 {
     _antecedentesGenerales         = new AntecedentesGeneralesPJUDDao();
     _antecedentesProcesalesPJUDDao = new AntecedentesProcesalesPJUDDao();
     _causalesDeIngresoDao          = new CausalesDeIngresoDao();
     _procesoIntervencionDao        = new ProcesoIntervencionDao();
     _detalleAnualDao          = new DetalleAnualDao();
     _antecedentesSaludDao     = new AntecedentesSaludDao();
     _situacionFamiliarDao     = new SituacionFamiliarDao();
     _antecedentesConsumoDao   = new AntecedentesConsumoDao();
     _antecedentesEscolaresDao = new AntecedentesEscolaresDao();
     _procesoIntervencionDao   = new ProcesoIntervencionDao();
     _maltratoDao                  = new MaltratoIntraResidencialDao();
     _agresorDao                   = new CasoAgresorDao();
     _medidaImplementadaDao        = new MedidaImplementadaDao();
     _antecedentesVisitasSenameDao = new AntecedentesVisitasSenameDao();
 }
Exemplo n.º 2
0
 public CausalesDeIngresoImpl()
 {
     _causalesDeIngresoDao = new CausalesDeIngresoDao();
 }