Title: BWS Ignoring Characters for Meditech C/S

Greetings,

The issue here is that the + sign is interpreted to be a shift – allowing a script to send something like:

Key “+{TAB}” – a shift tab.

Here is how you can get the + sign to key in: chr(43)

Lets say you wanted to enter in CT/AD+-

You would use:

 

Enter “CT/AD” & chr(43) & “-“

 

There are three other “command keys”

~ - interpreted as an Enter  to send use chr(126)

^ - interpreted as a Control – to send use chr(94)

% - interpreted as Alt – to send use chr(37)

 

If you have any further questions here – please give our support line a call. And when you’ve got your script done, if you don’t mind sharing with others please email it to me, I’ll do all the cleanup / documentation work for you!

 

Regards,

Thom

 

Thom C. Blackwell

Product Manager

Boston Software Systems

(866) 653-5105 ex 807

www.bossoft.com

 

LEGAL NOTICE Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you are not an addressee, any disclosure or copying of the contents of this E-mail or any action taken (or not taken) in reliance on it is unauthorized and may be unlawful. If you are not an addressee, please inform the sender immediately, then delete this message and empty from your trash.

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marinelli, Melissa
Sent: Wednesday, November 08, 2006 7:26 AM
To: [email protected]
Subject: [Talk] BWS Ignoring Characters for Meditech C/S

 

Hi All,
I am writing a script to edit appointment types in Meditech C/S. The appointment type mnemonics include characters outside the "standard" character set, i.e +, -, etc.(example CT/AD+-)

When the script runs, it will key CT/AD correctly in the appointment type field, but then ignores the "+".
Has anyone encountered a similar problem, or perhaps has a solution to getting BWS to key these non-standard characters?

Melissa Marinelli
Applications Analyst IV
Cambridge Health Alliance
617-665-2309
781-306-8941

 

Reply via email to