calebasse/calebasse/fixtures/actes.json @ 569eb325
| 0c0dd2ce | Jérôme Schneider | [
|
|
| 0aa652ff | Mikaël Ates | {
|
|
"fields": {
|
|||
| 36e7b274 | Mikaël Ates | "act_type": 97,
|
|
| 0aa652ff | Mikaël Ates | "date": "2012-10-30T12:00:00",
|
|
"patient": 8,
|
|||
"transport_company": null,
|
|||
"transport_type": null,
|
|||
"validation_locked": false
|
|||
},
|
|||
"model": "actes.act",
|
|||
"pk": 1
|
|||
},
|
|||
{
|
|||
"fields": {
|
|||
"act_type": 10,
|
|||
"date": "2012-10-30T00:00:00",
|
|||
"patient": 9,
|
|||
"transport_company": null,
|
|||
"transport_type": null,
|
|||
"validation_locked": false
|
|||
},
|
|||
"model": "actes.act",
|
|||
"pk": 2
|
|||
},
|
|||
{
|
|||
"fields": {
|
|||
"attendance": "absent",
|
|||
"convocation_sent": false,
|
|||
"event_ptr": 1,
|
|||
"participants": [
|
|||
5
|
|||
],
|
|||
"services": [
|
|||
1
|
|||
]
|
|||
},
|
|||
"model": "actes.eventact",
|
|||
"pk": 1
|
|||
},
|
|||
{
|
|||
"fields": {
|
|||
"attendance": "absent",
|
|||
"convocation_sent": false,
|
|||
"event_ptr": 2,
|
|||
"participants": [
|
|||
5
|
|||
],
|
|||
"services": [
|
|||
1
|
|||
]
|
|||
},
|
|||
"model": "actes.eventact",
|
|||
"pk": 2
|
|||
},
|
|||
{
|
|||
"fields": {
|
|||
"act": 1,
|
|||
"author": 1,
|
|||
"auto": false,
|
|||
"created": "2012-10-30T00:00:00",
|
|||
"previous_state": null,
|
|||
"state_name": "NON_VALIDE"
|
|||
},
|
|||
"model": "actes.actvalidationstate",
|
|||
"pk": 1
|
|||
},
|
|||
{
|
|||
"fields": {
|
|||
"act": 2,
|
|||
"author": 1,
|
|||
"auto": false,
|
|||
"created": "2012-10-30T00:00:00",
|
|||
"previous_state": null,
|
|||
"state_name": "NON_VALIDE"
|
|||
},
|
|||
"model": "actes.actvalidationstate",
|
|||
"pk": 2
|
|||
| 0c0dd2ce | Jérôme Schneider | }
|
|
| c24f867e | Mikaël Ates | ]
|