LinkitIZMNotifier | R Documentation |
Implementation of a notification system between IZM and LinkIt
Implementation of a notification system between IZM and LinkIt
linkitr::NA
new()
LinkitIZMNotifier$new( config_name, schema, pool, config_file = "conf/config.yml" )
get_notificaties()
Retrieve IZM notifications for all dossiers of which the current user is the coordinator, and the dossier is active, and the notification has not been removed yet.
LinkitIZMNotifier$get_notificaties(userid)
userid
Make a notification invisible
remove_notificatie()
LinkitIZMNotifier$remove_notificatie(id)
id
Id of the notificatie
person_is_in_linkit_dossier()
LinkitIZMNotifier$person_is_in_linkit_dossier(pseudo_bsn)
person_has_recent_notificatie()
LinkitIZMNotifier$person_has_recent_notificatie(pseudo_bsn, recent_days = 30)
append_notificatie()
LinkitIZMNotifier$append_notificatie(pseudo_bsn, userid)
clone()
The objects of this class are cloneable with this method.
LinkitIZMNotifier$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.