Project

General

Profile

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

calebasse / calebasse / fixtures / actes.json @ d384f3c9

1
[
2
  {
3
    "pk": 1, 
4
    "model": "actes.act", 
5
    "fields": {
6
      "act_type": 1, 
7
      "patient": 8, 
8
      "transport_type": null, 
9
      "transport_company": null, 
10
      "doctors": [], 
11
      "date": "2012-10-30T00:00:00", 
12
      "validated": false
13
    }
14
  }, 
15
  {
16
    "pk": 2, 
17
    "model": "actes.act", 
18
    "fields": {
19
      "act_type": 1, 
20
      "patient": 9, 
21
      "transport_type": null, 
22
      "transport_company": null, 
23
      "doctors": [], 
24
      "date": "2012-10-30T00:00:00", 
25
      "validated": false
26
    }
27
  }, 
28
  {
29
    "pk": 1, 
30
    "model": "actes.eventact", 
31
    "fields": {
32
      "attendance": "absent", 
33
      "participants": [
34
        5
35
      ], 
36
      "doctors": [], 
37
      "services": [
38
        1
39
      ], 
40
      "event_ptr": 1, 
41
      "convocation_sent": false
42
    }
43
  }, 
44
  {
45
    "pk": 2, 
46
    "model": "actes.eventact", 
47
    "fields": {
48
      "attendance": "absent", 
49
      "participants": [
50
        5
51
      ], 
52
      "doctors": [], 
53
      "services": [
54
        1
55
      ], 
56
      "event_ptr": 2, 
57
      "convocation_sent": false
58
    }
59
  }
60
]
(1-1/6)