浏览代码

javadox of hl7 sender

master
taschi 10 年前
父节点
当前提交
077b5575b5
共有 1 个文件被更改,包括 2 次插入2 次删除
  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 查看文件

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


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


正在加载...
取消
保存