Project

General

Profile

« Previous | Next » 

Revision 0bb70851

Added by Mikaël Ates almost 12 years ago

dossiers: warn user when closing a patient record with future appointments.

View differences:

calebasse/dossiers/states.py
37 37
        'DIAGNOSTIC': ('diagnostic-patientrecord', 'En diagnostic'),
38 38
        'TRAITEMENT': ('traitement-patientrecord', 'En traitement'),
39 39
        'CLOS': ('close-patientrecord', 'Clore'),
40
        'CLOS_RDV': ('close-rdv-patientrecord', 'Clore'),
40 41
        'BILAN': ('bilan-patientrecord', 'En bilan'),
41 42
        'SURVEILLANCE': ('surveillance-patientrecord', 'En surveillance'),
42 43
        'SUIVI': ('suivi-patientrecord', 'En suivi'),
......
91 92

  
92 93
#STATES_MAPPING = dict(CMPP_STATES, **CAMSP_STATES)
93 94
#STATES_MAPPING = dict(STATES_MAPPING, **SESSAD_STATES)
94

  

Also available in: Unified diff