Beispiel #1
0
        public override void Copy(GxUserType source)
        {
            SdtBAS_Institute sdt;

            sdt = (SdtBAS_Institute)(source);
            gxTv_SdtBAS_Institute_Institutecode            = sdt.gxTv_SdtBAS_Institute_Institutecode;
            gxTv_SdtBAS_Institute_Institutename            = sdt.gxTv_SdtBAS_Institute_Institutename;
            gxTv_SdtBAS_Institute_Bas_institutelogo        = sdt.gxTv_SdtBAS_Institute_Bas_institutelogo;
            gxTv_SdtBAS_Institute_Bas_institutecreator     = sdt.gxTv_SdtBAS_Institute_Bas_institutecreator;
            gxTv_SdtBAS_Institute_Bas_institutecreatetime  = sdt.gxTv_SdtBAS_Institute_Bas_institutecreatetime;
            gxTv_SdtBAS_Institute_Bas_institutemodifier    = sdt.gxTv_SdtBAS_Institute_Bas_institutemodifier;
            gxTv_SdtBAS_Institute_Bas_institutemodifytime  = sdt.gxTv_SdtBAS_Institute_Bas_institutemodifytime;
            gxTv_SdtBAS_Institute_Bas_instituteisdeleted   = sdt.gxTv_SdtBAS_Institute_Bas_instituteisdeleted;
            gxTv_SdtBAS_Institute_Bas_institutedescription = sdt.gxTv_SdtBAS_Institute_Bas_institutedescription;
            gxTv_SdtBAS_Institute_Mode                       = sdt.gxTv_SdtBAS_Institute_Mode;
            gxTv_SdtBAS_Institute_Initialized                = sdt.gxTv_SdtBAS_Institute_Initialized;
            gxTv_SdtBAS_Institute_Institutecode_Z            = sdt.gxTv_SdtBAS_Institute_Institutecode_Z;
            gxTv_SdtBAS_Institute_Institutename_Z            = sdt.gxTv_SdtBAS_Institute_Institutename_Z;
            gxTv_SdtBAS_Institute_Bas_institutecreator_Z     = sdt.gxTv_SdtBAS_Institute_Bas_institutecreator_Z;
            gxTv_SdtBAS_Institute_Bas_institutecreatetime_Z  = sdt.gxTv_SdtBAS_Institute_Bas_institutecreatetime_Z;
            gxTv_SdtBAS_Institute_Bas_institutemodifier_Z    = sdt.gxTv_SdtBAS_Institute_Bas_institutemodifier_Z;
            gxTv_SdtBAS_Institute_Bas_institutemodifytime_Z  = sdt.gxTv_SdtBAS_Institute_Bas_institutemodifytime_Z;
            gxTv_SdtBAS_Institute_Bas_instituteisdeleted_Z   = sdt.gxTv_SdtBAS_Institute_Bas_instituteisdeleted_Z;
            gxTv_SdtBAS_Institute_Institutecode_N            = sdt.gxTv_SdtBAS_Institute_Institutecode_N;
            gxTv_SdtBAS_Institute_Bas_institutelogo_N        = sdt.gxTv_SdtBAS_Institute_Bas_institutelogo_N;
            gxTv_SdtBAS_Institute_Bas_institutemodifier_N    = sdt.gxTv_SdtBAS_Institute_Bas_institutemodifier_N;
            gxTv_SdtBAS_Institute_Bas_institutemodifytime_N  = sdt.gxTv_SdtBAS_Institute_Bas_institutemodifytime_N;
            gxTv_SdtBAS_Institute_Bas_institutedescription_N = sdt.gxTv_SdtBAS_Institute_Bas_institutedescription_N;
            return;
        }
Beispiel #2
0
        public bool AcknowledgePurchase(GxUserType gxStoreConfig, string productId, GxUserType gxPurchaseResult)
        {
            IStoreManager          storeMgr = null;
            int                    errCode  = GetManager(gxStoreConfig, 2, out storeMgr);
            GooglePlayStoreManager mgr      = (GooglePlayStoreManager)storeMgr;
            PurchaseResult         purchase = JSONHelper.Deserialize <PurchaseResult>(gxPurchaseResult.ToJSonString());

            try
            {
                return(mgr.AcknowledgePurchase(productId, purchase));
            }
            catch (StoreConfigurationException e)
            {
                errCode        = 3;
                ErrDescription = e.Message;
            }
            catch (StoreInvalidPurchaseException e)
            {
                errCode        = 2;
                ErrDescription = e.Message;
            }
            catch (StoreServerException e)
            {
                errCode        = 4;
                ErrDescription = e.Message;
            }
            catch (StoreException e)
            {
                errCode        = 10;
                ErrDescription = e.Message;
            }
            return(false);
        }
Beispiel #3
0
        public override void Copy(GxUserType source)
        {
            SdtJC_Provider sdt;

            sdt = (SdtJC_Provider)(source);
            gxTv_SdtJC_Provider_Jc_providerid        = sdt.gxTv_SdtJC_Provider_Jc_providerid;
            gxTv_SdtJC_Provider_Jc_providername      = sdt.gxTv_SdtJC_Provider_Jc_providername;
            gxTv_SdtJC_Provider_Jc_providershortname = sdt.gxTv_SdtJC_Provider_Jc_providershortname;
            gxTv_SdtJC_Provider_Jc_provideraddresss  = sdt.gxTv_SdtJC_Provider_Jc_provideraddresss;
            gxTv_SdtJC_Provider_Jc_providerphone     = sdt.gxTv_SdtJC_Provider_Jc_providerphone;
            gxTv_SdtJC_Provider_Jc_provideruser      = sdt.gxTv_SdtJC_Provider_Jc_provideruser;
            gxTv_SdtJC_Provider_Mode                   = sdt.gxTv_SdtJC_Provider_Mode;
            gxTv_SdtJC_Provider_Initialized            = sdt.gxTv_SdtJC_Provider_Initialized;
            gxTv_SdtJC_Provider_Jc_providerid_Z        = sdt.gxTv_SdtJC_Provider_Jc_providerid_Z;
            gxTv_SdtJC_Provider_Jc_providername_Z      = sdt.gxTv_SdtJC_Provider_Jc_providername_Z;
            gxTv_SdtJC_Provider_Jc_providershortname_Z = sdt.gxTv_SdtJC_Provider_Jc_providershortname_Z;
            gxTv_SdtJC_Provider_Jc_provideraddresss_Z  = sdt.gxTv_SdtJC_Provider_Jc_provideraddresss_Z;
            gxTv_SdtJC_Provider_Jc_providerphone_Z     = sdt.gxTv_SdtJC_Provider_Jc_providerphone_Z;
            gxTv_SdtJC_Provider_Jc_provideruser_Z      = sdt.gxTv_SdtJC_Provider_Jc_provideruser_Z;
            gxTv_SdtJC_Provider_Jc_providername_N      = sdt.gxTv_SdtJC_Provider_Jc_providername_N;
            gxTv_SdtJC_Provider_Jc_providershortname_N = sdt.gxTv_SdtJC_Provider_Jc_providershortname_N;
            gxTv_SdtJC_Provider_Jc_provideraddresss_N  = sdt.gxTv_SdtJC_Provider_Jc_provideraddresss_N;
            gxTv_SdtJC_Provider_Jc_providerphone_N     = sdt.gxTv_SdtJC_Provider_Jc_providerphone_N;
            gxTv_SdtJC_Provider_Jc_provideruser_N      = sdt.gxTv_SdtJC_Provider_Jc_provideruser_N;
            return;
        }
