public void initDBCopmponent(IkenshoFirebirdDBManager dbm) throws Exception { super.initDBCopmponent(dbm); applyPoolTeikeibun(moveDown.getComboBox(), IkenshoCommon.TEIKEI_MOVILITY_DOWN_NAME); applyPoolTeikeibun(tojikomori.getComboBox(), IkenshoCommon.TEIKEI_TOJIKOMORI_NAME); applyPoolTeikeibun(iyokuDown.getComboBox(), IkenshoCommon.TEIKEI_IYOKU_DOWN_NAME); applyPoolTeikeibun(lowEnergy.getComboBox(), IkenshoCommon.TEIKEI_LOW_ENERGY_NAME); applyPoolTeikeibun(engeDown.getComboBox(), IkenshoCommon.TEIKEI_SESSHOKU_ENGE_DOWN_NAME); applyPoolTeikeibun(toutsu.getComboBox(), IkenshoCommon.TEIKEI_GAN_TOTSU_NAME); }
private void jbInit() throws Exception { getTitle().setText("4.生活機能とサービスに関する意見(続き1)"); getAbstractionTail().setText("トータルでは45文字しか印刷されません。"); getStateAndTaisyoGroup().setText("現在あるかまたは今後発生の可能性の高い状態とその対処方針"); moveDown.setValueBindPath("IDOUTEIKA_TAISHO_HOUSIN"); moveDown.setCheckBindPath("IDOUTEIKA"); getMoveDown().setCheckText("移動能力の低下"); tojikomori.setCheckBindPath("TOJIKOMORI"); getTojikomori().setCheckText("閉じこもり"); tojikomori.setValueBindPath("TOJIKOMORI_TAISHO_HOUSIN"); iyokuDown.setCheckBindPath("IYOKUTEIKA"); getIyokuDown().setCheckText("意欲低下"); iyokuDown.setValueBindPath("IYOKUTEIKA_TAISHO_HOUSIN"); lowEnergy.setCheckBindPath("TEIEIYOU"); getLowEnergy().setCheckText("低栄養"); lowEnergy.setValueBindPath("TEIEIYOU_TAISHO_HOUSIN"); engeDown.setCheckBindPath("SESSYOKUENGE"); getEngeDown().setCheckText("摂食・嚥下機能低下"); engeDown.setValueBindPath("SESSYOKUENGE_TAISHO_HOUSIN"); toutsu.setCheckBindPath("GAN_TOUTU"); getToutsu().setCheckText("がん等による疼痛"); toutsu.setValueBindPath("GAN_TOUTU_TAISHO_HOUSIN"); getHaien().setVisible(false); getChouheisoku().setVisible(false); getPain().setVisible(false); }