Compare commits

..

1 Commits

Author SHA1 Message Date
Yang
3a34fcacd2 對應衛福部服務記錄申報API增加欄位 update json struct 2024-08-17 12:34:14 +08:00

View File

@ -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