Adds an ACL for a patient AXO.
function add_acl ( $pid, $aco, $aro, $obj = NULL )
Removes specified patient ACL.
function delete_acl ( $pid, $acl_id )
Get ACLs for patient AXO object
function get_acl_for_patient ( $pid )
Retrieve list of valid ACO object as an associative array, meant to be used in a selection widget.
function get_aco ( )
Retrieve list of valid ARO object as an associative array, meant to be used in a selection widget.
function get_aro ( )
Get ACL objects (ACO, ARO) which pertain to specified ACL
function get_object_for_acl ( $acl_id, $type )
Resolve the AXO id for a particular patient record ID
function get_axo_for_patient ( $pid )
Get the section ID for an AXO, ARO, ACO, et cetera
function get_object_section ( $type, $value )