1. EtlSyncVisitIdController
医生端弹窗
  • 结算清单医生助手
    • 清单质控分组接口
      POST
  • 病案首页医生助手
    • 病案首页分组接口
      POST
  • ApiDateReceiveController
    • yibao4101a
      POST
    • yibao2304
      POST
    • yibao5204
      POST
    • wjHqms
      POST
  • EtlSyncVisitIdController
    • setlList
      GET
    • hqmlList
      GET
    • getErrMsg
      GET
    • 批量抽取
      POST
    • hqmsBatchExtract
      POST
  • 数据模型
    • ApiResponse«String»
    • Object
    • EtlSyncSetlDTO
    • SetlInfoRequest
    • WjHqmsInfoRequest
    • OrderItem
    • ItemInfoVO
    • WjHqmsDiagVO
    • IPageEtlSyncSetlDTO
    • PayInfoDetailVO
    • WjHqmsOprninfoVO
    • PayInfoVO
    • WjHqmsInfoVO
    • EtlSyncHqmsDTO
    • IcuInfoVO
    • IPageEtlSyncHqmsDTO
    • BldInfoVO
    • ParamsDTO
    • OprnInfoVO
    • DiseaseInfoVO
    • OpspDiseInfoVO
    • SetlInfoVO
  1. EtlSyncVisitIdController

hqmsBatchExtract

测试环境
http://192.168.0.63:8200/setlinfo
测试环境
http://192.168.0.63:8200/setlinfo
POST
/etlSyncVisitId/hqmsBatchExtract

请求参数

Body 参数application/json

示例
{
    "type": "string",
    "visitId": "string",
    "setlId": "string",
    "psnNo": "string",
    "startTime": "string",
    "endTime": "string",
    "A48": "string"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'http://192.168.0.63:8200/setlinfo/etlSyncVisitId/hqmsBatchExtract' \
--header 'Content-Type: application/json' \
--data '{
    "type": "string",
    "visitId": "string",
    "setlId": "string",
    "psnNo": "string",
    "startTime": "string",
    "endTime": "string",
    "A48": "string"
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
  "code": 0,
  "message": "类型错误",
  "data": null
}
修改于 2024-09-11 08:59:42
上一页
批量抽取
下一页
ApiResponse«String»
Built with