Revision 0bb70851
Added by Mikaël Ates over 12 years ago
| calebasse/dossiers/states.py | ||
|---|---|---|
|
'DIAGNOSTIC': ('diagnostic-patientrecord', 'En diagnostic'),
|
||
|
'TRAITEMENT': ('traitement-patientrecord', 'En traitement'),
|
||
|
'CLOS': ('close-patientrecord', 'Clore'),
|
||
|
'CLOS_RDV': ('close-rdv-patientrecord', 'Clore'),
|
||
|
'BILAN': ('bilan-patientrecord', 'En bilan'),
|
||
|
'SURVEILLANCE': ('surveillance-patientrecord', 'En surveillance'),
|
||
|
'SUIVI': ('suivi-patientrecord', 'En suivi'),
|
||
| ... | ... | |
|
|
||
|
#STATES_MAPPING = dict(CMPP_STATES, **CAMSP_STATES)
|
||
|
#STATES_MAPPING = dict(STATES_MAPPING, **SESSAD_STATES)
|
||
|
|
||
Also available in: Unified diff
dossiers: warn user when closing a patient record with future appointments.