Beispiel #4
0
        public override void Copy(GxUserType source)
        {
            SdtBR_Scheme_Medication sdt;

            sdt = (SdtBR_Scheme_Medication)(source);
            gxTv_SdtBR_Scheme_Medication_Br_scheme_medicationid  = sdt.gxTv_SdtBR_Scheme_Medication_Br_scheme_medicationid;
            gxTv_SdtBR_Scheme_Medication_Br_schemeid             = sdt.gxTv_SdtBR_Scheme_Medication_Br_schemeid;
            gxTv_SdtBR_Scheme_Medication_Br_medicationid         = sdt.gxTv_SdtBR_Scheme_Medication_Br_medicationid;
            gxTv_SdtBR_Scheme_Medication_Br_scheme_chem_regimens = sdt.gxTv_SdtBR_Scheme_Medication_Br_scheme_chem_regimens;
            gxTv_SdtBR_Scheme_Medication_Br_medication_rxname    = sdt.gxTv_SdtBR_Scheme_Medication_Br_medication_rxname;
            gxTv_SdtBR_Scheme_Medication_Br_medication_rxdose    = sdt.gxTv_SdtBR_Scheme_Medication_Br_medication_rxdose;
            gxTv_SdtBR_Scheme_Medication_Br_medication_rxunit    = sdt.gxTv_SdtBR_Scheme_Medication_Br_medication_rxunit;
            gxTv_SdtBR_Scheme_Medication_Mode        = sdt.gxTv_SdtBR_Scheme_Medication_Mode;
            gxTv_SdtBR_Scheme_Medication_Initialized = sdt.gxTv_SdtBR_Scheme_Medication_Initialized;
            gxTv_SdtBR_Scheme_Medication_Br_scheme_medicationid_Z  = sdt.gxTv_SdtBR_Scheme_Medication_Br_scheme_medicationid_Z;
            gxTv_SdtBR_Scheme_Medication_Br_schemeid_Z             = sdt.gxTv_SdtBR_Scheme_Medication_Br_schemeid_Z;
            gxTv_SdtBR_Scheme_Medication_Br_medicationid_Z         = sdt.gxTv_SdtBR_Scheme_Medication_Br_medicationid_Z;
            gxTv_SdtBR_Scheme_Medication_Br_scheme_chem_regimens_Z = sdt.gxTv_SdtBR_Scheme_Medication_Br_scheme_chem_regimens_Z;
            gxTv_SdtBR_Scheme_Medication_Br_medication_rxname_Z    = sdt.gxTv_SdtBR_Scheme_Medication_Br_medication_rxname_Z;
            gxTv_SdtBR_Scheme_Medication_Br_medication_rxdose_Z    = sdt.gxTv_SdtBR_Scheme_Medication_Br_medication_rxdose_Z;
            gxTv_SdtBR_Scheme_Medication_Br_medication_rxunit_Z    = sdt.gxTv_SdtBR_Scheme_Medication_Br_medication_rxunit_Z;
            gxTv_SdtBR_Scheme_Medication_Br_schemeid_N             = sdt.gxTv_SdtBR_Scheme_Medication_Br_schemeid_N;
            gxTv_SdtBR_Scheme_Medication_Br_medicationid_N         = sdt.gxTv_SdtBR_Scheme_Medication_Br_medicationid_N;
            gxTv_SdtBR_Scheme_Medication_Br_scheme_chem_regimens_N = sdt.gxTv_SdtBR_Scheme_Medication_Br_scheme_chem_regimens_N;
            gxTv_SdtBR_Scheme_Medication_Br_medication_rxname_N    = sdt.gxTv_SdtBR_Scheme_Medication_Br_medication_rxname_N;
            gxTv_SdtBR_Scheme_Medication_Br_medication_rxdose_N    = sdt.gxTv_SdtBR_Scheme_Medication_Br_medication_rxdose_N;
            gxTv_SdtBR_Scheme_Medication_Br_medication_rxunit_N    = sdt.gxTv_SdtBR_Scheme_Medication_Br_medication_rxunit_N;
            return;
        }
Beispiel #5
0
        public override void Copy(GxUserType source)
        {
            SdtXT_DefineCode sdt;

            sdt = (SdtXT_DefineCode)(source);
            gxTv_SdtXT_DefineCode_Xt_definecodeid         = sdt.gxTv_SdtXT_DefineCode_Xt_definecodeid;
            gxTv_SdtXT_DefineCode_Xt_definecodename       = sdt.gxTv_SdtXT_DefineCode_Xt_definecodename;
            gxTv_SdtXT_DefineCode_Xt_defindcodetypeid     = sdt.gxTv_SdtXT_DefineCode_Xt_defindcodetypeid;
            gxTv_SdtXT_DefineCode_Xt_defindcodetypename   = sdt.gxTv_SdtXT_DefineCode_Xt_defindcodetypename;
            gxTv_SdtXT_DefineCode_Xt_definecodeorder      = sdt.gxTv_SdtXT_DefineCode_Xt_definecodeorder;
            gxTv_SdtXT_DefineCode_Xt_typecode             = sdt.gxTv_SdtXT_DefineCode_Xt_typecode;
            gxTv_SdtXT_DefineCode_Xt_tenantcode           = sdt.gxTv_SdtXT_DefineCode_Xt_tenantcode;
            gxTv_SdtXT_DefineCode_Xt_definecodeintialtype = sdt.gxTv_SdtXT_DefineCode_Xt_definecodeintialtype;
            gxTv_SdtXT_DefineCode_Mode                      = sdt.gxTv_SdtXT_DefineCode_Mode;
            gxTv_SdtXT_DefineCode_Initialized               = sdt.gxTv_SdtXT_DefineCode_Initialized;
            gxTv_SdtXT_DefineCode_Xt_definecodeid_Z         = sdt.gxTv_SdtXT_DefineCode_Xt_definecodeid_Z;
            gxTv_SdtXT_DefineCode_Xt_definecodename_Z       = sdt.gxTv_SdtXT_DefineCode_Xt_definecodename_Z;
            gxTv_SdtXT_DefineCode_Xt_defindcodetypeid_Z     = sdt.gxTv_SdtXT_DefineCode_Xt_defindcodetypeid_Z;
            gxTv_SdtXT_DefineCode_Xt_defindcodetypename_Z   = sdt.gxTv_SdtXT_DefineCode_Xt_defindcodetypename_Z;
            gxTv_SdtXT_DefineCode_Xt_definecodeorder_Z      = sdt.gxTv_SdtXT_DefineCode_Xt_definecodeorder_Z;
            gxTv_SdtXT_DefineCode_Xt_typecode_Z             = sdt.gxTv_SdtXT_DefineCode_Xt_typecode_Z;
            gxTv_SdtXT_DefineCode_Xt_tenantcode_Z           = sdt.gxTv_SdtXT_DefineCode_Xt_tenantcode_Z;
            gxTv_SdtXT_DefineCode_Xt_definecodeintialtype_Z = sdt.gxTv_SdtXT_DefineCode_Xt_definecodeintialtype_Z;
            gxTv_SdtXT_DefineCode_Xt_definecodename_N       = sdt.gxTv_SdtXT_DefineCode_Xt_definecodename_N;
            gxTv_SdtXT_DefineCode_Xt_defindcodetypename_N   = sdt.gxTv_SdtXT_DefineCode_Xt_defindcodetypename_N;
            gxTv_SdtXT_DefineCode_Xt_definecodeorder_N      = sdt.gxTv_SdtXT_DefineCode_Xt_definecodeorder_N;
            gxTv_SdtXT_DefineCode_Xt_typecode_N             = sdt.gxTv_SdtXT_DefineCode_Xt_typecode_N;
            gxTv_SdtXT_DefineCode_Xt_tenantcode_N           = sdt.gxTv_SdtXT_DefineCode_Xt_tenantcode_N;
            gxTv_SdtXT_DefineCode_Xt_definecodeintialtype_N = sdt.gxTv_SdtXT_DefineCode_Xt_definecodeintialtype_N;
            return;
        }
