| Interface | Description |
|---|---|
| AlertService |
Contains methods pertaining to creating/deleting/voiding Alerts in the system Use:
Alert alert = new Alert(); alert.set___(___); ...etc Context.getAlertService().saveAlert(alert); |
| MessagePreparator |
Interface that defines the message preparator's functionality.
|
| MessageSender | |
| MessageService |
| Class | Description |
|---|---|
| Alert |
Alerts are the simplest form of communication.
|
| AlertRecipient |
This class is essentially a wrapper for the user object.
|
| Message | |
| NotificationConstants | |
| Template |
| Exception | Description |
|---|---|
| MessageException |
Copyright © 2024 OpenMRS Inc.. All rights reserved.