Commit 3c8a184cadf05e40530de7175ecf7c125a89b152

Authored by Yuya Takahira
1 parent f5915a85

修正画面と2回目入力時のチェック 修正

@@ -211,9 +211,9 @@ namespace MedicalCheckInputTool @@ -211,9 +211,9 @@ namespace MedicalCheckInputTool
211 sv.lungCancer = textBox7.Text; //結核肺がん 211 sv.lungCancer = textBox7.Text; //結核肺がん
212 sv.stomachCancer = textBox8.Text; //胃がん 212 sv.stomachCancer = textBox8.Text; //胃がん
213 sv.colorectalCancer = textBox9.Text; //大腸がん 213 sv.colorectalCancer = textBox9.Text; //大腸がん
214 - sv.prostateCancer = textBox10.Text; //前立腺がん  
215 - sv.osteoporosis = textBox11.Text; //骨粗鬆症  
216 - sv.dental = textBox12.Text; //成人歯科 214 + sv.prostateCancer = textBox10.Text; //前立腺がん
  215 + sv.osteoporosis = textBox11.Text; //骨粗鬆症
  216 + sv.dental = textBox12.Text; //成人歯科
217 sv.cervicalCancer = specialReadTwo(textBox13,textBox31); //子宮頸がん 217 sv.cervicalCancer = specialReadTwo(textBox13,textBox31); //子宮頸がん
218 sv.breastCancer = specialReadTwo(textBox14, textBox32); //乳がん 218 sv.breastCancer = specialReadTwo(textBox14, textBox32); //乳がん
219 sv.place = specialReadThree(textBox15, textBox33,textBox34); //希望場所 219 sv.place = specialReadThree(textBox15, textBox33,textBox34); //希望場所
@@ -224,7 +224,7 @@ namespace MedicalCheckInputTool @@ -224,7 +224,7 @@ namespace MedicalCheckInputTool
224 sv.inputUser = null; //入力者 224 sv.inputUser = null; //入力者
225 sv.updateDate = null; //修正日 225 sv.updateDate = null; //修正日
226 sv.updateUser = null; //修正者 226 sv.updateUser = null; //修正者
227 - sv.done = ""; //完了 227 + sv.done = ""; //完了
228 228
229 return sv; 229 return sv;
230 } 230 }
@@ -382,10 +382,13 @@ namespace MedicalCheckInputTool @@ -382,10 +382,13 @@ namespace MedicalCheckInputTool
382 conn.Open(); 382 conn.Open();
383 383
384 string tableName = "1回目".Equals(times) ? "2回目" : "1回目"; 384 string tableName = "1回目".Equals(times) ? "2回目" : "1回目";
  385 + //MySqlCommand cmd = new MySqlCommand("select * from `" + tableName + "` where `ロット番号` = @lotNo and `整理番号` = @serialNo and `行政区コード` = @adminCode", conn);
385 MySqlCommand cmd = new MySqlCommand("select * from `" + tableName + "` where `ロット番号` = @lotNo and `整理番号` = @serialNo", conn); 386 MySqlCommand cmd = new MySqlCommand("select * from `" + tableName + "` where `ロット番号` = @lotNo and `整理番号` = @serialNo", conn);
  387 +
386 // パラメータ設定 388 // パラメータ設定
387 cmd.Parameters.Add(new MySqlParameter("lotNo", sv.lotNo)); 389 cmd.Parameters.Add(new MySqlParameter("lotNo", sv.lotNo));
388 cmd.Parameters.Add(new MySqlParameter("serialNo", sv.serialNo)); 390 cmd.Parameters.Add(new MySqlParameter("serialNo", sv.serialNo));
  391 + //cmd.Parameters.Add(new MySqlParameter("adminCode", sv.adminCode));
