To use the setting value of step trick you must put in exit sub after you set 
step = the code you are asking about is generated. 
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 

-----Original Message-----
From: "Walker, Reese" <[EMAIL PROTECTED]>

Date: Sat, 7 Jun 2008 00:15:08 
To:<[email protected]>
Subject: [Talk] STEP ERROR


Hopefully someone will be able to help me with this over the weekend.  I have 
steps that are calling subroutines to compare some data.  Based on the 
comparisons, I am setting the STEP = “another step”.  However, once it exits 
the subroutine, the STEP is being reset by the RULES and it will go to that 
step instead of the one that I want it to go to.  I have the GOTO box empty in 
the RULES screen.  Of course I am not allowed to edit the actions on it so I 
can’t delete that STEP.  Here is an example of what I am talking about. 
  
    ElseIf Step = "NAV TO ALL CHARGES" Then 
        If Rule("Proration [EMAIL PROTECTED],32") Then 
            AllCharges 
            Step = "REV CODE"  ‘where does this come from? 
            Exit Sub 
        End If 
    ElseIf Step = "REV CODE" Then 
        If Rule("All [EMAIL PROTECTED],36") Then 
            RevCode 
            Step = "CONTRAST" ‘where does this come from? 
            Exit Sub 
        End If 
    ElseIf Step = "CONTRAST" Then 
        If Rule("UB [EMAIL PROTECTED],36") Then 
            CONTRAST 
            Step = "NEXT REV CODE" ‘where does this come from? 
            Exit Sub 
        End If 
  
All of these step = “” are messing me up, I am setting steps within the 
AllCharges, RevCode, and CONTRAST subroutines.  
  
Thanks in advance, 
  
Reese 
  
Reese E. Walker
 Financial Systems Analyst
 Phoebe Putney Memorial Hospital
 Albany, GA. 31702
 Phone: (229) 312-4259
 Pager: (229) 431-7658
 Fax: (229) 312-4316 
  

----------------

 

 Disclaimer:
 The HIPAA Final Privacy Rule requires covered entities to safeguard
 certain Protected Health Information (PHI) related to a person's
 healthcare. Information being faxed to you may include PHI after
 appropriate authorization from the patient or under circumstances
 that do not require patient authorization. You, the recipient, are
 obligated to maintain PHI in a safe and secure manner. You may not
 re-disclose without additional patient consent or as required by
 law. Unauthorized re-disclosure or failure to safeguard PHI could
 subject you to penalties described in federal (HIPAA) and state
 law. If you the reader of this message are not the intended
 recipient, or the employee or agent responsible to deliver it to
 the intended recipient, please notify us immediately and destroy
 the related message.
 

Reply via email to