From: Gerald B. <Ge...@we...> - 2006-01-16 19:50:45
|
Hi all, I'm having some trouble getting the sending system field from the MSH header without casting the message to a specific type. So far I am doing this: PipeParser parser =3D new PipeParser(); Message message =3D parser.parse(messageString); Segment segment =3D (Segment) message.get("MSH"); Type type =3D segment.getField(3, 0); On what object can I call the getValue() method without casting the type to a specific v2.x datatype? Thanks. Gerald |