389 392
390 bool err = false; 393 bool err = false;
391 394
@@ -28,121 +28,133 @@ @@ -28,121 +28,133 @@
28 /// </summary> 28 /// </summary>
29 private void InitializeComponent() 29 private void InitializeComponent()
30 { 30 {
31 - this.textBox1 = new System.Windows.Forms.TextBox();  
32 - this.label1 = new System.Windows.Forms.Label();  
33 - this.button1 = new System.Windows.Forms.Button();  
34 - this.button2 = new System.Windows.Forms.Button();  
35 - this.checkBox1 = new System.Windows.Forms.CheckBox();  
36 - this.dataGridView1 = new System.Windows.Forms.DataGridView();  
37 - this.状況 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
38 - this.編集1 = new System.Windows.Forms.DataGridViewButtonColumn();  
39 - this.f_行政区コード = new System.Windows.Forms.DataGridViewTextBoxColumn();  
40 - this.f_整理番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
41 - this.f_世帯番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
42 - this.f_電話番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
43 - this.f_携帯番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
44 - this.f_健康診査 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
45 - this.f_結核肺がん = new System.Windows.Forms.DataGridViewTextBoxColumn();  
46 - this.f_胃がん = new System.Windows.Forms.DataGridViewTextBoxColumn();  
47 - this.f_大腸がん = new System.Windows.Forms.DataGridViewTextBoxColumn();  
48 - this.f_前立腺がん = new System.Windows.Forms.DataGridViewTextBoxColumn();  
49 - this.f_骨粗鬆症 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
50 - this.f_成人歯科 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
51 - this.f_子宮頸がん = new System.Windows.Forms.DataGridViewTextBoxColumn();  
52 - this.f_乳がん = new System.Windows.Forms.DataGridViewTextBoxColumn();  
53 - this.f_希望場所 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
54 - this.f_身体不自由 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
55 - this.編集2 = new System.Windows.Forms.DataGridViewButtonColumn();  
56 - this.s_行政区コード = new System.Windows.Forms.DataGridViewTextBoxColumn();  
57 - this.s_整理番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
58 - this.s_世帯番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
59 - this.s_電話番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
60 - this.s_携帯番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
61 - this.s_健康診査 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
62 - this.s_結核肺がん = new System.Windows.Forms.DataGridViewTextBoxColumn();  
63 - this.s_胃がん = new System.Windows.Forms.DataGridViewTextBoxColumn();  
64 - this.s_大腸がん = new System.Windows.Forms.DataGridViewTextBoxColumn();  
65 - this.s_前立腺がん = new System.Windows.Forms.DataGridViewTextBoxColumn();  
66 - this.s_骨粗鬆症 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
67 - this.s_成人歯科 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
68 - this.s_子宮頸がん = new System.Windows.Forms.DataGridViewTextBoxColumn();  
69 - this.s_乳がん = new System.Windows.Forms.DataGridViewTextBoxColumn();  
70 - this.s_希望場所 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
71 - this.s_身体不自由 = new System.Windows.Forms.DataGridViewTextBoxColumn();  
72 - this.label2 = new System.Windows.Forms.Label();  
73 - this.label3 = new System.Windows.Forms.Label();  
74 - this.label4 = new System.Windows.Forms.Label();  
75 - this.checkBox2 = new System.Windows.Forms.CheckBox();  
76 - this.checkBox3 = new System.Windows.Forms.CheckBox();  
77 - this.comboBox1 = new System.Windows.Forms.ComboBox();  
78 - this.button3 = new System.Windows.Forms.Button();  
79 - this.label5 = new System.Windows.Forms.Label();  
80 - this.button4 = new System.Windows.Forms.Button();  
81 - this.button5 = new System.Windows.Forms.Button();  
82 - this.button6 = new System.Windows.Forms.Button();  
83 - this.checkBox4 = new System.Windows.Forms.CheckBox();  
84 - this.button7 = new System.Windows.Forms.Button();  
85 - ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();  
86 - this.SuspendLayout();  
87 - //  
88 - // textBox1  
89 - //  
90 - this.textBox1.Location = new System.Drawing.Point(378, 11);  
91 - this.textBox1.MaxLength = 10;  
92 - this.textBox1.Name = "textBox1";  
93 - this.textBox1.Size = new System.Drawing.Size(100, 19);  
94 - this.textBox1.TabIndex = 0;  
95 - //  
96 - // label1  
97 - //  
98 - this.label1.AutoSize = true;  
99 - this.label1.Location = new System.Drawing.Point(13, 14);  
100 - this.label1.Name = "label1";  
101 - this.label1.Size = new System.Drawing.Size(60, 12);  
102 - this.label1.TabIndex = 1;  
103 - this.label1.Text = "マッチ件数:";  
104 - //  
105 - // button1  
106 - //  
107 - this.button1.Location = new System.Drawing.Point(484, 9);  
108 - this.button1.Name = "button1";  
109 - this.button1.Size = new System.Drawing.Size(75, 23);  
110 - this.button1.TabIndex = 2;  
111 - this.button1.Text = "検索";  
112 - this.button1.UseVisualStyleBackColor = true;  
113 - this.button1.Click += new System.EventHandler(this.button1_Click);  
114 - //  
115 - // button2  
116 - //  
117 - this.button2.Location = new System.Drawing.Point(565, 9);  
118 - this.button2.Name = "button2";  
119 - this.button2.Size = new System.Drawing.Size(75, 23);  
120 - this.button2.TabIndex = 3;  
121 - this.button2.Text = "チェック";  
122 - this.button2.UseVisualStyleBackColor = true;  
123 - this.button2.Visible = false;  
124 - this.button2.Click += new System.EventHandler(this.button2_Click);  
125 - //  
126 - // checkBox1  
127 - //  
128 - this.checkBox1.AutoSize = true;  
129 - this.checkBox1.Location = new System.Drawing.Point(134, 13);  
130 - this.checkBox1.Name = "checkBox1";  
131 - this.checkBox1.Size = new System.Drawing.Size(133, 16);  
132 - this.checkBox1.TabIndex = 4;  
133 - this.checkBox1.Text = "未完了データのみ表示";  
134 - this.checkBox1.UseVisualStyleBackColor = true;  
135 - this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);  
136 - //  
137 - // dataGridView1  
138 - //  
139 - this.dataGridView1.AllowUserToAddRows = false;  
140 - this.dataGridView1.AllowUserToDeleteRows = false;  
141 - this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 31 + this.textBox1 = new System.Windows.Forms.TextBox();
  32 + this.label1 = new System.Windows.Forms.Label();
  33 + this.button1 = new System.Windows.Forms.Button();
  34 + this.button2 = new System.Windows.Forms.Button();
  35 + this.checkBox1 = new System.Windows.Forms.CheckBox();
  36 + this.checkBox5 = new System.Windows.Forms.CheckBox();
  37 + this.dataGridView1 = new System.Windows.Forms.DataGridView();
  38 + this.状況 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39 + this.編集1 = new System.Windows.Forms.DataGridViewButtonColumn();
  40 + this.f_行政区コード = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41 + this.f_整理番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42 + this.f_世帯番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43 + this.f_電話番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44 + this.f_携帯番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45 + this.f_健康診査 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46 + this.f_結核肺がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47 + this.f_胃がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48 + this.f_大腸がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49 + this.f_前立腺がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50 + this.f_骨粗鬆症 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51 + this.f_成人歯科 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52 + this.f_子宮頸がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53 + this.f_乳がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54 + this.f_希望場所 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55 + this.f_身体不自由 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56 + this.編集2 = new System.Windows.Forms.DataGridViewButtonColumn();
  57 + this.s_行政区コード = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58 + this.s_整理番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59 + this.s_世帯番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60 + this.s_電話番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61 + this.s_携帯番号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62 + this.s_健康診査 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63 + this.s_結核肺がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64 + this.s_胃がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65 + this.s_大腸がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66 + this.s_前立腺がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67 + this.s_骨粗鬆症 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68 + this.s_成人歯科 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69 + this.s_子宮頸がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70 + this.s_乳がん = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71 + this.s_希望場所 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72 + this.s_身体不自由 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73 + this.label2 = new System.Windows.Forms.Label();
  74 + this.label3 = new System.Windows.Forms.Label();
  75 + this.label4 = new System.Windows.Forms.Label();
  76 + this.checkBox2 = new System.Windows.Forms.CheckBox();
  77 + this.checkBox3 = new System.Windows.Forms.CheckBox();
  78 + this.comboBox1 = new System.Windows.Forms.ComboBox();
  79 + this.button3 = new System.Windows.Forms.Button();
  80 + this.label5 = new System.Windows.Forms.Label();
  81 + this.button4 = new System.Windows.Forms.Button();
  82 + this.button5 = new System.Windows.Forms.Button();
  83 + this.button6 = new System.Windows.Forms.Button();
  84 + this.checkBox4 = new System.Windows.Forms.CheckBox();
  85 + this.button7 = new System.Windows.Forms.Button();
  86 + ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
  87 + this.SuspendLayout();
  88 + //
  89 + // textBox1
  90 + //
  91 + this.textBox1.Location = new System.Drawing.Point(479, 11);
  92 + this.textBox1.MaxLength = 10;
  93 + this.textBox1.Name = "textBox1";
  94 + this.textBox1.Size = new System.Drawing.Size(100, 19);
  95 + this.textBox1.TabIndex = 0;
  96 + //
  97 + // label1
  98 + //
  99 + this.label1.AutoSize = true;
  100 + this.label1.Location = new System.Drawing.Point(13, 14);
  101 + this.label1.Name = "label1";
  102 + this.label1.Size = new System.Drawing.Size(60, 12);
  103 + this.label1.TabIndex = 1;
  104 + this.label1.Text = "マッチ件数:";
  105 + //
  106 + // button1
  107 + //
  108 + this.button1.Location = new System.Drawing.Point(585, 9);
  109 + this.button1.Name = "button1";
  110 + this.button1.Size = new System.Drawing.Size(75, 23);
  111 + this.button1.TabIndex = 2;
  112 + this.button1.Text = "検索";
  113 + this.button1.UseVisualStyleBackColor = true;
  114 + this.button1.Click += new System.EventHandler(this.button1_Click);
  115 + //
  116 + // button2
  117 + //
  118 + this.button2.Location = new System.Drawing.Point(666, 9);
  119 + this.button2.Name = "button2";
  120 + this.button2.Size = new System.Drawing.Size(75, 23);
  121 + this.button2.TabIndex = 3;
  122 + this.button2.Text = "チェック";
  123 + this.button2.UseVisualStyleBackColor = true;
  124 + this.button2.Visible = false;
  125 + this.button2.Click += new System.EventHandler(this.button2_Click);
  126 + //
  127 + // checkBox1
  128 + //
  129 + this.checkBox1.AutoSize = true;
  130 + this.checkBox1.Location = new System.Drawing.Point(130, 12);
  131 + this.checkBox1.Name = "checkBox1";
  132 + this.checkBox1.Size = new System.Drawing.Size(133, 16);
  133 + this.checkBox1.TabIndex = 4;
  134 + this.checkBox1.Text = "未完了データのみ表示";
  135 + this.checkBox1.UseVisualStyleBackColor = true;
  136 + this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  137 + //
  138 + // checkBox5
  139 + //
  140 + this.checkBox5.AutoSize = true;
  141 + this.checkBox5.Location = new System.Drawing.Point(269, 12);
  142 + this.checkBox5.Name = "checkBox5";
  143 + this.checkBox5.Size = new System.Drawing.Size(127, 16);
  144 + this.checkBox5.TabIndex = 4;
  145 + this.checkBox5.Text = "行政区絞り込み表示";
  146 + this.checkBox5.UseVisualStyleBackColor = true;
  147 + this.checkBox5.CheckedChanged += new System.EventHandler(this.checkBox5_CheckedChanged);
  148 + //
  149 + // dataGridView1
  150 + //
  151 + this.dataGridView1.AllowUserToAddRows = false;
  152 + this.dataGridView1.AllowUserToDeleteRows = false;
  153 + this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
142 | System.Windows.Forms.AnchorStyles.Left) 154 | System.Windows.Forms.AnchorStyles.Left)
143 | System.Windows.Forms.AnchorStyles.Right))); 155 | System.Windows.Forms.AnchorStyles.Right)));
144 - this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;  
145 - this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { 156 + this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  157 + this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
146 this.状況, 158 this.状況,
147 this.編集1, 159 this.編集1,
148 this.f_行政区コード, 160 this.f_行政区コード,
@@ -178,450 +190,451 @@ @@ -178,450 +190,451 @@
178 this.s_乳がん, 190 this.s_乳がん,
179 this.s_希望場所, 191 this.s_希望場所,
180 this.s_身体不自由}); 192 this.s_身体不自由});
181 - this.dataGridView1.Location = new System.Drawing.Point(12, 100);  
182 - this.dataGridView1.Name = "dataGridView1";  
183 - this.dataGridView1.ReadOnly = true;  
184 - this.dataGridView1.RowTemplate.Height = 21;  
185 - this.dataGridView1.Size = new System.Drawing.Size(1102, 381);  
186 - this.dataGridView1.TabIndex = 5;  
187 - this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);  
188 - //  
189 - // 状況  
190 - //  
191 - this.状況.HeaderText = "状況";  
192 - this.状況.Name = "状況";  
193 - this.状況.ReadOnly = true;  
194 - this.状況.Width = 50;  
195 - //  
196 - // 編集1  
197 - //  
198 - this.編集1.HeaderText = "編集(1)";  
199 - this.編集1.Name = "編集1";  
200 - this.編集1.ReadOnly = true;  
201 - this.編集1.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
202 - this.編集1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;  
203 - this.編集1.Text = "編集";  
204 - this.編集1.UseColumnTextForButtonValue = true;  
205 - this.編集1.Width = 40;  
206 - //  
207 - // f_行政区コード  
208 - //  
209 - this.f_行政区コード.HeaderText = "l_行政区コード";  
210 - this.f_行政区コード.Name = "f_行政区コード";  
211 - this.f_行政区コード.ReadOnly = true;  
212 - this.f_行政区コード.Width = 50;  
213 - //  
214 - // f_整理番号  
215 - //  
216 - this.f_整理番号.HeaderText = "l_整理番号";  
217 - this.f_整理番号.Name = "f_整理番号";  
218 - this.f_整理番号.ReadOnly = true;  
219 - //  
220 - // f_世帯番号  
221 - //  
222 - this.f_世帯番号.HeaderText = "l_世帯番号";  
223 - this.f_世帯番号.Name = "f_世帯番号";  
224 - this.f_世帯番号.ReadOnly = true;  
225 - //  
226 - // f_電話番号  
227 - //  
228 - this.f_電話番号.HeaderText = "l_電話番号";  
229 - this.f_電話番号.Name = "f_電話番号";  
230 - this.f_電話番号.ReadOnly = true;  
231 - //  
232 - // f_携帯番号  
233 - //  
234 - this.f_携帯番号.HeaderText = "l_携帯番号";  
235 - this.f_携帯番号.Name = "f_携帯番号";  
236 - this.f_携帯番号.ReadOnly = true;  
237 - //  
238 - // f_健康診査  
239 - //  
240 - this.f_健康診査.HeaderText = "l_健康診査";  
241 - this.f_健康診査.Name = "f_健康診査";  
242 - this.f_健康診査.ReadOnly = true;  
243 - this.f_健康診査.Width = 20;  
244 - //  
245 - // f_結核肺がん  
246 - //  
247 - this.f_結核肺がん.HeaderText = "l_結核肺がん";  
248 - this.f_結核肺がん.Name = "f_結核肺がん";  
249 - this.f_結核肺がん.ReadOnly = true;  
250 - this.f_結核肺がん.Width = 20;  
251 - //  
252 - // f_胃がん  
253 - //  
254 - this.f_胃がん.HeaderText = "l_胃がん";  
255 - this.f_胃がん.Name = "f_胃がん";  
256 - this.f_胃がん.ReadOnly = true;  
257 - this.f_胃がん.Width = 20;  
258 - //  
259 - // f_大腸がん  
260 - //  
261 - this.f_大腸がん.HeaderText = "l_大腸がん";  
262 - this.f_大腸がん.Name = "f_大腸がん";  
263 - this.f_大腸がん.ReadOnly = true;  
264 - this.f_大腸がん.Width = 20;  
265 - //  
266 - // f_前立腺がん  
267 - //  
268 - this.f_前立腺がん.HeaderText = "l_前立腺がん";  
269 - this.f_前立腺がん.Name = "f_前立腺がん";  
270 - this.f_前立腺がん.ReadOnly = true;  
271 - this.f_前立腺がん.Width = 20;  
272 - //  
273 - // f_骨粗鬆症  
274 - //  
275 - this.f_骨粗鬆症.HeaderText = "l_骨粗鬆症";  
276 - this.f_骨粗鬆症.Name = "f_骨粗鬆症";  
277 - this.f_骨粗鬆症.ReadOnly = true;  
278 - this.f_骨粗鬆症.Width = 20;  
279 - //  
280 - // f_成人歯科  
281 - //  
282 - this.f_成人歯科.HeaderText = "l_成人歯科";  
283 - this.f_成人歯科.Name = "f_成人歯科";  
284 - this.f_成人歯科.ReadOnly = true;  
285 - this.f_成人歯科.Width = 20;  
286 - //  
287 - // f_子宮頸がん  
288 - //  
289 - this.f_子宮頸がん.HeaderText = "l_子宮頸がん";  
290 - this.f_子宮頸がん.Name = "f_子宮頸がん";  
291 - this.f_子宮頸がん.ReadOnly = true;  
292 - this.f_子宮頸がん.Width = 20;  
293 - //  
294 - // f_乳がん  
295 - //  
296 - this.f_乳がん.HeaderText = "l_乳がん";  
297 - this.f_乳がん.Name = "f_乳がん";  
298 - this.f_乳がん.ReadOnly = true;  
299 - this.f_乳がん.Width = 20;  
300 - //  
301 - // f_希望場所  
302 - //  
303 - this.f_希望場所.HeaderText = "l_希望場所";  
304 - this.f_希望場所.Name = "f_希望場所";  
305 - this.f_希望場所.ReadOnly = true;  
306 - this.f_希望場所.Width = 20;  
307 - //  
308 - // f_身体不自由  
309 - //  
310 - this.f_身体不自由.HeaderText = "l_身体不自由";  
311 - this.f_身体不自由.Name = "f_身体不自由";  
312 - this.f_身体不自由.ReadOnly = true;  
313 - this.f_身体不自由.Width = 20;  
314 - //  
315 - // 編集2  
316 - //  
317 - this.編集2.HeaderText = "編集(2)";  
318 - this.編集2.Name = "編集2";  
319 - this.編集2.ReadOnly = true;  
320 - this.編集2.Text = "編集";  
321 - this.編集2.UseColumnTextForButtonValue = true;  
322 - this.編集2.Width = 40;  
323 - //  
324 - // s_行政区コード  
325 - //  
326 - this.s_行政区コード.HeaderText = "r_行政区コード";  
327 - this.s_行政区コード.Name = "s_行政区コード";  
328 - this.s_行政区コード.ReadOnly = true;  
329 - this.s_行政区コード.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
330 - this.s_行政区コード.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
331 - this.s_行政区コード.Width = 50;  
332 - //  
333 - // s_整理番号  
334 - //  
335 - this.s_整理番号.HeaderText = "r_整理番号";  
336 - this.s_整理番号.Name = "s_整理番号";  
337 - this.s_整理番号.ReadOnly = true;  
338 - this.s_整理番号.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
339 - this.s_整理番号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
340 - //  
341 - // s_世帯番号  
342 - //  
343 - this.s_世帯番号.HeaderText = "r_世帯番号";  
344 - this.s_世帯番号.Name = "s_世帯番号";  
345 - this.s_世帯番号.ReadOnly = true;  
346 - this.s_世帯番号.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
347 - this.s_世帯番号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
348 - //  
349 - // s_電話番号  
350 - //  
351 - this.s_電話番号.HeaderText = "r_電話番号";  
352 - this.s_電話番号.Name = "s_電話番号";  
353 - this.s_電話番号.ReadOnly = true;  
354 - this.s_電話番号.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
355 - this.s_電話番号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
356 - //  
357 - // s_携帯番号  
358 - //  
359 - this.s_携帯番号.HeaderText = "r_携帯番号";  
360 - this.s_携帯番号.Name = "s_携帯番号";  
361 - this.s_携帯番号.ReadOnly = true;  
362 - this.s_携帯番号.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
363 - this.s_携帯番号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
364 - //  
365 - // s_健康診査  
366 - //  
367 - this.s_健康診査.HeaderText = "r_健康診査";  
368 - this.s_健康診査.Name = "s_健康診査";  
369 - this.s_健康診査.ReadOnly = true;  
370 - this.s_健康診査.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
371 - this.s_健康診査.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
372 - this.s_健康診査.Width = 20;  
373 - //  
374 - // s_結核肺がん  
375 - //  
376 - this.s_結核肺がん.HeaderText = "r_結核肺がん";  
377 - this.s_結核肺がん.Name = "s_結核肺がん";  
378 - this.s_結核肺がん.ReadOnly = true;  
379 - this.s_結核肺がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
380 - this.s_結核肺がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
381 - this.s_結核肺がん.Width = 20;  
382 - //  
383 - // s_胃がん  
384 - //  
385 - this.s_胃がん.HeaderText = "r_胃がん";  
386 - this.s_胃がん.Name = "s_胃がん";  
387 - this.s_胃がん.ReadOnly = true;  
388 - this.s_胃がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
389 - this.s_胃がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
390 - this.s_胃がん.Width = 20;  
391 - //  
392 - // s_大腸がん  
393 - //  
394 - this.s_大腸がん.HeaderText = "r_大腸がん";  
395 - this.s_大腸がん.Name = "s_大腸がん";  
396 - this.s_大腸がん.ReadOnly = true;  
397 - this.s_大腸がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
398 - this.s_大腸がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
399 - this.s_大腸がん.Width = 20;  
400 - //  
401 - // s_前立腺がん  
402 - //  
403 - this.s_前立腺がん.HeaderText = "r_前立腺がん";  
404 - this.s_前立腺がん.Name = "s_前立腺がん";  
405 - this.s_前立腺がん.ReadOnly = true;  
406 - this.s_前立腺がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
407 - this.s_前立腺がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
408 - this.s_前立腺がん.Width = 20;  
409 - //  
410 - // s_骨粗鬆症  
411 - //  
412 - this.s_骨粗鬆症.HeaderText = "r_骨粗鬆症";  
413 - this.s_骨粗鬆症.Name = "s_骨粗鬆症";  
414 - this.s_骨粗鬆症.ReadOnly = true;  
415 - this.s_骨粗鬆症.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
416 - this.s_骨粗鬆症.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
417 - this.s_骨粗鬆症.Width = 20;  
418 - //  
419 - // s_成人歯科  
420 - //  
421 - this.s_成人歯科.HeaderText = "r_成人歯科";  
422 - this.s_成人歯科.Name = "s_成人歯科";  
423 - this.s_成人歯科.ReadOnly = true;  
424 - this.s_成人歯科.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
425 - this.s_成人歯科.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
426 - this.s_成人歯科.Width = 20;  
427 - //  
428 - // s_子宮頸がん  
429 - //  
430 - this.s_子宮頸がん.HeaderText = "r_子宮頸がん";  
431 - this.s_子宮頸がん.Name = "s_子宮頸がん";  
432 - this.s_子宮頸がん.ReadOnly = true;  
433 - this.s_子宮頸がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
434 - this.s_子宮頸がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
435 - this.s_子宮頸がん.Width = 20;  
436 - //  
437 - // s_乳がん  
438 - //  
439 - this.s_乳がん.HeaderText = "r_乳がん";  
440 - this.s_乳がん.Name = "s_乳がん";  
441 - this.s_乳がん.ReadOnly = true;  
442 - this.s_乳がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
443 - this.s_乳がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
444 - this.s_乳がん.Width = 20;  
445 - //  
446 - // s_希望場所  
447 - //  
448 - this.s_希望場所.HeaderText = "r_希望場所";  
449 - this.s_希望場所.Name = "s_希望場所";  
450 - this.s_希望場所.ReadOnly = true;  
451 - this.s_希望場所.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
452 - this.s_希望場所.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
453 - this.s_希望場所.Width = 20;  
454 - //  
455 - // s_身体不自由  
456 - //  
457 - this.s_身体不自由.HeaderText = "r_身体不自由";  
458 - this.s_身体不自由.Name = "s_身体不自由";  
459 - this.s_身体不自由.ReadOnly = true;  
460 - this.s_身体不自由.Resizable = System.Windows.Forms.DataGridViewTriState.True;  
461 - this.s_身体不自由.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;  
462 - this.s_身体不自由.Width = 20;  
463 - //  
464 - // label2  
465 - //  
466 - this.label2.AutoSize = true;  
467 - this.label2.Location = new System.Drawing.Point(79, 14);  
468 - this.label2.Name = "label2";  
469 - this.label2.Size = new System.Drawing.Size(35, 12);  
470 - this.label2.TabIndex = 6;  
471 - this.label2.Text = "label2";  
472 - //  
473 - // label3  
474 - //  
475 - this.label3.AutoSize = true;  
476 - this.label3.Location = new System.Drawing.Point(313, 14);  
477 - this.label3.Name = "label3";  
478 - this.label3.Size = new System.Drawing.Size(59, 12);  
479 - this.label3.TabIndex = 7;  
480 - this.label3.Text = "整理番号:";  
481 - //  
482 - // label4  
483 - //  
484 - this.label4.AutoSize = true;  
485 - this.label4.Location = new System.Drawing.Point(26, 36);  
486 - this.label4.Name = "label4";  
487 - this.label4.Size = new System.Drawing.Size(47, 12);  
488 - this.label4.TabIndex = 8;  
489 - this.label4.Text = "表示軸:";  
490 - //  
491 - // checkBox2  
492 - //  
493 - this.checkBox2.AutoSize = true;  
494 - this.checkBox2.Checked = true;  
495 - this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;  
496 - this.checkBox2.Location = new System.Drawing.Point(81, 36);  
497 - this.checkBox2.Name = "checkBox2";  
498 - this.checkBox2.Size = new System.Drawing.Size(77, 16);  
499 - this.checkBox2.TabIndex = 9;  
500 - this.checkBox2.Text = "1回目を軸";  
501 - this.checkBox2.UseVisualStyleBackColor = true;  
502 - this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);  
503 - //  
504 - // checkBox3  
505 - //  
506 - this.checkBox3.AutoSize = true;  
507 - this.checkBox3.Checked = true;  
508 - this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked;  
509 - this.checkBox3.Location = new System.Drawing.Point(175, 36);  
510 - this.checkBox3.Name = "checkBox3";  
511 - this.checkBox3.Size = new System.Drawing.Size(77, 16);  
512 - this.checkBox3.TabIndex = 10;  
513 - this.checkBox3.Text = "2回目を軸";  
514 - this.checkBox3.UseVisualStyleBackColor = true;  
515 - this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);  
516 - //  
517 - // comboBox1  
518 - //  
519 - this.comboBox1.FormattingEnabled = true;  
520 - this.comboBox1.Location = new System.Drawing.Point(771, 69);  
521 - this.comboBox1.Name = "comboBox1";  
522 - this.comboBox1.Size = new System.Drawing.Size(68, 20);  
523 - this.comboBox1.TabIndex = 11;  
524 - this.comboBox1.SelectionChangeCommitted += new System.EventHandler(this.comboBox1_SelectionChangeCommitted);  
525 - //  
526 - // button3  
527 - //  
528 - this.button3.Location = new System.Drawing.Point(722, 67);  
529 - this.button3.Name = "button3";  
530 - this.button3.Size = new System.Drawing.Size(43, 23);  
531 - this.button3.TabIndex = 12;  
532 - this.button3.Text = "<";  
533 - this.button3.UseVisualStyleBackColor = true;  
534 - this.button3.Click += new System.EventHandler(this.button3_Click);  
535 - //  
536 - // label5  
537 - //  
538 - this.label5.AutoSize = true;  
539 - this.label5.Location = new System.Drawing.Point(845, 72);  
540 - this.label5.Name = "label5";  
541 - this.label5.Size = new System.Drawing.Size(35, 12);  
542 - this.label5.TabIndex = 13;  
543 - this.label5.Text = "ページ";  
544 - //  
545 - // button4  
546 - //  
547 - this.button4.Location = new System.Drawing.Point(886, 67);  
548 - this.button4.Name = "button4";  
549 - this.button4.Size = new System.Drawing.Size(43, 23);  
550 - this.button4.TabIndex = 14;  
551 - this.button4.Text = ">";  
552 - this.button4.UseVisualStyleBackColor = true;  
553 - this.button4.Click += new System.EventHandler(this.button4_Click);  
554 - //  
555 - // button5  
556 - //  
557 - this.button5.Location = new System.Drawing.Point(958, 67);  
558 - this.button5.Name = "button5";  
559 - this.button5.Size = new System.Drawing.Size(75, 23);  
560 - this.button5.TabIndex = 15;  
561 - this.button5.Text = "出力";  
562 - this.button5.UseVisualStyleBackColor = true;  
563 - this.button5.Click += new System.EventHandler(this.button5_Click);  
564 - //  
565 - // button6  
566 - //  
567 - this.button6.Location = new System.Drawing.Point(958, 9);  
568 - this.button6.Name = "button6";  
569 - this.button6.Size = new System.Drawing.Size(75, 23);  
570 - this.button6.TabIndex = 16;  
571 - this.button6.Text = "ロット集計";  
572 - this.button6.UseVisualStyleBackColor = true;  
573 - this.button6.Click += new System.EventHandler(this.button6_Click);  
574 - //  
575 - // checkBox4  
576 - //  
577 - this.checkBox4.AutoSize = true;  
578 - this.checkBox4.Location = new System.Drawing.Point(1039, 71);  
579 - this.checkBox4.Name = "checkBox4";  
580 - this.checkBox4.Size = new System.Drawing.Size(68, 16);  
581 - this.checkBox4.TabIndex = 17;  
582 - this.checkBox4.Text = "第1ロット";  
583 - this.checkBox4.UseVisualStyleBackColor = true;  
584 - //  
585 - // button7  
586 - //  
587 - this.button7.Location = new System.Drawing.Point(1039, 9);  
588 - this.button7.Name = "button7";  
589 - this.button7.Size = new System.Drawing.Size(75, 23);  
590 - this.button7.TabIndex = 18;  
591 - this.button7.Text = "保健区集計";  
592 - this.button7.UseVisualStyleBackColor = true;  
593 - this.button7.Click += new System.EventHandler(this.button7_Click);  
594 - //  
595 - // Form3  
596 - //  
597 - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);  
598 - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;  
599 - this.ClientSize = new System.Drawing.Size(1126, 493);  
600 - this.Controls.Add(this.button7);  
601 - this.Controls.Add(this.checkBox4);  
602 - this.Controls.Add(this.button6);  
603 - this.Controls.Add(this.button5);  
604 - this.Controls.Add(this.button4);  
605 - this.Controls.Add(this.label5);  
606 - this.Controls.Add(this.button3);  
607 - this.Controls.Add(this.comboBox1);  
608 - this.Controls.Add(this.checkBox3);  
609 - this.Controls.Add(this.checkBox2);  
610 - this.Controls.Add(this.label4);  
611 - this.Controls.Add(this.label3);  
612 - this.Controls.Add(this.label2);  
613 - this.Controls.Add(this.dataGridView1);  
614 - this.Controls.Add(this.checkBox1);  
615 - this.Controls.Add(this.button2);  
616 - this.Controls.Add(this.button1);  
617 - this.Controls.Add(this.label1);  
618 - this.Controls.Add(this.textBox1);  
619 - this.Name = "Form3";  
620 - this.Text = "Form3";  
621 - this.Load += new System.EventHandler(this.Form3_Load);  
622 - ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();  
623 - this.ResumeLayout(false);  
624 - this.PerformLayout(); 193 + this.dataGridView1.Location = new System.Drawing.Point(12, 100);
  194 + this.dataGridView1.Name = "dataGridView1";
  195 + this.dataGridView1.ReadOnly = true;
  196 + this.dataGridView1.RowTemplate.Height = 21;
  197 + this.dataGridView1.Size = new System.Drawing.Size(1102, 381);
  198 + this.dataGridView1.TabIndex = 5;
  199 + this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
  200 + //
  201 + // 状況
  202 + //
  203 + this.状況.HeaderText = "状況";
  204 + this.状況.Name = "状況";
  205 + this.状況.ReadOnly = true;
  206 + this.状況.Width = 50;
  207 + //
  208 + // 編集1
  209 + //
  210 + this.編集1.HeaderText = "編集(1)";
  211 + this.編集1.Name = "編集1";
  212 + this.編集1.ReadOnly = true;
  213 + this.編集1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  214 + this.編集1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  215 + this.編集1.Text = "編集";
  216 + this.編集1.UseColumnTextForButtonValue = true;
  217 + this.編集1.Width = 40;
  218 + //
  219 + // f_行政区コード
  220 + //
  221 + this.f_行政区コード.HeaderText = "l_行政区コード";
  222 + this.f_行政区コード.Name = "f_行政区コード";
  223 + this.f_行政区コード.ReadOnly = true;
  224 + this.f_行政区コード.Width = 50;
  225 + //
  226 + // f_整理番号
  227 + //
  228 + this.f_整理番号.HeaderText = "l_整理番号";
  229 + this.f_整理番号.Name = "f_整理番号";
  230 + this.f_整理番号.ReadOnly = true;
  231 + //
  232 + // f_世帯番号
  233 + //
  234 + this.f_世帯番号.HeaderText = "l_世帯番号";
  235 + this.f_世帯番号.Name = "f_世帯番号";
  236 + this.f_世帯番号.ReadOnly = true;
  237 + //
  238 + // f_電話番号
  239 + //
  240 + this.f_電話番号.HeaderText = "l_電話番号";
  241 + this.f_電話番号.Name = "f_電話番号";
  242 + this.f_電話番号.ReadOnly = true;
  243 + //
  244 + // f_携帯番号
  245 + //
  246 + this.f_携帯番号.HeaderText = "l_携帯番号";
  247 + this.f_携帯番号.Name = "f_携帯番号";
  248 + this.f_携帯番号.ReadOnly = true;
  249 + //
  250 + // f_健康診査
  251 + //
  252 + this.f_健康診査.HeaderText = "l_健康診査";
  253 + this.f_健康診査.Name = "f_健康診査";
  254 + this.f_健康診査.ReadOnly = true;
  255 + this.f_健康診査.Width = 20;
  256 + //
  257 + // f_結核肺がん
  258 + //
  259 + this.f_結核肺がん.HeaderText = "l_結核肺がん";
  260 + this.f_結核肺がん.Name = "f_結核肺がん";
  261 + this.f_結核肺がん.ReadOnly = true;
  262 + this.f_結核肺がん.Width = 20;
  263 + //
  264 + // f_胃がん
  265 + //
  266 + this.f_胃がん.HeaderText = "l_胃がん";
  267 + this.f_胃がん.Name = "f_胃がん";
  268 + this.f_胃がん.ReadOnly = true;
  269 + this.f_胃がん.Width = 20;
  270 + //
  271 + // f_大腸がん
  272 + //
  273 + this.f_大腸がん.HeaderText = "l_大腸がん";
  274 + this.f_大腸がん.Name = "f_大腸がん";
  275 + this.f_大腸がん.ReadOnly = true;
  276 + this.f_大腸がん.Width = 20;
  277 + //
  278 + // f_前立腺がん
  279 + //
  280 + this.f_前立腺がん.HeaderText = "l_前立腺がん";
  281 + this.f_前立腺がん.Name = "f_前立腺がん";
  282 + this.f_前立腺がん.ReadOnly = true;
  283 + this.f_前立腺がん.Width = 20;
  284 + //
  285 + // f_骨粗鬆症
  286 + //
  287 + this.f_骨粗鬆症.HeaderText = "l_骨粗鬆症";
  288 + this.f_骨粗鬆症.Name = "f_骨粗鬆症";
  289 + this.f_骨粗鬆症.ReadOnly = true;
  290 + this.f_骨粗鬆症.Width = 20;
  291 + //
  292 + // f_成人歯科
  293 + //
  294 + this.f_成人歯科.HeaderText = "l_成人歯科";
  295 + this.f_成人歯科.Name = "f_成人歯科";
  296 + this.f_成人歯科.ReadOnly = true;
  297 + this.f_成人歯科.Width = 20;
  298 + //
  299 + // f_子宮頸がん
  300 + //
  301 + this.f_子宮頸がん.HeaderText = "l_子宮頸がん";
  302 + this.f_子宮頸がん.Name = "f_子宮頸がん";
  303 + this.f_子宮頸がん.ReadOnly = true;
  304 + this.f_子宮頸がん.Width = 20;
  305 + //
  306 + // f_乳がん
  307 + //
  308 + this.f_乳がん.HeaderText = "l_乳がん";
  309 + this.f_乳がん.Name = "f_乳がん";
  310 + this.f_乳がん.ReadOnly = true;
  311 + this.f_乳がん.Width = 20;
  312 + //
  313 + // f_希望場所
  314 + //
  315 + this.f_希望場所.HeaderText = "l_希望場所";
  316 + this.f_希望場所.Name = "f_希望場所";
  317 + this.f_希望場所.ReadOnly = true;
  318 + this.f_希望場所.Width = 20;
  319 + //
  320 + // f_身体不自由
  321 + //
  322 + this.f_身体不自由.HeaderText = "l_身体不自由";
  323 + this.f_身体不自由.Name = "f_身体不自由";
  324 + this.f_身体不自由.ReadOnly = true;
  325 + this.f_身体不自由.Width = 20;
  326 + //
  327 + // 編集2
  328 + //
  329 + this.編集2.HeaderText = "編集(2)";
  330 + this.編集2.Name = "編集2";
  331 + this.編集2.ReadOnly = true;
  332 + this.編集2.Text = "編集";
  333 + this.編集2.UseColumnTextForButtonValue = true;
  334 + this.編集2.Width = 40;
  335 + //
  336 + // s_行政区コード
  337 + //
  338 + this.s_行政区コード.HeaderText = "r_行政区コード";
  339 + this.s_行政区コード.Name = "s_行政区コード";
  340 + this.s_行政区コード.ReadOnly = true;
  341 + this.s_行政区コード.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  342 + this.s_行政区コード.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  343 + this.s_行政区コード.Width = 50;
  344 + //
  345 + // s_整理番号
  346 + //
  347 + this.s_整理番号.HeaderText = "r_整理番号";
  348 + this.s_整理番号.Name = "s_整理番号";
  349 + this.s_整理番号.ReadOnly = true;
  350 + this.s_整理番号.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  351 + this.s_整理番号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  352 + //
  353 + // s_世帯番号
  354 + //
  355 + this.s_世帯番号.HeaderText = "r_世帯番号";
  356 + this.s_世帯番号.Name = "s_世帯番号";
  357 + this.s_世帯番号.ReadOnly = true;
  358 + this.s_世帯番号.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  359 + this.s_世帯番号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  360 + //
  361 + // s_電話番号
  362 + //
  363 + this.s_電話番号.HeaderText = "r_電話番号";
  364 + this.s_電話番号.Name = "s_電話番号";
  365 + this.s_電話番号.ReadOnly = true;
  366 + this.s_電話番号.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  367 + this.s_電話番号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  368 + //
  369 + // s_携帯番号
  370 + //
  371 + this.s_携帯番号.HeaderText = "r_携帯番号";
  372 + this.s_携帯番号.Name = "s_携帯番号";
  373 + this.s_携帯番号.ReadOnly = true;
  374 + this.s_携帯番号.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  375 + this.s_携帯番号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  376 + //
  377 + // s_健康診査
  378 + //
  379 + this.s_健康診査.HeaderText = "r_健康診査";
  380 + this.s_健康診査.Name = "s_健康診査";
  381 + this.s_健康診査.ReadOnly = true;
  382 + this.s_健康診査.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  383 + this.s_健康診査.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  384 + this.s_健康診査.Width = 20;
  385 + //
  386 + // s_結核肺がん
  387 + //
  388 + this.s_結核肺がん.HeaderText = "r_結核肺がん";
  389 + this.s_結核肺がん.Name = "s_結核肺がん";
  390 + this.s_結核肺がん.ReadOnly = true;
  391 + this.s_結核肺がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  392 + this.s_結核肺がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  393 + this.s_結核肺がん.Width = 20;
  394 + //
  395 + // s_胃がん
  396 + //
  397 + this.s_胃がん.HeaderText = "r_胃がん";
  398 + this.s_胃がん.Name = "s_胃がん";
  399 + this.s_胃がん.ReadOnly = true;
  400 + this.s_胃がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  401 + this.s_胃がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  402 + this.s_胃がん.Width = 20;
  403 + //
  404 + // s_大腸がん
  405 + //
  406 + this.s_大腸がん.HeaderText = "r_大腸がん";
  407 + this.s_大腸がん.Name = "s_大腸がん";
  408 + this.s_大腸がん.ReadOnly = true;
  409 + this.s_大腸がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  410 + this.s_大腸がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  411 + this.s_大腸がん.Width = 20;
  412 + //
  413 + // s_前立腺がん
  414 + //
  415 + this.s_前立腺がん.HeaderText = "r_前立腺がん";
  416 + this.s_前立腺がん.Name = "s_前立腺がん";
  417 + this.s_前立腺がん.ReadOnly = true;
  418 + this.s_前立腺がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  419 + this.s_前立腺がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  420 + this.s_前立腺がん.Width = 20;
  421 + //
  422 + // s_骨粗鬆症
  423 + //
  424 + this.s_骨粗鬆症.HeaderText = "r_骨粗鬆症";
  425 + this.s_骨粗鬆症.Name = "s_骨粗鬆症";
  426 + this.s_骨粗鬆症.ReadOnly = true;
  427 + this.s_骨粗鬆症.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  428 + this.s_骨粗鬆症.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  429 + this.s_骨粗鬆症.Width = 20;
  430 + //
  431 + // s_成人歯科
  432 + //
  433 + this.s_成人歯科.HeaderText = "r_成人歯科";
  434 + this.s_成人歯科.Name = "s_成人歯科";
  435 + this.s_成人歯科.ReadOnly = true;
  436 + this.s_成人歯科.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  437 + this.s_成人歯科.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  438 + this.s_成人歯科.Width = 20;
  439 + //
  440 + // s_子宮頸がん
  441 + //
  442 + this.s_子宮頸がん.HeaderText = "r_子宮頸がん";
  443 + this.s_子宮頸がん.Name = "s_子宮頸がん";
  444 + this.s_子宮頸がん.ReadOnly = true;
  445 + this.s_子宮頸がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  446 + this.s_子宮頸がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  447 + this.s_子宮頸がん.Width = 20;
  448 + //
  449 + // s_乳がん
  450 + //
  451 + this.s_乳がん.HeaderText = "r_乳がん";
  452 + this.s_乳がん.Name = "s_乳がん";
  453 + this.s_乳がん.ReadOnly = true;
  454 + this.s_乳がん.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  455 + this.s_乳がん.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  456 + this.s_乳がん.Width = 20;
  457 + //
  458 + // s_希望場所
  459 + //
  460 + this.s_希望場所.HeaderText = "r_希望場所";
  461 + this.s_希望場所.Name = "s_希望場所";
  462 + this.s_希望場所.ReadOnly = true;
  463 + this.s_希望場所.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  464 + this.s_希望場所.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  465 + this.s_希望場所.Width = 20;
  466 + //
  467 + // s_身体不自由
  468 + //
  469 + this.s_身体不自由.HeaderText = "r_身体不自由";
  470 + this.s_身体不自由.Name = "s_身体不自由";
  471 + this.s_身体不自由.ReadOnly = true;
  472 + this.s_身体不自由.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  473 + this.s_身体不自由.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  474 + this.s_身体不自由.Width = 20;
  475 + //
  476 + // label2
  477 + //
  478 + this.label2.AutoSize = true;
  479 + this.label2.Location = new System.Drawing.Point(79, 14);
  480 + this.label2.Name = "label2";
  481 + this.label2.Size = new System.Drawing.Size(35, 12);
  482 + this.label2.TabIndex = 6;
  483 + this.label2.Text = "label2";
  484 + //
  485 + // label3
  486 + //
  487 + this.label3.AutoSize = true;
  488 + this.label3.Location = new System.Drawing.Point(414, 14);
  489 + this.label3.Name = "label3";
  490 + this.label3.Size = new System.Drawing.Size(59, 12);
  491 + this.label3.TabIndex = 7;
  492 + this.label3.Text = "整理番号:";
  493 + //
  494 + // label4
  495 + //
  496 + this.label4.AutoSize = true;
  497 + this.label4.Location = new System.Drawing.Point(26, 36);
  498 + this.label4.Name = "label4";
  499 + this.label4.Size = new System.Drawing.Size(47, 12);
  500 + this.label4.TabIndex = 8;
  501 + this.label4.Text = "表示軸:";
  502 + //
  503 + // checkBox2
  504 + //
  505 + this.checkBox2.AutoSize = true;
  506 + this.checkBox2.Checked = true;
  507 + this.checkBox2.CheckState = System.Windows.Forms.CheckState.Checked;
  508 + this.checkBox2.Location = new System.Drawing.Point(81, 36);
  509 + this.checkBox2.Name = "checkBox2";
  510 + this.checkBox2.Size = new System.Drawing.Size(77, 16);
  511 + this.checkBox2.TabIndex = 9;
  512 + this.checkBox2.Text = "1回目を軸";
  513 + this.checkBox2.UseVisualStyleBackColor = true;
  514 + this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
  515 + //
  516 + // checkBox3
  517 + //
  518 + this.checkBox3.AutoSize = true;
  519 + this.checkBox3.Checked = true;
  520 + this.checkBox3.CheckState = System.Windows.Forms.CheckState.Checked;
  521 + this.checkBox3.Location = new System.Drawing.Point(175, 36);
  522 + this.checkBox3.Name = "checkBox3";
  523 + this.checkBox3.Size = new System.Drawing.Size(77, 16);
  524 + this.checkBox3.TabIndex = 10;
  525 + this.checkBox3.Text = "2回目を軸";
  526 + this.checkBox3.UseVisualStyleBackColor = true;
  527 + this.checkBox3.CheckedChanged += new System.EventHandler(this.checkBox3_CheckedChanged);
  528 + //
  529 + // comboBox1
  530 + //
  531 + this.comboBox1.FormattingEnabled = true;
  532 + this.comboBox1.Location = new System.Drawing.Point(771, 69);
  533 + this.comboBox1.Name = "comboBox1";
  534 + this.comboBox1.Size = new System.Drawing.Size(68, 20);
  535 + this.comboBox1.TabIndex = 11;
  536 + this.comboBox1.SelectionChangeCommitted += new System.EventHandler(this.comboBox1_SelectionChangeCommitted);
  537 + //
  538 + // button3
  539 + //
  540 + this.button3.Location = new System.Drawing.Point(722, 67);
  541 + this.button3.Name = "button3";
  542 + this.button3.Size = new System.Drawing.Size(43, 23);
  543 + this.button3.TabIndex = 12;
  544 + this.button3.Text = "<";
  545 + this.button3.UseVisualStyleBackColor = true;
  546 + this.button3.Click += new System.EventHandler(this.button3_Click);
  547 + //
  548 + // label5
  549 + //
  550 + this.label5.AutoSize = true;
  551 + this.label5.Location = new System.Drawing.Point(845, 72);
  552 + this.label5.Name = "label5";
  553 + this.label5.Size = new System.Drawing.Size(35, 12);
  554 + this.label5.TabIndex = 13;
  555 + this.label5.Text = "ページ";
  556 + //
  557 + // button4
  558 + //
  559 + this.button4.Location = new System.Drawing.Point(886, 67);
  560 + this.button4.Name = "button4";
  561 + this.button4.Size = new System.Drawing.Size(43, 23);
  562 + this.button4.TabIndex = 14;
  563 + this.button4.Text = ">";
  564 + this.button4.UseVisualStyleBackColor = true;
  565 + this.button4.Click += new System.EventHandler(this.button4_Click);
  566 + //
  567 + // button5
  568 + //
  569 + this.button5.Location = new System.Drawing.Point(958, 67);
  570 + this.button5.Name = "button5";
  571 + this.button5.Size = new System.Drawing.Size(75, 23);
  572 + this.button5.TabIndex = 15;
  573 + this.button5.Text = "出力";
  574 + this.button5.UseVisualStyleBackColor = true;
  575 + this.button5.Click += new System.EventHandler(this.button5_Click);
  576 + //
  577 + // button6
  578 + //
  579 + this.button6.Location = new System.Drawing.Point(958, 9);
  580 + this.button6.Name = "button6";
  581 + this.button6.Size = new System.Drawing.Size(75, 23);
  582 + this.button6.TabIndex = 16;
  583 + this.button6.Text = "ロット集計";
  584 + this.button6.UseVisualStyleBackColor = true;
  585 + this.button6.Click += new System.EventHandler(this.button6_Click);
  586 + //
  587 + // checkBox4
  588 + //
  589 + this.checkBox4.AutoSize = true;
  590 + this.checkBox4.Location = new System.Drawing.Point(1039, 71);
  591 + this.checkBox4.Name = "checkBox4";
  592 + this.checkBox4.Size = new System.Drawing.Size(68, 16);
  593 + this.checkBox4.TabIndex = 17;
  594 + this.checkBox4.Text = "第1ロット";
  595 + this.checkBox4.UseVisualStyleBackColor = true;
  596 + //
  597 + // button7
  598 + //
  599 + this.button7.Location = new System.Drawing.Point(1039, 9);
  600 + this.button7.Name = "button7";
  601 + this.button7.Size = new System.Drawing.Size(75, 23);
  602 + this.button7.TabIndex = 18;
  603 + this.button7.Text = "保健区集計";
  604 + this.button7.UseVisualStyleBackColor = true;
  605 + this.button7.Click += new System.EventHandler(this.button7_Click);
  606 + //
  607 + // Form3
  608 + //
  609 + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  610 + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  611 + this.ClientSize = new System.Drawing.Size(1126, 493);
  612 + this.Controls.Add(this.button7);
  613 + this.Controls.Add(this.checkBox4);
  614 + this.Controls.Add(this.checkBox5);
  615 + this.Controls.Add(this.button6);
  616 + this.Controls.Add(this.button5);
  617 + this.Controls.Add(this.button4);
  618 + this.Controls.Add(this.label5);
  619 + this.Controls.Add(this.button3);
  620 + this.Controls.Add(this.comboBox1);
  621 + this.Controls.Add(this.checkBox3);
  622 + this.Controls.Add(this.checkBox2);
  623 + this.Controls.Add(this.label4);
  624 + this.Controls.Add(this.label3);
  625 + this.Controls.Add(this.label2);
  626 + this.Controls.Add(this.dataGridView1);
  627 + this.Controls.Add(this.checkBox1);
  628 + this.Controls.Add(this.button2);
  629 + this.Controls.Add(this.button1);
  630 + this.Controls.Add(this.label1);
  631 + this.Controls.Add(this.textBox1);
  632 + this.Name = "Form3";
  633 + this.Text = "Form3";
  634 + this.Load += new System.EventHandler(this.Form3_Load);
  635 + ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
  636 + this.ResumeLayout(false);
  637 + this.PerformLayout();
