|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openhealthexchange.openpixpdq.ihe.impl_v2.hl7.HL7Util
public class HL7Util
This class defines some utility methods used by all actor implementation
Constructor Summary | |
---|---|
HL7Util()
|
Method Summary | |
---|---|
static void |
echoQPD(ca.uhn.hl7v2.util.Terser out,
ca.uhn.hl7v2.util.Terser in)
Echos and Populates QPD segment from an existing QPD segment. |
static java.lang.String |
encodeMessage(ca.uhn.hl7v2.model.Message msg)
Encodes a Message to a String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HL7Util()
Method Detail |
---|
public static void echoQPD(ca.uhn.hl7v2.util.Terser out, ca.uhn.hl7v2.util.Terser in) throws ca.uhn.hl7v2.HL7Exception
out
- the out Terser including the QPD segment to be populatedin
- the in Terser including the QPD segment that containing the query parameters
ca.uhn.hl7v2.HL7Exception
- When the QPD segment cannot be echoedpublic static java.lang.String encodeMessage(ca.uhn.hl7v2.model.Message msg) throws ca.uhn.hl7v2.HL7Exception
ca.uhn.hl7v2.HL7Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |