Filter submissions
213 submissions
# Starred Locked Notes Created User IP address Script Title Script Description Script Name Email Address Sort ascending Organization Name Organization URL Operations
162 Star/flag Script Upload: Submission #162 Lock Script Upload: Submission #162 Add notes to Script Upload: Submission #162 Sun, 03/03/2024 - 03:02 Anonymous 5.188.210.25 tezybcdi <a href="https://rybelsussemaglutide.com/">semaglutide best price</a> <a href="https://rybelsussemaglutide.com/">semaglutide best price</a> rybelsus weight loss rybelsus weight loss ronnvi@gmail.com rybelsus weight loss https://ozempictabs.com/
127 Star/flag Script Upload: Submission #127 Lock Script Upload: Submission #127 Add notes to Script Upload: Submission #127 Fri, 02/16/2024 - 14:45 Anonymous 5.188.210.91 thztmhaz <a href="http://ozempictabs.online/">wegovy over the counter</a> <a href="http://ozempictabs.online/">wegovy over the counter</a> wegovy 3 mg tablet wegovy 3 mg tablet rmmatheson@outlook.com wegovy 3 mg tablet http://rybelsus.party/
102 Star/flag Script Upload: Submission #102 Lock Script Upload: Submission #102 Add notes to Script Upload: Submission #102 Thu, 07/09/2020 - 18:25 Anonymous 73.42.151.74 Test Pat Richard Test Pat Patient Assistant Script Script: "Test Pat"
Language: "en-us male"

# Set up wait time for patient responses
Variable: timeoutReturnLabel = AnnounceVersion
Timeout: 30 TIMEOUT

# Announce version ("Testing" is displayed as text and is not spoken)

@AnnounceVersion

Name Speak : Pat : "Neon Patient Assistant Application Demonstration Version 2020 07 09 18:22 again </speak> Testing"

Variable: True = 1
Variable: False = 0
Variable: exitList = "exit", "cancel", "never mind"
Variable: noList
Variable: yesList
Variable: alertsPhraseList
Variable: inProgressList
Variable: heyPatList
Variable: askPrompt
Variable: returnLabel
Variable: heardSilence
Variable: falseAlarmCount
Variable: askReturnValue = ""
Variable: userName
Variable: moreAppInfo
Variable: customizeSettings
Variable: customizeLanguage
Variable: customizeProsody
Variable: photoTime
Variable: enableNeonApps

@StartUp

# Initialize

# exitList = "exit", "cancel", "never mind"
noList = "no", "not now", "never mind", "nope", "n"
yesList = "yes", "yup", "y"

alertsPhraseList = "help", "I need help", "help me", "emergency", "this is an emergency", "i need a doctor", "i need a doctor", "i need a doctor", "i need a doctor", "i need a doctor", "i need a nurse", "i need aid", "i need a caregiver", "i need assistance", "i fell", "i can't get up", "fire"

inProgressList = "hey pat", "pat are you there", "is anybody listening", "what time is it", "Remind me to", "Play", "Email", "Record"

heyPatList = "hey pat", "pat are you there", "is anybody listening", "what time is it"

speechGenderList = "female", "male"
speechRateList = "medium", "fast", "slow"
speechAccentList = "American", "British" or "Australian"

askPrompt = ""
returnLabel = ""
heardSilence = ""
falseAlarmCount = 0
askReturnValue = ""
userName = ""
moreAppInfo = ""
customizeSettings = ""
customizeLanguage = ""
customProsody = "rate='medium'"
photoTime = ""
enableNeonApps = {True}

# Ask to install assistant

@PromptInstallAssistant

returnLabel = InstallAssistant
timeoutReturnLabel = PromptInstallAssistant
Name Speak : Pat : "Hi, I'm Pat. I'm a demonstration patient assistant from Neon AI. Thank you for helping test my conversational skills."
askPrompt = "Please tell me your name, or you can say cancel to exit."
Goto : ASK

@InstallAssistant

userName = {askReturnValue}

Name Speak : Pat : "Hi {userName}. I am glad you chose to install the Neon Patient Assistant Application."

## Offer additional information

@ReAskMoreInfo

Name Speak : Pat : "Before starting the Patient Assistant, would you like more information on the Neon conversational patient assistance application?"
timeoutReturnLabel = ReAskMoreInfo
voice_input{moreAppInfo}
if {moreAppInfo} IN {noList[*]}:
Goto: PromptCustomize

