- 数据库:在adm_charge_item表添加SourceBillNo字段 - 后端实体类:更新ChargeItem.java添加SourceBillNo字段 - 前端组件:创建手术计费界面(基于门诊划价界面) - 后端API:扩展PrePrePaymentDto支持手术计费标识 - 后端Service:扩展getChargeItems方法支持手术计费过滤 - 门诊手术安排界面:添加【计费】按钮 注意事项: - 需要手动执行SQL脚本:openhis-server-new/sql/add_source_bill_no_to_adm_charge_item.sql - 术后一站式结算功能待后续开发
31 lines
1.4 KiB
Plaintext
31 lines
1.4 KiB
Plaintext
© 2025 Anthropic, PBC. All rights reserved.
|
|
|
|
LICENSE: Use of these materials (including all code, prompts, assets, files,
|
|
and other components of this Skill) is governed by your agreement with
|
|
Anthropic regarding use of Anthropic's services. If no separate agreement
|
|
exists, use is governed by Anthropic's Consumer Terms of Service or
|
|
Commercial Terms of Service, as applicable:
|
|
https://www.anthropic.com/legal/consumer-terms
|
|
https://www.anthropic.com/legal/commercial-terms
|
|
Your applicable agreement is referred to as the "Agreement." "Services" are
|
|
as defined in the Agreement.
|
|
|
|
ADDITIONAL RESTRICTIONS: Notwithstanding anything in the Agreement to the
|
|
contrary, users may not:
|
|
|
|
- Extract these materials from the Services or retain copies of these
|
|
materials outside the Services
|
|
- Reproduce or copy these materials, except for temporary copies created
|
|
automatically during authorized use of the Services
|
|
- Create derivative works based on these materials
|
|
- Distribute, sublicense, or transfer these materials to any third party
|
|
- Make, offer to sell, sell, or import any inventions embodied in these
|
|
materials
|
|
- Reverse engineer, decompile, or disassemble these materials
|
|
|
|
The receipt, viewing, or possession of these materials does not convey or
|
|
imply any license or right beyond those expressly granted above.
|
|
|
|
Anthropic retains all right, title, and interest in these materials,
|
|
including all copyrights, patents, and other intellectual property rights.
|