Beispiel #6
0
        public override void Copy(GxUserType source)
        {
            SdtXT_Config sdt;

            sdt = (SdtXT_Config)(source);
            gxTv_SdtXT_Config_Xt_configid       = sdt.gxTv_SdtXT_Config_Xt_configid;
            gxTv_SdtXT_Config_Xt_configkey      = sdt.gxTv_SdtXT_Config_Xt_configkey;
            gxTv_SdtXT_Config_Xt_configvalue1   = sdt.gxTv_SdtXT_Config_Xt_configvalue1;
            gxTv_SdtXT_Config_Xt_configvalue2   = sdt.gxTv_SdtXT_Config_Xt_configvalue2;
            gxTv_SdtXT_Config_Xt_configvalue3   = sdt.gxTv_SdtXT_Config_Xt_configvalue3;
            gxTv_SdtXT_Config_Xt_configvalue4   = sdt.gxTv_SdtXT_Config_Xt_configvalue4;
            gxTv_SdtXT_Config_Xt_configvalue5   = sdt.gxTv_SdtXT_Config_Xt_configvalue5;
            gxTv_SdtXT_Config_Mode              = sdt.gxTv_SdtXT_Config_Mode;
            gxTv_SdtXT_Config_Initialized       = sdt.gxTv_SdtXT_Config_Initialized;
            gxTv_SdtXT_Config_Xt_configid_Z     = sdt.gxTv_SdtXT_Config_Xt_configid_Z;
            gxTv_SdtXT_Config_Xt_configkey_Z    = sdt.gxTv_SdtXT_Config_Xt_configkey_Z;
            gxTv_SdtXT_Config_Xt_configvalue1_Z = sdt.gxTv_SdtXT_Config_Xt_configvalue1_Z;
            gxTv_SdtXT_Config_Xt_configvalue2_Z = sdt.gxTv_SdtXT_Config_Xt_configvalue2_Z;
            gxTv_SdtXT_Config_Xt_configvalue3_Z = sdt.gxTv_SdtXT_Config_Xt_configvalue3_Z;
            gxTv_SdtXT_Config_Xt_configvalue4_Z = sdt.gxTv_SdtXT_Config_Xt_configvalue4_Z;
            gxTv_SdtXT_Config_Xt_configvalue5_Z = sdt.gxTv_SdtXT_Config_Xt_configvalue5_Z;
            gxTv_SdtXT_Config_Xt_configkey_N    = sdt.gxTv_SdtXT_Config_Xt_configkey_N;
            gxTv_SdtXT_Config_Xt_configvalue1_N = sdt.gxTv_SdtXT_Config_Xt_configvalue1_N;
            gxTv_SdtXT_Config_Xt_configvalue2_N = sdt.gxTv_SdtXT_Config_Xt_configvalue2_N;
            gxTv_SdtXT_Config_Xt_configvalue3_N = sdt.gxTv_SdtXT_Config_Xt_configvalue3_N;
            gxTv_SdtXT_Config_Xt_configvalue4_N = sdt.gxTv_SdtXT_Config_Xt_configvalue4_N;
            gxTv_SdtXT_Config_Xt_configvalue5_N = sdt.gxTv_SdtXT_Config_Xt_configvalue5_N;
            return;
        }
Beispiel #7
0
        public override void Copy(GxUserType source)
        {
            SdtBR_Pathology_Diag sdt;

            sdt = (SdtBR_Pathology_Diag)(source);
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diagid          = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diagid;
            gxTv_SdtBR_Pathology_Diag_Br_pathologyid               = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathologyid;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_loc        = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_loc;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_organ      = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_organ;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumortype  = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumortype;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumorstage = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumorstage;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumorgrade = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumorgrade;
            gxTv_SdtBR_Pathology_Diag_Mode                           = sdt.gxTv_SdtBR_Pathology_Diag_Mode;
            gxTv_SdtBR_Pathology_Diag_Initialized                    = sdt.gxTv_SdtBR_Pathology_Diag_Initialized;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diagid_Z          = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diagid_Z;
            gxTv_SdtBR_Pathology_Diag_Br_pathologyid_Z               = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathologyid_Z;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_loc_Z        = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_loc_Z;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_organ_Z      = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_organ_Z;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumortype_Z  = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumortype_Z;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumorstage_Z = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumorstage_Z;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumorgrade_Z = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumorgrade_Z;
            gxTv_SdtBR_Pathology_Diag_Br_pathologyid_N               = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathologyid_N;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_loc_N        = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_loc_N;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_organ_N      = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_organ_N;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumortype_N  = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumortype_N;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumorstage_N = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumorstage_N;
            gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumorgrade_N = sdt.gxTv_SdtBR_Pathology_Diag_Br_pathology_diag_tumorgrade_N;
            return;
        }
Beispiel #8
0
        public override void Copy(GxUserType source)
        {
            SdtSYS_Role sdt;

            sdt = (SdtSYS_Role)(source);
            gxTv_SdtSYS_Role_Roleid              = sdt.gxTv_SdtSYS_Role_Roleid;
            gxTv_SdtSYS_Role_Sys_roletenantcode  = sdt.gxTv_SdtSYS_Role_Sys_roletenantcode;
            gxTv_SdtSYS_Role_Rolename            = sdt.gxTv_SdtSYS_Role_Rolename;
            gxTv_SdtSYS_Role_Roletype            = sdt.gxTv_SdtSYS_Role_Roletype;
            gxTv_SdtSYS_Role_Sys_roledescription = sdt.gxTv_SdtSYS_Role_Sys_roledescription;
            gxTv_SdtSYS_Role_Sys_rolecreator     = sdt.gxTv_SdtSYS_Role_Sys_rolecreator;
            gxTv_SdtSYS_Role_Sys_rolecreatetime  = sdt.gxTv_SdtSYS_Role_Sys_rolecreatetime;
            gxTv_SdtSYS_Role_Sys_rolemodifier    = sdt.gxTv_SdtSYS_Role_Sys_rolemodifier;
            gxTv_SdtSYS_Role_Sys_rolemodifytime  = sdt.gxTv_SdtSYS_Role_Sys_rolemodifytime;
            gxTv_SdtSYS_Role_Sys_roleisdeleted   = sdt.gxTv_SdtSYS_Role_Sys_roleisdeleted;
            gxTv_SdtSYS_Role_Mode                  = sdt.gxTv_SdtSYS_Role_Mode;
            gxTv_SdtSYS_Role_Initialized           = sdt.gxTv_SdtSYS_Role_Initialized;
            gxTv_SdtSYS_Role_Roleid_Z              = sdt.gxTv_SdtSYS_Role_Roleid_Z;
            gxTv_SdtSYS_Role_Sys_roletenantcode_Z  = sdt.gxTv_SdtSYS_Role_Sys_roletenantcode_Z;
            gxTv_SdtSYS_Role_Rolename_Z            = sdt.gxTv_SdtSYS_Role_Rolename_Z;
            gxTv_SdtSYS_Role_Roletype_Z            = sdt.gxTv_SdtSYS_Role_Roletype_Z;
            gxTv_SdtSYS_Role_Sys_rolecreator_Z     = sdt.gxTv_SdtSYS_Role_Sys_rolecreator_Z;
            gxTv_SdtSYS_Role_Sys_rolecreatetime_Z  = sdt.gxTv_SdtSYS_Role_Sys_rolecreatetime_Z;
            gxTv_SdtSYS_Role_Sys_rolemodifier_Z    = sdt.gxTv_SdtSYS_Role_Sys_rolemodifier_Z;
            gxTv_SdtSYS_Role_Sys_rolemodifytime_Z  = sdt.gxTv_SdtSYS_Role_Sys_rolemodifytime_Z;
            gxTv_SdtSYS_Role_Sys_roleisdeleted_Z   = sdt.gxTv_SdtSYS_Role_Sys_roleisdeleted_Z;
            gxTv_SdtSYS_Role_Sys_roletenantcode_N  = sdt.gxTv_SdtSYS_Role_Sys_roletenantcode_N;
            gxTv_SdtSYS_Role_Sys_roledescription_N = sdt.gxTv_SdtSYS_Role_Sys_roledescription_N;
            gxTv_SdtSYS_Role_Sys_rolemodifier_N    = sdt.gxTv_SdtSYS_Role_Sys_rolemodifier_N;
            gxTv_SdtSYS_Role_Sys_rolemodifytime_N  = sdt.gxTv_SdtSYS_Role_Sys_rolemodifytime_N;
            return;
        }
