資料格式 - departmentTypes === ### Description: 用於診所設定的 門診種類 ### 資料格式: | key | type | value | description | |:---------- |:------- |:------ |:------------------------- | | id | Int | 1 | id | | title | String | "門診" | 部門名稱 | | selectable | Boolean | "true" | 是否可以被選取 | | action | Int | 1 | 1: 新增或者更新 , 2: 刪除 | ### `新增資料範例`: ```json= { "title": "門診", "selectable": "true", "action": 1 } ``` ### `更新資料範例`: ```json= { "id": 1, "title": "門診", "selectable": "true", "action": 1 } ``` ### `刪除資料範例`: ```json= { "id": 1, "title": "門診", "selectable": "true", "action": 2 } ``` ###### tags: `掛號系統`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up