Twinkle HubTwinkle Hub

單一藥品全文詳細

tw_get_drug_details

Santé & alimentation · 9 outils🇹🇼 Taïwanlecture seule

關鍵字 / Keywords: 藥品詳細 仿單 適應症 禁忌 副作用 drug details package-insert TFDA 藥品資訊

取單一藥品許可證的全 28 欄詳細 (data.gov.tw 9122).

含 tw_search_drug 沒列出的: 主成分略述, 用法用量, 包裝, 包裝與國際條碼, 製造廠廠址, 製造廠國別, 異動日期, 通關簽審文件編號, 舊證字號.

Args: license_no: 許可證字號 (exact match), e.g. "衛署藥製字第046823號"

Returns: {"found": True, "license_no", "detail": {all 28 cols}} 或 {"found": False, "license_no", "error"} 若查不到.

Paramètres

NomTypeDescription
license_no *string
Schéma JSON brut
{
  "properties": {
    "license_no": {
      "title": "License No",
      "type": "string"
    }
  },
  "required": [
    "license_no"
  ],
  "title": "tw_get_drug_detailsArguments",
  "type": "object"
}

Comment appeler

Amorce — paramètres dans le tableau
tw_get_drug_details({ license_no: "…" })