| Modifier and Type | Method and Description |
|---|---|
Notification |
ViewerController.ActionEvent.getNotification() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
NotificationService.deleteNotification(Notification notification)
Delete a notification.
|
List<String> |
NotificationService.getNotificationMessage(Notification notification)
Returns the message associated with a notification, fetching it from the server if necessary.
|
protected void |
MainController.highlightNotification(Notification notification)
Places the highlight indicator next to the specified notification.
|
void |
ViewerController.process(Notification notification,
String message)
Process a single notification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationService.forwardNotifications(Collection<Notification> notifications,
Collection<Recipient> recipients,
String comment)
Forward multiple notifications.
|
void |
NotificationService.getNotifications(ca.uhn.fhir.model.dstu.resource.Patient patient,
Collection<Notification> result)
Returns notifications for the current user.
|
void |
ProcessingController.process(Collection<Notification> notifications)
Process the specified notifications.
|
| Constructor and Description |
|---|
ViewerController.ActionEvent(Notification notification,
ViewerController.Action action) |
Copyright © 2014 Regenstrief Center for Biomedical Informatics. All rights reserved.