-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed reminder menu. Added followup to mainmenu
- Loading branch information
Showing
6 changed files
with
882 additions
and
824 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
restBaseUrl=http\:https://raxaemrtest.elasticbeanstalk.com/ws/rest/v1/ | ||
patientQueryviaQ=patient?q\= | ||
raxaalert=raxacore/raxaalert?patient\= | ||
contactuuid=raxa00000-0000-0000-0000-000000000010 | ||
patientQuery=patient/ | ||
patientFullQuery=?v\=full | ||
patientFullQueryviaQ=&v\=full | ||
username=piyushdane | ||
password=Hello123 | ||
restBaseUrl=http\:https://api.raxa.io/ws/rest/v1/ | ||
patientQueryviaQ=patient?q\= | ||
raxaalert=raxacore/raxaalert?patient\= | ||
contactuuid=raxa00000-0000-0000-0000-000000000010 | ||
patientQuery=patient/ | ||
patientFullQuery=?v\=full | ||
patientFullQueryviaQ=&v\=full | ||
username=piyushdane | ||
password=Hello123 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
restBaseUrl=http\:https://raxaemrtest.elasticbeanstalk.com/ws/rest/v1/ | ||
patientQueryviaQ=patient?q\= | ||
raxaalert=raxacore/raxaalert?patient\= | ||
contactuuid=raxa00000-0000-0000-0000-000000000010 | ||
patientQuery=patient/ | ||
patientFullQuery=?v\=full | ||
patientFullQueryviaQ=&v\=full | ||
username=piyushdane | ||
password=Hello123 | ||
restBaseUrl=http\:https://api.raxa.io/ws/rest/v1/ | ||
patientQueryviaQ=patient?q\= | ||
raxaalert=raxacore/raxaalert?patient\= | ||
contactuuid=raxa00000-0000-0000-0000-000000000010 | ||
patientQuery=patient/ | ||
patientFullQuery=?v\=full | ||
patientFullQueryviaQ=&v\=full | ||
username=piyushdane | ||
password=Hello123 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,22 @@ | ||
patientNameMessage1=For | ||
patientNameMessage2=Press | ||
#sound file location to play beep after which the patient will put their option | ||
beep=beep | ||
#Message to be played when the patient is not registered and opts for a service | ||
notRegistered=Sorry you are not registered.Please register yourself first | ||
#1st line to be played while conveying medicine reminder in incoming call | ||
IncomingCallMedicineInfoHeader1=following is your medicine information. | ||
IncomingCallMedicineInfoHeader2=Take | ||
#After patient Successfully unregister | ||
successUnregister=you have successfully Unregistered. | ||
failUnregister=Sorry unable to unregistered you. | ||
welcomeText=Welcome to Raxa Do you want to continue with the language Press 1 for yes 2 for No. | ||
allLangaugeText=Press 1 for English 2 for Hindi 3 for Urdu. | ||
mainmenuText=Press 1 for registration two for medicine information three for calling a doctor four to unregister from the service. | ||
successfulRegister=You have successfully register for call alert | ||
unsuccessfulRegister=Registration failed.Please Try Again | ||
PatientNotExist=Sorry you do not exist in the system. | ||
followUpWelcomeText=Hi Calling from Raxa for followup Press 1 if your name is | ||
followUpEscapeInfo=Press pound symbol after entering answers to followup questions | ||
noReminders=You do not have any medications for today. | ||
patientNameMessage1=For | ||
patientNameMessage2=Press | ||
#sound file location to play beep after which the patient will put their option | ||
beep=beep | ||
#Message to be played when the patient is not registered and opts for a service | ||
notRegistered=Sorry you are not registered.Please register yourself first | ||
#1st line to be played while conveying medicine reminder in incoming call | ||
IncomingCallMedicineInfoHeader1=following is your medicine information. | ||
IncomingCallMedicineInfoHeader2=Take | ||
#After patient Successfully unregister | ||
successUnregister=you have successfully Unregistered. | ||
failUnregister=Sorry unable to unregistered you. | ||
welcomeText=Welcome to Raxa Do you want to continue with the language Press 1 for yes 2 for No. | ||
allLangaugeText=Press 1 for English 2 for Hindi 3 for Urdu. | ||
mainMenuText=Press 1 for reminders two for followup three for calling a doctor. | ||
reminderMenuText=Press 1 for medicine reminders two for registeration three to unregister from the service. | ||
successfulRegister=You have successfully register for call alert | ||
unsuccessfulRegister=Registration failed.Please Try Again | ||
PatientNotExist=Sorry you do not exist in the system. | ||
followUpWelcomeText=Hi Calling from Raxa for followup Press 1 if your name is | ||
followUpEscapeInfo=Press pound symbol after entering answers to followup questions | ||
noReminders=You do not have any medications for today. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
english=/sdfsdf/fsd/sdf/mainmenu/en | ||
hindi=/fd/sdf/sd/fsd/f/sd/hi | ||
1=register | ||
2=reminder | ||
3=call | ||
4=deregister | ||
english=/sdfsdf/fsd/sdf/mainmenu/en | ||
hindi=/fd/sdf/sd/fsd/f/sd/hi | ||
1=reminder | ||
2=followup | ||
3=call |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
1=reminder | ||
2=register | ||
3=unregister |
Oops, something went wrong.