Revision 3b4bba4a
Added by Serghei Mihai over 10 years ago
calebasse/dossiers/urls.py | ||
---|---|---|
11 | 11 |
url(r'^waiting-queue$', 'patientrecord_waiting_queue'), |
12 | 12 |
url(r'^new$', 'new_patient_record'), |
13 | 13 |
url(r'^(?P<pk>\d+)/view$', 'patient_record'), |
14 |
url(r'^(?P<pk>\d+)/print$', 'patient_record_print', name='patientrecord_print'), |
|
14 | 15 |
url(r'^(?P<pk>\d+)/tab1$', 'tab1_general'), |
15 | 16 |
url(r'^(?P<pk>\d+)/tab2$', 'tab2_fiche_adm'), |
16 | 17 |
url(r'^(?P<pk>\d+)/tab3$', 'tab3_addresses'), |
Also available in: Unified diff
dossiers: printing the whole patient record in pdf format
Closes #3109