|
|
|
@@ -24,12 +24,11 @@ import java.util.List; |
|
|
|
|
|
|
|
/** |
|
|
|
* Manages all HL7 sending tasks. This includes: creating a message, sending the message, |
|
|
|
* Created by taschi on 22.11.15. |
|
|
|
*/ |
|
|
|
public class HL7Sender { |
|
|
|
|
|
|
|
/** |
|
|
|
* generates an ADT_A05 message for data exchange with OPS group |
|
|
|
* generates an ADT_A01 message for data exchange with OPS group |
|
|
|
* |
|
|
|
* @param fall to create the message from this content. patient and diagnosis are linked to fall |
|
|
|
* @throws HL7Exception, IOException, SQLException |
|
|
|
|