|
|
|
@@ -136,7 +136,7 @@ public class HL7Sender { |
|
|
|
} catch (IOException e) { |
|
|
|
e.printStackTrace (); |
|
|
|
} |
|
|
|
|
|
|
|
/* |
|
|
|
String responseString = null; |
|
|
|
try { |
|
|
|
responseString = p.encode ( response ); |
|
|
|
@@ -144,6 +144,7 @@ public class HL7Sender { |
|
|
|
e.printStackTrace (); |
|
|
|
} |
|
|
|
System.out.println ( "Received response:\n" + responseString ); |
|
|
|
*/ |
|
|
|
|
|
|
|
/* |
|
|
|
* Close the connection when you are done with it. |
|
|
|
|