-
This is for a ORM message, for each (obr in msg.OBR) var obr7=parseInt(msg['MSH']['MSH.7']['MSH.7.1'].toString().substring(8,12),10) channelMap.put("location",location); if (((obr['OBR.27']['OBR.27.6']=='R')||(obr['OBR.27']['OBR.27.6']=='T'))) if ((obr27>=0400) && (obr27<=0700)) } So till Step2A it works fine, however even for a qualifying condition it fails to go to step 2B. I am so confused why :( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
That first obr27 assignment is not using your iteration var from the for loop. Is that intentional? |
Beta Was this translation helpful? Give feedback.
That first obr27 assignment is not using your iteration var from the for loop. Is that intentional?