Beispiel #9
0
 public override void Copy(GxUserType source)
 {
     GeneXus.Programs.wwpbaseobjects.SdtSecUser sdt;
     sdt = (GeneXus.Programs.wwpbaseobjects.SdtSecUser)(source);
     gxTv_SdtSecUser_Secuserid         = sdt.gxTv_SdtSecUser_Secuserid;
     gxTv_SdtSecUser_Secusername       = sdt.gxTv_SdtSecUser_Secusername;
     gxTv_SdtSecUser_Secuserpassword   = sdt.gxTv_SdtSecUser_Secuserpassword;
     gxTv_SdtSecUser_Secusercrtuser    = sdt.gxTv_SdtSecUser_Secusercrtuser;
     gxTv_SdtSecUser_Secuserupduser    = sdt.gxTv_SdtSecUser_Secuserupduser;
     gxTv_SdtSecUser_Secusercrtdate    = sdt.gxTv_SdtSecUser_Secusercrtdate;
     gxTv_SdtSecUser_Secuserupddate    = sdt.gxTv_SdtSecUser_Secuserupddate;
     gxTv_SdtSecUser_Secuserworkload   = sdt.gxTv_SdtSecUser_Secuserworkload;
     gxTv_SdtSecUser_Mode              = sdt.gxTv_SdtSecUser_Mode;
     gxTv_SdtSecUser_Initialized       = sdt.gxTv_SdtSecUser_Initialized;
     gxTv_SdtSecUser_Secuserid_Z       = sdt.gxTv_SdtSecUser_Secuserid_Z;
     gxTv_SdtSecUser_Secusername_Z     = sdt.gxTv_SdtSecUser_Secusername_Z;
     gxTv_SdtSecUser_Secuserpassword_Z = sdt.gxTv_SdtSecUser_Secuserpassword_Z;
     gxTv_SdtSecUser_Secusercrtuser_Z  = sdt.gxTv_SdtSecUser_Secusercrtuser_Z;
     gxTv_SdtSecUser_Secuserupduser_Z  = sdt.gxTv_SdtSecUser_Secuserupduser_Z;
     gxTv_SdtSecUser_Secusercrtdate_Z  = sdt.gxTv_SdtSecUser_Secusercrtdate_Z;
     gxTv_SdtSecUser_Secuserupddate_Z  = sdt.gxTv_SdtSecUser_Secuserupddate_Z;
     gxTv_SdtSecUser_Secuserworkload_Z = sdt.gxTv_SdtSecUser_Secuserworkload_Z;
     gxTv_SdtSecUser_Secusercrtuser_N  = sdt.gxTv_SdtSecUser_Secusercrtuser_N;
     gxTv_SdtSecUser_Secuserupduser_N  = sdt.gxTv_SdtSecUser_Secuserupduser_N;
     gxTv_SdtSecUser_Secusercrtdate_N  = sdt.gxTv_SdtSecUser_Secusercrtdate_N;
     gxTv_SdtSecUser_Secuserupddate_N  = sdt.gxTv_SdtSecUser_Secuserupddate_N;
     gxTv_SdtSecUser_Secuserworkload_N = sdt.gxTv_SdtSecUser_Secuserworkload_N;
     return;
 }
Beispiel #10
0
        public override void Copy(GxUserType source)
        {
            SdtBR_EncounterReason sdt;

            sdt = (SdtBR_EncounterReason)(source);
            gxTv_SdtBR_EncounterReason_Br_encounter_id           = sdt.gxTv_SdtBR_EncounterReason_Br_encounter_id;
            gxTv_SdtBR_EncounterReason_Br_encounterid            = sdt.gxTv_SdtBR_EncounterReason_Br_encounterid;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_reason = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_reason;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_israndnoapprovedate = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_israndnoapprovedate;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_israndapprove       = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_israndapprove;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_status         = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_status;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_israndapprover = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_israndapprover;
            gxTv_SdtBR_EncounterReason_Mode                        = sdt.gxTv_SdtBR_EncounterReason_Mode;
            gxTv_SdtBR_EncounterReason_Initialized                 = sdt.gxTv_SdtBR_EncounterReason_Initialized;
            gxTv_SdtBR_EncounterReason_Br_encounter_id_Z           = sdt.gxTv_SdtBR_EncounterReason_Br_encounter_id_Z;
            gxTv_SdtBR_EncounterReason_Br_encounterid_Z            = sdt.gxTv_SdtBR_EncounterReason_Br_encounterid_Z;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_reason_Z = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_reason_Z;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_israndnoapprovedate_Z = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_israndnoapprovedate_Z;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_israndapprove_Z       = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_israndapprove_Z;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_status_Z              = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_status_Z;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_israndapprover_Z      = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_israndapprover_Z;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_reason_N              = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_reason_N;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_israndnoapprovedate_N = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_israndnoapprovedate_N;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_israndapprove_N       = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_israndapprove_N;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_status_N              = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_status_N;
            gxTv_SdtBR_EncounterReason_Br_encounterreason_israndapprover_N      = sdt.gxTv_SdtBR_EncounterReason_Br_encounterreason_israndapprover_N;
            return;
        }
