Examples for Hospital Logic Settings

From LogicSettings.yaml (hospital/LogicSettings.schema)

---
{}
---
messages:
  welcome_message:
    buttons:
      - 📞 Rosters & Directory
      - 🏥 Protocols & Guidelines
      - 📋 Drug Formulary
      - 💊 Drug Information
      - 🔍 UpToDate
      - 🤒 Temperature Module
---
messages:
  welcome_message:
    text: Hello Dr ${last_name}, welcome to Bot MD at ${hospital_full_name}!
    buttons:
      - 📞 Rosters & Directory
      - 🏥 Protocols & Guidelines
      - 📋 Drug Formulary
      - 💊 Drug Information
      - 🔍 UpToDate
      - 🤒 Temperature Module
---
messages:
  session_deleted_message: Hi ${full_name}! 😎 👋 You have been logged out from {hospital_full_name} at the request of your institution. If you believe this is in error, please contact customersupport@botmd.io
---
messages:
  session_deleted_message: false # No message will be sent
---
messages:
  session_deleted_message:
    type: message
    message:
      type: text
      text: This is a fancy text message.
---
messages:
  session_deleted_message:
    - Hi this is message 1
    - Hi this is another message
    - One of these will be sent to you
---
messages:
  session_deleted_message:
    - type: message
      message:
        type: text
        text: This is a fancy text message.
    - type: message
      message:
        type: text
        text: This is a beautiful text message.
    - type: message
      message:
        type: text
        text: 🆒✉️
---
messages:
  multiple_devices_message: Hi ${full_name}! 😎 👋 You have been logged out from this device because you have signed in on another device. If you believe this is in error, please contact customersupport@botmd.io
---
messages:
  multiple_devices_message: false # No message will be sent
---
messages:
  multiple_devices_message:
    type: message
    message:
      type: text
      text: This is a fancy text message.
---
modules:
  enabled: [xxx, yyy, zzz]
---
modules:
  disabled: [xxx, yyy, zzz]
---
modules:
  enabled: [xxx]
  disabled: [xxx, yyy]


[Main Page] [Schema Documentation] [Raw Schema] [JSON Schema]