calebasse / calebasse / fixtures / dossiers.json @ e37c8bd1
1 |
[
|
---|---|
2 |
{ |
3 |
"pk": 8, |
4 |
"model": "dossiers.patientrecord", |
5 |
"fields": { |
6 |
"service": 1, |
7 |
"created": "2012-10-12T16:15:37.306", |
8 |
"creator": "1", |
9 |
"contacts": [ |
10 |
1, |
11 |
2, |
12 |
3, |
13 |
4 |
14 |
], |
15 |
"paper_id": "1024", |
16 |
"birthdate": "1980-10-31" |
17 |
} |
18 |
}, |
19 |
{ |
20 |
"pk": 9, |
21 |
"model": "dossiers.patientrecord", |
22 |
"fields": { |
23 |
"service": 1, |
24 |
"created": "2012-10-12T16:15:37.306", |
25 |
"creator": "1", |
26 |
"contacts": [ |
27 |
1, |
28 |
2, |
29 |
3, |
30 |
4 |
31 |
], |
32 |
"birthdate": "1988-12-30" |
33 |
} |
34 |
} |
35 |
]
|