Beispiel #11
0
        public override void Copy(GxUserType source)
        {
            SdtBR_Scheme sdt;

            sdt = (SdtBR_Scheme)(source);
            gxTv_SdtBR_Scheme_Br_schemeid                 = sdt.gxTv_SdtBR_Scheme_Br_schemeid;
            gxTv_SdtBR_Scheme_Br_encounterid              = sdt.gxTv_SdtBR_Scheme_Br_encounterid;
            gxTv_SdtBR_Scheme_Br_scheme_chem_regimens     = sdt.gxTv_SdtBR_Scheme_Br_scheme_chem_regimens;
            gxTv_SdtBR_Scheme_Br_scheme_therapy_line      = sdt.gxTv_SdtBR_Scheme_Br_scheme_therapy_line;
            gxTv_SdtBR_Scheme_Br_scheme_therapy_line_code = sdt.gxTv_SdtBR_Scheme_Br_scheme_therapy_line_code;
            gxTv_SdtBR_Scheme_Br_scheme_chem_cycle        = sdt.gxTv_SdtBR_Scheme_Br_scheme_chem_cycle;
            gxTv_SdtBR_Scheme_Br_scheme_chem_detail       = sdt.gxTv_SdtBR_Scheme_Br_scheme_chem_detail;
            gxTv_SdtBR_Scheme_Mode                          = sdt.gxTv_SdtBR_Scheme_Mode;
            gxTv_SdtBR_Scheme_Initialized                   = sdt.gxTv_SdtBR_Scheme_Initialized;
            gxTv_SdtBR_Scheme_Br_schemeid_Z                 = sdt.gxTv_SdtBR_Scheme_Br_schemeid_Z;
            gxTv_SdtBR_Scheme_Br_encounterid_Z              = sdt.gxTv_SdtBR_Scheme_Br_encounterid_Z;
            gxTv_SdtBR_Scheme_Br_scheme_chem_regimens_Z     = sdt.gxTv_SdtBR_Scheme_Br_scheme_chem_regimens_Z;
            gxTv_SdtBR_Scheme_Br_scheme_therapy_line_Z      = sdt.gxTv_SdtBR_Scheme_Br_scheme_therapy_line_Z;
            gxTv_SdtBR_Scheme_Br_scheme_therapy_line_code_Z = sdt.gxTv_SdtBR_Scheme_Br_scheme_therapy_line_code_Z;
            gxTv_SdtBR_Scheme_Br_scheme_chem_cycle_Z        = sdt.gxTv_SdtBR_Scheme_Br_scheme_chem_cycle_Z;
            gxTv_SdtBR_Scheme_Br_scheme_chem_detail_Z       = sdt.gxTv_SdtBR_Scheme_Br_scheme_chem_detail_Z;
            gxTv_SdtBR_Scheme_Br_schemeid_N                 = sdt.gxTv_SdtBR_Scheme_Br_schemeid_N;
            gxTv_SdtBR_Scheme_Br_scheme_chem_regimens_N     = sdt.gxTv_SdtBR_Scheme_Br_scheme_chem_regimens_N;
            gxTv_SdtBR_Scheme_Br_scheme_therapy_line_N      = sdt.gxTv_SdtBR_Scheme_Br_scheme_therapy_line_N;
            gxTv_SdtBR_Scheme_Br_scheme_therapy_line_code_N = sdt.gxTv_SdtBR_Scheme_Br_scheme_therapy_line_code_N;
            gxTv_SdtBR_Scheme_Br_scheme_chem_cycle_N        = sdt.gxTv_SdtBR_Scheme_Br_scheme_chem_cycle_N;
            gxTv_SdtBR_Scheme_Br_scheme_chem_detail_N       = sdt.gxTv_SdtBR_Scheme_Br_scheme_chem_detail_N;
            return;
        }
 public void Broadcast(GxUserType message)
 {
     if (_ws != null)
     {
         _ws.Broadcast(message.ToJSonString());
     }
 }
Beispiel #13
0
        public override void Copy(GxUserType source)
        {
            SdtBR_MedicalImaging_Diag sdt;

            sdt = (SdtBR_MedicalImaging_Diag)(source);
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diagid     = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diagid;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimagingid          = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimagingid;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_loc   = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_loc;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_organ = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_organ;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_dis   = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_dis;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_no    = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_no;
            gxTv_SdtBR_MedicalImaging_Diag_Mode        = sdt.gxTv_SdtBR_MedicalImaging_Diag_Mode;
            gxTv_SdtBR_MedicalImaging_Diag_Initialized = sdt.gxTv_SdtBR_MedicalImaging_Diag_Initialized;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diagid_Z     = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diagid_Z;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimagingid_Z          = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimagingid_Z;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_loc_Z   = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_loc_Z;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_organ_Z = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_organ_Z;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_dis_Z   = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_dis_Z;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_no_Z    = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_no_Z;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimagingid_N          = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimagingid_N;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_loc_N   = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_loc_N;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_organ_N = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_organ_N;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_dis_N   = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_dis_N;
            gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_no_N    = sdt.gxTv_SdtBR_MedicalImaging_Diag_Br_medicalimaging_diag_no_N;
            return;
        }
        public void AddObjectProperty(object prop, bool includeState)
        {
            IGxJSONAble ijsonprop;
            JArray      jarray = jsonArr as JArray;

            if ((ijsonprop = prop as IGxJSONAble) != null)
            {
                GxUserType bc = ijsonprop as GxUserType;
                if (bc != null)
                {
                    jarray.Add(bc.GetJSONObject(includeState));
                }
                else
                {
                    jarray.Add(ijsonprop.GetJSONObject());
                }
            }
            else if (prop is DateTime)
            {
                jarray.Add(DateTimeUtil.TToC2((DateTime)prop));
            }
            else
            {
                jarray.Add(prop);
            }
        }
Beispiel #15
0
        public override void Copy(GxUserType source)
        {
            SdtSYS_Log sdt;

            sdt = (SdtSYS_Log)(source);
            gxTv_SdtSYS_Log_Sys_loglogid      = sdt.gxTv_SdtSYS_Log_Sys_loglogid;
            gxTv_SdtSYS_Log_Sys_logtenantcode = sdt.gxTv_SdtSYS_Log_Sys_logtenantcode;
            gxTv_SdtSYS_Log_Sys_logtitle      = sdt.gxTv_SdtSYS_Log_Sys_logtitle;
            gxTv_SdtSYS_Log_Sys_logcontent    = sdt.gxTv_SdtSYS_Log_Sys_logcontent;
            gxTv_SdtSYS_Log_Sys_logclientip   = sdt.gxTv_SdtSYS_Log_Sys_logclientip;
            gxTv_SdtSYS_Log_Sys_logmodulecode = sdt.gxTv_SdtSYS_Log_Sys_logmodulecode;
            gxTv_SdtSYS_Log_Sys_loglogtype    = sdt.gxTv_SdtSYS_Log_Sys_loglogtype;
            gxTv_SdtSYS_Log_Sys_logcreator    = sdt.gxTv_SdtSYS_Log_Sys_logcreator;
            gxTv_SdtSYS_Log_Sys_logcreatetime = sdt.gxTv_SdtSYS_Log_Sys_logcreatetime;
            gxTv_SdtSYS_Log_Mode                = sdt.gxTv_SdtSYS_Log_Mode;
            gxTv_SdtSYS_Log_Initialized         = sdt.gxTv_SdtSYS_Log_Initialized;
            gxTv_SdtSYS_Log_Sys_loglogid_Z      = sdt.gxTv_SdtSYS_Log_Sys_loglogid_Z;
            gxTv_SdtSYS_Log_Sys_logtenantcode_Z = sdt.gxTv_SdtSYS_Log_Sys_logtenantcode_Z;
            gxTv_SdtSYS_Log_Sys_logtitle_Z      = sdt.gxTv_SdtSYS_Log_Sys_logtitle_Z;
            gxTv_SdtSYS_Log_Sys_logclientip_Z   = sdt.gxTv_SdtSYS_Log_Sys_logclientip_Z;
            gxTv_SdtSYS_Log_Sys_logmodulecode_Z = sdt.gxTv_SdtSYS_Log_Sys_logmodulecode_Z;
            gxTv_SdtSYS_Log_Sys_loglogtype_Z    = sdt.gxTv_SdtSYS_Log_Sys_loglogtype_Z;
            gxTv_SdtSYS_Log_Sys_logcreator_Z    = sdt.gxTv_SdtSYS_Log_Sys_logcreator_Z;
            gxTv_SdtSYS_Log_Sys_logcreatetime_Z = sdt.gxTv_SdtSYS_Log_Sys_logcreatetime_Z;
            gxTv_SdtSYS_Log_Sys_logtenantcode_N = sdt.gxTv_SdtSYS_Log_Sys_logtenantcode_N;
            gxTv_SdtSYS_Log_Sys_logcontent_N    = sdt.gxTv_SdtSYS_Log_Sys_logcontent_N;
            gxTv_SdtSYS_Log_Sys_logclientip_N   = sdt.gxTv_SdtSYS_Log_Sys_logclientip_N;
            gxTv_SdtSYS_Log_Sys_logmodulecode_N = sdt.gxTv_SdtSYS_Log_Sys_logmodulecode_N;
            gxTv_SdtSYS_Log_Sys_loglogtype_N    = sdt.gxTv_SdtSYS_Log_Sys_loglogtype_N;
            return;
        }
