struct Place::Chat::NotificationSettings

Included Modules

Extended Modules

Defined in:

place/chat/health_notification_models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new #

[View source]

Instance Method Detail

def chosen_provider? : Bool #

only alert if the user selected me


[View source]
def enabled? : Bool #

[View source]
def on_enter : NotifyEventSettings #

[View source]
def on_escalate : NotifyEventSettings #

settings if the patient has been waiting for a long time


[View source]
def on_recurr : NotifyEventSettings #

how often should it send notifications


[View source]
def on_waiting : NotifyEventSettings #

do we only notify if the user has been waiting for a certain amount of time


[View source]