projet-php/managers/config/managers.json

46 lines
934 B
JSON
Executable File

{
"Patient": {
"add":{"method": "add",
"role": 0,
"strict": false},
"search":{"method":"search",
"role":0,
"strict":false},
"delete":{"method": "delete",
"role": 0,
"strict": false},
"update":{"method": "update",
"role": 0,
"strict": false}
},
"RDV": {
"add": {"method": "add",
"role": 0,
"strict": false
},
"delete":{"method": "delete",
"role": 0,
"strict": false},
"update":{"method": "update",
"role": 0,
"strict": false},
"getSVG":{"method": "getSVG",
"role": 0,
"strict": false}
},
"Medecin":{
"add":{"method":"add",
"role":0,
"strict":false},
"search":{"method":"search",
"role":0,
"strict":false},
"delete":{"method": "delete",
"role": 0,
"strict": false},
"update":{"method": "update",
"role": 0,
"strict": false}
}
}