feat: add user_id on NursingAction
This commit is contained in:
@ -48,6 +48,7 @@ interface NursingAction {
|
||||
datetime: string;
|
||||
nurse_action: string;
|
||||
name: string;
|
||||
user_id?: string;
|
||||
}
|
||||
|
||||
interface VitalSign {
|
||||
|
||||
Reference in New Issue
Block a user