add checkin
This commit is contained in:
@@ -114,14 +114,11 @@ type DischargeDto struct {
|
||||
}
|
||||
|
||||
type CheckinDto struct {
|
||||
Id uint `json:"id"`
|
||||
Responsible_Doctor_Id *uint `json:"responsible_doctor_id"`
|
||||
Responsible_Doctor_StartedAt *time.Time `json:"responsible_doctor_startedAt"`
|
||||
Responsible_Doctor_FinishedAt *time.Time `json:"responsible_doctor_finishedAt"`
|
||||
|
||||
Adm_Employee_Id *uint `json:"adm_employee_id"`
|
||||
Adm_Employee_StartedAt *time.Time `json:"adm_employee_startedAt"`
|
||||
Adm_Employee_FinishedAt *time.Time `json:"adm_employee_finishedAt"`
|
||||
Id uint `json:"id"`
|
||||
Responsible_Doctor_Id *uint `json:"responsible_doctor_id"`
|
||||
Adm_Employee_Id *uint `json:"adm_employee_id"`
|
||||
StartedAt *time.Time `json:"startedAt"`
|
||||
FinishedAt *time.Time `json:"finishedAt"`
|
||||
}
|
||||
|
||||
type ResponseDto struct {
|
||||
|
||||
Reference in New Issue
Block a user