Examples of ISendable


Examples of ca.uhn.hl7v2.hoh.api.ISendable

    // message to send
    String message =
      "MSH|^~\\&|||||200803051508||ADT^A31|2|P|2.5\r" +
      "EVN||200803051509\r" +
      "PID|||ZZZZZZ83M64Z148R^^^SSN^SSN^^20070103\r";
    ISendable sendable = new RawSendable(message);
   
    try {
      // sendAndReceive actually sends the message
      IReceivable<String> receivable = client.sendAndReceive(sendable);
     
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.