From: Tripp, B. <Bry...@uh...> - 2003-08-12 17:37:31
|
Hi Phill, > can't think of an example.. but how would it work if there were RXC > segments in multiple places in the message? One good example is NTE (notes and comments) segments -- they're all over the place in some messages. Segments are organized hierarchically in groups, and calling getX() on a group only returns immediate children. So for example in an ORM_O01 message, msg.getNTE() is different from msg.getORM_O01_PIDPD1NTEPV1PV2IN1IN2IN3GT1AL1().getNTE() We would do the same for getAllX(). Bryan This e-mail may contain confidential and/or privileged information for the sole use of the intended recipient. Any review or distribution by anyone other than the person for whom it was originally intended is strictly prohibited. If you have received this e-mail in error, please contact the sender and delete all copies. Opinions, conclusions or other information contained in this e-mail may not be that of the organization. |