- 权益卡中心
- 活动管理
- 组件接口
- 用户管理
- 订单管理
- 退款订单管理
- 候补/预占订单管理
- 体检订单
- 三方订单批量预约
- 商品订单管理
- 联系人订单
- 批量撤销订单
- 企业项目
- 体检中心管理
- 机构结算
- 报销管理
- 单位管理
- 渠道管理
- 开放平台接入接口
- 单项管理
- 信息中心
- 排期管理
- 营销-优惠券
- 异常项推荐
- 深信服消息
- 群发短信
- 工银安盛客服代预约
- AI加项包智能推荐 Copy
- 管理员登录POST
- 批量修改订单状态(李伟德锋使用)POST
- 批量修改二要素认证中姓名POST
查询联系人订单列表
开发中
正式环境
https://ops.mytijian.com
正式环境
https://ops.mytijian.com
POST
/ops/action/queryContactOrder
请求参数
Header 参数
Authorization
string
可选
默认值:
Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJsZWppYW5fc2Vzc2lvbl9pZCI6ImZmNjhlMDEwLTRiOTAtNDNhOS05NjRiLTkwMWRlYTljYTQ4NiIsInN1YiI6IjExMDU2MzI3IiwidXNlcl9uYW1lIjoiMTM4MTA4MDExNTciLCJzY29wZSI6WyJvcGVuaWQiLCJwcm9maWxlIl0sImlzcyI6Imh0dHBzOi8vYXV0aC5sZWppYW4uY29tIiwiZXhwIjoxNzUxMjgxNDgwLCJzZXNzaW9uX3N0YXRlIjoiLXdlbERkNFZIX2VJZjhXemFNUFAycGk5T0hCQkJidVhfWDFnQ0VQWHpVQSIsImlhdCI6MTc1MDY3NjY4MCwianRpIjoiOGQ0MDQzYzgtOGUxNy00ZDU4LWI1ZjktOWEwM2I0MWRmNTcwIiwiY2xpZW50X2lkIjoiQUREQjkxRDA3RUQ3MURGNkNERkY3Q0UxM0RFMjU4NjQifQ.g4Kq2rLVhNK289U67qVWLTUXX88t6zNISXGSl3Tbhn0h1mVYTGpZG6ZP_Pwpb3o9k-DefbfFis8UZ8FV9Hi9IkMf8XVuWUaBwFT78yW5MYqky1HRsLs3dxEKHKSFS7QEr3XEERHSWAFwmOWTEurhanFRILOxM0iSUlQqeB87N3UxjP-yPiBFNoUy7lFVgNqNSotxQLf5Fp7IxC1x2V1_1WIhauGsqwwK0cWiLn40zHkk1oGIOr7W279BM7QBFyhWjKKfD14HKTfF_QEPwL4GfdPpMFouPDE1SD6wT6vvvEhaZ7CUQ_kxE-xS5RnZqRyurh6Oew0sT-rtXQnVnyeQDQ
Body 参数application/json
page
object
分页
pageSize
integer
必需
currentPage
integer
必需
bookType
integer
下单类型
userId
integer
联系人id
examStartDate
string
体检开始时间
examEndDate
string
体检结束时间
statuses
array[integer]
状态
hospitalId
integer
机构id
示例
{
"page": {
"pageSize": 10,
"currentPage": 1
},
"bookType": 0,
"userId":1,
"examStartDate":"",
"examEndDate":"",
"statuses": [
2,3
],
"hospitalId":1
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ops.mytijian.com/ops/action/queryContactOrder' \
--header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJsZWppYW5fc2Vzc2lvbl9pZCI6ImZmNjhlMDEwLTRiOTAtNDNhOS05NjRiLTkwMWRlYTljYTQ4NiIsInN1YiI6IjExMDU2MzI3IiwidXNlcl9uYW1lIjoiMTM4MTA4MDExNTciLCJzY29wZSI6WyJvcGVuaWQiLCJwcm9maWxlIl0sImlzcyI6Imh0dHBzOi8vYXV0aC5sZWppYW4uY29tIiwiZXhwIjoxNzUxMjgxNDgwLCJzZXNzaW9uX3N0YXRlIjoiLXdlbERkNFZIX2VJZjhXemFNUFAycGk5T0hCQkJidVhfWDFnQ0VQWHpVQSIsImlhdCI6MTc1MDY3NjY4MCwianRpIjoiOGQ0MDQzYzgtOGUxNy00ZDU4LWI1ZjktOWEwM2I0MWRmNTcwIiwiY2xpZW50X2lkIjoiQUREQjkxRDA3RUQ3MURGNkNERkY3Q0UxM0RFMjU4NjQifQ.g4Kq2rLVhNK289U67qVWLTUXX88t6zNISXGSl3Tbhn0h1mVYTGpZG6ZP_Pwpb3o9k-DefbfFis8UZ8FV9Hi9IkMf8XVuWUaBwFT78yW5MYqky1HRsLs3dxEKHKSFS7QEr3XEERHSWAFwmOWTEurhanFRILOxM0iSUlQqeB87N3UxjP-yPiBFNoUy7lFVgNqNSotxQLf5Fp7IxC1x2V1_1WIhauGsqwwK0cWiLn40zHkk1oGIOr7W279BM7QBFyhWjKKfD14HKTfF_QEPwL4GfdPpMFouPDE1SD6wT6vvvEhaZ7CUQ_kxE-xS5RnZqRyurh6Oew0sT-rtXQnVnyeQDQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"pageSize": 10,
"currentPage": 1
},
"bookType": 0,
"userId":1,
"examStartDate":"",
"examEndDate":"",
"statuses": [
2,3
],
"hospitalId":1
}'
返回响应
🟢200成功
application/json
Body
records
array [object {68}]
必需
id
integer
可选
batchId
integer
可选
orderNum
string
可选
platformAdjustPrice
integer
可选
orderPrice
integer
可选
discount
integer
可选
fromSite
integer
可选
fromSiteOrgType
integer
可选
channelCompanyId
integer
可选
status
integer
可选
source
integer
可选
orderScene
integer
可选
insertTime
integer
可选
updateTime
integer
可选
bindAccountId
integer
可选
hospitalCompanyId
integer
可选
reportId
integer
可选
isExport
boolean
可选
examDate
integer
可选
examTimeIntervalId
integer
可选
examTimeIntervalName
string
可选
remoteCapacity
boolean
可选
operatorId
integer
可选
accountId
integer
可选
managerId
integer
可选
ownerId
integer
可选
examCompanyId
integer
可选
accountCompanyId
integer
可选
hospitalId
integer
可选
entryCardId
integer
可选
mealId
integer
可选
mealName
string
可选
orderAccount
object
可选
examiner
object
可选
orderManager
object
可选
channelManager
object
可选
card
object
可选
orderMealSnapshot
object
可选
accountCompany
object
可选
orderHospital
object
可选
hospitalCompany
object
可选
hospitalSettleInfo
object
可选
channel
object
可选
channelCompany
object
可选
channelSettleInfo
object
可选
orderExtInfo
object
可选
orderExportExtInfo
object
可选
maillingRecord
object
可选
channelCrmOrderStatus
integer
可选
channelOrderPrice
integer
可选
systemFinishTime
integer
可选
supplierId
integer
可选
bookType
integer
可选
objectId
object
可选
offlinePayMoney
string
可选
offlineUnpayMoney
integer
可选
operator
string
可选
hasSettlementOpen
boolean
可选
paySns
array[string]
可选
showRevoke
boolean
可选
revokeError
string
可选
cardOwnerExaminee
object
可选
supplierName
string
可选
bookTypeName
string
可选
proxyCard
boolean
可选
fastBook
boolean
可选
changeDateStatus
boolean
必需
hospitalAreaName
string
可选
page
object
必需
rowCount
integer
必需
currentPage
integer
必需
pageSize
integer
必需
offset
integer
必需
countMethod
string
必需
示例
{ "records": [ { "id": 25103845, "batchId": 0, "orderNum": "20240407211802320011208", "platformAdjustPrice": 0, "orderPrice": 146400, "discount": 1, "fromSite": 13830, "fromSiteOrgType": 2, "channelCompanyId": 4306937, "status": 3, "source": 2, "orderScene": 4, "insertTime": 1712495882000, "updateTime": 1712556650187, "bindAccountId": 16084483, "hospitalCompanyId": 4754001, "reportId": 71161912, "isExport": true, "examDate": 1712505600000, "examTimeIntervalId": 4037054, "examTimeIntervalName": "08:00-10:30", "remoteCapacity": false, "operatorId": 16084483, "accountId": 0, "managerId": 21358601, "ownerId": 21358601, "examCompanyId": 4754001, "accountCompanyId": -1, "hospitalId": 10235, "entryCardId": 17860841, "mealId": 66311382, "mealName": "45岁以上基础项目男", "orderAccount": { "name": "刘学东", "gender": 0, "age": 52, "birthYear": 1971, "marriageStatus": 1, "mobile": "15997284559", "idCard": "420601197105224019" }, "examiner": { "id": 37615497, "createTime": 1680239723000, "updateTime": 1712495720000, "name": "刘学东", "gender": 0, "mobile": "15997284559", "idCard": "420601197105224019", "age": 52, "birthYear": 1971, "dateBirth": "0522", "marriageStatus": 1, "pinYin": "lxd", "relationship": 7, "companyName": "2024东风康明斯", "department": "DCECOPSL/Z机加", "sheetName": "", "position": "", "relationId": 16084483, "isOper": 0, "delete": false, "addAccountType": "idCard", "recentMeal": "", "recentOrderDate": 936839349000, "sequence": -1, "nationality": "汉族", "identified": 1 }, "orderManager": { "id": 21358601, "name": "康明斯体检", "mobile": "18302195946", "status": 0, "type": 5, "idType": 3, "crmLoginName": "kmstj" }, "channelManager": { "id": 21358601, "name": "康明斯体检", "mobile": "18302195946", "status": 0, "type": 5, "idType": 3, "crmLoginName": "kmstj" }, "card": { "id": 17860841, "cardNum": "20240329162421802984909", "capacity": 120000, "balance": 120000, "type": 1, "status": 1, "fromOrgId": 13830, "fromOrgType": 2, "availableDate": 1711296000000, "expiredDate": 1725119999000, "cardName": "45岁以上基础项目男", "managerId": 21358601, "isPrivate": true, "isHiddenPrice": false, "isPayMealCost": false, "isPayFreeze": false, "supportMulti": false, "satisfactionSurvey": 275 }, "orderMealSnapshot": { "mealSnapshot": { "id": 66311382, "name": "45岁以上基础项目男", "price": 96400, "originalPrice": 92500, "adjustPrice": 0, "discount": 1, "gender": 0, "originMeal": { "id": 66311382, "name": "45岁以上基础项目男", "description": "", "pinyin": "45sysjcxmn", "hospitalId": 10235, "price": 96400, "initPrice": 92500, "gender": 0, "disable": 0, "keyword": "", "type": 5, "mealSetting": { "mealId": 66311382, "showItemPrice": true, "showMealPrice": true, "onlyShowMealItem": false, "adjustPrice": -3900, "lockPrice": true, "enableSiteShow": true, "authIdCard": false, "needSurvey": false, "bookBeforeAnswerSurvey": false, "paySetting": 0, "minChoose": 0, "maxChoose": 0, "redirectAddItemPage": true, "showAddItemPage": 1, "showAddItemPackageBefore": false, "hospitalAreaIds": "-1" }, "displayPrice": 96400, "ext": "{\"mdTipText\":\"点击修改套餐\"}", "examItemPkgGroupId": 2606, "createTime": 1710489365000, "updateTime": 1712083543000, "purchasePrice": 75600, "supplyPrice": 66000, "channelSalePrice": 70000, "allowChangeItem": true, "inActiviting": false, "marriageId": 0, "marriageValue": "通用", "ageLevelId": 0, "ageLevelValue": "全年龄段(不限年龄)", "tagList": [], "creater": "liufeng", "modifier": "系统定时任务", "hisCreateMeal": false, "opsSequence": 0, "outerMealCode": "", "reportDescription": "", "serverType": 0, "coverPicture": "https://package-category-icon.obs.cn-east-3.myhuaweicloud.com:443/ops%2F2024%2F03%2F19%2F61b8f25178a540ba8a6dc50d0810bd1c.jpg", "serviceType": 0, "platformSpecialInstructions": "", "consumeSpecialInstructions": "", "classify": 1 }, "examItems": [ { "id": 6025274, "name": "血脂4项", "gender": 2, "mealId": 66311382, "price": 2800, "groupId": 2, "discount": true, "basic": false, "hisItemId": "0690", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025177, "name": "眼底检查", "gender": 2, "mealId": 66311382, "price": 2000, "discount": true, "basic": false, "hisItemId": "0402", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025304, "name": "肝功七项", "gender": 2, "mealId": 66311382, "price": 3800, "discount": true, "basic": false, "hisItemId": "06AZ", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025567, "name": "肝胆脾胰肾彩超", "gender": 2, "mealId": 66311382, "price": 10000, "groupId": 3, "discount": true, "basic": false, "hisItemId": "2329", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025215, "name": "血糖", "gender": 2, "mealId": 66311382, "price": 1100, "discount": true, "basic": false, "hisItemId": "0617", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025598, "name": "血流变学测定", "gender": 2, "mealId": 66311382, "price": 3100, "discount": true, "basic": false, "hisItemId": "2501", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025212, "name": "肾功三项", "gender": 2, "mealId": 66311382, "price": 2300, "discount": true, "basic": false, "hisItemId": "0614", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025450, "name": "甲状腺3项(T3 T4 TSH)", "gender": 2, "mealId": 66311382, "price": 11200, "groupId": 1, "discount": true, "basic": false, "hisItemId": "1358", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025321, "name": "同型半胱氨酸", "gender": 2, "mealId": 66311382, "price": 9500, "discount": true, "basic": false, "hisItemId": "06BU", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025167, "name": "身高、体重、血压", "gender": 2, "mealId": 66311382, "price": 1000, "discount": true, "basic": false, "hisItemId": "0101", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025615, "name": "尿常规", "gender": 2, "mealId": 66311382, "price": 800, "discount": true, "basic": false, "hisItemId": "3202", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025645, "name": "动脉硬化检测", "gender": 2, "mealId": 66311382, "price": 12400, "discount": true, "basic": false, "hisItemId": "6001", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025420, "name": "心电图", "gender": 2, "mealId": 66311382, "price": 3200, "discount": true, "basic": false, "hisItemId": "1101", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025378, "name": "胸片(不出片)", "gender": 2, "mealId": 66311382, "price": 6000, "discount": true, "basic": false, "hisItemId": "0723", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025281, "name": "血常规(五分类)", "gender": 2, "mealId": 66311382, "price": 2200, "discount": true, "basic": false, "hisItemId": "0697", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025345, "name": "甲胎蛋白(AFP)定量", "gender": 2, "mealId": 66311382, "price": 4200, "discount": true, "basic": false, "hisItemId": "06CS", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025344, "name": "癌胚抗原(CEA)定量", "gender": 2, "mealId": 66311382, "price": 4700, "discount": true, "basic": false, "hisItemId": "06CR", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false }, { "id": 6025632, "name": "HP呼气试验", "gender": 2, "mealId": 66311382, "price": 12200, "discount": true, "basic": false, "hisItemId": "4801", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false } ], "adjustPriceSnapshots": [], "normalExamItems": [], "addExamItems": [], "removeExamItems": [], "inMealExamItems": [] }, "examItemPackageSnapshot": { "packages": [ { "id": 1298861, "hospitalId": 10235, "type": 3, "name": "自选项目5-8", "gender": 2, "description": "", "price": 50000, "initPrice": 53800, "displayPrice": 50000, "adjustPrice": 0, "isShow": true, "disable": 0, "showInitPrice": false, "pinyin": "zxxm58", "sequence": 1, "itemList": [ { "id": 6157779, "name": "头部/肺部CT", "gender": 2, "price": 16500, "discount": true, "basic": true, "hisItemId": "1521", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 15335 }, { "id": 6025541, "name": "甲状腺彩超", "gender": 2, "price": 4800, "discount": true, "basic": true, "hisItemId": "2302", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 4461 }, { "id": 6025521, "name": "微量元素八项", "gender": 2, "price": 7200, "discount": true, "basic": true, "hisItemId": "1903", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 6691 }, { "id": 6025327, "name": "心肌酶谱四项", "gender": 2, "price": 4700, "discount": true, "basic": true, "hisItemId": "06CA", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 4368 }, { "id": 6025310, "name": "糖化血红蛋白(HbAIc)", "gender": 2, "price": 5900, "discount": true, "basic": true, "hisItemId": "06BF", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 5483 }, { "id": 6025564, "name": "颈部血管彩超", "gender": 2, "price": 14700, "discount": true, "basic": true, "hisItemId": "2326", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 13662 } ], "outerPackageCode": "", "packageGroups": [], "createTime": 1710502466000, "updateTime": 1710906461000, "purchasePrice": 53800, "lockPrice": true, "coverPicture": "", "category": "自选项目5", "supplyPrice": 0, "mealWarnText": "<p><span style=\"font-size: 14px; color: rgb(230, 0, 0);\">头部或肺部(任选其一)</span></p>", "medicalAdvice": "", "orderWay": 0 } ], "examItemInfos": [ { "examItemId": 6157779, "packageId": 1298861, "typeToPackage": 0 }, { "examItemId": 6025541, "packageId": 1298861, "typeToPackage": 0 }, { "examItemId": 6025521, "packageId": 1298861, "typeToPackage": 0 }, { "examItemId": 6025327, "packageId": 1298861, "typeToPackage": 0 }, { "examItemId": 6025310, "packageId": 1298861, "typeToPackage": 0 }, { "examItemId": 6025564, "packageId": 1298861, "typeToPackage": 0 } ], "normalPackageIds": [ 1298861 ], "normalPackageItems": [ { "id": 6157779, "name": "头部/肺部CT", "gender": 2, "price": 16500, "discount": true, "basic": true, "hisItemId": "1521", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 15335 }, { "id": 6025541, "name": "甲状腺彩超", "gender": 2, "price": 4800, "discount": true, "basic": true, "hisItemId": "2302", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 4461 }, { "id": 6025521, "name": "微量元素八项", "gender": 2, "price": 7200, "discount": true, "basic": true, "hisItemId": "1903", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 6691 }, { "id": 6025327, "name": "心肌酶谱四项", "gender": 2, "price": 4700, "discount": true, "basic": true, "hisItemId": "06CA", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 4368 }, { "id": 6025310, "name": "糖化血红蛋白(HbAIc)", "gender": 2, "price": 5900, "discount": true, "basic": true, "hisItemId": "06BF", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 5483 }, { "id": 6025564, "name": "颈部血管彩超", "gender": 2, "price": 14700, "discount": true, "basic": true, "hisItemId": "2326", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 13662 } ], "duplicatePackageItems": [], "groupConflictPackageItems": [], "normalPackage": [ { "id": 1298861, "hospitalId": 10235, "type": 3, "name": "自选项目5-8", "gender": 2, "description": "", "price": 50000, "initPrice": 53800, "displayPrice": 50000, "adjustPrice": 0, "isShow": true, "disable": 0, "showInitPrice": false, "pinyin": "zxxm58", "sequence": 1, "itemList": [ { "id": 6157779, "name": "头部/肺部CT", "gender": 2, "price": 16500, "discount": true, "basic": true, "hisItemId": "1521", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 15335 }, { "id": 6025541, "name": "甲状腺彩超", "gender": 2, "price": 4800, "discount": true, "basic": true, "hisItemId": "2302", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 4461 }, { "id": 6025521, "name": "微量元素八项", "gender": 2, "price": 7200, "discount": true, "basic": true, "hisItemId": "1903", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 6691 }, { "id": 6025327, "name": "心肌酶谱四项", "gender": 2, "price": 4700, "discount": true, "basic": true, "hisItemId": "06CA", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 4368 }, { "id": 6025310, "name": "糖化血红蛋白(HbAIc)", "gender": 2, "price": 5900, "discount": true, "basic": true, "hisItemId": "06BF", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 5483 }, { "id": 6025564, "name": "颈部血管彩超", "gender": 2, "price": 14700, "discount": true, "basic": true, "hisItemId": "2326", "refuseStatus": "2", "departmentId": -1, "syncPrice": true, "bottleneck": false, "salePrice": 13662 } ], "outerPackageCode": "", "packageGroups": [], "createTime": 1710502466000, "updateTime": 1710906461000, "purchasePrice": 53800, "lockPrice": true, "coverPicture": "", "category": "自选项目5", "supplyPrice": 0, "mealWarnText": "<p><span style=\"font-size: 14px; color: rgb(230, 0, 0);\">头部或肺部(任选其一)</span></p>", "medicalAdvice": "", "orderWay": 0 } ] }, "examItemSnapList": [ { "id": 6025274, "hisId": "0690", "name": "血脂4项", "price": 2918, "originalPrice": 2800, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "addExam": false, "salePrice": 2918, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025177, "hisId": "0402", "name": "眼底检查", "price": 2084, "originalPrice": 2000, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": false, "refundNoExam": false, "materialItem": false, "addExam": false, "salePrice": 2084, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025304, "hisId": "06AZ", "name": "肝功七项", "price": 3960, "originalPrice": 3800, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "addExam": false, "salePrice": 3960, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025567, "hisId": "2329", "name": "肝胆脾胰肾彩超", "price": 10422, "originalPrice": 10000, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "addExam": false, "salePrice": 10422, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025215, "hisId": "0617", "name": "血糖", "price": 1146, "originalPrice": 1100, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": false, "refundNoExam": false, "materialItem": false, "addExam": false, "salePrice": 1146, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025598, "hisId": "2501", "name": "血流变学测定", "price": 3231, "originalPrice": 3100, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "addExam": false, "salePrice": 3231, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025212, "hisId": "0614", "name": "肾功三项", "price": 2397, "originalPrice": 2300, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": false, "refundNoExam": false, "materialItem": false, "addExam": false, "salePrice": 2397, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025450, "hisId": "1358", "name": "甲状腺3项(T3 T4 TSH)", "price": 11672, "originalPrice": 11200, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "addExam": false, "salePrice": 11672, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025321, "hisId": "06BU", "name": "同型半胱氨酸", "price": 9901, "originalPrice": 9500, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "addExam": false, "salePrice": 9901, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025167, "hisId": "0101", "name": "身高、体重、血压", "price": 1042, "originalPrice": 1000, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": false, "refundNoExam": false, "materialItem": false, "addExam": false, "salePrice": 1042, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025615, "hisId": "3202", "name": "尿常规", "price": 834, "originalPrice": 800, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "addExam": false, "salePrice": 834, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025645, "hisId": "6001", "name": "动脉硬化检测", "price": 12923, "originalPrice": 12400, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "addExam": false, "salePrice": 12923, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025420, "hisId": "1101", "name": "心电图", "price": 3335, "originalPrice": 3200, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "addExam": false, "salePrice": 3335, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025378, "hisId": "0723", "name": "胸片(不出片)", "price": 6253, "originalPrice": 6000, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "addExam": false, "salePrice": 6253, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025281, "hisId": "0697", "name": "血常规(五分类)", "price": 2293, "originalPrice": 2200, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "addExam": false, "salePrice": 2293, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025345, "hisId": "06CS", "name": "甲胎蛋白(AFP)定量", "price": 4377, "originalPrice": 4200, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "addExam": false, "salePrice": 4377, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025344, "hisId": "06CR", "name": "癌胚抗原(CEA)定量", "price": 4898, "originalPrice": 4700, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "addExam": false, "salePrice": 4898, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025632, "hisId": "4801", "name": "HP呼气试验", "price": 12714, "originalPrice": 12200, "discount": true, "typeToMeal": 1, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "addExam": false, "salePrice": 12714, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025327, "hisId": "06CA", "name": "心肌酶谱四项", "price": 4368, "originalPrice": 4700, "discount": true, "typeToMeal": 3, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "packageId": 1298861, "typeToPackage": 0, "addExam": false, "salePrice": 4368, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025310, "hisId": "06BF", "name": "糖化血红蛋白(HbAIc)", "price": 5483, "originalPrice": 5900, "discount": true, "typeToMeal": 3, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "packageId": 1298861, "typeToPackage": 0, "addExam": false, "salePrice": 5483, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025564, "hisId": "2326", "name": "颈部血管彩超", "price": 13662, "originalPrice": 14700, "discount": true, "typeToMeal": 3, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "packageId": 1298861, "typeToPackage": 0, "addExam": false, "salePrice": 13662, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025521, "hisId": "1903", "name": "微量元素八项", "price": 6691, "originalPrice": 7200, "discount": true, "typeToMeal": 3, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "packageId": 1298861, "typeToPackage": 0, "addExam": false, "salePrice": 6691, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6025541, "hisId": "2302", "name": "甲状腺彩超", "price": 4461, "originalPrice": 4800, "discount": true, "typeToMeal": 3, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "packageId": 1298861, "typeToPackage": 0, "addExam": false, "salePrice": 4461, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true }, { "id": 6157779, "hisId": "1521", "name": "头部/肺部CT", "price": 15335, "originalPrice": 16500, "discount": true, "typeToMeal": 3, "type": 1, "syncPrice": true, "refundRefusedItem": true, "refundNoExam": true, "materialItem": false, "packageId": 1298861, "typeToPackage": 0, "addExam": false, "salePrice": 15335, "inMealShow": true, "fixedPrice": false, "newItem": true, "hospitalExamItem": true } ] }, "accountCompany": { "id": -1, "name": "每天健康", "type": 0, "status": 0, "owner": "每天健康" }, "orderHospital": { "id": 10235, "name": "襄阳市中西医结合医院体检中心", "organizationType": 1, "autoConfirmOrder": true, "isSendMessage": true, "openPrintExamGuide": false, "openQueue": false, "refundRefusedItem": true, "hospitalSettings": { "hospitalId": 0, "mobileFieldOrder": true, "supportExtDiscount": false, "exportWithXls": false, "hrRegisterSmsSendDelay": 0, "crmPeriodShow": 0, "hospitalSetting": true, "channelSetting": false }, "itemSharePrice": true }, "hospitalCompany": { "id": 4754001, "name": "2024东风康明斯", "platformCompanyId": 4203514, "organizationId": 10235, "discount": 1, "settlementMode": 0, "sendExamSms": false, "pinyin": "2024dfkms", "refundRule": 1 }, "hospitalSettleInfo": { "discount": 1, "offlinePayMoney": 0, "offlineUnpayMoney": 0 }, "channel": { "id": 13830, "name": "康明斯体检", "organizationType": 2, "url": "kmstj" }, "channelCompany": { "id": 4306937, "name": "2024东风康明斯", "platformCompanyId": 4203514, "organizationId": 13830, "discount": 1, "pinyin": "2024dfkms", "type": 6, "platformCompanyType": 4, "platformCompanyName": "2024东风康明斯" }, "channelSettleInfo": { "discount": 1, "settleSign": 1 }, "orderExtInfo": { "isFamily": "否", "channelPlusPrice": 26400, "vip": "否", "selfMoney": 146400, "channelSelfMoney": 0, "needPaperReport": true, "examCompany": "2024东风康明斯", "accountManager": "康明斯体检", "manager": "康明斯体检", "extArrMap": { "operator": { "name": "刘学东", "id": 16084483 } }, "examing": false, "printGuideList": false, "customerRank": 0, "orderFinishType": 3 }, "orderExportExtInfo": { "genderLabel": "男", "groupName": "2024男性组", "retireLabel": "", "marriageStatusLabel": "已婚", "payType": "挂账", "exportDiscount": 1, "exportSelfMoney": "1464.00", "hisItemIds": "0690:28.00,0402:20.00,06AZ:38.00,2329:100.00,0617:11.00,2501:31.00,0614:23.00,1358:112.00,06BU:95.00,0101:10.00,3202:8.00,6001:124.00,1101:32.00,0723:60.00,0697:22.00,06CS:42.00,06CR:47.00,4801:122.00,06CA:47.00,06BF:59.00,2326:147.00,1903:72.00,2302:48.00,1521:165.00", "exportAccountId": -1, "exportTime": 1712495941201, "isExport": true, "exportImmediately": false, "exportExamDate": "2024-04-08", "birthDate": "1971-05-22", "exportOrderPrice": "1464.00" }, "maillingRecord": {}, "channelCrmOrderStatus": 3, "channelOrderPrice": 120000, "systemFinishTime": 1712556650158, "supplierId": 3, "bookType": 0, "objectId": { "timestamp": 1712495882, "counter": 7112554, "date": 1712495882000, "machineIdentifier": 16052818, "processIdentifier": 18236, "timeSecond": 1712495882, "time": 1712495882000 }, "offlinePayMoney": "0.00", "offlineUnpayMoney": 0, "operator": "刘学东", "hasSettlementOpen": false, "paySns": [ "240407091802922208492194926769" ], "showRevoke": false, "revokeError": "体检完成状态不能撤单!", "cardOwnerExaminee": { "name": "刘学东", "mobile": "15997284559", "idCard": "420601197105224019" }, "supplierName": "每天健康", "bookTypeName": "公立医院-系统下单", "proxyCard": false, "fastBook": false } ], "page": { "rowCount": 29, "currentPage": 1, "pageSize": 10, "offset": 0, "countMethod": "Count" } }
修改于 2024-04-08 09:25:41