EventKeys

public final class EventKeys

Event keys and subjects used by the module.

Fields

BASE_SUBJECT

public static final String BASE_SUBJECT

The base for Pill-Reminder subjects.

DOSAGE_ID_KEY

public static final String DOSAGE_ID_KEY

The key for Dosage ID key.

EXTERNAL_ID_KEY

public static final String EXTERNAL_ID_KEY

The key for External ID key.

LAST_CAPTURE_DATE

public static final String LAST_CAPTURE_DATE

The key for the last capture date of the dosage.

PILLREMINDER_REMINDER_EVENT_SUBJECT

public static final String PILLREMINDER_REMINDER_EVENT_SUBJECT

This subject signals that a pill reminder should be sent to the patient.

PILLREMINDER_REMINDER_EVENT_SUBJECT_DOSAGE_STATUS_KNOWN

public static final String PILLREMINDER_REMINDER_EVENT_SUBJECT_DOSAGE_STATUS_KNOWN

The subject the pill reminder listens for. Sending an event with this subject will update the last capture date for a dosage. This subject is used by a task action from the pill-reminder channel.

PILLREMINDER_REMINDER_EVENT_SUBJECT_SCHEDULER

public static final String PILLREMINDER_REMINDER_EVENT_SUBJECT_SCHEDULER

The subject used internally by pill reminder. Used for scheduler jobs.

PILLREMINDER_REMINDER_EVENT_SUBJECT_UNSUBSCRIBE

public static final String PILLREMINDER_REMINDER_EVENT_SUBJECT_UNSUBSCRIBE

The subject the pill reminder listens for. Sending an event with this subject will unsubscribe a patient from the reminder service. This subject is used by a task action from the pill-reminder channel.

PILLREMINDER_RETRY_INTERVAL

public static final String PILLREMINDER_RETRY_INTERVAL

They key for the retry interval (in minutes) for repeating reminders for this dosage.

PILLREMINDER_TIMES_SENT

public static final String PILLREMINDER_TIMES_SENT

The key for the number of pill reminders already sent for a dosage.

PILLREMINDER_TOTAL_TIMES_TO_SEND

public static final String PILLREMINDER_TOTAL_TIMES_TO_SEND

The key for the total number of pill reminders that can be sent for a dosage.

PILL_REGIMEN_ID

public static final String PILL_REGIMEN_ID

The Pill Regimen ID key.