Revision e37c8bd1
Added by Jérôme Schneider over 12 years ago
calebasse/dossiers/models.py | ||
---|---|---|
61 | 61 |
contacts = models.ManyToManyField('personnes.People', |
62 | 62 |
related_name='contact_of') |
63 | 63 |
birthdate = models.DateField() |
64 |
paper_id = models.CharField(max_length=12) |
|
64 |
paper_id = models.CharField(max_length=12, |
|
65 |
null=True, blank=True) |
|
65 | 66 |
|
66 | 67 |
def __init__(self, *args, **kwargs): |
67 | 68 |
super(PatientRecord, self).__init__(*args, **kwargs) |
Also available in: Unified diff
actes: add a HistoryAct object