Project

General

Profile

« Previous | Next » 

Revision fce3e1e6

Added by Mikaël Ates almost 9 years ago

Display a dialog for the reading of a cv2.

View differences:

calebasse/dossiers/urls.py
49 49
        url(r'^(?P<patientrecord_id>\d+)/prescription-transport$', 'prescription_transport'),
50 50
        url(r'^(?P<patientrecord_id>\d+)/protection/new$', 'new_protection'),
51 51
        url(r'^(?P<patientrecord_id>\d+)/protection/(?P<pk>\d+)/update$', 'update_protection'),
52
        url(r'^(?P<patientrecord_id>\d+)/protection/(?P<pk>\d+)/del$', 'delete_protection'),)
52
        url(r'^(?P<patientrecord_id>\d+)/protection/(?P<pk>\d+)/del$', 'delete_protection'),
53
        url(r'^(?P<patientrecord_id>\d+)/read-cv2$', 'read_cv2'),
54
        )

Also available in: Unified diff