Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultPatient = Patient{}
View Source
var DefaultTreatment = Treatment{}
Functions ¶
This section is empty.
Types ¶
type Patient ¶
type SecondsDuration ¶
func (*SecondsDuration) UnmarshalJSON ¶
func (duration *SecondsDuration) UnmarshalJSON(bytes []byte) error
type StaffMember ¶
type Treatment ¶
type Treatment struct {
ID int `json:"id"`
Name string `json:"name"`
ScheduledDuration SecondsDuration `json:"scheduled_duration"`
StaffMemberID int `json:"staff_member_id"`
}
Click to show internal directories.
Click to hide internal directories.