コード例 #1
0
ファイル: SysEspecialidad.cs プロジェクト: saludnqn/prosane
        public void DeepSave()
        {
            Save();

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

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

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

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

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

            if (colConAgendaProfesionalRecords != null)
            {
                colConAgendaProfesionalRecords.SaveAll();
            }
        }
コード例 #2
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();
            }
        }