Name Speak : Pat : "Hi {userName}. I'm Pat the demonstration conversational patient assistant from Neon AI. I am an artificial intelligence personal assistant, I'm augmented with Neon Gecko open source code and CPI Corp patented technology. Neon AI makes the Patient Assistant application to enable patients to alert their caregivers to emergencies and other needs, and to get simple information. As your automated patient assistant I listen for calls for help and send alerts to the patient care administrator. For example, you can say help, or I fell. Another thing you can say is what time is it .. </speak> In the future you will be able to play your favorite music, turn the lights on or off, and even ask to send a text message .. And if you don't want to call me Pat, someday you will be able to change my name."

# Customize

@PromptCustomize

## Offer customization of settings for administrator, voice and system settings
## Set up PA voice: name, gender, accent, pitch, speed, [Later: language, diction, empathy]
## Set up system settings: timeoutSeconds (wait time for user input)
## Set up administrator (password, email, name, phone, [Later: staff names, secondary contacts] ..)
## Set up nurse (password, email, name, phone, [Later: staff names, secondary contacts] ..)

customLanguage = ""
enableNeonApps = {True}

Name Speak : Pat : "Would you like to customize the Patient Assistant settings to disable non-emergency Neon AI patient applications, or to change my voice?"
# Name Speak : Pat : "Would you like to customize the Patient Assistant settings for administrator, voice and PAT system settings?"

timeoutReturnLabel = PromptCustomize
voice_input{customizeSettings}
if {customizeSettings} !IN {yesList[*]}:
Goto: BeginAssistant

Name Speak : Pat : "Hi {userName}. You can customize the voice for the Neon demonstration conversational patient assistant. You can say no change, or say female, male, normal, fast, slow, American, British or Australian. </speak> In the future you will be able to set up information for the administrator, staff members and the patient, and change my name and other PAT system settings."

@ReAskCustomize

# Name Speak : Pat : "Would you like to change the voice of the Neon conversational patient assistance application?"

timeoutReturnLabel = ReAskCustomize
voice_input{customizeSettings}
if {customizeSettings} == "":
Goto: PromptCustomize
if {customizeSettings} CONTAINS "no change":
Goto: BeginAssistant
if {customizeSettings} IN {noList[*]}:
Goto: BeginAssistant

# Variable: britWords = british, gb, uk
if {customizeSettings} CONTAINS british, gb, uk:
customLanguage = "'en-GB'"
else
if {customizeSettings} CONTAINS "Australian, AU, aussie":
customLanguage = "en-AU"
else
customLanguage = "en-us"

if {customizeSettings} CONTAINS "female":
customLanguage = “{customLanguage} female"
else
customLanguage = “{customLanguage} male"

Language: {customLanguage}

if {customizeSettings} CONTAINS "fast":
customProsody = "rate='fast'"
else
if {customizeSettings} CONTAINS "slow":
customProsody = "rate='slow'"
else
customProsody = "rate='medium'"

# Later: Provide example of new Language/Prosody and offer reset

# Later: Make settings into a case statement and error check:
# split_words(wordList, customizeSettings)
# customSettingCount = length({wordList})
# wordListIndex = 0
# LOOP
# Case
# LOOP END

@ReAskApps

Name Speak : Pat : "Would you like to enable more Neon patient assistance applications including playing music, playing games, reminders for medicine, hydration, meals and sleep, requests to record symptoms or other stats, and to request general information or assistance with math?"

timeoutReturnLabel = ReAskApps
voice_input{customizeSettings}
if {customizeSettings} == "":
Goto: ReAskApps

if {customizeSettings} IN {noList[*]}:
enableNeonApps = {False}
Goto: BeginAssistant

@BeginAssistant

timeoutReturnLabel = WaitForAlertPhrase
Name Speak : Pat : "<prosody {customProsody}> Your demonstration patient assistant has signed in. If you want to know if I am listening, you can say, hey Pat, or, Pat are you there. </prosody>"

# Wait for alert

@WaitForAlertPhrase

askPrompt = ""
returnLabel = GotPatientPhrase
### Name Speak : Pat : "PA 1 pre ask"
Goto : ASK

@GotPatientPhrase

