Q:
同じくiBusの設定の、「全般」タブの「プロパティパネルの表示」を「常に表示する」に変更しても、再ログインすると表示されない。ただし日本語入力は正常に行うことができる。
ibus プロパティパネル=言語パネル
A:
日レセを立ち上げる前にibus-daemonの再起動を行うのはいかがでしょうか。
#!/bin/sh
ibus-daemon -drx
glclient2 -c default
最終来院日が20121130以前、および一度も来院のない患者のSQL文
SELECT substring(ptnum from 1 for 6) ,name,lastymd FROM tbl_ptnum a,tbl_ptinf b LEFT OUTER JOIN tbl_srykarrk USING(ptid) WHERE (b.ptid NOT IN (SELECT ptid FROM tbl_srykarrk WHERE lastymd>='20121201')) AND a.ptid=b.ptid ORDER BY ptnum;
claimのテスト送信方法
/usr/lib/jma-receipt/scripts/claim/rb/clm_snd.rb
# claim client script
# args 0:[server ip or hostname]
# 1:[port]
# 2:[send file path_name]
# 3:[send file J-code ( u8 | ecu | sjis | jis )]
例
cd /usr/lib/jma-receipt/scripts/claim/rb/
sudo ./clm_snd.rb localhost 8210 $PATH/claim_rcv_****_****_**_u8.xml u8
Q:
無線LANアダプタは認識していますが、使えません。wlan0がありません。
dmesg|grep iwl4965 [ 5.705616] iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree: [ 5.705622] iwl4965: Copyright(c) 2003-2011 Intel Corporation [ 5.705727] iwl4965 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control [ 5.705953] iwl4965 0000:03:00.0: Detected Intel(R) Wireless WiFi Link 4965AGN, REV=0x4 [ 5.748963] iwl4965 0000:03:00.0: device EEPROM VER=0x36, CALIB=0x5 [ 5.783104] iwl4965 0000:03:00.0: Tunable channels: 13 802.11bg, 12 802.11a channels [ 5.827769] iwl4965 0000:03:00.0: loaded firmware version 228.61.2.24 A: $ sudo lshw -class network *-network 詳細: 無線インターフェース 製品: PRO/Wireless 4965 AG or AGN [Kedron] Network Connection ベンダー: Intel Corporation 物理ID: 0 バス情報: pci@0000:03:00.0 論理名: wlan0 バージョン: 61 シリアル: 00:13:e8:2d:d0:2d 幅: 64 bits クロック: 33MHz 性能: pm msi pciexpress bus_master cap_list __________________ physical wireless 設定: broadcast=yes driver=iwl4965 driverversion=4.4.0-101-generic firmware=228.61.2.24 ip=192.168.**.** latency=0 link=yes multicast=yes wireless=IEEE 802.11abgn リソース: irq:30 メモリー:fc300000-fc301fff $ sudo vi /etc/pm/config.d/config SUSPEND_MODULES="iwl4965 wlan0" $ sudo sh -c "wpa_passphrase SSID KEY >> /etc/wpa_supplicant/wpa_supplicant.conf" $sudo vi /etc/network/interfaces auto wlan0 allow-hotplug wlan0 iface wlan0 inet static address 192.168.**.** netmask 255.255.255.0 gateway 192.168.**.1 dns-nameservers 192.168.**.1 wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
A:
2012年3月以前のレセ電データには、1日の情報~31日の情報に回数が記録されていないため、移行はできません。
Q
Ver 4.8へのDB移行方法は
A 旧環境 必ずプログラム更新 スキーマチェック wget http://ftp.orca.med.or.jp/pub/etc/jma-receipt-dbscmchk.tgz tar xvzf jma-receipt-dbscmchk.tgz cd jma-receipt-dbscmchk sudo bash jma-receipt-dbscmchk.sh バックアップ(重要) sudo -u orca pg_dump -Fc orca > orca.dump 新環境で sudo service jma-receipt stop sudo -u orca dropdb orca sudo jma-setup --noinstall sudo -u orca pg_restore -x -O -d orca orca.dump sudo jma-setup sudo service jma-receipt restart ver 4.7→4.8 パスワード sudo -u orca /usr/lib/jma-receipt/bin/passwd_store.sh 薬情写真 sudo -u orca /usr/lib/jma-receipt/bin/medphoto_store.sh 定点調査 sudo -u orca /usr/lib/jma-receipt/bin/dasconf_store.sh 同日再診4回以上チェック システム管理から「3002 統計帳票出力情報(月次)」 設定内容 帳票名(任意):診療会計テーブルのデータ整合 プログラム名:ORCBNOMIACCT 帳票パラメタ1:処理区分 PSN1 必須 必ずプログラム更新 必ずマスター更新 スキーマチェック その他弊社専用(Ver4.8) gs1a4に変更 receden.tar.gzを戻す DELL機 sudo vi /etc/modprobe.d/blacklist.conf # Intel VPRO remote access technology driver blacklist mei_me
Q:
ネットワークマネージャーのアイコンが表示されません。
Ubuntu12.04 GNOME-Classicの環境
A:
パネルに通知領域を追加してください。
sudo service network-manager restart
Q:
syslogにORCA端末以外のIPアドレスから接続があります。
May 28 07:57:37 orca1 panda/glserver[2437]: [@192.168.X.XXX] abnormal client termination
A:
LAN内にBuffaloの無線LANアクセスポイントはありますでしょうか。その一部機種には、「ネットワークサービス解析」の機能があり、LAN内コンピュータの空いているポートを調べています。その機能を止めましょう。