Esempio n. 1
0
        public void DeepSave()
        {
            Save();

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

            if (colFacNomencladorRecords != null)
            {
                colFacNomencladorRecords.SaveAll();
            }
        }
Esempio n. 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();
            }
        }