Browse Source

javadox of hl7 sender

master
taschi 10 years ago
parent
commit
077b5575b5
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/java/de/uniluebeck/mi/projmi6/hapi/HL7Sender.java

+ 2
- 2
src/main/java/de/uniluebeck/mi/projmi6/hapi/HL7Sender.java View File

@@ -34,7 +34,7 @@ public class HL7Sender {
*
*
* @param fall to create the message from this content. patient and diagnosis are linked to fall
* @throws Exception
* @throws HL7Exception, IOException, SQLException
*/
public static void createMessageADT_A01(Fall fall) throws HL7Exception, IOException, SQLException {
Patient patient = fall.getPatient();
@@ -95,7 +95,7 @@ public class HL7Sender {

/**
* Sending message handler. Calls function to send current message
* @param message
* @param message to send
* @throws HL7Exception
*/
private static void sendMessage(Message message) throws HL7Exception {


Loading…
Cancel
Save