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