Beispiel #16
0
        public override void Copy(GxUserType source)
        {
            SdtBR_Medication_Scheme sdt;

            sdt = (SdtBR_Medication_Scheme)(source);
            gxTv_SdtBR_Medication_Scheme_Br_medication_schemeid    = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_schemeid;
            gxTv_SdtBR_Medication_Scheme_Br_medicationid           = sdt.gxTv_SdtBR_Medication_Scheme_Br_medicationid;
            gxTv_SdtBR_Medication_Scheme_Br_medication_chem_name   = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_chem_name;
            gxTv_SdtBR_Medication_Scheme_Br_medication_chem_cycle  = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_chem_cycle;
            gxTv_SdtBR_Medication_Scheme_Br_medication_chem_line   = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_chem_line;
            gxTv_SdtBR_Medication_Scheme_Br_medication_chem_detail = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_chem_detail;
            gxTv_SdtBR_Medication_Scheme_Mode        = sdt.gxTv_SdtBR_Medication_Scheme_Mode;
            gxTv_SdtBR_Medication_Scheme_Initialized = sdt.gxTv_SdtBR_Medication_Scheme_Initialized;
            gxTv_SdtBR_Medication_Scheme_Br_medication_schemeid_Z    = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_schemeid_Z;
            gxTv_SdtBR_Medication_Scheme_Br_medicationid_Z           = sdt.gxTv_SdtBR_Medication_Scheme_Br_medicationid_Z;
            gxTv_SdtBR_Medication_Scheme_Br_medication_chem_name_Z   = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_chem_name_Z;
            gxTv_SdtBR_Medication_Scheme_Br_medication_chem_cycle_Z  = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_chem_cycle_Z;
            gxTv_SdtBR_Medication_Scheme_Br_medication_chem_line_Z   = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_chem_line_Z;
            gxTv_SdtBR_Medication_Scheme_Br_medication_chem_detail_Z = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_chem_detail_Z;
            gxTv_SdtBR_Medication_Scheme_Br_medication_schemeid_N    = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_schemeid_N;
            gxTv_SdtBR_Medication_Scheme_Br_medicationid_N           = sdt.gxTv_SdtBR_Medication_Scheme_Br_medicationid_N;
            gxTv_SdtBR_Medication_Scheme_Br_medication_chem_name_N   = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_chem_name_N;
            gxTv_SdtBR_Medication_Scheme_Br_medication_chem_cycle_N  = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_chem_cycle_N;
            gxTv_SdtBR_Medication_Scheme_Br_medication_chem_line_N   = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_chem_line_N;
            gxTv_SdtBR_Medication_Scheme_Br_medication_chem_detail_N = sdt.gxTv_SdtBR_Medication_Scheme_Br_medication_chem_detail_N;
            return;
        }
Beispiel #17
0
        public override void Copy(GxUserType source)
        {
            SdtBR_Familyhistory sdt;

            sdt = (SdtBR_Familyhistory)(source);
            gxTv_SdtBR_Familyhistory_Br_familyhistoryid       = sdt.gxTv_SdtBR_Familyhistory_Br_familyhistoryid;
            gxTv_SdtBR_Familyhistory_Br_encounterid           = sdt.gxTv_SdtBR_Familyhistory_Br_encounterid;
            gxTv_SdtBR_Familyhistory_Br_information_patientno = sdt.gxTv_SdtBR_Familyhistory_Br_information_patientno;
            gxTv_SdtBR_Familyhistory_Br_familycahistory       = sdt.gxTv_SdtBR_Familyhistory_Br_familycahistory;
            gxTv_SdtBR_Familyhistory_Br_familycahistory_code  = sdt.gxTv_SdtBR_Familyhistory_Br_familycahistory_code;
            gxTv_SdtBR_Familyhistory_Br_familycancer          = sdt.gxTv_SdtBR_Familyhistory_Br_familycancer;
            gxTv_SdtBR_Familyhistory_Mode                       = sdt.gxTv_SdtBR_Familyhistory_Mode;
            gxTv_SdtBR_Familyhistory_Initialized                = sdt.gxTv_SdtBR_Familyhistory_Initialized;
            gxTv_SdtBR_Familyhistory_Br_familyhistoryid_Z       = sdt.gxTv_SdtBR_Familyhistory_Br_familyhistoryid_Z;
            gxTv_SdtBR_Familyhistory_Br_encounterid_Z           = sdt.gxTv_SdtBR_Familyhistory_Br_encounterid_Z;
            gxTv_SdtBR_Familyhistory_Br_information_patientno_Z = sdt.gxTv_SdtBR_Familyhistory_Br_information_patientno_Z;
            gxTv_SdtBR_Familyhistory_Br_familycahistory_Z       = sdt.gxTv_SdtBR_Familyhistory_Br_familycahistory_Z;
            gxTv_SdtBR_Familyhistory_Br_familycahistory_code_Z  = sdt.gxTv_SdtBR_Familyhistory_Br_familycahistory_code_Z;
            gxTv_SdtBR_Familyhistory_Br_familycancer_Z          = sdt.gxTv_SdtBR_Familyhistory_Br_familycancer_Z;
            gxTv_SdtBR_Familyhistory_Br_information_patientno_N = sdt.gxTv_SdtBR_Familyhistory_Br_information_patientno_N;
            gxTv_SdtBR_Familyhistory_Br_familycahistory_N       = sdt.gxTv_SdtBR_Familyhistory_Br_familycahistory_N;
            gxTv_SdtBR_Familyhistory_Br_familycahistory_code_N  = sdt.gxTv_SdtBR_Familyhistory_Br_familycahistory_code_N;
            gxTv_SdtBR_Familyhistory_Br_familycancer_N          = sdt.gxTv_SdtBR_Familyhistory_Br_familycancer_N;
            return;
        }
