コード例 #1
0
ファイル: ASAM1.ascx.cs プロジェクト: JaganPaineedi/SvnGit
        public override void BindControls()
        {
            ASAMDynamic1.TableNameCustomASAMLevelOfCares     = "CustomASAMLevelOfCares";
            ASAMDynamic1.TableNameCustomASAMPlacements       = "CustomASAMPlacements";
            ASAMDynamic1.ColumnNameLeftDimensionDescription  = "Dimension1Description";
            ASAMDynamic1.ColumnNameRightDimensionDescription = "Dimension2Description";

            ASAMDynamic1.ColumnNameLeftDimensionLevelOfCare  = "Dimension1LevelOfCare";
            ASAMDynamic1.ColumnNameRightDimensionLevelOfCare = "Dimension2LevelOfCare";

            ASAMDynamic1.ColumnNameLevelOfCareName = "LevelOfCareName";
            ASAMDynamic1.Value = "ASAMLevelOfCareId";
            ASAMDynamic1.TextValueLeftDimensionDescription  = "Dimension1Description";
            ASAMDynamic1.TextValueRightDimensionDescription = "Dimension2Description";
            ASAMDynamic1.ColumnNameLeftDimensionNeed        = "Dimension1Need";
            ASAMDynamic1.ColumnNameRightDimensionNeed       = "Dimension2Need";

            ASAMDynamic1.LeftDimensionDescriptionTitle  = "Dimension 1: Alcohol Intoxication and/or Withdrawal Potential";
            ASAMDynamic1.RightDimensionDescriptionTitle = "Dimension 2: Biomedical Conditions and Complications";
            ASAMDynamic1.LeftDimensionNeedTitle         = "Describe Dimension 1 Problem/Need";
            ASAMDynamic1.RightDimensionNeedTitle        = "Describe Dimension 2 Problem/Need";


            ASAMDynamic1.BindDimensions();
            //CustomGrid.Bind(ParentDetailPageObject.ScreenId);
            //LiteralControl _literalControlHTML = null;
        }
コード例 #2
0
ファイル: ASAM3.ascx.cs プロジェクト: JaganPaineedi/SvnGit
        public override void BindControls()
        {
            ASAMDynamic1.TableNameCustomASAMLevelOfCares     = "CustomASAMLevelOfCares";
            ASAMDynamic1.TableNameCustomASAMPlacements       = "CustomASAMPlacements";
            ASAMDynamic1.ColumnNameLeftDimensionDescription  = "Dimension5Description";
            ASAMDynamic1.ColumnNameRightDimensionDescription = "Dimension6Description";
            ASAMDynamic1.ColumnNameLeftDimensionLevelOfCare  = "Dimension5LevelOfCare";
            ASAMDynamic1.ColumnNameRightDimensionLevelOfCare = "Dimension6LevelOfCare";
            ASAMDynamic1.ColumnNameLevelOfCareName           = "LevelOfCareName";
            ASAMDynamic1.Value = "ASAMLevelOfCareId";
            ASAMDynamic1.TextValueLeftDimensionDescription  = "Dimension5Description";
            ASAMDynamic1.TextValueRightDimensionDescription = "Dimension6Description";
            ASAMDynamic1.ColumnNameLeftDimensionNeed        = "Dimension5Need";
            ASAMDynamic1.ColumnNameRightDimensionNeed       = "Dimension6Need";

            ASAMDynamic1.LeftDimensionDescriptionTitle  = "Dimension 5: Relapse, Continued Use, Continued Problem Potential";
            ASAMDynamic1.RightDimensionDescriptionTitle = "Dimension 6: Recovery Environment";
            ASAMDynamic1.LeftDimensionNeedTitle         = "Describe Dimension 5 Problem/Need";
            ASAMDynamic1.RightDimensionNeedTitle        = "Describe Dimension 6 Problem/Need";

            ASAMDynamic1.BindDimensions();
        }
コード例 #3
0
ファイル: ASAM2.ascx.cs プロジェクト: JaganPaineedi/SvnGit
        public override void BindControls()
        {
            ASAMDynamic1.TableNameCustomASAMLevelOfCares     = "CustomASAMLevelOfCares";
            ASAMDynamic1.TableNameCustomASAMPlacements       = "CustomASAMPlacements";
            ASAMDynamic1.ColumnNameLeftDimensionDescription  = "Dimension3Description";
            ASAMDynamic1.ColumnNameRightDimensionDescription = "Dimension4Description";
            ASAMDynamic1.ColumnNameLeftDimensionLevelOfCare  = "Dimension3LevelOfCare";
            ASAMDynamic1.ColumnNameRightDimensionLevelOfCare = "Dimension4LevelOfCare";
            ASAMDynamic1.ColumnNameLevelOfCareName           = "LevelOfCareName";
            ASAMDynamic1.Value = "ASAMLevelOfCareId";
            ASAMDynamic1.TextValueLeftDimensionDescription  = "Dimension3Description";
            ASAMDynamic1.TextValueRightDimensionDescription = "Dimension4Description";
            ASAMDynamic1.ColumnNameLeftDimensionNeed        = "Dimension3Need";
            ASAMDynamic1.ColumnNameRightDimensionNeed       = "Dimension4Need";

            ASAMDynamic1.LeftDimensionDescriptionTitle  = "Dimension 3: Emotional, Behavioral or Cognitive Conditions and Complications";
            ASAMDynamic1.RightDimensionDescriptionTitle = "Dimension 4: Readiness to Change";
            ASAMDynamic1.LeftDimensionNeedTitle         = "Describe Dimension 3 Problem/Need";
            ASAMDynamic1.RightDimensionNeedTitle        = "Describe Dimension 4 Problem/Need";


            ASAMDynamic1.BindDimensions();
        }