## Did patient ask for "help"
if {askReturnValue} !IN {alertsPhraseList[*]}:
## Not an emergency alert, check for secondary (in progress)
if {enableNeonApps}:
## if {askReturnValue} CONTAINS {inProgressList[*]}:
if {askReturnValue} STARTSWITH {inProgressList[*]}:
Name Speak : Pat : "I'm sorry {userName} that is under construction."
## Not an alert, listen again
Goto: WaitForAlertPhrase

# Possible EMERGENCY

Name Speak : Pat : "Pat the Patient Assistant heard an emergency alert. I heard {askReturnValue}"
Reconvey : askReturnValue
Name Speak : Pat : "</speak>PA 6 did reconvey"

@PromptConfirmHelp

askPrompt = "Please say just kidding if this is not an emergency"
returnLabel = ConfirmHelp
Goto : ASK
@ConfirmHelp

## Did patient REALLY ask for "help"?
if {askReturnValue} == "":
Name Speak : Pat : "Pat the Patient Assistant heard nothing. I heard"
Reconvey : askReturnValue
Name Speak : Pat : "</speak>PA 8 did reconvey of nothing heard"

## PA heard nothing after emergency request .. if second time then this is an emergency
if {heardSilence} == {True} :
Goto: Emergency
heardSilence = {True}
## Increase volume and speak slowly
Name Speak : Pat : "<prosody volume='+100%' rate='slow'>{userName}! I need to hear from you! Is this an emergency?</prosody>"
Goto: PromptConfirmHelp
if {askReturnValue} CONTAINS "just kidding", "never mind","not an emergency":
Name Speak : Pat : "Pat the Patient Assistant heard you say this is not an emergency. I heard"
Reconvey : askReturnValue
### Name Speak : Pat : "</speak>Did reconvey of jk"

## Patient said jk so restart listening
Name Speak : Pat : "Please say help again if this is an emergency."
Python: falseAlarmCount = {falseAlarmCount} + 1
Goto: WaitForAlertPhrase

# EMERGENCY

@Emergency

Name Speak : Pat : "<prosody volume='+100%' rate='normal'>{userName}! Needs! Help! This is an EMERGENCY</prosody>"

Name Speak : Pat : "Pat the Patient Assistant would now send an emergency alert, sound an alarm, keep engaged with the patient, and send updated alerts to the caregiver."

Name Speak : Pat : "Pat test completed. Say start again to start again?"
voice_input{askReturnValue}
if {askReturnValue} == "start again":
Name Speak : Pat : "</speak>Pat is restarting. Thanks again."
Goto: StartUp

Name Speak : Pat : "Pat exiting. Thanks again for helping test my skills."
exit

# ========== Subroutines

@ASK
# The ASK subroutine speaks the askPrompt and waits for a response. If the response is a command to Pat to perform an action, then the request is effected and Pat continues waiting for a response, otherwise, the response is returned to the caller in the askReturnValue.
# Input parameters: askPrompt, returnLabel and timeOutReturnLabel
# Result parameter: askReturnValue

### Name Speak : Pat : "Ask 1 Starting"
if {askPrompt}:
Name Speak : Pat : " {askPrompt} "
### Name Speak : Pat : "Ask 2 Starting ask subroutine"
voice_input {askReturnValue}
### Name Speak : Pat : "Ask 3 got input"
if {askReturnValue} IN {exitList[*]}:
Name Speak : Pat : "Say yes to confirm exiting Pat, the Neon AI Patient Assistant"
voice_input{askReturnValue}
if {askReturnValue} IN {yesList[*]}:
Name Speak : Pat : "Pat, the Neon AI Patient Assistant, signing off"
exit
else
goto: ASK
### Name Speak : Pat : "Ask 4 not cancel command {askReturnValue}"
if {askReturnValue} IN {heyPatList[*]}:
Name Speak : Pat : "<prosody {customProsody}> {userName}, Pat the AI Patient Assistant demo here. I'm listening all the time but I don't <phoneme alphabet=”x-sampa” ph=”rikord”>record</phoneme> everything you say. I only make recordings of calls for help or in an emergency. </prosody>"
# Note - Disambiguation for the pronunciations of "record": <phoneme alphabet=”x-sampa” ph=”rikord”>record</phoneme> Verb as in “I record everything you say” vs. Noun as in "Make a record of the conversation".
Name Speak : Pat : "The time is"
Execute : "Neon what time is it"
if {falseAlarmCount} != 0:
Name Speak : Pat : "The false alarm count is {falseAlarmCount}!"
goto : ASK
### Name Speak : Pat : "Ask 5 About to return to {returnLabel}"
Goto: {returnLabel}


