ひとつ以上お選びください
'; } if (!is_data($_SESSION['form']['contact02']) ) { $_SESSION['form']['err']['contact02'] = true; $_SESSION['form']['err']['txt']['contact02'] = '
目的をお選びください
'; } if (!is_data($_SESSION['form']['contact03']) ) { $_SESSION['form']['err']['contact03'] = true; $_SESSION['form']['err']['txt']['contact03'] = '
職種をお選びください
'; } if (!is_data($_SESSION['form']['contact04']) ) { $_SESSION['form']['err']['contact04'] = true; $_SESSION['form']['err']['txt']['contact04'] = '
ユーザー数をお選びください
'; } if (!is_data($_SESSION['form']['contact10']) ) { $_SESSION['form']['err']['contact10'] = true; $_SESSION['form']['err']['txt']['contact10'] = '
端末数をお選びください
'; } if (!is_data($_SESSION['form']['contact05']) ) { $_SESSION['form']['err']['contact05'] = true; $_SESSION['form']['err']['txt']['contact05'] = '
ご利用部門をご入力ください
'; } if (!is_data($_SESSION['form']['contact06']) ) { $_SESSION['form']['err']['contact06'] = true; $_SESSION['form']['err']['txt']['contact06'] = '
導入希望時期をお選びください
'; } if (!is_data($_SESSION['form']['contact07']) ) { $_SESSION['form']['err']['contact07'] = true; $_SESSION['form']['err']['txt']['contact07'] = '
導入状況をお選びください
'; } if (!is_data($_SESSION['form']['contact12']) ) { $_SESSION['form']['err']['contact12'] = true; $_SESSION['form']['err']['txt']['contact12'] = '
お客様情報をお選びください
'; } if(!isset($_SESSION['form']['err']['txt']) or count($_SESSION['form']['err']['txt']) == 0){ //$_SESSION['form']['mode'] = 'check'; header('Location: personal.html'); } } //■■■■■ checked情報取得 ■■■■■ $contactchk = sit_query('contactchk'); //■■■■■ セッション情報取得 ■■■■■ //■お問い合わせ内容 $contact01 = get_session2('contact01'); $contact02 = get_session2('contact02'); $contact03 = get_session2('contact03'); $contact04 = get_session2('contact04'); $contact05 = get_session2('contact05'); $contact06 = get_session2('contact06'); $contact07 = get_session2('contact07'); $contact08 = get_session2('contact08'); $contact09 = get_session2('contact09'); $contact10 = get_session2('contact10'); $contact12 = get_session2('contact12'); $contact02_other = get_session('contact02_other'); $contact05_other = get_session('contact05_other'); $contact07_other = get_session('contact07_other'); //■アンケート $enquet = get_session('enquet'); //■お客様情報 $base_name1 = get_session('base_name1'); $base_name2 = get_session('base_name2'); $base_kana1 = get_session('base_kana1'); $base_kana2 = get_session('base_kana2'); $base_mail = get_session('base_mail'); $base_mail2 = get_session('base_mail2'); $base_com = get_session('base_com'); $base_unit = get_session('base_unit'); $base_post = get_session('base_post'); $base_zip = get_session('base_zip'); $base_pref = get_session('base_pref'); $base_addr = get_session('base_addr'); $base_tel = get_session('base_tel'); $base_fax = get_session('base_fax'); //■同意 $agree = get_session('agree'); //echo '
'; print_r($_SESSION); echo '
'; //exit; //TEST //■■■■■ セッション情報取得 ■■■■■ //■$contact01 //if($contactchk == 'AmiVoice CLx'){$contact01_chk01 = ' checked="checked"';} //if($contactchk == 'AmiVoice MLx'){$contact01_chk02 = ' checked="checked"';} //if($contactchk == '医療向けAI音声認識ワークシェアリングサービス'){$contact01_chk03 = ' checked="checked"';} //if($contactchk == 'AmiVoice SBx Medical'){$contact01_chk04 = ' checked="checked"';} //if($contactchk == 'AmiVoice iVoX Medical'){$contact01_chk05 = ' checked="checked"';} //if($contactchk == 'AmiVoice Medical Conference'){$contact01_chk06 = ' checked="checked"';} //if($contactchk == 'AmiVoice Forensic Medicine'){$contact01_chk07 = ' checked="checked"';} //if($contactchk == 'その他'){$contact01_chk08 = ' checked="checked"';} if(is_array($contact01)){ foreach($contact01 as $key => $value){ if($value == 'AmiVoice CLx'){$contact01_chk01 = ' checked="checked"';} if($value == 'AmiVoice MLx'){$contact01_chk02 = ' checked="checked"';} if($value == '医療向けAI音声認識ワークシェアリングサービス'){$contact01_chk03 = ' checked="checked"';} if($value == 'AmiVoice SBx Medical'){$contact01_chk04 = ' checked="checked"';} if($value == 'AmiVoice iVoX Medical'){$contact01_chk05 = ' checked="checked"';} if($value == 'AmiVoice Medical Conference'){$contact01_chk06 = ' checked="checked"';} if($value == 'AmiVoice Forensic Medicine'){$contact01_chk07 = ' checked="checked"';} if($value == 'その他'){$contact01_chk08 = ' checked="checked"';} } }else{ } //■$contact02 if(is_array($contact02)){ foreach($contact02 as $key => $value){ if($value == '資料請求'){$contact02_chk01 = ' checked="checked"';} if($value == '製品の価格を知りたい、見積りを依頼したい'){$contact02_chk02 = ' checked="checked"';} if($value == '新規導入を検討したい'){$contact02_chk03 = ' checked="checked"';} if($value == '追加購入を検討したい'){$contact02_chk04 = ' checked="checked"';} if($value == 'お試し版を申し込みたい'){$contact02_chk05 = ' checked="checked"';} if($value == 'デモンストレーションを依頼したい'){$contact02_chk06 = ' checked="checked"';} if($value == 'その他'){$contact02_chk07 = ' checked="checked"';} } }else{ } //■$contact03 if(is_array($contact03)){ foreach($contact03 as $key => $value){ if($value == '医師'){$contact03_chk01 = ' checked="checked"';} if($value == '看護師'){$contact03_chk02= ' checked="checked"';} if($value == 'その他医療従事者'){$contact03_chk03 = ' checked="checked"';} if($value == '介護従事者'){$contact03_chk04 = ' checked="checked"';} if($value == '調剤薬局勤務者'){$contact03_chk05 = ' checked="checked"';} if($value == '教育研究者・学生'){$contact03_chk06 = ' checked="checked"';} if($value == '企業関係者'){$contact03_chk07 = ' checked="checked"';} if($value == 'その他'){$contact03_chk08 = ' checked="checked"';} } }else{ } //■$contact04 if(is_array($contact04)){ foreach($contact04 as $key => $value){ if($value == '5以下'){$contact04_chk01 = ' selected="selected"';} if($value == '06~20'){$contact04_chk02= ' selected="selected"';} if($value == '21~100'){$contact04_chk03 = ' selected="selected"';} if($value == '101以上'){$contact04_chk04 = ' selected="selected"';} if($value == '不明'){$contact04_chk05 = ' selected="selected"';} } }else{ } //■$contact10 if(is_array($contact10)){ foreach($contact10 as $key => $value){ if($value == '5以下'){$contact10_chk01 = ' selected="selected"';} if($value == '06~20'){$contact10_chk02= ' selected="selected"';} if($value == '21~100'){$contact10_chk03 = ' selected="selected"';} if($value == '101以上'){$contact10_chk04 = ' selected="selected"';} if($value == '不明'){$contact10_chk05 = ' selected="selected"';} } }else{ } //■$contact06 if(is_array($contact06)){ foreach($contact06 as $key => $value){ if($value == '1~3か月以内'){$contact06_chk01 = ' checked="checked"';} if($value == '半年以内'){$contact06_chk02= ' checked="checked"';} if($value == '1年以内'){$contact06_chk03 = ' checked="checked"';} if($value == '2~3年以内'){$contact06_chk04 = ' checked="checked"';} if($value == '特に決まっていない'){$contact06_chk05 = ' checked="checked"';} } }else{ } //■$contact07 if(is_array($contact07)){ foreach($contact07 as $key => $value){ if($value == '導入済'){$contact07_chk01 = ' checked="checked"';} if($value == '未導入'){$contact07_chk02= ' checked="checked"';} } }else{ } //■$contact08 if(is_array($contact08)){ foreach($contact08 as $key => $value){ if($value == '導入時期決定済み'){$contact08_chk01 = ' selected="selected"';} if($value == '情報収集段階'){$contact08_chk02= ' selected="selected"';} if($value == '導入予定なし'){$contact08_chk03= ' selected="selected"';} } }else{ } //■$contact09 //if($contactchk == '電子カルテ'){$contact09_chk01 = ' checked="checked"';} //if($contactchk == '放射線科'){$contact09_chk02 = ' checked="checked"';} //if($contactchk == '調剤'){$contact09_chk03 = ' checked="checked"';} //if($contactchk == '整形外科カルテ'){$contact09_chk04 = ' checked="checked"';} //if($contactchk == '眼科カルテ'){$contact09_chk05 = ' checked="checked"';} //if($contactchk == 'リハビリテーション'){$contact09_chk06 = ' checked="checked"';} //if($contactchk == '精神科'){$contact09_chk07 = ' checked="checked"';} //if($contactchk == '病理'){$contact09_chk08 = ' checked="checked"';} //if($contactchk == '歯科'){$contact09_chk09 = ' checked="checked"';} //if($contactchk == '医療メール'){$contact09_chk10 = ' checked="checked"';} //if($contactchk == '介護'){$contact09_chk11 = ' checked="checked"';} if(is_array($contact09)){ foreach($contact09 as $key => $value){ if($value == '電子カルテ'){$contact09_chk01 = ' checked="checked"';} if($value == '放射線科'){$contact09_chk02 = ' checked="checked"';} if($value == '調剤'){$contact09_chk03 = ' checked="checked"';} if($value == '整形外科カルテ'){$contact09_chk04 = ' checked="checked"';} if($value == '眼科カルテ'){$contact09_chk05 = ' checked="checked"';} if($value == 'リハビリテーション'){$contact09_chk06 = ' checked="checked"';} if($value == '精神科'){$contact09_chk07 = ' checked="checked"';} if($value == '病理'){$contact09_chk08 = ' checked="checked"';} if($value == '歯科'){$contact09_chk09 = ' checked="checked"';} if($value == '医療メール'){$contact09_chk10 = ' checked="checked"';} if($value == '介護'){$contact09_chk11 = ' checked="checked"';} } }else{ } //■$contact12 if(is_array($contact12)){ foreach($contact12 as $key => $value){ if($value == '施設様'){$contact12_chk01 = ' checked="checked"';} if($value == '販売代理店様'){$contact12_chk02= ' checked="checked"';} } }else{ } //■$enquet if(is_array($enquet)){ foreach($enquet as $key => $value){ if($value == '展示会・セミナー'){$enquet_chk01 = ' checked="checked"';} if($value == '取引先'){$enquet_chk02 = ' checked="checked"';} if($value == '当社ホームページ'){$enquet_chk03 = ' checked="checked"';} if($value == 'その他'){$enquet_chk04 = ' checked="checked"';} if($value == '新聞・雑誌・書籍など'){$enquet_chk05 = ' checked="checked"';} if($value == '検索エンジン'){$enquet_chk06 = ' checked="checked"';} if($value == '他社ホームページ'){$enquet_chk07 = ' checked="checked"';} } }else{ } ?>

お問い合わせ内容* 必須項目

製品をお選びください*
(複数選択可)

AmiVoice Ex7

(医療・調剤・介護向け音声入力システム)

※ご利用になる辞書をお選びください。

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

>

お問い合わせの目的*

お問い合わせ頂いたお客様*

>

>

お問い合わせ目的に最も当てはまるもの*

>

>

>

>

>

>

利用者情報*

職種(複数選択可)*

>

>

>

>

>

>

>

>

ご利用ユーザー数・端末数の目安*

ユーザー数

端末数  

ご利用部門*

ご導入を検討されている理由(時間外勤務の削減、所見入力業務の効率化等)や、その他お問い合わせご依頼内容がありましたらご記入ください。

導入希望時期*

>

>

>

>

>

電子カルテ等のシステム導入状況*

>

メーカー名 

>

※導入のご予定として当てはまるものをご選択ください。