資料格式 - Outpatient For Schedules === ### Description: ==用於診所排班的診次資訊== ### 資料格式: | key | type | value | description | |:---------- |:------- |:------------ |:------------------------ | | id | Int | 1 | 診次對應的id | | name | String | "上午診" | 診次名稱 | | enable | Boolean | "true" | 是否啟用, 1:啟用 ,0:禁用 | | startTime | Time | "08:30" | 診次開始時間 | | endTime | Time | "12:00" | 診次結束時間 | | order | Int | 1 | 排序 1:最上層 依次類推 | | activeDate | Date | "2022-12-01" | 啟用時間 | ### `範例`: ```json= { "id": 1, "name": "上午診", "enable": "true", "startTime": "08:30", "endTime": "12:00", "order": 1, "activeDate": "2022-12-01" } ``` ###### 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