Beispiel #18
0
        public override void Copy(GxUserType source)
        {
            SdtBR_Death sdt;

            sdt = (SdtBR_Death)(source);
            gxTv_SdtBR_Death_Br_deathid               = sdt.gxTv_SdtBR_Death_Br_deathid;
            gxTv_SdtBR_Death_Br_encounterid           = sdt.gxTv_SdtBR_Death_Br_encounterid;
            gxTv_SdtBR_Death_Br_information_patientno = sdt.gxTv_SdtBR_Death_Br_information_patientno;
            gxTv_SdtBR_Death_Br_death_date            = sdt.gxTv_SdtBR_Death_Br_death_date;
            gxTv_SdtBR_Death_Br_death_cause           = sdt.gxTv_SdtBR_Death_Br_death_cause;
            gxTv_SdtBR_Death_Br_death_causecode       = sdt.gxTv_SdtBR_Death_Br_death_causecode;
            gxTv_SdtBR_Death_Br_death_causecode_code  = sdt.gxTv_SdtBR_Death_Br_death_causecode_code;
            gxTv_SdtBR_Death_Br_death_sourse          = sdt.gxTv_SdtBR_Death_Br_death_sourse;
            gxTv_SdtBR_Death_Br_death_sourse_code     = sdt.gxTv_SdtBR_Death_Br_death_sourse_code;
            gxTv_SdtBR_Death_Mode                       = sdt.gxTv_SdtBR_Death_Mode;
            gxTv_SdtBR_Death_Initialized                = sdt.gxTv_SdtBR_Death_Initialized;
            gxTv_SdtBR_Death_Br_deathid_Z               = sdt.gxTv_SdtBR_Death_Br_deathid_Z;
            gxTv_SdtBR_Death_Br_encounterid_Z           = sdt.gxTv_SdtBR_Death_Br_encounterid_Z;
            gxTv_SdtBR_Death_Br_information_patientno_Z = sdt.gxTv_SdtBR_Death_Br_information_patientno_Z;
            gxTv_SdtBR_Death_Br_death_date_Z            = sdt.gxTv_SdtBR_Death_Br_death_date_Z;
            gxTv_SdtBR_Death_Br_death_cause_Z           = sdt.gxTv_SdtBR_Death_Br_death_cause_Z;
            gxTv_SdtBR_Death_Br_death_causecode_Z       = sdt.gxTv_SdtBR_Death_Br_death_causecode_Z;
            gxTv_SdtBR_Death_Br_death_causecode_code_Z  = sdt.gxTv_SdtBR_Death_Br_death_causecode_code_Z;
            gxTv_SdtBR_Death_Br_death_sourse_Z          = sdt.gxTv_SdtBR_Death_Br_death_sourse_Z;
            gxTv_SdtBR_Death_Br_death_sourse_code_Z     = sdt.gxTv_SdtBR_Death_Br_death_sourse_code_Z;
            gxTv_SdtBR_Death_Br_information_patientno_N = sdt.gxTv_SdtBR_Death_Br_information_patientno_N;
            gxTv_SdtBR_Death_Br_death_date_N            = sdt.gxTv_SdtBR_Death_Br_death_date_N;
            gxTv_SdtBR_Death_Br_death_cause_N           = sdt.gxTv_SdtBR_Death_Br_death_cause_N;
            gxTv_SdtBR_Death_Br_death_causecode_N       = sdt.gxTv_SdtBR_Death_Br_death_causecode_N;
            gxTv_SdtBR_Death_Br_death_causecode_code_N  = sdt.gxTv_SdtBR_Death_Br_death_causecode_code_N;
            gxTv_SdtBR_Death_Br_death_sourse_N          = sdt.gxTv_SdtBR_Death_Br_death_sourse_N;
            gxTv_SdtBR_Death_Br_death_sourse_code_N     = sdt.gxTv_SdtBR_Death_Br_death_sourse_code_N;
            return;
        }
Beispiel #19
0
        public override void Copy(GxUserType source)
        {
            SdtSYS_Database sdt;

            sdt = (SdtSYS_Database)(source);
            gxTv_SdtSYS_Database_Databaseid             = sdt.gxTv_SdtSYS_Database_Databaseid;
            gxTv_SdtSYS_Database_Databasename           = sdt.gxTv_SdtSYS_Database_Databasename;
            gxTv_SdtSYS_Database_Connectionstring       = sdt.gxTv_SdtSYS_Database_Connectionstring;
            gxTv_SdtSYS_Database_Sys_databasecreator    = sdt.gxTv_SdtSYS_Database_Sys_databasecreator;
            gxTv_SdtSYS_Database_Sys_databasecreatetime = sdt.gxTv_SdtSYS_Database_Sys_databasecreatetime;
            gxTv_SdtSYS_Database_Sys_databasemodifier   = sdt.gxTv_SdtSYS_Database_Sys_databasemodifier;
            gxTv_SdtSYS_Database_Sys_databasemodifytime = sdt.gxTv_SdtSYS_Database_Sys_databasemodifytime;
            gxTv_SdtSYS_Database_Mode                     = sdt.gxTv_SdtSYS_Database_Mode;
            gxTv_SdtSYS_Database_Initialized              = sdt.gxTv_SdtSYS_Database_Initialized;
            gxTv_SdtSYS_Database_Databaseid_Z             = sdt.gxTv_SdtSYS_Database_Databaseid_Z;
            gxTv_SdtSYS_Database_Databasename_Z           = sdt.gxTv_SdtSYS_Database_Databasename_Z;
            gxTv_SdtSYS_Database_Connectionstring_Z       = sdt.gxTv_SdtSYS_Database_Connectionstring_Z;
            gxTv_SdtSYS_Database_Sys_databasecreator_Z    = sdt.gxTv_SdtSYS_Database_Sys_databasecreator_Z;
            gxTv_SdtSYS_Database_Sys_databasecreatetime_Z = sdt.gxTv_SdtSYS_Database_Sys_databasecreatetime_Z;
            gxTv_SdtSYS_Database_Sys_databasemodifier_Z   = sdt.gxTv_SdtSYS_Database_Sys_databasemodifier_Z;
            gxTv_SdtSYS_Database_Sys_databasemodifytime_Z = sdt.gxTv_SdtSYS_Database_Sys_databasemodifytime_Z;
            gxTv_SdtSYS_Database_Sys_databasemodifier_N   = sdt.gxTv_SdtSYS_Database_Sys_databasemodifier_N;
            gxTv_SdtSYS_Database_Sys_databasemodifytime_N = sdt.gxTv_SdtSYS_Database_Sys_databasemodifytime_N;
            return;
        }
 public virtual void writexmlcollectionUnwrapped(GXXMLWriter oWriter, string itemName, string itemNamespace, bool includeState)
 {
     foreach (T obj in this)
     {
         string xml = obj.ToXml(false, includeState, itemName, itemNamespace);
         xml = GxUserType.UpdateNodeDefaultNamespace(xml, "", true, null);
         oWriter.WriteRawText(xml);
     }
 }
Beispiel #21
0
        public override void Copy(GxUserType source)
        {
            SdtBAS_DataPackage sdt;

            sdt = (SdtBAS_DataPackage)(source);
            gxTv_SdtBAS_DataPackage_Datapackage   = sdt.gxTv_SdtBAS_DataPackage_Datapackage;
            gxTv_SdtBAS_DataPackage_Mode          = sdt.gxTv_SdtBAS_DataPackage_Mode;
            gxTv_SdtBAS_DataPackage_Initialized   = sdt.gxTv_SdtBAS_DataPackage_Initialized;
            gxTv_SdtBAS_DataPackage_Datapackage_Z = sdt.gxTv_SdtBAS_DataPackage_Datapackage_Z;
            return;
        }
Beispiel #22
0
 public override void Copy(GxUserType source)
 {
     GeneXus.Programs.wwpbaseobjects.SdtSecObject sdt;
     sdt = (GeneXus.Programs.wwpbaseobjects.SdtSecObject)(source);
     gxTv_SdtSecObject_Secobjectname   = sdt.gxTv_SdtSecObject_Secobjectname;
     gxTv_SdtSecObject_Functionalities = sdt.gxTv_SdtSecObject_Functionalities;
     gxTv_SdtSecObject_Mode            = sdt.gxTv_SdtSecObject_Mode;
     gxTv_SdtSecObject_Initialized     = sdt.gxTv_SdtSecObject_Initialized;
     gxTv_SdtSecObject_Secobjectname_Z = sdt.gxTv_SdtSecObject_Secobjectname_Z;
     return;
 }
