You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.
概要
下記の機能追加で、看護記録を保存、発行できるように機能追加を行った。この変更を画面にも適応する。
やること
1. 看護記録作成開始画面を作成
「看護記録を作成する」ボタンを押すと、
/api/v1/soap-record-support/record
をリクエストし、UUIDを取得する。2. UUIDを取得した状態で今までの画面に遷移する。
今までの看護記録作成画面へは
record/{record_id}
で遷移するようにする。逆にrecord/{record_id}
にアクセスしたら、過去の看護記録があればそれを取得し、画面に表示するようにする。3. 看護記録を保存ボタンを作成する
保存ボタンを押したら、UUIDと看護記録の内容を
/api/v1/soap-record-support/record/{record_id}
にリクエストし、保存する。The text was updated successfully, but these errors were encountered: