*将hl7str协议报文转换为指定的Message类(可自定义),例子参考:testSegmentAddFeildResponse() * * @param msg * Message类型,如ADT_A01 * @param hl7str * HL7协议报文 * @throws HL7Exception */ public static void acceptResponse(Message msg, String hl7str) throws HL7Exception { PipeParser p = new ...