public class AcaClient extends AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
Constructor and Description |
---|
AcaClient(Credential credential,
String region) |
AcaClient(Credential credential,
String region,
ClientProfile profile) |
Modifier and Type | Method and Description |
---|---|
GetDrugIndicationsResponse |
GetDrugIndications(GetDrugIndicationsRequest req)
药品适应症接口
|
LoginHisToolResponse |
LoginHisTool(LoginHisToolRequest req)
登录获取token
|
LoginOutHisToolResponse |
LoginOutHisTool(LoginOutHisToolRequest req)
登出
|
SmartDrugInfoResponse |
SmartDrugInfo(SmartDrugInfoRequest req)
智能用药接口
|
SmartPredictResponse |
SmartPredict(SmartPredictRequest req)
辅诊智能预测接口
|
SyncDepartmentResponse |
SyncDepartment(SyncDepartmentRequest req)
用于院方科室管理,获取科室列表和状态、新增或修改科室信息、删除科室。
|
SyncStandardDictResponse |
SyncStandardDict(SyncStandardDictRequest req)
同步标准字典,如给药频次、给药途径、科室、诊断等
|
UploadDrugsResponse |
UploadDrugs(UploadDrugsRequest req)
药品同步,一次同步数据不要超过500个
|
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, internalRequest, internalRequestRaw, processResponseJson, processResponseSSE, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
public AcaClient(Credential credential, String region)
public AcaClient(Credential credential, String region, ClientProfile profile)
public GetDrugIndicationsResponse GetDrugIndications(GetDrugIndicationsRequest req) throws TencentCloudSDKException
req
- GetDrugIndicationsRequestTencentCloudSDKException
public LoginHisToolResponse LoginHisTool(LoginHisToolRequest req) throws TencentCloudSDKException
req
- LoginHisToolRequestTencentCloudSDKException
public LoginOutHisToolResponse LoginOutHisTool(LoginOutHisToolRequest req) throws TencentCloudSDKException
req
- LoginOutHisToolRequestTencentCloudSDKException
public SmartDrugInfoResponse SmartDrugInfo(SmartDrugInfoRequest req) throws TencentCloudSDKException
req
- SmartDrugInfoRequestTencentCloudSDKException
public SmartPredictResponse SmartPredict(SmartPredictRequest req) throws TencentCloudSDKException
req
- SmartPredictRequestTencentCloudSDKException
public SyncDepartmentResponse SyncDepartment(SyncDepartmentRequest req) throws TencentCloudSDKException
req
- SyncDepartmentRequestTencentCloudSDKException
public SyncStandardDictResponse SyncStandardDict(SyncStandardDictRequest req) throws TencentCloudSDKException
req
- SyncStandardDictRequestTencentCloudSDKException
public UploadDrugsResponse UploadDrugs(UploadDrugsRequest req) throws TencentCloudSDKException
req
- UploadDrugsRequestTencentCloudSDKException
Copyright © 2025. All rights reserved.