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

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

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

            if (colSysPacienteRecords != null)
            {
                colSysPacienteRecords.SaveAll();
            }
        }
Exemple #3
0
        public void DeepSave()
        {
            Save();

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

            if (colSysRelPacienteObraSocialRecords != null)
            {
                colSysRelPacienteObraSocialRecords.SaveAll();
            }
        }
Exemple #4
0
        public void DeepSave()
        {
            Save();

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

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

            if (colSysProvincia != null)
            {
                colSysProvincia.SaveAll();
            }
        }
Exemple #5
0
        public void DeepSave()
        {
            Save();

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

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

            if (colSysPacienteRecords != null)
            {
                colSysPacienteRecords.SaveAll();
            }
        }
Exemple #6
0
        public void DeepSave()
        {
            Save();

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

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

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

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

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

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

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