From 3a34fcacd2d9f90afce4708b968d17fe953a7c1b Mon Sep 17 00:00:00 2001 From: Yang Date: Sat, 17 Aug 2024 12:34:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8D=E6=87=89=E8=A1=9B=E7=A6=8F=E9=83=A8?= =?UTF-8?q?=E6=9C=8D=E5=8B=99=E8=A8=98=E9=8C=84=E7=94=B3=E5=A0=B1API?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=AC=84=E4=BD=8D=20update=20json=20struct?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FeeAuditJSON.go | 81 ++++++++++++++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 32 deletions(-) diff --git a/FeeAuditJSON.go b/FeeAuditJSON.go index 2c2d1ce..4080525 100644 --- a/FeeAuditJSON.go +++ b/FeeAuditJSON.go @@ -41,38 +41,55 @@ type ApplyInfo struct { // CaseSvcRecord 是個案服務記錄 type CaseSvcRecord struct { - ObjID string `json:"objid"` // 識別碼 - IDN string `json:"idn,omitempty"` // 個案身份證字號 - SvcAt string `json:"svc_dt,omitempty"` // 服務日期 - GovItemCode string `json:"gov_item_cd,omitempty"` // 照顧組合代碼 - SvcFeeType string `json:"svc_fee_tp,omitempty"` // 服務類別 - Price int `json:"price,omitempty"` // 單價 - Amount int `json:"amount,omitempty"` // 數量 - SvcUserNo1 string `json:"svc_user_no1,omitempty"` // 照顧服務員帳號1 - SvcUserNo2 string `json:"svc_user_no2,omitempty"` // 照顧服務員帳號2 - SvcUserNo3 string `json:"svc_user_no3,omitempty"` // 照顧服務員帳號3 - SvcUserNo4 string `json:"svc_user_no4,omitempty"` // 照顧服務員帳號4 - SvcUserNo5 string `json:"svc_user_no5,omitempty"` // 照顧服務員帳號5 - StartHH string `json:"start_hh,omitempty"` // 起始時段-小時 - StartMM string `json:"start_mm,omitempty"` // 起始時段-分鐘 - EndHH string `json:"end_hh,omitempty"` // 結束時段-小時 - EndMM string `json:"end_mm,omitempty"` // 結束時段-分鐘 - Remark string `json:"remark,omitempty"` // 備註 - LastSvc string `json:"last_svc,omitempty"` // 臨終日照顧 - Addr1 string `json:"addr1,omitempty"` // 出發地 - Addr2 string `json:"addr2,omitempty"` // 目的地 - CarNo string `json:"car_no,omitempty"` // 車號 - Driver string `json:"driver,omitempty"` // 駕駛員 - ApplyAA03 string `json:"apply_aa03,omitempty"` // 是否申報AA03 - SvcItem string `json:"svc_item,omitempty"` // 服務項目 - SvcItemOther string `json:"svc_item_other,omitempty"` // 服務項目-其他 - SvcPeople string `json:"svc_people,omitempty"` // 服務對象 - SvcContent string `json:"svc_content,omitempty"` // 服務內容 - SvcUnit string `json:"svc_unit,omitempty"` // 提供專業服務單位 - ApplyAA09 string `json:"apply_aa09,omitempty"` // 是否申報AA09 - AA10Status string `json:"aa10_status,omitempty"` // AA10申報狀態 - MissedVisit string `json:"missed_visit,omitempty"` // 訪視/服務未遇 - SvcEndDt string `json:"svc_end_dt,omitempty"` // 服務結束日期 + ObjID string `json:"objid"` // 識別碼 + IDN string `json:"idn,omitempty"` // 個案身份證字號 + SvcAt string `json:"svc_dt,omitempty"` // 服務日期 + GovItemCode string `json:"gov_item_cd,omitempty"` // 照顧組合代碼 + SvcFeeType string `json:"svc_fee_tp,omitempty"` // 服務類別 + Price int `json:"price,omitempty"` // 單價 + Amount int `json:"amount,omitempty"` // 數量 + SvcUserNo1 string `json:"svc_user_no1,omitempty"` // 照顧服務員帳號1 + SvcUserNo2 string `json:"svc_user_no2,omitempty"` // 照顧服務員帳號2 + SvcUserNo3 string `json:"svc_user_no3,omitempty"` // 照顧服務員帳號3 + SvcUserNo4 string `json:"svc_user_no4,omitempty"` // 照顧服務員帳號4 + SvcUserNo5 string `json:"svc_user_no5,omitempty"` // 照顧服務員帳號5 + StartHH string `json:"start_hh,omitempty"` // 起始時段-小時 + StartMM string `json:"start_mm,omitempty"` // 起始時段-分鐘 + EndHH string `json:"end_hh,omitempty"` // 結束時段-小時 + EndMM string `json:"end_mm,omitempty"` // 結束時段-分鐘 + Remark string `json:"remark,omitempty"` // 備註 + LastSvc string `json:"last_svc,omitempty"` // 臨終日照顧 + Addr1 string `json:"addr1,omitempty"` // 出發地 + Addr2 string `json:"addr2,omitempty"` // 目的地 + CarNo string `json:"car_no,omitempty"` // 車號 + Driver string `json:"driver,omitempty"` // 駕駛員 + ApplyAA03 string `json:"apply_aa03,omitempty"` // 是否申報AA03 + SvcItem string `json:"svc_item,omitempty"` // 服務項目 + SvcItemOther string `json:"svc_item_other,omitempty"` // 服務項目-其他 + SvcPeople string `json:"svc_people,omitempty"` // 服務對象 + SvcContent string `json:"svc_content,omitempty"` // 服務內容 + SvcUnit string `json:"svc_unit,omitempty"` // 提供專業服務單位 + ApplyAA09 string `json:"apply_aa09,omitempty"` // 是否申報AA09 + AA10Status string `json:"aa10_status,omitempty"` // AA10申報狀態 + MissedVisit string `json:"missed_visit,omitempty"` // 訪視/服務未遇 + SvcEndDt string `json:"svc_end_dt,omitempty"` // 服務結束日期 + ApplyCovid19 string `json:"apply_covid19,omitempty"` // 是否為陪同施打COVID-19疫苗 + SvcPoint string `json:"svc_point,omitempty"` // 服務重點 + SvcPointOther string `json:"svc_point_other,omitempty"` // 服務重點-其他 + SvcTrace string `json:"svc_trace,omitempty"` // 追蹤服務適應與介入情形 + SvcGoal string `json:"svc_goal,omitempty"` // 各項服務目標及整體計畫目標達成情形 + SvcSuitable string `json:"svc_suitable,omitempty"` // 服務適切性 + SvccGoalType string `json:"svcc_goal_type,omitempty"` // 專業服務復能目標達成情形 + SvccGoal string `json:"svcc_goal,omitempty"` // 專業服務復能目標 + SvccContentTarget string `json:"svcc_content_target,omitempty"` // 專業服務指導對象 + SvccContent string `json:"svcc_content,omitempty"` // 專業服務服務內容 + SvccSuggest string `json:"svcc_suggest,omitempty"` // 專業服務指導建議摘要 + Addrlat1 float64 `json:"addrlat1,omitempty"` // 出發地-緯度 + Addrlng1 float64 `json:"addrlng1,omitempty"` // 出發地-經度 + Addrlat2 float64 `json:"addrlat2,omitempty"` // 目的地-緯度 + Addrlng2 float64 `json:"addrlng2,omitempty"` // 目的地-經度 + Milage float64 `json:"milage,omitempty"` // 里程 + Bd03Type string `json:"bd03_type,omitempty"` // 社區式服務交通接送(BD03)服務使用類型 } // FeeApplyResult 是 FeeApply 的 Response.result