Class HL7Message
- java.lang.Object
-
- org.wso2.carbon.business.messaging.hl7.samples.HL7Message
-
public class HL7Message extends Object
-
-
Constructor Summary
Constructors Constructor Description HL7Message()
HL7Message(String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ca.uhn.hl7v2.model.Message
getHL7Message()
-
-
-
Constructor Detail
-
HL7Message
public HL7Message() throws ca.uhn.hl7v2.HL7Exception
- Throws:
ca.uhn.hl7v2.HL7Exception
-
HL7Message
public HL7Message(String msg) throws ca.uhn.hl7v2.HL7Exception
- Throws:
ca.uhn.hl7v2.HL7Exception
-
-