Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a34fcacd2 | ||
| 07f35e0a06 |
@@ -73,6 +73,23 @@ type CaseSvcRecord struct {
|
||||
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
|
||||
@@ -219,8 +236,8 @@ type ApproveRecord struct {
|
||||
SourceSystem string `json:"source_system"` // 來源系統別
|
||||
ObjID string `json:"objid"` // 識別碼
|
||||
TransNo string `json:"trans_no"` // 交易序號
|
||||
Price int `json:"price"` // 單價
|
||||
Copayment int `json:"copayment"` // 自付額
|
||||
Price float64 `json:"price"` // 單價
|
||||
Copayment float64 `json:"copayment"` // 自付額
|
||||
}
|
||||
|
||||
// ASvcRecord 是 A 碼加成資料區
|
||||
@@ -228,7 +245,7 @@ type ASvcRecord struct {
|
||||
RefSourceSystem string `json:"ref_source_system"` // 審核通過服務記錄來源系統別
|
||||
RefObjID string `json:"ref_objid"` // 審核通過服務記錄識別碼
|
||||
AGovItemCode string `json:"a_gov_item_cd"` // A 碼
|
||||
Price int `json:"price"` // 單價
|
||||
Price float64 `json:"price"` // 單價
|
||||
}
|
||||
|
||||
// AppCancelUpload 是 AppCancel 的傳送資料
|
||||
|
||||
Reference in New Issue
Block a user