Beispiel #1
0
        public void DeepSave()
        {
            Save();

            if (colTabRelMedicamentoTabRecords != null)
            {
                colTabRelMedicamentoTabRecords.SaveAll();
            }
        }
Beispiel #2
0
        public void DeepSave()
        {
            Save();

            if (colTabRelMedicamentoTabRecords != null)
            {
                colTabRelMedicamentoTabRecords.SaveAll();
            }

            if (colTabMedicamentoTabaquismoRecords != null)
            {
                colTabMedicamentoTabaquismoRecords.SaveAll();
            }

            if (colAprAplicacionVacunaRecords != null)
            {
                colAprAplicacionVacunaRecords.SaveAll();
            }

            if (colAprCalendarioVacunaRecords != null)
            {
                colAprCalendarioVacunaRecords.SaveAll();
            }

            if (colRemRelMedicamentoSeguimientoRecords != null)
            {
                colRemRelMedicamentoSeguimientoRecords.SaveAll();
            }

            if (colRemRelMedicamentoClasificacionRecords != null)
            {
                colRemRelMedicamentoClasificacionRecords.SaveAll();
            }

            if (colRemMedicamentoCronicoRecords != null)
            {
                colRemMedicamentoCronicoRecords.SaveAll();
            }
        }