625 638
626 } 639 }
627 640
@@ -632,6 +645,7 @@ @@ -632,6 +645,7 @@
632 private System.Windows.Forms.Button button1; 645 private System.Windows.Forms.Button button1;
633 private System.Windows.Forms.Button button2; 646 private System.Windows.Forms.Button button2;
634 private System.Windows.Forms.CheckBox checkBox1; 647 private System.Windows.Forms.CheckBox checkBox1;
  648 + private System.Windows.Forms.CheckBox checkBox5;
635 private System.Windows.Forms.DataGridView dataGridView1; 649 private System.Windows.Forms.DataGridView dataGridView1;
636 private System.Windows.Forms.Label label2; 650 private System.Windows.Forms.Label label2;
637 private System.Windows.Forms.Label label3; 651 private System.Windows.Forms.Label label3;
@@ -38,9 +38,7 @@ namespace MedicalCheckInputTool @@ -38,9 +38,7 @@ namespace MedicalCheckInputTool
38 // string orderby = " order by `f_行政区コード`, `f_整理番号`"; 38 // string orderby = " order by `f_行政区コード`, `f_整理番号`";
39 39
40 // ロットの指定は必須 40 // ロットの指定は必須
41 - countQuery += "(`f_ロット番号` = " + EditParam.lotNo + " or `s_ロット番号` = " + EditParam.lotNo + ") and ";  
42 - // 行政区コードの指定も必須  
43 - countQuery += "(`f_行政区コード` = 0" + EditParam.adminCode + " or `s_行政区コード` = 0" + EditParam.adminCode + ") "; 41 + countQuery += "(`f_ロット番号` = " + EditParam.lotNo + " or `s_ロット番号` = " + EditParam.lotNo + ") ";
44 42
45 if (!"".Equals(textBox1.Text)) 43 if (!"".Equals(textBox1.Text))
46 { 44 {
@@ -52,6 +50,12 @@ namespace MedicalCheckInputTool @@ -52,6 +50,12 @@ namespace MedicalCheckInputTool
52 countQuery += " and (`f_完了` <> 1 or `s_完了` <> 1)"; 50 countQuery += " and (`f_完了` <> 1 or `s_完了` <> 1)";
53 } 51 }
54 52
  53 + if (this.checkBox5.Checked)
  54 + {
  55 + // 行政区コードの指定も必須
  56 + countQuery += " and (`f_行政区コード` = 0" + EditParam.adminCode + " or `s_行政区コード` = 0" + EditParam.adminCode + ") ";
  57 + }
  58 +
