Project

General

Profile

Download (2.57 KB) Statistics
| Branch: | Tag: | Revision:

calebasse / calebasse / fixtures / event_types.json @ 76974b6f

1
[
2
  {
3
    "pk": 1,
4
    "model": "agenda.eventtype",
5
    "fields": {
6
      "label": "Rendez-vous patient"
7
    }
8
  },
9
  {
10
    "pk": 2,
11
    "model": "agenda.eventtype",
12
    "fields": {
13
      "label": "R\u00e9union"
14
    }
15
  },
16
  {
17
    "pk": 3,
18
    "model": "agenda.eventtype",
19
    "fields": {
20
      "label": "Vacances"
21
    }
22
  },
23
  {
24
    "pk": 4,
25
    "model": "agenda.eventtype",
26
    "fields": {
27
      "label": "Autre",
28
      "rank": 999
29
    }
30
  },
31

    
32

    
33
    {
34
        "fields": {
35
            "label": "P\u00e9rinatalit\u00e9",
36
            "rank": 0
37
        },
38
        "model": "agenda.eventtype",
39
        "pk": 5
40
    },
41
    {
42
        "fields": {
43
            "label": "R\u00e9union des parents",
44
            "rank": 0
45
        },
46
        "model": "agenda.eventtype",
47
        "pk": 6
48
    },
49
    {
50
        "fields": {
51
            "label": "Temps de trajet",
52
            "rank": 0
53
        },
54
        "model": "agenda.eventtype",
55
        "pk": 7
56
    },
57
    {
58
        "fields": {
59
            "label": "R\u00e9union \u00e0 l'ext\u00e9rieur",
60
            "rank": 0
61
        },
62
        "model": "agenda.eventtype",
63
        "pk": 8
64
    },
65
    {
66
        "fields": {
67
            "label": "En formation",
68
            "rank": 0
69
        },
70
        "model": "agenda.eventtype",
71
        "pk": 9
72
    },
73
    {
74
        "fields": {
75
            "label": "Donne une formation",
76
            "rank": 0
77
        },
78
        "model": "agenda.eventtype",
79
        "pk": 10
80
    },
81
    {
82
        "fields": {
83
            "label": "\u00c9quipe pluridisciplinaire MLA",
84
            "rank": 0
85
        },
86
        "model": "agenda.eventtype",
87
        "pk": 11
88
    },
89
    {
90
        "fields": {
91
            "label": "Supervision",
92
            "rank": 0
93
        },
94
        "model": "agenda.eventtype",
95
        "pk": 12
96
    },
97
    {
98
        "fields": {
99
            "label": "R\u00e9union de service",
100
            "rank": 0
101
        },
102
        "model": "agenda.eventtype",
103
        "pk": 13
104
    },
105
    {
106
        "fields": {
107
            "label": "R\u00e9union de direction",
108
            "rank": 0
109
        },
110
        "model": "agenda.eventtype",
111
        "pk": 14
112
    },
113
    {
114
        "fields": {
115
            "label": "R\u00e9union administratifs",
116
            "rank": 0
117
        },
118
        "model": "agenda.eventtype",
119
        "pk": 15
120
    },
121
    {
122
        "fields": {
123
            "label": "R\u00e9union agents de service",
124
            "rank": 0
125
        },
126
        "model": "agenda.eventtype",
127
        "pk": 16
128
    },
129
    {
130
        "fields": {
131
            "label": "Concertation direction",
132
            "rank": 0
133
        },
134
        "model": "agenda.eventtype",
135
        "pk": 17
136
    }
137
]
(6-6/25)