Revision 6c5b2d74
Added by Jérôme Schneider about 13 years ago
| calebasse/dossiers/forms.py | ||
|---|---|---|
|
model = PatientRecord
|
||
|
fields = ('first_name', 'last_name', 'birthdate', 'gender', 'nationality')
|
||
|
|
||
|
class PhysiologyForm(ModelForm):
|
||
|
class Meta:
|
||
|
model = PatientRecord
|
||
|
fields = ('size', 'weight', 'pregnancy_term')
|
||
Also available in: Unified diff
dossiers: add update patientrecord (civil status and physiology)
forms