Explorar el Código

javadox of hl7 sender

master
taschi hace 10 años
padre
commit
077b5575b5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 Ver fichero

@@ -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 {


Cargando…
Cancelar
Guardar