@TIMEOUT
Goto: {timeoutReturnLabel}
Richard richard@neon.ai
119 Star/flag Script Upload: Submission #119 Lock Script Upload: Submission #119 Add notes to Script Upload: Submission #119 Mon, 02/12/2024 - 14:23 Anonymous 5.188.210.87 quwlhjnv <a href="https://rybelsus.best/">buy rybelsus in canada</a> <a href="https://rybelsus.best/">buy rybelsus in canada</a> wegovy online prescription wegovy online prescription rhudson60@outlook.com wegovy online prescription https://wegovy.company/
124 Star/flag Script Upload: Submission #124 Lock Script Upload: Submission #124 Add notes to Script Upload: Submission #124 Wed, 02/14/2024 - 13:46 Anonymous 5.188.210.84 rboniirs <a href="https://rybelsus.monster/">wegovy where to buy</a> <a href="https://rybelsus.monster/">wegovy where to buy</a> semaglutide tab 7mg semaglutide tab 7mg rhudson60@mail.com semaglutide tab 7mg http://semaglutiderybelsus.online/
239 Star/flag Script Upload: Submission #239 Lock Script Upload: Submission #239 Add notes to Script Upload: Submission #239 Fri, 04/05/2024 - 18:41 Anonymous 5.188.210.21 eljxsrej <a href="http://predniso.online/">prednisone 300 mg</a> <a href="http://predniso.online/">prednisone 300 mg</a> prednisone 20 mg without prescription prednisone 20 mg without prescription refloor@aol.com prednisone 20 mg without prescription http://prednisoneiv.online/
228 Star/flag Script Upload: Submission #228 Lock Script Upload: Submission #228 Add notes to Script Upload: Submission #228 Sun, 03/31/2024 - 10:09 Anonymous 5.188.210.84 tudanbck <a href="http://lisinoprilgp.online/">buy zestoretic</a> <a href="http://lisinoprilgp.online/">buy zestoretic</a> lisinopril 5 lisinopril 5 redqueeny@aol.com lisinopril 5 http://lisinoprilos.online/
144 Star/flag Script Upload: Submission #144 Lock Script Upload: Submission #144 Add notes to Script Upload: Submission #144 Fri, 02/23/2024 - 00:30 Anonymous 5.188.210.38 uszhavdz <a href="http://semaglutide.company/">rybelsus from canada</a> <a href="http://semaglutide.company/">rybelsus from canada</a> semaglutide oral medication semaglutide oral medication rct0213@aol.com semaglutide oral medication http://semaglutide.us.com/
137 Star/flag Script Upload: Submission #137 Lock Script Upload: Submission #137 Add notes to Script Upload: Submission #137 Tue, 02/20/2024 - 04:24 Anonymous 5.188.210.80 rqbcpsze <a href="https://rybelsustabs.com/">wegovy retail price</a> <a href="https://rybelsustabs.com/">wegovy retail price</a> semaglutide where to buy semaglutide where to buy rac73@yahoo.com semaglutide where to buy http://ozempic.monster/
174 Star/flag Script Upload: Submission #174 Lock Script Upload: Submission #174 Add notes to Script Upload: Submission #174 Thu, 03/07/2024 - 18:46 Anonymous 5.188.210.38 nfeexdia <a href="http://synthroidam.online/">buy synthroid over the counter</a> <a href="http://synthroidam.online/">buy synthroid over the counter</a> synthroid 88 mcg tablet synthroid 88 mcg tablet pv@gmail.com synthroid 88 mcg tablet https://synthroidotp.online/
199 Star/flag Script Upload: Submission #199 Lock Script Upload: Submission #199 Add notes to Script Upload: Submission #199 Mon, 03/18/2024 - 23:35 Anonymous 5.188.210.21 ykqqpjnc <a href="http://oprednisone.online/">buy prednisone 10 mg</a> <a href="http://oprednisone.online/">buy prednisone 10 mg</a> prednisone tablets 2.5 mg prednisone tablets 2.5 mg pv@aol.com prednisone tablets 2.5 mg https://prednisoneo.online/
257 Star/flag Script Upload: Submission #257 Lock Script Upload: Submission #257 Add notes to Script Upload: Submission #257 Sat, 04/13/2024 - 16:32 Anonymous 5.188.210.30 hsiodpxi <a href="https://metoformin.online/">metformin 1000 mg price india</a> <a href="https://metoformin.online/">metformin 1000 mg price india</a> ozempic generic ozempic generic psedis@yahoo.com ozempic generic http://metformindi.online/
247 Star/flag Script Upload: Submission #247 Lock Script Upload: Submission #247 Add notes to Script Upload: Submission #247 Mon, 04/08/2024 - 09:29 Anonymous 5.188.210.38 yydftqdh <a href="http://isynthroid.com/">can i buy synthroid online</a> <a href="http://isynthroid.com/">can i buy synthroid online</a> synthroid canada price synthroid canada price psedis@outlook.com synthroid canada price https://asynthroid.com/
208 Star/flag Script Upload: Submission #208 Lock Script Upload: Submission #208 Add notes to Script Upload: Submission #208 Sat, 03/23/2024 - 00:06 Anonymous 5.188.210.80 pgoifnih <a href="https://bestmedsx.online/">reputable online pharmacy reddit</a> <a href="https://bestmedsx.online/">reputable online pharmacy reddit</a> canada pharmacy world canada pharmacy world predragdakovic@gmail.com canada pharmacy world http://medicinesaf.online/
198 Star/flag Script Upload: Submission #198 Lock Script Upload: Submission #198 Add notes to Script Upload: Submission #198 Mon, 03/18/2024 - 22:26 Anonymous 5.188.210.30 eegkjkyn <a href="https://bestmetformin.online/">order metformin without prescription</a> <a href="https://bestmetformin.online/">order metformin without prescription</a> buy cheap metformin online buy cheap metformin online pizzuaa@outlook.com buy cheap metformin online https://ametformin.com/
272 Star/flag Script Upload: Submission #272 Lock Script Upload: Submission #272 Add notes to Script Upload: Submission #272 Fri, 05/10/2024 - 17:36 Anonymous 5.188.210.30 wqooapwg <a href="https://metforminn.com/">metformin 850 mg prices uk</a> <a href="https://metforminn.com/">metformin 850 mg prices uk</a> metformin 2019 metformin 2019 pizzuaa@gmail.com metformin 2019 http://metforemin.online/
161 Star/flag Script Upload: Submission #161 Lock Script Upload: Submission #161 Add notes to Script Upload: Submission #161 Sat, 03/02/2024 - 16:58 Anonymous 5.188.210.38 lutpznws <a href="http://rybelsus.download/">where to buy ozempic</a> <a href="http://rybelsus.download/">where to buy ozempic</a> buy semaglutide online buy semaglutide online petersjoberg@outlook.com buy semaglutide online https://semaglutide.guru/
205 Star/flag Script Upload: Submission #205 Lock Script Upload: Submission #205 Add notes to Script Upload: Submission #205 Thu, 03/21/2024 - 15:21 Anonymous 5.188.210.80 iqbywinc <a href="http://pharmgf.online/">compare pharmacy prices</a> <a href="http://pharmgf.online/">compare pharmacy prices</a> semaglutide pill form semaglutide pill form pauldprismm@mail.com semaglutide pill form http://drugstorepp.online/
136 Star/flag Script Upload: Submission #136 Lock Script Upload: Submission #136 Add notes to Script Upload: Submission #136 Mon, 02/19/2024 - 09:23 Anonymous 5.188.210.30 gdugdubd <a href="http://semaglutiderybelsus.com/">wegovy rx</a> <a href="http://semaglutiderybelsus.com/">wegovy rx</a> wegovy australia wegovy australia patterson711@mail.com wegovy australia http://semaglutide.pics/
259 Star/flag Script Upload: Submission #259 Lock Script Upload: Submission #259 Add notes to Script Upload: Submission #259 Sat, 04/20/2024 - 12:25 Anonymous 5.188.210.30 vapkmdvd <a href="https://metforminbi.online/">order metformin europe</a> <a href="https://metforminbi.online/">order metformin europe</a> where to buy glucophage where to buy glucophage patterson711@mail.com where to buy glucophage https://metformindi.com/