GSoC 2017 - More Metadata Management in AdminUI

@dkayiwa, I am working on Encounters Type right now, When I try to save the encounterType using REST part, POST call is able to accept only these following details,

{ “auditInfo”: “string”, “display”: “string”, “name”: “string”, “description”: “string”, “retired”: “string”, “uuid”: “string” }

And GET REST Call also retrive data without Edit privilege and View privilege information.

So how to manage Edit privilege and View privilege in EncounterTypes?