Revision 8dbb1acb
Added by Benjamin Dauvergne over 13 years ago
| calebasse/actes/models.py | ||
|---|---|---|
|
patient=patient,
|
||
|
act_type=act_type,
|
||
|
date=start_datetime.date(),
|
||
|
doctors=participants,
|
||
|
)
|
||
|
|
||
|
return self._set_event(act_event, participants, description,
|
||
Also available in: Unified diff
initialize doctors field of the Act model when creating a new appointment