UNPKG

tencentcloud-sdk-nodejs

Version:
25 lines (24 loc) 898 B
import { AbstractClient } from "../../../common/abstract_client"; export class Client extends AbstractClient { constructor(clientConfig) { super("ig.tencentcloudapi.com", "2021-05-18", clientConfig); } async QueryDrugInstructions(req, cb) { return this.request("QueryDrugInstructions", req, cb); } async GetLLMReportInterpretation(req, cb) { return this.request("GetLLMReportInterpretation", req, cb); } async GetLLMDiagnosisDrug(req, cb) { return this.request("GetLLMDiagnosisDrug", req, cb); } async DescribeIgOrderList(req, cb) { return this.request("DescribeIgOrderList", req, cb); } async GetLLMDiagnosisDrugChat(req, cb) { return this.request("GetLLMDiagnosisDrugChat", req, cb); } async GetLLMDiagnosisHealth(req, cb) { return this.request("GetLLMDiagnosisHealth", req, cb); } }