This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Google Apps Script - SOAP Note Sync v4.0 | |
| * | |
| * Updated: 2026-04-30 | |
| * | |
| * This is a clean rebuild to fix column misalignment issues. | |
| * Total columns: 29 | |
| * Sheet name: SOAP Notes | |
| * | |
| * Deployment: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Google Apps Script - SOAP Note 病歷同步 v4.0 | |
| * | |
| * 更新日期:2026-04-30 | |
| * | |
| * 本版本為全新重建版本,解決舊版欄位錯位問題。 | |
| * | |
| * 欄位結構(共 29 欄): | |
| * A: Visit ID - 唯一識別碼 | |
| * B: Visit Date - 就診日期 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # GitHub 連接器測試腳本 | |
| echo "Hello from GitHub Connector!" | |
| gh auth status | |
| gh repo list |