Compare commits
1 Commits
main
...
feature/da
Author | SHA1 | Date | |
---|---|---|---|
|
3a34fcacd2 |
@ -73,6 +73,23 @@ type CaseSvcRecord struct {
|
|||||||
AA10Status string `json:"aa10_status,omitempty"` // AA10申報狀態
|
AA10Status string `json:"aa10_status,omitempty"` // AA10申報狀態
|
||||||
MissedVisit string `json:"missed_visit,omitempty"` // 訪視/服務未遇
|
MissedVisit string `json:"missed_visit,omitempty"` // 訪視/服務未遇
|
||||||
SvcEndDt string `json:"svc_end_dt,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
|
// FeeApplyResult 是 FeeApply 的 Response.result
|
||||||
|
Loading…
Reference in New Issue
Block a user