55 if (this.checkBox2.Checked && this.checkBox3.Checked) 59 if (this.checkBox2.Checked && this.checkBox3.Checked)
56 { 60 {
57 61
@@ -108,10 +112,7 @@ namespace MedicalCheckInputTool @@ -108,10 +112,7 @@ namespace MedicalCheckInputTool
108 string paging = " limit " + PAGEMAX + " offset " + ((currentPageNo - 1) * PAGEMAX); 112 string paging = " limit " + PAGEMAX + " offset " + ((currentPageNo - 1) * PAGEMAX);
109 113
110 // ロットの指定は必須 114 // ロットの指定は必須
111 - readQuery += "(`f_ロット番号` = " + EditParam.lotNo + " or `s_ロット番号` = " + EditParam.lotNo + ") and ";  
112 - // 行政区コードの指定も必須  
113 - readQuery += "(`f_行政区コード` = 0" + EditParam.adminCode + " or `s_行政区コード` = 0" + EditParam.adminCode + ") ";  
114 - 115 + readQuery += "(`f_ロット番号` = " + EditParam.lotNo + " or `s_ロット番号` = " + EditParam.lotNo + ") ";
115 116
116 if (!"".Equals(textBox1.Text)) 117 if (!"".Equals(textBox1.Text))
117 { 118 {
@@ -123,6 +124,12 @@ namespace MedicalCheckInputTool @@ -123,6 +124,12 @@ namespace MedicalCheckInputTool
123 readQuery += " and (`f_完了` <> 1 or `s_完了` <> 1)"; 124 readQuery += " and (`f_完了` <> 1 or `s_完了` <> 1)";
124 } 125 }
125 126
  127 + if (this.checkBox5.Checked)
  128 + {
  129 + // 行政区コードの指定も必須
  130 + readQuery += " and (`f_行政区コード` = 0" + EditParam.adminCode + " or `s_行政区コード` = 0" + EditParam.adminCode + ") ";
  131 + }
  132 +
126 if (this.checkBox2.Checked && this.checkBox3.Checked) 133 if (this.checkBox2.Checked && this.checkBox3.Checked)
127 { 134 {
128 135
@@ -252,7 +259,7 @@ namespace MedicalCheckInputTool @@ -252,7 +259,7 @@ namespace MedicalCheckInputTool
252 readerCon.Close(); 259 readerCon.Close();
253 260
254 readerCon.Open(); 261 readerCon.Open();
255 - MySqlCommand countCmd = new MySqlCommand("select count(`完了`) as cnt from `2回目` where `完了` = 1 and `ロット番号` = " + EditParam.lotNo + " and `行政区コード` = 0" + EditParam.adminCode, readerCon); 262 + MySqlCommand countCmd = new MySqlCommand("select count(`完了`) as cnt from `2回目` where `完了` = 1 and `ロット番号` = " + EditParam.lotNo, readerCon);
256 MySqlDataReader countReader = countCmd.ExecuteReader(); 263 MySqlDataReader countReader = countCmd.ExecuteReader();
257 264
258 while (countReader.Read()) 265 while (countReader.Read())
@@ -296,6 +303,12 @@ namespace MedicalCheckInputTool @@ -296,6 +303,12 @@ namespace MedicalCheckInputTool
296 this.search(); 303 this.search();
297 } 304 }
298 305
  306 + private void checkBox5_CheckedChanged(object sender, EventArgs e)
  307 + {
  308 + this.setPage();
  309 + this.search();
  310 + }
  311 +
299 private void checkBox2_CheckedChanged(object sender, EventArgs e) 312 private void checkBox2_CheckedChanged(object sender, EventArgs e)
300 { 313 {
301 this.setPage(); 314 this.setPage();
@@ -222,109 +222,4 @@ @@ -222,109 +222,4 @@
222 <metadata name="s_身体不自由.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> 222 <metadata name="s_身体不自由.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
223 <value>True</value> 223 <value>True</value>
224 </metadata> 224 </metadata>
225 - <metadata name="状況.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
226 - <value>True</value>  
227 - </metadata>  
228 - <metadata name="編集1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
229 - <value>True</value>  
230 - </metadata>  
231 - <metadata name="f_行政区コード.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
232 - <value>True</value>  
233 - </metadata>  
234 - <metadata name="f_整理番号.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
235 - <value>True</value>  
236 - </metadata>  
237 - <metadata name="f_世帯番号.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
238 - <value>True</value>  
239 - </metadata>  
240 - <metadata name="f_電話番号.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
241 - <value>True</value>  
242 - </metadata>  
243 - <metadata name="f_携帯番号.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
244 - <value>True</value>  
245 - </metadata>  
246 - <metadata name="f_健康診査.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
247 - <value>True</value>  
248 - </metadata>  
249 - <metadata name="f_結核肺がん.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
250 - <value>True</value>  
251 - </metadata>  
252 - <metadata name="f_胃がん.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
253 - <value>True</value>  
254 - </metadata>  
255 - <metadata name="f_大腸がん.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
256 - <value>True</value>  
257 - </metadata>  
258 - <metadata name="f_前立腺がん.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
259 - <value>True</value>  
260 - </metadata>  
261 - <metadata name="f_骨粗鬆症.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
262 - <value>True</value>  
263 - </metadata>  
264 - <metadata name="f_成人歯科.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
265 - <value>True</value>  
266 - </metadata>  
267 - <metadata name="f_子宮頸がん.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
268 - <value>True</value>  
269 - </metadata>  
270 - <metadata name="f_乳がん.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
271 - <value>True</value>  
272 - </metadata>  
273 - <metadata name="f_希望場所.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
274 - <value>True</value>  
275 - </metadata>  
276 - <metadata name="f_身体不自由.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
277 - <value>True</value>  
278 - </metadata>  
279 - <metadata name="編集2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
280 - <value>True</value>  
281 - </metadata>  
282 - <metadata name="s_行政区コード.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
283 - <value>True</value>  
284 - </metadata>  
285 - <metadata name="s_整理番号.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
286 - <value>True</value>  
287 - </metadata>  
288 - <metadata name="s_世帯番号.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
289 - <value>True</value>  
290 - </metadata>  
291 - <metadata name="s_電話番号.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
292 - <value>True</value>  
293 - </metadata>  
294 - <metadata name="s_携帯番号.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
295 - <value>True</value>  
296 - </metadata>  
297 - <metadata name="s_健康診査.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
298 - <value>True</value>  
299 - </metadata>  
300 - <metadata name="s_結核肺がん.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
301 - <value>True</value>  
302 - </metadata>  
303 - <metadata name="s_胃がん.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
304 - <value>True</value>  
305 - </metadata>  
306 - <metadata name="s_大腸がん.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
307 - <value>True</value>  
308 - </metadata>  
309 - <metadata name="s_前立腺がん.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
310 - <value>True</value>  
311 - </metadata>  
312 - <metadata name="s_骨粗鬆症.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
313 - <value>True</value>  
314 - </metadata>  
315 - <metadata name="s_成人歯科.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
316 - <value>True</value>  
317 - </metadata>  
318 - <metadata name="s_子宮頸がん.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
319 - <value>True</value>  
320 - </metadata>  
321 - <metadata name="s_乳がん.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
322 - <value>True</value>  
323 - </metadata>  
324 - <metadata name="s_希望場所.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
325 - <value>True</value>  
326 - </metadata>  
327 - <metadata name="s_身体不自由.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">  
328 - <value>True</value>  
329 - </metadata>  
330 </root> 225 </root>
Please register or login to post a comment