Esempio 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();
 }
Esempio n. 2
0
 public AntecedentesEscolaresImpl()
 {
     _antecedentesEscolaresDao = new AntecedentesEscolaresDao();
 }