Beispiel #23
0
 private static void RestProcess(Dictionary <string, object> outputParameters)
 {
     foreach (var k in outputParameters.Keys.ToList())
     {
         GxUserType p = outputParameters[k] as GxUserType;
         if ((p != null) && !(p.ShouldSerializeSdtJson()))
         {
             outputParameters.Remove(k);
         }
     }
     MakeRestTypes(outputParameters);
 }
Beispiel #24
0
        public int GetPurchase(GxUserType gxStoreConfig, string productId, GxUserType gxPurchaseResult, GxUserType gxStorePurchase)
        {
            PurchaseResult purchase = JSONHelper.Deserialize <PurchaseResult>(gxPurchaseResult.ToJSonString());
            StorePurchase  sp       = null;
            int            errCode  = GetPurchaseImpl(gxStoreConfig, productId, purchase, out sp);

            if (errCode == 0)
            {
                gxStorePurchase.FromJSonString(sp.ToJson());
            }
            return(errCode);
        }
Beispiel #25
0
 public override void Copy( GxUserType source )
 {
    SdtSYS_TenantUser sdt ;
    sdt = (SdtSYS_TenantUser)(source);
    gxTv_SdtSYS_TenantUser_Bas_tenanttenantcode = sdt.gxTv_SdtSYS_TenantUser_Bas_tenanttenantcode ;
    gxTv_SdtSYS_TenantUser_Userid = sdt.gxTv_SdtSYS_TenantUser_Userid ;
    gxTv_SdtSYS_TenantUser_Mode = sdt.gxTv_SdtSYS_TenantUser_Mode ;
    gxTv_SdtSYS_TenantUser_Initialized = sdt.gxTv_SdtSYS_TenantUser_Initialized ;
    gxTv_SdtSYS_TenantUser_Bas_tenanttenantcode_Z = sdt.gxTv_SdtSYS_TenantUser_Bas_tenanttenantcode_Z ;
    gxTv_SdtSYS_TenantUser_Userid_Z = sdt.gxTv_SdtSYS_TenantUser_Userid_Z ;
    return  ;
 }
Beispiel #26
0
        public override void OnMessage(string message)
        {
            string     key     = GetClientKey(this);
            Type       objType = GeneXus.Metadata.ClassLoader.FindType("GeneXus", GX_NOTIFICATIONINFO_NAME, null);
            GxUserType nInfo   = (GxUserType)Activator.CreateInstance(objType);
            JObject    jObj    = new JObject();

            jObj.Put("Message", message);
            nInfo.FromJSONObject(jObj);
            ExecuteHandler(HandlerType.ReceivedMessage, new Object[] { key, nInfo });
            OnNewMessage?.Invoke(key, message);
        }
Beispiel #27
0
        public override void Copy(GxUserType source)
        {
            SdtSYS_UserRole sdt;

            sdt = (SdtSYS_UserRole)(source);
            gxTv_SdtSYS_UserRole_Userid      = sdt.gxTv_SdtSYS_UserRole_Userid;
            gxTv_SdtSYS_UserRole_Roleid      = sdt.gxTv_SdtSYS_UserRole_Roleid;
            gxTv_SdtSYS_UserRole_Mode        = sdt.gxTv_SdtSYS_UserRole_Mode;
            gxTv_SdtSYS_UserRole_Initialized = sdt.gxTv_SdtSYS_UserRole_Initialized;
            gxTv_SdtSYS_UserRole_Userid_Z    = sdt.gxTv_SdtSYS_UserRole_Userid_Z;
            gxTv_SdtSYS_UserRole_Roleid_Z    = sdt.gxTv_SdtSYS_UserRole_Roleid_Z;
            return;
        }
Beispiel #28
0
 public override void Copy(GxUserType source)
 {
     GeneXus.Programs.wwpbaseobjects.SdtSecObject_Functionalities sdt;
     sdt = (GeneXus.Programs.wwpbaseobjects.SdtSecObject_Functionalities)(source);
     gxTv_SdtSecObject_Functionalities_Secfunctionalityid          = sdt.gxTv_SdtSecObject_Functionalities_Secfunctionalityid;
     gxTv_SdtSecObject_Functionalities_Secfunctionalitydescription = sdt.gxTv_SdtSecObject_Functionalities_Secfunctionalitydescription;
     gxTv_SdtSecObject_Functionalities_Mode                          = sdt.gxTv_SdtSecObject_Functionalities_Mode;
     gxTv_SdtSecObject_Functionalities_Modified                      = sdt.gxTv_SdtSecObject_Functionalities_Modified;
     gxTv_SdtSecObject_Functionalities_Initialized                   = sdt.gxTv_SdtSecObject_Functionalities_Initialized;
     gxTv_SdtSecObject_Functionalities_Secfunctionalityid_Z          = sdt.gxTv_SdtSecObject_Functionalities_Secfunctionalityid_Z;
     gxTv_SdtSecObject_Functionalities_Secfunctionalitydescription_Z = sdt.gxTv_SdtSecObject_Functionalities_Secfunctionalitydescription_Z;
     return;
 }
Beispiel #29
0
        public override void Copy(GxUserType source)
        {
            SdtSYS_RolePermission sdt;

            sdt = (SdtSYS_RolePermission)(source);
            gxTv_SdtSYS_RolePermission_Sys_rolepermissionroleid         = sdt.gxTv_SdtSYS_RolePermission_Sys_rolepermissionroleid;
            gxTv_SdtSYS_RolePermission_Sys_rolepermissionpermissioncode = sdt.gxTv_SdtSYS_RolePermission_Sys_rolepermissionpermissioncode;
            gxTv_SdtSYS_RolePermission_Mode        = sdt.gxTv_SdtSYS_RolePermission_Mode;
            gxTv_SdtSYS_RolePermission_Initialized = sdt.gxTv_SdtSYS_RolePermission_Initialized;
            gxTv_SdtSYS_RolePermission_Sys_rolepermissionroleid_Z         = sdt.gxTv_SdtSYS_RolePermission_Sys_rolepermissionroleid_Z;
            gxTv_SdtSYS_RolePermission_Sys_rolepermissionpermissioncode_Z = sdt.gxTv_SdtSYS_RolePermission_Sys_rolepermissionpermissioncode_Z;
            return;
        }
Beispiel #30
0
 public override void Copy(GxUserType source)
 {
     GeneXus.Programs.wwpbaseobjects.SdtUserCustomizations sdt;
     sdt = (GeneXus.Programs.wwpbaseobjects.SdtUserCustomizations)(source);
     gxTv_SdtUserCustomizations_Usercustomizationsid    = sdt.gxTv_SdtUserCustomizations_Usercustomizationsid;
     gxTv_SdtUserCustomizations_Usercustomizationskey   = sdt.gxTv_SdtUserCustomizations_Usercustomizationskey;
     gxTv_SdtUserCustomizations_Usercustomizationsvalue = sdt.gxTv_SdtUserCustomizations_Usercustomizationsvalue;
     gxTv_SdtUserCustomizations_Mode                    = sdt.gxTv_SdtUserCustomizations_Mode;
     gxTv_SdtUserCustomizations_Initialized             = sdt.gxTv_SdtUserCustomizations_Initialized;
     gxTv_SdtUserCustomizations_Usercustomizationsid_Z  = sdt.gxTv_SdtUserCustomizations_Usercustomizationsid_Z;
     gxTv_SdtUserCustomizations_Usercustomizationskey_Z = sdt.gxTv_SdtUserCustomizations_Usercustomizationskey_Z;
     return;
 }