Skip to content

Instantly share code, notes, and snippets.

@weijenpaul
weijenpaul / google-apps-script-v4-en.js
Created April 30, 2026 06:31
SOAP Note Google Apps Script v4.0 - Pure English (no Chinese chars)
/**
* 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:
@weijenpaul
weijenpaul / google-apps-script-v4.js
Created April 30, 2026 06:30
SOAP Note Google Apps Script v4.0 - 29 columns
/**
* Google Apps Script - SOAP Note 病歷同步 v4.0
*
* 更新日期:2026-04-30
*
* 本版本為全新重建版本,解決舊版欄位錯位問題。
*
* 欄位結構(共 29 欄):
* A: Visit ID - 唯一識別碼
* B: Visit Date - 就診日期
@weijenpaul
weijenpaul / test-script.sh
Created March 10, 2026 02:14
GitHub 連接器測試腳本
# GitHub 連接器測試腳本
echo "Hello from GitHub Connector!"
gh auth status
gh repo list