{
  "title": "健康署「糞便抗原檢測胃幽門螺旋桿菌服務」管理紀錄表-檢驗結果",
  "completedHtml": "<h3>表單已填寫完成</h3>",
  "pages": [
    {
      "name": "page1",
      "title": "糞便抗原檢驗資料",
      "description": "由糞便抗原檢驗單位/機構填寫",
      "elements": [
        {
          "type": "panel",
          "name": "q1_panel",
          "title": "1. 檢驗單位機構資訊",
          "elements": [
            {
              "type": "text",
              "name": "org_code",
              "width": "50%",
              "title": "機構代碼",
              "defaultValue": "1303180011",
              "readOnly": true
            },
            {
              "type": "text",
              "name": "org_name",
              "width": "50%",
              "startWithNewLine": false,
              "title": "機構名稱",
              "defaultValue": "亞洲大學附屬醫院",
              "readOnly": true
            }
          ]
        },
        {
          "type": "panel",
          "name": "q2_panel",
          "title": "2. 檢驗日期（民國）",
          "elements": [
            {
              "type": "text",
              "name": "exam_year",
              "width": "33%",
              "title": "年",
              "isRequired": true,
              "inputType": "number",
              "placeholder": "例：114"
            },
            {
              "type": "dropdown",
              "name": "exam_month",
              "width": "33%",
              "startWithNewLine": false,
              "title": "月",
              "isRequired": true,
              "choices": [
                {
                  "value": "01",
                  "text": "1 月"
                },
                {
                  "value": "02",
                  "text": "2 月"
                },
                {
                  "value": "03",
                  "text": "3 月"
                },
                {
                  "value": "04",
                  "text": "4 月"
                },
                {
                  "value": "05",
                  "text": "5 月"
                },
                {
                  "value": "06",
                  "text": "6 月"
                },
                {
                  "value": "07",
                  "text": "7 月"
                },
                {
                  "value": "08",
                  "text": "8 月"
                },
                {
                  "value": "09",
                  "text": "9 月"
                },
                {
                  "value": "10",
                  "text": "10 月"
                },
                {
                  "value": "11",
                  "text": "11 月"
                },
                {
                  "value": "12",
                  "text": "12 月"
                }
              ],
              "placeholder": "請選擇月份"
            },
            {
              "type": "dropdown",
              "name": "exam_day",
              "width": "33%",
              "startWithNewLine": false,
              "title": "日",
              "isRequired": true,
              "choices": [
                {
                  "value": "01",
                  "text": "1 日"
                },
                {
                  "value": "02",
                  "text": "2 日"
                },
                {
                  "value": "03",
                  "text": "3 日"
                },
                {
                  "value": "04",
                  "text": "4 日"
                },
                {
                  "value": "05",
                  "text": "5 日"
                },
                {
                  "value": "06",
                  "text": "6 日"
                },
                {
                  "value": "07",
                  "text": "7 日"
                },
                {
                  "value": "08",
                  "text": "8 日"
                },
                {
                  "value": "09",
                  "text": "9 日"
                },
                {
                  "value": "10",
                  "text": "10 日"
                },
                {
                  "value": "11",
                  "text": "11 日"
                },
                {
                  "value": "12",
                  "text": "12 日"
                },
                {
                  "value": "13",
                  "text": "13 日"
                },
                {
                  "value": "14",
                  "text": "14 日"
                },
                {
                  "value": "15",
                  "text": "15 日"
                },
                {
                  "value": "16",
                  "text": "16 日"
                },
                {
                  "value": "17",
                  "text": "17 日"
                },
                {
                  "value": "18",
                  "text": "18 日"
                },
                {
                  "value": "19",
                  "text": "19 日"
                },
                {
                  "value": "20",
                  "text": "20 日"
                },
                {
                  "value": "21",
                  "text": "21 日"
                },
                {
                  "value": "22",
                  "text": "22 日"
                },
                {
                  "value": "23",
                  "text": "23 日"
                },
                {
                  "value": "24",
                  "text": "24 日"
                },
                {
                  "value": "25",
                  "text": "25 日"
                },
                {
                  "value": "26",
                  "text": "26 日"
                },
                {
                  "value": "27",
                  "text": "27 日"
                },
                {
                  "value": "28",
                  "text": "28 日"
                },
                {
                  "value": "29",
                  "text": "29 日"
                },
                {
                  "value": "30",
                  "text": "30 日"
                },
                {
                  "value": "31",
                  "text": "31 日"
                }
              ],
              "placeholder": "請選擇日期"
            }
          ]
        },
        {
          "type": "radiogroup",
          "name": "exam_result",
          "title": "3. 檢驗結果",
          "isRequired": true,
          "choices": [
            {
              "value": "negative",
              "text": "陰性"
            },
            {
              "value": "positive",
              "text": "陽性"
            },
            {
              "value": "invalid",
              "text": "檢測失效"
            }
          ],
          "colCount": 3
        },
        {
          "type": "panel",
          "name": "q4_panel",
          "title": "4. 試劑商品名稱與許可證資訊",
          "elements": [
            {
              "type": "text",
              "name": "reagent_name_zh",
              "width": "50%",
              "title": "試劑商品名稱（中文）"
            },
            {
              "type": "text",
              "name": "reagent_name_en",
              "width": "50%",
              "startWithNewLine": false,
              "title": "試劑商品名稱（英文）"
            },
            {
              "type": "text",
              "name": "license_number",
              "title": "許可證字號",
              "placeholder": "例：衛部醫器輸字第 000000 號"
            },
            {
              "type": "text",
              "name": "reagent_expiry_year",
              "width": "33%",
              "title": "有效日期（民國）－年",
              "inputType": "number",
              "placeholder": "例：115"
            },
            {
              "type": "dropdown",
              "name": "reagent_expiry_month",
              "width": "33%",
              "startWithNewLine": false,
              "title": "有效日期－月",
              "choices": [
                {
                  "value": "01",
                  "text": "1 月"
                },
                {
                  "value": "02",
                  "text": "2 月"
                },
                {
                  "value": "03",
                  "text": "3 月"
                },
                {
                  "value": "04",
                  "text": "4 月"
                },
                {
                  "value": "05",
                  "text": "5 月"
                },
                {
                  "value": "06",
                  "text": "6 月"
                },
                {
                  "value": "07",
                  "text": "7 月"
                },
                {
                  "value": "08",
                  "text": "8 月"
                },
                {
                  "value": "09",
                  "text": "9 月"
                },
                {
                  "value": "10",
                  "text": "10 月"
                },
                {
                  "value": "11",
                  "text": "11 月"
                },
                {
                  "value": "12",
                  "text": "12 月"
                }
              ],
              "placeholder": "請選擇月份"
            },
            {
              "type": "dropdown",
              "name": "reagent_expiry_day",
              "width": "33%",
              "startWithNewLine": false,
              "title": "有效日期－日",
              "choices": [
                {
                  "value": "01",
                  "text": "1 日"
                },
                {
                  "value": "02",
                  "text": "2 日"
                },
                {
                  "value": "03",
                  "text": "3 日"
                },
                {
                  "value": "04",
                  "text": "4 日"
                },
                {
                  "value": "05",
                  "text": "5 日"
                },
                {
                  "value": "06",
                  "text": "6 日"
                },
                {
                  "value": "07",
                  "text": "7 日"
                },
                {
                  "value": "08",
                  "text": "8 日"
                },
                {
                  "value": "09",
                  "text": "9 日"
                },
                {
                  "value": "10",
                  "text": "10 日"
                },
                {
                  "value": "11",
                  "text": "11 日"
                },
                {
                  "value": "12",
                  "text": "12 日"
                },
                {
                  "value": "13",
                  "text": "13 日"
                },
                {
                  "value": "14",
                  "text": "14 日"
                },
                {
                  "value": "15",
                  "text": "15 日"
                },
                {
                  "value": "16",
                  "text": "16 日"
                },
                {
                  "value": "17",
                  "text": "17 日"
                },
                {
                  "value": "18",
                  "text": "18 日"
                },
                {
                  "value": "19",
                  "text": "19 日"
                },
                {
                  "value": "20",
                  "text": "20 日"
                },
                {
                  "value": "21",
                  "text": "21 日"
                },
                {
                  "value": "22",
                  "text": "22 日"
                },
                {
                  "value": "23",
                  "text": "23 日"
                },
                {
                  "value": "24",
                  "text": "24 日"
                },
                {
                  "value": "25",
                  "text": "25 日"
                },
                {
                  "value": "26",
                  "text": "26 日"
                },
                {
                  "value": "27",
                  "text": "27 日"
                },
                {
                  "value": "28",
                  "text": "28 日"
                },
                {
                  "value": "29",
                  "text": "29 日"
                },
                {
                  "value": "30",
                  "text": "30 日"
                },
                {
                  "value": "31",
                  "text": "31 日"
                }
              ],
              "placeholder": "請選擇日期"
            }
          ]
        },
        {
          "type": "panel",
          "name": "q5_panel",
          "title": "5. 報告日期（民國）",
          "elements": [
            {
              "type": "text",
              "name": "report_year",
              "width": "33%",
              "title": "年",
              "isRequired": true,
              "inputType": "number",
              "placeholder": "例：114"
            },
            {
              "type": "dropdown",
              "name": "report_month",
              "width": "33%",
              "startWithNewLine": false,
              "title": "月",
              "isRequired": true,
              "choices": [
                {
                  "value": "01",
                  "text": "1 月"
                },
                {
                  "value": "02",
                  "text": "2 月"
                },
                {
                  "value": "03",
                  "text": "3 月"
                },
                {
                  "value": "04",
                  "text": "4 月"
                },
                {
                  "value": "05",
                  "text": "5 月"
                },
                {
                  "value": "06",
                  "text": "6 月"
                },
                {
                  "value": "07",
                  "text": "7 月"
                },
                {
                  "value": "08",
                  "text": "8 月"
                },
                {
                  "value": "09",
                  "text": "9 月"
                },
                {
                  "value": "10",
                  "text": "10 月"
                },
                {
                  "value": "11",
                  "text": "11 月"
                },
                {
                  "value": "12",
                  "text": "12 月"
                }
              ],
              "placeholder": "請選擇月份"
            },
            {
              "type": "dropdown",
              "name": "report_day",
              "width": "33%",
              "startWithNewLine": false,
              "title": "日",
              "isRequired": true,
              "choices": [
                {
                  "value": "01",
                  "text": "1 日"
                },
                {
                  "value": "02",
                  "text": "2 日"
                },
                {
                  "value": "03",
                  "text": "3 日"
                },
                {
                  "value": "04",
                  "text": "4 日"
                },
                {
                  "value": "05",
                  "text": "5 日"
                },
                {
                  "value": "06",
                  "text": "6 日"
                },
                {
                  "value": "07",
                  "text": "7 日"
                },
                {
                  "value": "08",
                  "text": "8 日"
                },
                {
                  "value": "09",
                  "text": "9 日"
                },
                {
                  "value": "10",
                  "text": "10 日"
                },
                {
                  "value": "11",
                  "text": "11 日"
                },
                {
                  "value": "12",
                  "text": "12 日"
                },
                {
                  "value": "13",
                  "text": "13 日"
                },
                {
                  "value": "14",
                  "text": "14 日"
                },
                {
                  "value": "15",
                  "text": "15 日"
                },
                {
                  "value": "16",
                  "text": "16 日"
                },
                {
                  "value": "17",
                  "text": "17 日"
                },
                {
                  "value": "18",
                  "text": "18 日"
                },
                {
                  "value": "19",
                  "text": "19 日"
                },
                {
                  "value": "20",
                  "text": "20 日"
                },
                {
                  "value": "21",
                  "text": "21 日"
                },
                {
                  "value": "22",
                  "text": "22 日"
                },
                {
                  "value": "23",
                  "text": "23 日"
                },
                {
                  "value": "24",
                  "text": "24 日"
                },
                {
                  "value": "25",
                  "text": "25 日"
                },
                {
                  "value": "26",
                  "text": "26 日"
                },
                {
                  "value": "27",
                  "text": "27 日"
                },
                {
                  "value": "28",
                  "text": "28 日"
                },
                {
                  "value": "29",
                  "text": "29 日"
                },
                {
                  "value": "30",
                  "text": "30 日"
                },
                {
                  "value": "31",
                  "text": "31 日"
                }
              ],
              "placeholder": "請選擇日期"
            }
          ]
        },
        {
          "type": "html",
          "name": "secondary_exam_notice",
          "visibleIf": "{exam_result} = 'invalid'",
          "html": "<p style='font-weight: bold; color: #1976d2; margin-top: 16px;'>若首次檢驗結果為②檢測失效，再次檢測後請填寫以下內容：</p>"
        },
        {
          "type": "panel",
          "name": "q6_panel",
          "visibleIf": "{exam_result} = 'invalid'",
          "title": "6. 二次檢驗日期（民國）",
          "elements": [
            {
              "type": "text",
              "name": "secondary_exam_year",
              "width": "33%",
              "title": "年",
              "isRequired": true,
              "inputType": "number",
              "placeholder": "例：114"
            },
            {
              "type": "dropdown",
              "name": "secondary_exam_month",
              "width": "33%",
              "startWithNewLine": false,
              "title": "月",
              "isRequired": true,
              "choices": [
                {
                  "value": "01",
                  "text": "1 月"
                },
                {
                  "value": "02",
                  "text": "2 月"
                },
                {
                  "value": "03",
                  "text": "3 月"
                },
                {
                  "value": "04",
                  "text": "4 月"
                },
                {
                  "value": "05",
                  "text": "5 月"
                },
                {
                  "value": "06",
                  "text": "6 月"
                },
                {
                  "value": "07",
                  "text": "7 月"
                },
                {
                  "value": "08",
                  "text": "8 月"
                },
                {
                  "value": "09",
                  "text": "9 月"
                },
                {
                  "value": "10",
                  "text": "10 月"
                },
                {
                  "value": "11",
                  "text": "11 月"
                },
                {
                  "value": "12",
                  "text": "12 月"
                }
              ],
              "placeholder": "請選擇月份"
            },
            {
              "type": "dropdown",
              "name": "secondary_exam_day",
              "width": "33%",
              "startWithNewLine": false,
              "title": "日",
              "isRequired": true,
              "choices": [
                {
                  "value": "01",
                  "text": "1 日"
                },
                {
                  "value": "02",
                  "text": "2 日"
                },
                {
                  "value": "03",
                  "text": "3 日"
                },
                {
                  "value": "04",
                  "text": "4 日"
                },
                {
                  "value": "05",
                  "text": "5 日"
                },
                {
                  "value": "06",
                  "text": "6 日"
                },
                {
                  "value": "07",
                  "text": "7 日"
                },
                {
                  "value": "08",
                  "text": "8 日"
                },
                {
                  "value": "09",
                  "text": "9 日"
                },
                {
                  "value": "10",
                  "text": "10 日"
                },
                {
                  "value": "11",
                  "text": "11 日"
                },
                {
                  "value": "12",
                  "text": "12 日"
                },
                {
                  "value": "13",
                  "text": "13 日"
                },
                {
                  "value": "14",
                  "text": "14 日"
                },
                {
                  "value": "15",
                  "text": "15 日"
                },
                {
                  "value": "16",
                  "text": "16 日"
                },
                {
                  "value": "17",
                  "text": "17 日"
                },
                {
                  "value": "18",
                  "text": "18 日"
                },
                {
                  "value": "19",
                  "text": "19 日"
                },
                {
                  "value": "20",
                  "text": "20 日"
                },
                {
                  "value": "21",
                  "text": "21 日"
                },
                {
                  "value": "22",
                  "text": "22 日"
                },
                {
                  "value": "23",
                  "text": "23 日"
                },
                {
                  "value": "24",
                  "text": "24 日"
                },
                {
                  "value": "25",
                  "text": "25 日"
                },
                {
                  "value": "26",
                  "text": "26 日"
                },
                {
                  "value": "27",
                  "text": "27 日"
                },
                {
                  "value": "28",
                  "text": "28 日"
                },
                {
                  "value": "29",
                  "text": "29 日"
                },
                {
                  "value": "30",
                  "text": "30 日"
                },
                {
                  "value": "31",
                  "text": "31 日"
                }
              ],
              "placeholder": "請選擇日期"
            }
          ]
        },
        {
          "type": "radiogroup",
          "name": "secondary_exam_result",
          "visibleIf": "{exam_result} = 'invalid'",
          "title": "7. 二次檢驗結果",
          "isRequired": true,
          "choices": [
            {
              "value": "negative",
              "text": "陰性"
            },
            {
              "value": "positive",
              "text": "陽性"
            }
          ],
          "colCount": 2
        },
        {
          "type": "panel",
          "name": "q8_panel",
          "visibleIf": "{exam_result} = 'invalid'",
          "title": "8. 二次試劑商品名稱與許可證資訊",
          "elements": [
            {
              "type": "text",
              "name": "secondary_reagent_name_zh",
              "width": "50%",
              "title": "二次試劑商品名稱（中文）"
            },
            {
              "type": "text",
              "name": "secondary_reagent_name_en",
              "width": "50%",
              "startWithNewLine": false,
              "title": "二次試劑商品名稱（英文）"
            },
            {
              "type": "text",
              "name": "secondary_license_number",
              "title": "二次許可證字號",
              "placeholder": "例：衛部醫器輸字第 000000 號"
            },
            {
              "type": "text",
              "name": "secondary_reagent_expiry_year",
              "width": "33%",
              "title": "二次有效日期（民國）－年",
              "inputType": "number",
              "placeholder": "例：115"
            },
            {
              "type": "dropdown",
              "name": "secondary_reagent_expiry_month",
              "width": "33%",
              "startWithNewLine": false,
              "title": "二次有效日期－月",
              "choices": [
                {
                  "value": "01",
                  "text": "1 月"
                },
                {
                  "value": "02",
                  "text": "2 月"
                },
                {
                  "value": "03",
                  "text": "3 月"
                },
                {
                  "value": "04",
                  "text": "4 月"
                },
                {
                  "value": "05",
                  "text": "5 月"
                },
                {
                  "value": "06",
                  "text": "6 月"
                },
                {
                  "value": "07",
                  "text": "7 月"
                },
                {
                  "value": "08",
                  "text": "8 月"
                },
                {
                  "value": "09",
                  "text": "9 月"
                },
                {
                  "value": "10",
                  "text": "10 月"
                },
                {
                  "value": "11",
                  "text": "11 月"
                },
                {
                  "value": "12",
                  "text": "12 月"
                }
              ],
              "placeholder": "請選擇月份"
            },
            {
              "type": "dropdown",
              "name": "secondary_reagent_expiry_day",
              "width": "33%",
              "startWithNewLine": false,
              "title": "二次有效日期－日",
              "choices": [
                {
                  "value": "01",
                  "text": "1 日"
                },
                {
                  "value": "02",
                  "text": "2 日"
                },
                {
                  "value": "03",
                  "text": "3 日"
                },
                {
                  "value": "04",
                  "text": "4 日"
                },
                {
                  "value": "05",
                  "text": "5 日"
                },
                {
                  "value": "06",
                  "text": "6 日"
                },
                {
                  "value": "07",
                  "text": "7 日"
                },
                {
                  "value": "08",
                  "text": "8 日"
                },
                {
                  "value": "09",
                  "text": "9 日"
                },
                {
                  "value": "10",
                  "text": "10 日"
                },
                {
                  "value": "11",
                  "text": "11 日"
                },
                {
                  "value": "12",
                  "text": "12 日"
                },
                {
                  "value": "13",
                  "text": "13 日"
                },
                {
                  "value": "14",
                  "text": "14 日"
                },
                {
                  "value": "15",
                  "text": "15 日"
                },
                {
                  "value": "16",
                  "text": "16 日"
                },
                {
                  "value": "17",
                  "text": "17 日"
                },
                {
                  "value": "18",
                  "text": "18 日"
                },
                {
                  "value": "19",
                  "text": "19 日"
                },
                {
                  "value": "20",
                  "text": "20 日"
                },
                {
                  "value": "21",
                  "text": "21 日"
                },
                {
                  "value": "22",
                  "text": "22 日"
                },
                {
                  "value": "23",
                  "text": "23 日"
                },
                {
                  "value": "24",
                  "text": "24 日"
                },
                {
                  "value": "25",
                  "text": "25 日"
                },
                {
                  "value": "26",
                  "text": "26 日"
                },
                {
                  "value": "27",
                  "text": "27 日"
                },
                {
                  "value": "28",
                  "text": "28 日"
                },
                {
                  "value": "29",
                  "text": "29 日"
                },
                {
                  "value": "30",
                  "text": "30 日"
                },
                {
                  "value": "31",
                  "text": "31 日"
                }
              ],
              "placeholder": "請選擇日期"
            }
          ]
        },
        {
          "type": "panel",
          "name": "q9_panel",
          "visibleIf": "{exam_result} = 'invalid'",
          "title": "9. 二次報告日期（民國）",
          "elements": [
            {
              "type": "text",
              "name": "secondary_report_year",
              "width": "33%",
              "title": "年",
              "isRequired": true,
              "inputType": "number",
              "placeholder": "例：114"
            },
            {
              "type": "dropdown",
              "name": "secondary_report_month",
              "width": "33%",
              "startWithNewLine": false,
              "title": "月",
              "isRequired": true,
              "choices": [
                {
                  "value": "01",
                  "text": "1 月"
                },
                {
                  "value": "02",
                  "text": "2 月"
                },
                {
                  "value": "03",
                  "text": "3 月"
                },
                {
                  "value": "04",
                  "text": "4 月"
                },
                {
                  "value": "05",
                  "text": "5 月"
                },
                {
                  "value": "06",
                  "text": "6 月"
                },
                {
                  "value": "07",
                  "text": "7 月"
                },
                {
                  "value": "08",
                  "text": "8 月"
                },
                {
                  "value": "09",
                  "text": "9 月"
                },
                {
                  "value": "10",
                  "text": "10 月"
                },
                {
                  "value": "11",
                  "text": "11 月"
                },
                {
                  "value": "12",
                  "text": "12 月"
                }
              ],
              "placeholder": "請選擇月份"
            },
            {
              "type": "dropdown",
              "name": "secondary_report_day",
              "width": "33%",
              "startWithNewLine": false,
              "title": "日",
              "isRequired": true,
              "choices": [
                {
                  "value": "01",
                  "text": "1 日"
                },
                {
                  "value": "02",
                  "text": "2 日"
                },
                {
                  "value": "03",
                  "text": "3 日"
                },
                {
                  "value": "04",
                  "text": "4 日"
                },
                {
                  "value": "05",
                  "text": "5 日"
                },
                {
                  "value": "06",
                  "text": "6 日"
                },
                {
                  "value": "07",
                  "text": "7 日"
                },
                {
                  "value": "08",
                  "text": "8 日"
                },
                {
                  "value": "09",
                  "text": "9 日"
                },
                {
                  "value": "10",
                  "text": "10 日"
                },
                {
                  "value": "11",
                  "text": "11 日"
                },
                {
                  "value": "12",
                  "text": "12 日"
                },
                {
                  "value": "13",
                  "text": "13 日"
                },
                {
                  "value": "14",
                  "text": "14 日"
                },
                {
                  "value": "15",
                  "text": "15 日"
                },
                {
                  "value": "16",
                  "text": "16 日"
                },
                {
                  "value": "17",
                  "text": "17 日"
                },
                {
                  "value": "18",
                  "text": "18 日"
                },
                {
                  "value": "19",
                  "text": "19 日"
                },
                {
                  "value": "20",
                  "text": "20 日"
                },
                {
                  "value": "21",
                  "text": "21 日"
                },
                {
                  "value": "22",
                  "text": "22 日"
                },
                {
                  "value": "23",
                  "text": "23 日"
                },
                {
                  "value": "24",
                  "text": "24 日"
                },
                {
                  "value": "25",
                  "text": "25 日"
                },
                {
                  "value": "26",
                  "text": "26 日"
                },
                {
                  "value": "27",
                  "text": "27 日"
                },
                {
                  "value": "28",
                  "text": "28 日"
                },
                {
                  "value": "29",
                  "text": "29 日"
                },
                {
                  "value": "30",
                  "text": "30 日"
                },
                {
                  "value": "31",
                  "text": "31 日"
                }
              ],
              "placeholder": "請選擇日期"
            }
          ]
        }
      ]
    }
  ]
}